diff options
author | Peter Wagner <tripolar@gmx.at> | 2018-10-06 11:50:32 +0200 |
---|---|---|
committer | Peter Wagner <tripolar@gmx.at> | 2018-10-06 11:50:32 +0200 |
commit | 2e0cb11fe0bc9129e71252eafb5967eaa5bda2d8 (patch) | |
tree | fd8c2d7828d03ae80669ef8f48c4aafcb3586634 /net/git/patches | |
parent | 274354263fedf61ade2846d009457afff4a8e78a (diff) |
git: update to 2.19.1
Signed-off-by: Peter Wagner <tripolar@gmx.at>
Diffstat (limited to 'net/git/patches')
-rw-r--r-- | net/git/patches/200-imapsend_without_curl.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/git/patches/200-imapsend_without_curl.patch b/net/git/patches/200-imapsend_without_curl.patch index da592202b..75268a48f 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 -@@ -1297,7 +1297,7 @@ else +@@ -1312,7 +1312,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" |