svn commit: r483943 - head/databases/tarantool/files

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Nov 3 22:44:22 UTC 2018


Author: sunpoet
Date: Sat Nov  3 22:44:20 2018
New Revision: 483943
URL: https://svnweb.freebsd.org/changeset/ports/483943

Log:
  Fix build with curl 7.62.0

Added:
  head/databases/tarantool/files/patch-src-httpc.c   (contents, props changed)

Added: head/databases/tarantool/files/patch-src-httpc.c
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/databases/tarantool/files/patch-src-httpc.c	Sat Nov  3 22:44:20 2018	(r483943)
@@ -0,0 +1,12 @@
+--- src/httpc.c.orig	2018-10-12 19:53:35 UTC
++++ src/httpc.c
+@@ -333,7 +333,9 @@ httpc_execute(struct httpc_request *req,
+ 			++env->stat.http_other_responses;
+ 		}
+ 		break;
++#if LIBCURL_VERSION_NUM < 0x073e00
+ 	case CURLE_SSL_CACERT:
++#endif
+ 	case CURLE_PEER_FAILED_VERIFICATION:
+ 		/* 495 SSL Certificate Error (nginx non-standard) */
+ 		req->status = 495;


More information about the svn-ports-all mailing list