Browse Source

git: update to 1.12.1

Signed-off-by: Peter Wagner <tripolar@gmx.at>
lilik-openwrt-22.03
Peter Wagner 7 years ago
parent
commit
2690fd9eec
4 changed files with 6 additions and 18 deletions
  1. +2
    -2
      net/git/Makefile
  2. +3
    -3
      net/git/patches/100-configure_for_crosscompiling.patch
  3. +0
    -12
      net/git/patches/200-disable_fasthash.patch
  4. +1
    -1
      net/git/patches/200-imapsend_without_curl.patch

+ 2
- 2
net/git/Makefile View File

@ -8,12 +8,12 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=git
PKG_VERSION:=2.11.1
PKG_VERSION:=2.12.1
PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
PKG_SOURCE_URL:=@KERNEL/software/scm/git/
PKG_HASH:=c0a779cae325d48a1d5ba08b6ee1febcc31d0657a6da01fd1dec1c6e10976415
PKG_HASH:=db11674364b764e101966d829a2e271c9b9d2a8bd4d8ecb4221a1dcdc9a3ada2
PKG_INSTALL:=1
PKG_BUILD_PARALLEL:=1


net/git/patches/300-configure_for_crosscompiling → net/git/patches/100-configure_for_crosscompiling.patch View File


+ 0
- 12
net/git/patches/200-disable_fasthash.patch View File

@ -1,12 +0,0 @@
--- a/config.mak.uname
+++ b/config.mak.uname
@@ -17,9 +17,6 @@ endif
# because maintaining the nesting to match is a pain. If
# we had "elif" things would have been much nicer...
-ifeq ($(uname_M),x86_64)
- XDL_FAST_HASH = YesPlease
-endif
ifeq ($(uname_S),OSF1)
# Need this for u_short definitions et al
BASIC_CFLAGS += -D_OSF_SOURCE

net/git/patches/400-imapsend_without_curl.patch → net/git/patches/200-imapsend_without_curl.patch View File


Loading…
Cancel
Save