diff options
author | wiz <wiz@pkgsrc.org> | 2016-08-03 08:57:51 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2016-08-03 08:57:51 +0000 |
commit | 3d2ac98f7103b0d51cfaf427ecda70c6fc9a9f9a (patch) | |
tree | 789455375876a62e83a87516d682d1d66e461466 | |
parent | 0c195e991fd4232e6d6b2a749c18f55e29c08e9f (diff) | |
download | pkgsrc-3d2ac98f7103b0d51cfaf427ecda70c6fc9a9f9a.tar.gz |
Updated curl to 7.50.1.
Bugfixes:
TLS: switch off SSL session id when client cert is used
TLS: only reuse connections with the same client cert
curl_multi_cleanup: clear connection pointer for easy handles
include the CURLINFO_HTTP_VERSION man page into the release tarball
include the http2-server.pl script in the release tarball
test558: fix test by stripping file paths from FD lines
spnego: Corrected miss-placed * in Curl_auth_spnego_cleanup() declaration
tests: Fix for http/2 feature
cmake: Fix for schannel support
curl.h: make public types void * again
win32: fix a potential memory leak in Curl_load_library
travis: fix OSX build by re-installing libtool
mbedtls: Fix debug function name
-rw-r--r-- | www/curl/Makefile | 4 | ||||
-rw-r--r-- | www/curl/PLIST | 3 | ||||
-rw-r--r-- | www/curl/distinfo | 10 |
3 files changed, 9 insertions, 8 deletions
diff --git a/www/curl/Makefile b/www/curl/Makefile index e27b9267048..fed9283ac5f 100644 --- a/www/curl/Makefile +++ b/www/curl/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.168 2016/07/24 18:38:34 wiz Exp $ +# $NetBSD: Makefile,v 1.169 2016/08/03 08:57:51 wiz Exp $ -DISTNAME= curl-7.50.0 +DISTNAME= curl-7.50.1 CATEGORIES= www MASTER_SITES= https://curl.haxx.se/download/ EXTRACT_SUFX= .tar.bz2 diff --git a/www/curl/PLIST b/www/curl/PLIST index 43c80ce95c4..87e24294b9f 100644 --- a/www/curl/PLIST +++ b/www/curl/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.58 2016/05/30 14:25:12 prlw1 Exp $ +@comment $NetBSD: PLIST,v 1.59 2016/08/03 08:57:51 wiz Exp $ bin/curl bin/curl-config include/curl/curl.h @@ -29,6 +29,7 @@ man/man3/CURLINFO_FTP_ENTRY_PATH.3 man/man3/CURLINFO_HEADER_SIZE.3 man/man3/CURLINFO_HTTPAUTH_AVAIL.3 man/man3/CURLINFO_HTTP_CONNECTCODE.3 +man/man3/CURLINFO_HTTP_VERSION.3 man/man3/CURLINFO_LASTSOCKET.3 man/man3/CURLINFO_LOCAL_IP.3 man/man3/CURLINFO_LOCAL_PORT.3 diff --git a/www/curl/distinfo b/www/curl/distinfo index 8c323fdc0e2..fdc7ef3311a 100644 --- a/www/curl/distinfo +++ b/www/curl/distinfo @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.120 2016/07/24 18:38:34 wiz Exp $ +$NetBSD: distinfo,v 1.121 2016/08/03 08:57:51 wiz Exp $ -SHA1 (curl-7.50.0.tar.bz2) = 9faa508f8cf81d9ed38ee793dcd468921f21a3c5 -RMD160 (curl-7.50.0.tar.bz2) = 70bba7cd843b127dc7d87afd4d366f74a621dfa8 -SHA512 (curl-7.50.0.tar.bz2) = f431c9895d260ef77dcff29e868c8d5180800d12f2bd89da8942422cec454432717e6ede6484d6b6711cb2bdd85e7e8f6ae23c59fd1f5b69acd569570c8efdd8 -Size (curl-7.50.0.tar.bz2) = 7465962 bytes +SHA1 (curl-7.50.1.tar.bz2) = 6d9e54a7f8f5aa1f6cac652df93bb7163565b554 +RMD160 (curl-7.50.1.tar.bz2) = 9f450b5572bd99a8472abb639edd0a579c330705 +SHA512 (curl-7.50.1.tar.bz2) = 94acd91fcf8ff2605e1ba2d086c2c366257b61eaf516b9ea44e574e315feb5b30f6e47d89051f259e026ef5dd9edde5f7b15a6af9ee6a38f641da354e1e677b1 +Size (curl-7.50.1.tar.bz2) = 7464809 bytes SHA1 (patch-aa) = 793701d5ecc3343170fb437906c9adb74763cd13 SHA1 (patch-curl-config.in) = d0cc7bb6a5bf0b9257f40dcffce7093cc0098eb7 SHA1 (patch-lib_hostcheck.c) = 8e772d3f91cdafae17281cc19004269ece0cf308 |