From ecf1e741838a2bf5e7d96ec2908632c60cfc443f Mon Sep 17 00:00:00 2001 From: Peter Wagner Date: Fri, 22 Jun 2018 20:04:23 +0200 Subject: [PATCH] git: update to 2.18.0 Signed-off-by: Peter Wagner --- net/git/Makefile | 4 ++-- net/git/patches/100-configure_for_crosscompiling.patch | 8 ++++---- net/git/patches/200-imapsend_without_curl.patch | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/net/git/Makefile b/net/git/Makefile index e39824702..32e412162 100644 --- a/net/git/Makefile +++ b/net/git/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=git -PKG_VERSION:=2.17.1 +PKG_VERSION:=2.18.0 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=@KERNEL/software/scm/git/ -PKG_HASH:=79136e7aa83abae4d8a25c8111f113d3c5a63aeb5fd93cc72c26d49c6d5ba65e +PKG_HASH:=8b40be383a603147ae29337136c00d1c634bdfdc169a30924a024596a7e30e92 PKG_INSTALL:=1 PKG_BUILD_PARALLEL:=1 diff --git a/net/git/patches/100-configure_for_crosscompiling.patch b/net/git/patches/100-configure_for_crosscompiling.patch index eb8d4f733..07796e6df 100644 --- a/net/git/patches/100-configure_for_crosscompiling.patch +++ b/net/git/patches/100-configure_for_crosscompiling.patch @@ -1,8 +1,8 @@ --- a/configure.ac +++ b/configure.ac -@@ -925,7 +925,8 @@ AC_RUN_IFELSE( +@@ -929,7 +929,8 @@ AC_RUN_IFELSE( FILE *f = fopen(".", "r"); - return f)]])], + return f != NULL;]])], [ac_cv_fread_reads_directories=no], - [ac_cv_fread_reads_directories=yes]) + [ac_cv_fread_reads_directories=yes], @@ -10,7 +10,7 @@ ]) if test $ac_cv_fread_reads_directories = yes; then FREAD_READS_DIRECTORIES=UnfortunatelyYes -@@ -959,7 +960,8 @@ AC_RUN_IFELSE( +@@ -963,7 +964,8 @@ AC_RUN_IFELSE( if (snprintf(buf, 3, "%s", "12345") != 5 || strcmp(buf, "12")) return 1]])], [ac_cv_snprintf_returns_bogus=no], @@ -20,7 +20,7 @@ ]) if test $ac_cv_snprintf_returns_bogus = yes; then SNPRINTF_RETURNS_BOGUS=UnfortunatelyYes -@@ -982,7 +984,8 @@ yippeeyeswehaveit +@@ -986,7 +988,8 @@ yippeeyeswehaveit #endif ]), [ac_cv_sane_mode_bits=yes], diff --git a/net/git/patches/200-imapsend_without_curl.patch b/net/git/patches/200-imapsend_without_curl.patch index 9f6f7a562..da592202b 100644 --- a/net/git/patches/200-imapsend_without_curl.patch +++ b/net/git/patches/200-imapsend_without_curl.patch @@ -1,6 +1,6 @@ --- a/Makefile +++ b/Makefile -@@ -1238,7 +1238,7 @@ else +@@ -1297,7 +1297,7 @@ else endif curl_check := $(shell (echo 072200; $(CURL_CONFIG) --vernum | sed -e '/^70[BC]/s/^/0/') 2>/dev/null | sort -r | sed -ne 2p) ifeq "$(curl_check)" "072200"