From fc4226e83fe8d029ad5602a2b79df8e500f8d34f Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Mon, 8 Mar 2010 21:56:06 +0800 Subject: git: Upgrade from 1.6.0.4 to 1.7.0.2 The git-daemon+(x)inetd has a known denial of service problem. Upgrade to a newer git version just in case. Remove two bogus autoconf patches that can be done by passing in autoconf varaibles. Switch to local checksums instead of checksums.ini --- recipes/git/files/autotools.patch | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100644 recipes/git/files/autotools.patch (limited to 'recipes/git/files/autotools.patch') diff --git a/recipes/git/files/autotools.patch b/recipes/git/files/autotools.patch deleted file mode 100644 index 0666118cde..0000000000 --- a/recipes/git/files/autotools.patch +++ /dev/null @@ -1,26 +0,0 @@ -Index: git-1.5.2.3/configure.ac -=================================================================== ---- git-1.5.2.3.orig/configure.ac 2007-07-02 10:11:39.000000000 +0200 -+++ git-1.5.2.3/configure.ac 2007-08-04 00:02:13.000000000 +0200 -@@ -235,7 +235,8 @@ - else if (strcmp(buf, "12345")) - exit(2);]])], - [ac_cv_c_c99_format=yes], -- [ac_cv_c_c99_format=no]) -+ [ac_cv_c_c99_format=no], -+ [ac_cv_c_c99_format=yes]) - ]) - if test $ac_cv_c_c99_format = no; then - NO_C99_FORMAT=YesPlease -Index: git-1.5.2.3/config.mak.in -=================================================================== ---- git-1.5.2.3.orig/config.mak.in 2007-07-02 10:11:39.000000000 +0200 -+++ git-1.5.2.3/config.mak.in 2007-08-04 00:07:04.000000000 +0200 -@@ -3,6 +3,7 @@ - - CC = @CC@ - CFLAGS = @CFLAGS@ -+LDFLAGS = @LDFLAGS@ - AR = @AR@ - TAR = @TAR@ - #INSTALL = @INSTALL@ # needs install-sh or install.sh in sources -- cgit v1.2.3