[arch-commits] Commit in edbrowse/trunk (fix-build-with-curl-7.62.0.patch)

Alad Wenter alad at archlinux.org
Sat Mar 2 15:50:06 UTC 2019


    Date: Saturday, March 2, 2019 @ 15:50:05
  Author: alad
Revision: 437374

upgpkg: edbrowse 3.7.4-1

edbrowse: update to 3.7.4

Deleted:
  edbrowse/trunk/fix-build-with-curl-7.62.0.patch

----------------------------------+
 fix-build-with-curl-7.62.0.patch |   26 --------------------------
 1 file changed, 26 deletions(-)

Deleted: fix-build-with-curl-7.62.0.patch
===================================================================
--- fix-build-with-curl-7.62.0.patch	2019-03-02 15:49:47 UTC (rev 437373)
+++ fix-build-with-curl-7.62.0.patch	2019-03-02 15:50:05 UTC (rev 437374)
@@ -1,26 +0,0 @@
-From 5d2b9e21fdf019f461ebe62738d615428d5db963 Mon Sep 17 00:00:00 2001
-From: Po-Chuan Hsieh <sunpoet at sunpoet.net>
-Date: Sat, 3 Nov 2018 18:11:14 +0800
-Subject: [PATCH] Fix build with curl 7.62.0
-
-from CHANGES:
-ssl: deprecate CURLE_SSL_CACERT in favour of a unified error code
-Long live CURLE_PEER_FAILED_VERIFICATION
----
- src/http.c | 2 ++
- 1 file changed, 2 insertions(+)
-
-diff --git a/src/http.c b/src/http.c
-index 56eebab..ccafc8f 100644
---- a/src/http.c
-+++ b/src/http.c
-@@ -1557,7 +1557,9 @@ void ebcurl_setError(CURLcode curlret, const char *url, int action,
- 		break;
- 
- 	case CURLE_PEER_FAILED_VERIFICATION:
-+#if LIBCURL_VERSION_NUM < 0x073e00
- 	case CURLE_SSL_CACERT:
-+#endif
- 		(*fn) (MSG_NoCertify, host);
- 		break;
- 



More information about the arch-commits mailing list