pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/curl Updated curl to 7.50.1.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9d7ecf4e53eb
branches:  trunk
changeset: 350703:9d7ecf4e53eb
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Wed Aug 03 08:57:51 2016 +0000

description:
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

diffstat:

 www/curl/Makefile |   4 ++--
 www/curl/PLIST    |   3 ++-
 www/curl/distinfo |  10 +++++-----
 3 files changed, 9 insertions(+), 8 deletions(-)

diffs (47 lines):

diff -r a51afe6f58f9 -r 9d7ecf4e53eb www/curl/Makefile
--- a/www/curl/Makefile Wed Aug 03 08:50:36 2016 +0000
+++ b/www/curl/Makefile Wed Aug 03 08:57:51 2016 +0000
@@ -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 -r a51afe6f58f9 -r 9d7ecf4e53eb www/curl/PLIST
--- a/www/curl/PLIST    Wed Aug 03 08:50:36 2016 +0000
+++ b/www/curl/PLIST    Wed Aug 03 08:57:51 2016 +0000
@@ -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_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 -r a51afe6f58f9 -r 9d7ecf4e53eb www/curl/distinfo
--- a/www/curl/distinfo Wed Aug 03 08:50:36 2016 +0000
+++ b/www/curl/distinfo Wed Aug 03 08:57:51 2016 +0000
@@ -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



Home | Main Index | Thread Index | Old Index