pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/curl



Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed Sep 14 07:12:12 UTC 2016

Modified Files:
        pkgsrc/www/curl: Makefile distinfo

Log Message:
Updated curl to 7.50.3.

Curl and libcurl 7.50.3

This release includes the following bugfixes:

 o CVE-2016-7167: escape and unescape integer overflows [8]
 o mk-ca-bundle.pl: use SHA256 instead of SHA1
 o checksrc: detect strtok() use
 o errors: new alias CURLE_WEIRD_SERVER_REPLY [1]
 o http2: support > 64bit sized uploads [2]
 o openssl: fix bad memory free (regression) [3]
 o CMake: hide private library symbols [4]
 o http: refuse to pass on response body with NO_NODY was set [5]
 o cmake: fix curl-config --static-libs [6]
 o mbedtls: switch off NTLM in build if md4 isn't available [7]
 o curl: --create-dirs on windows groks both forward and backward slashes [9]


To generate a diff of this commit:
cvs rdiff -u -r1.170 -r1.171 pkgsrc/www/curl/Makefile
cvs rdiff -u -r1.122 -r1.123 pkgsrc/www/curl/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/curl/Makefile
diff -u pkgsrc/www/curl/Makefile:1.170 pkgsrc/www/curl/Makefile:1.171
--- pkgsrc/www/curl/Makefile:1.170      Wed Sep  7 07:55:51 2016
+++ pkgsrc/www/curl/Makefile    Wed Sep 14 07:12:12 2016
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.170 2016/09/07 07:55:51 adam Exp $
+# $NetBSD: Makefile,v 1.171 2016/09/14 07:12:12 wiz Exp $
 
-DISTNAME=      curl-7.50.2
+DISTNAME=      curl-7.50.3
 CATEGORIES=    www
 MASTER_SITES=  https://curl.haxx.se/download/
 EXTRACT_SUFX=  .tar.bz2

Index: pkgsrc/www/curl/distinfo
diff -u pkgsrc/www/curl/distinfo:1.122 pkgsrc/www/curl/distinfo:1.123
--- pkgsrc/www/curl/distinfo:1.122      Wed Sep  7 07:55:51 2016
+++ pkgsrc/www/curl/distinfo    Wed Sep 14 07:12:12 2016
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.122 2016/09/07 07:55:51 adam Exp $
+$NetBSD: distinfo,v 1.123 2016/09/14 07:12:12 wiz Exp $
 
-SHA1 (curl-7.50.2.tar.bz2) = 3505da556bc8632524d3c54e16d870f5b1e5b061
-RMD160 (curl-7.50.2.tar.bz2) = 1ec49fcd1d5b63d6c02cbab5cbada5202d69ba4c
-SHA512 (curl-7.50.2.tar.bz2) = 5db4fba920f1627e545ddf774ceaafe3afce43c85aaa8aa7842337fe6cbc031aa597d9d80457c5d52bc7a0c218de30bb29802383e1d81e3f220186212dade342
-Size (curl-7.50.2.tar.bz2) = 7477028 bytes
+SHA1 (curl-7.50.3.tar.bz2) = 18ae1e5429d5bcf9a35832eda5b4762a1041f715
+RMD160 (curl-7.50.3.tar.bz2) = 15db3008862eff79fa7ed472f26054a615a93177
+SHA512 (curl-7.50.3.tar.bz2) = 59012f0d9abd38d00e0b2db0cd5d8b513c08000354d31e7318007b688dc1eb71a0ac71a13acd40b0becc6199299091697b448d2e6895f90e103a23cd23f7f621
+Size (curl-7.50.3.tar.bz2) = 7478393 bytes
 SHA1 (patch-aa) = 793701d5ecc3343170fb437906c9adb74763cd13
 SHA1 (patch-curl-config.in) = d0cc7bb6a5bf0b9257f40dcffce7093cc0098eb7
 SHA1 (patch-lib_hostcheck.c) = 8e772d3f91cdafae17281cc19004269ece0cf308



Home | Main Index | Thread Index | Old Index