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.0.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/84ad3fd25003
branches:  trunk
changeset: 350203:84ad3fd25003
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun Jul 24 18:38:34 2016 +0000

description:
Updated curl to 7.50.0.

 Fixed in 7.50.0 - July 21 2016

Changes:

    http: add CURLINFO_HTTP_VERSION and %{http_version}

Bugfixes:

    memdebug: fix MSVC crash with -DMEMDEBUG_LOG_SYNC
    openssl: fix build with OPENSSL_NO_COMP
    mbedtls: removed unused variables
    cmake: Added missing mbedTLS support
    URL parser: allow URLs to use one, two or three slashes
    curl: fix -q [regression]
    openssl: Use correct buffer sizes for error messages
    curl: fix SIGSEGV while parsing URL with too many globs
    schannel: add CURLOPT_CERTINFO support
    vtls: fix ssl session cache race condition
    http: Fix HTTP/2 connection reuse [regression]
    checksrc: Add LoadLibrary to the banned functions list
    schannel: Disable ALPN on Windows < 8.1
    configure: occasional ignorance of --enable-symbol-hiding with GCC
    http2: test17xx are the first real HTTP/2 tests
    resolve: add support for IPv6 DNS64/NAT64 Networks on OS X + iOS
    curl_multi_socket_action.3: rewording
    CURLOPT_POSTFIELDS.3: Clarify what happens when set empty
    cmake: Fix build with winldap
    openssl: fix cert check with non-DNS name fields present
    curl.1: mention the units for the progress meter
    openssl: use more 'const' to fix build warnings with 1.1.0 branch
    cmake: now using BUILD_TESTING=ON/OFF
    vtls: Only call add/getsession if session id is enabled
    headers: forward declare CURL, CURLM and CURLSH as structs
    configure: improve detection of CA bundle path on FreeBSD
    SFTP: set a generic error when no SFTP one exists
    curl_global_init.3: expand on the SSL and WIN32 bits purpose
    conn: don't free easy handle data in handler->disconnect
    cookie.c: Fix misleading indentation
    library: Fix memory leaks found during static analysis
    CURLMOPT_SOCKETFUNCTION.3: fix typo
    curl_global_init: moved the "IPv6 works" check here
    connect: disable TFO on Linux when using SSL
    vauth: Fixed memory leak due to function returning without free
    winbuild: fix embedded manifest option

diffstat:

 www/curl/Makefile |   5 ++---
 www/curl/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 8 deletions(-)

diffs (31 lines):

diff -r d9780ea5eddc -r 84ad3fd25003 www/curl/Makefile
--- a/www/curl/Makefile Sun Jul 24 18:33:56 2016 +0000
+++ b/www/curl/Makefile Sun Jul 24 18:38:34 2016 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.167 2016/07/09 06:39:11 wiz Exp $
+# $NetBSD: Makefile,v 1.168 2016/07/24 18:38:34 wiz Exp $
 
-DISTNAME=      curl-7.49.1
-PKGREVISION=   1
+DISTNAME=      curl-7.50.0
 CATEGORIES=    www
 MASTER_SITES=  https://curl.haxx.se/download/
 EXTRACT_SUFX=  .tar.bz2
diff -r d9780ea5eddc -r 84ad3fd25003 www/curl/distinfo
--- a/www/curl/distinfo Sun Jul 24 18:33:56 2016 +0000
+++ b/www/curl/distinfo Sun Jul 24 18:38:34 2016 +0000
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.119 2016/05/30 11:42:19 jklos Exp $
+$NetBSD: distinfo,v 1.120 2016/07/24 18:38:34 wiz Exp $
 
-SHA1 (curl-7.49.1.tar.bz2) = 50db69ee612d36a465e2fec3a35028e11c2766bb
-RMD160 (curl-7.49.1.tar.bz2) = 9dd8e02043ad67ecd3e342b0cacebe9c88b21d32
-SHA512 (curl-7.49.1.tar.bz2) = 665ef178c282c14f429498547b3711ef79faf85f6db7f4ec24259e2c6247f6ee234dda158ebc207d03f08b5198c5844480e054f24f054b2de6c6a15d4f1ce6e6
-Size (curl-7.49.1.tar.bz2) = 7459866 bytes
+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 (patch-aa) = 793701d5ecc3343170fb437906c9adb74763cd13
 SHA1 (patch-curl-config.in) = d0cc7bb6a5bf0b9257f40dcffce7093cc0098eb7
 SHA1 (patch-lib_hostcheck.c) = 8e772d3f91cdafae17281cc19004269ece0cf308



Home | Main Index | Thread Index | Old Index