diff options
author | Peter Wagner <tripolar@gmx.at> | 2018-01-28 18:53:26 +0100 |
---|---|---|
committer | Peter Wagner <tripolar@gmx.at> | 2018-01-28 18:54:34 +0100 |
commit | 856c89082da8c0215207518242e48a3da71b1251 (patch) | |
tree | c1d9ecdb1fb4a6df00d30642d6f0ec4ad606253d /net/git/patches | |
parent | 3b3fed7fb8a3274011897f048a8edb38797b2735 (diff) |
git: update to 2.16.1
Signed-off-by: Peter Wagner <tripolar@gmx.at>
Diffstat (limited to 'net/git/patches')
-rw-r--r-- | net/git/patches/100-configure_for_crosscompiling.patch | 6 | ||||
-rw-r--r-- | net/git/patches/200-imapsend_without_curl.patch | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/net/git/patches/100-configure_for_crosscompiling.patch b/net/git/patches/100-configure_for_crosscompiling.patch index b077c55c2..eb8d4f733 100644 --- a/net/git/patches/100-configure_for_crosscompiling.patch +++ b/net/git/patches/100-configure_for_crosscompiling.patch @@ -1,6 +1,6 @@ --- a/configure.ac +++ b/configure.ac -@@ -926,7 +926,8 @@ AC_RUN_IFELSE( +@@ -925,7 +925,8 @@ AC_RUN_IFELSE( FILE *f = fopen(".", "r"); return f)]])], [ac_cv_fread_reads_directories=no], @@ -10,7 +10,7 @@ ]) if test $ac_cv_fread_reads_directories = yes; then FREAD_READS_DIRECTORIES=UnfortunatelyYes -@@ -960,7 +961,8 @@ AC_RUN_IFELSE( +@@ -959,7 +960,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 -@@ -983,7 +985,8 @@ yippeeyeswehaveit +@@ -982,7 +984,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 1b9c47815..3d3a92e5d 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 -@@ -1197,7 +1197,7 @@ else +@@ -1234,7 +1234,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" |