pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/curl Update curl to 7.49.1.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e2707f669c24
branches:  trunk
changeset: 347800:e2707f669c24
user:      jklos <jklos%pkgsrc.org@localhost>
date:      Mon May 30 11:42:19 2016 +0000

description:
Update curl to 7.49.1.

Bugfixes:

Windows: prevent DLL hijacking, CVE-2016-4802
dist: include manpage-scan.pl, nroff-scan.pl and CHECKSRC.md
schannel: fix compile break with MSVC XP toolset
curlbuild.h.dist: check __LP64__ as well to fix MIPS build
dist: include curl_multi_socket_all.3
http2: use HTTP/2 in the HTTP/1.1-alike response
openssl: ERR_remove_thread_state() is deprecated in latest 1.1.0
CURLOPT_CONNECT_TO.3: user must not free the list prematurely
libcurl.m4: Avoid obsolete warning
winbuild/Makefile.vc: Fix check on SSL, MBEDTLS, WINSSL exclusivity
curl_multibyte: fix compiler error
openssl: cleanup must free compression methods (memory leak)
mbedtls: fix includes so snprintf() works
checksrc.pl: Added variants of strcat() & strncat() to banned function list
contributors.sh: better grep pattern and show GitHub username
ssh: fix build for libssh2 before 1.2.6
curl_share_setopt.3: Add min ver needed for ssl session lock

diffstat:

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

diffs (30 lines):

diff -r 54859e9ed3c3 -r e2707f669c24 www/curl/Makefile
--- a/www/curl/Makefile Mon May 30 10:54:57 2016 +0000
+++ b/www/curl/Makefile Mon May 30 11:42:19 2016 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.165 2016/05/29 20:37:34 wiz Exp $
+# $NetBSD: Makefile,v 1.166 2016/05/30 11:42:19 jklos Exp $
 
-DISTNAME=      curl-7.49.0
+DISTNAME=      curl-7.49.1
 CATEGORIES=    www
 MASTER_SITES=  https://curl.haxx.se/download/
 EXTRACT_SUFX=  .tar.bz2
diff -r 54859e9ed3c3 -r e2707f669c24 www/curl/distinfo
--- a/www/curl/distinfo Mon May 30 10:54:57 2016 +0000
+++ b/www/curl/distinfo Mon May 30 11:42:19 2016 +0000
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.118 2016/05/29 20:37:34 wiz Exp $
+$NetBSD: distinfo,v 1.119 2016/05/30 11:42:19 jklos Exp $
 
-SHA1 (curl-7.49.0.tar.bz2) = c21df0a7494d116e6286f20724070e8380c5d198
-RMD160 (curl-7.49.0.tar.bz2) = 212924e92c479847ac47b3c4f0deff549f4598b6
-SHA512 (curl-7.49.0.tar.bz2) = 57a82185c082ea872a54c6f5a11ca24fe6131108c16255278671504afca848b9298681de9c9bb5905b9655295edf25c104d1301c4bbdb1f261d952a020d77111
-Size (curl-7.49.0.tar.bz2) = 7458465 bytes
+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 (patch-aa) = 793701d5ecc3343170fb437906c9adb74763cd13
 SHA1 (patch-curl-config.in) = d0cc7bb6a5bf0b9257f40dcffce7093cc0098eb7
 SHA1 (patch-lib_hostcheck.c) = 8e772d3f91cdafae17281cc19004269ece0cf308



Home | Main Index | Thread Index | Old Index