Date: Sat, 3 Nov 2018 22:44:21 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r483943 - head/databases/tarantool/files Message-ID: <201811032244.wA3MiLDr057208@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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;
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201811032244.wA3MiLDr057208>