From: Peter Wagner <​tripolar@gmx.at> Date: Sat, 9 Nov 2013 15:54:08 +0000 (+0000) Subject: git: update to 1.8.4.3 X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=1030166cac7c7dc22a91df3ea84034a657fb39bd;p=openwrt%2Fsvn-archive%2Fpackages.git git: update to 1.8.4.3 Signed-off-by: Peter Wagner SVN-Revision: 38697 --- diff --git a/net/git/Makefile b/net/git/Makefile index df9b5021f..816650bb1 100644 --- a/net/git/Makefile +++ b/net/git/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=git -PKG_VERSION:=1.8.4.2 +PKG_VERSION:=1.8.4.3 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://git-core.googlecode.com/files/ -PKG_MD5SUM:=6f63d103465b86ca0ebe4189ea54731c +PKG_MD5SUM:=ec3f9007cc1542e8d94ccff1cf8882f5 PKG_INSTALL:=1 PKG_BUILD_PARALLEL:=1 diff --git a/net/git/patches/100-convert_builtin.patch b/net/git/patches/100-convert_builtin.patch index e62d655be..2ee335b33 100644 --- a/net/git/patches/100-convert_builtin.patch +++ b/net/git/patches/100-convert_builtin.patch @@ -239,7 +239,7 @@ const char **user_argv; --- a/upload-pack.c +++ b/upload-pack.c -@@ -747,7 +747,7 @@ static int upload_pack_config(const char +@@ -786,7 +786,7 @@ static int upload_pack_config(const char return parse_hide_refs_config(var, value, "uploadpack"); }