From: tripolar Date: Fri, 11 Apr 2014 10:11:11 +0000 (+0000) Subject: [packages] git: update to 1.9.2 X-Git-Url: http://git.archive.openwrt.org/?a=commitdiff_plain;h=371b8b2e4453e3ddbdb9f7c7a552f88af0fa9a50;p=packages.git [packages] git: update to 1.9.2 Signed-off-by: Peter Wagner git-svn-id: svn://svn.openwrt.org/openwrt/packages@40450 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/net/git/Makefile b/net/git/Makefile index 3fc3e7883..c0ce3b2ac 100644 --- a/net/git/Makefile +++ b/net/git/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=git -PKG_VERSION:=1.9.1 +PKG_VERSION:=1.9.2 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=@KERNEL/software/scm/git/ -PKG_MD5SUM:=d65ca55041898c226e532425fc673035 +PKG_MD5SUM:=437c32078b5b5b229f1c10f6474eae78 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 a36831b37..0d59f4c0f 100644 --- a/net/git/patches/100-convert_builtin.patch +++ b/net/git/patches/100-convert_builtin.patch @@ -1,6 +1,6 @@ --- a/Makefile +++ b/Makefile -@@ -533,16 +533,7 @@ EXTRA_PROGRAMS = +@@ -536,16 +536,7 @@ EXTRA_PROGRAMS = # ... and all the rest that could be moved out of bindir to gitexecdir PROGRAMS += $(EXTRA_PROGRAMS) @@ -18,7 +18,7 @@ # Binary suffix, set to .exe for Windows builds X = -@@ -990,6 +981,12 @@ BUILTIN_OBJS += builtin/var.o +@@ -993,6 +984,12 @@ BUILTIN_OBJS += builtin/var.o BUILTIN_OBJS += builtin/verify-pack.o BUILTIN_OBJS += builtin/verify-tag.o BUILTIN_OBJS += builtin/write-tree.o @@ -31,7 +31,7 @@ GITLIBS = $(LIB_FILE) $(XDIFF_LIB) EXTLIBS = -@@ -1153,7 +1150,7 @@ endif +@@ -1156,7 +1153,7 @@ endif EXTLIBS += -lz ifndef NO_OPENSSL @@ -40,7 +40,7 @@ ifdef OPENSSLDIR BASIC_CFLAGS += -I$(OPENSSLDIR)/include OPENSSL_LINK = -L$(OPENSSLDIR)/$(lib) $(CC_LD_DYNPATH)$(OPENSSLDIR)/$(lib) -@@ -2046,10 +2043,6 @@ endif +@@ -2054,10 +2051,6 @@ endif git-%$X: %.o GIT-LDFLAGS $(GITLIBS) $(QUIET_LINK)$(CC) $(ALL_CFLAGS) -o $@ $(ALL_LDFLAGS) $(filter %.o,$^) $(LIBS) @@ -51,7 +51,7 @@ git-http-fetch$X: http.o http-walker.o http-fetch.o GIT-LDFLAGS $(GITLIBS) $(QUIET_LINK)$(CC) $(ALL_CFLAGS) -o $@ $(ALL_LDFLAGS) $(filter %.o,$^) \ $(LIBS) $(CURL_LIBCURL) -@@ -2358,24 +2351,22 @@ endif +@@ -2366,24 +2359,22 @@ endif bindir=$$(cd '$(DESTDIR_SQ)$(bindir_SQ)' && pwd) && \ execdir=$$(cd '$(DESTDIR_SQ)$(gitexec_instdir_SQ)' && pwd) && \ { test "$$bindir/" = "$$execdir/" || \ @@ -222,7 +222,7 @@ const char **user_argv; --- a/upload-pack.c +++ b/upload-pack.c -@@ -786,7 +786,7 @@ static int upload_pack_config(const char +@@ -781,7 +781,7 @@ static int upload_pack_config(const char return parse_hide_refs_config(var, value, "uploadpack"); }