]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
git: update to 2.7.4
authorMarcel Lorenz <marcel.lorenz@ipfire.org>
Thu, 24 Mar 2016 14:59:11 +0000 (15:59 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Thu, 24 Mar 2016 15:32:26 +0000 (15:32 +0000)
Remote Code Execution in all git versions: CVE-2016-2324 and CVE-2016-2315
Git version 2.7.4 was released with the fixes for all known vulnerabilities

https://github.com/git/git/tree/master/Documentation/RelNotes

Signed-off-by: Marcel Lorenz <marcel.lorenz@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
lfs/git

diff --git a/lfs/git b/lfs/git
index 032907b7a71660e2f809d6d50d65e8e431d90c8e..564bc098d3c4b1e7ec654c9f5a6b7be33b0316b5 100644 (file)
--- a/lfs/git
+++ b/lfs/git
@@ -24,7 +24,7 @@
 
 include Config
 
-VER        = 2.7.1
+VER        = 2.7.4
 
 THISAPP    = git-$(VER)
 DL_FILE    = $(THISAPP).tar.xz
@@ -32,7 +32,7 @@ DL_FROM    = $(URL_IPFIRE)
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(THISAPP)
 PROG       = git
-PAK_VER    = 12
+PAK_VER    = 13
 
 DEPS       = "perl-Authen-SASL perl-MIME-Base64 perl-Net-SMTP-SSL"
 
@@ -44,7 +44,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = eece7b1e87983271621a0cb6aab37a25
+$(DL_FILE)_MD5 = b0219fcb6d73104361f4fbdba3741d00
 
 install : $(TARGET)