git: security bump to version 2.2.1
authorGustavo Zacarias <gustavo@zacarias.com.ar>
Fri, 19 Dec 2014 18:31:59 +0000 (15:31 -0300)
committerPeter Korsgaard <peter@korsgaard.com>
Fri, 19 Dec 2014 20:41:03 +0000 (21:41 +0100)
Fixes:
CVE-2014-9390 - arbitrary command execution vulnerability on
case-insensitive file systems.

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/git/git.hash
package/git/git.mk

index 33fed8916e7878bc3ce22f0619b1fe406bd6ee3d..757546d07dfdd89d804b13f5dc7a5c004dc54b0f 100644 (file)
@@ -1,2 +1,2 @@
 # From: https://www.kernel.org/pub/software/scm/git/sha256sums.asc
-sha256  3b87774672bbf35b4d33991dc5119d4eff47c3679e27185312a2b8b36fdad314  git-2.2.0.tar.xz
+sha256  09422dc9a0bdddf6bdd5b8634c71e1ed3125256c47424e6a2687701e764ef450  git-2.2.1.tar.xz
index 9e931a1cdcd29d95f5845b4a01a5848400e64c1d..57737f2a8b77f339d299b77e52fa7eb4a1146d55 100644 (file)
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-GIT_VERSION = 2.2.0
+GIT_VERSION = 2.2.1
 GIT_SOURCE = git-$(GIT_VERSION).tar.xz
 GIT_SITE = https://www.kernel.org/pub/software/scm/git
 GIT_LICENSE = GPLv2 LGPLv2.1+