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 Aug 3 08:57:51 UTC 2016
Modified Files:
pkgsrc/www/curl: Makefile PLIST distinfo
Log Message:
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
To generate a diff of this commit:
cvs rdiff -u -r1.168 -r1.169 pkgsrc/www/curl/Makefile
cvs rdiff -u -r1.58 -r1.59 pkgsrc/www/curl/PLIST
cvs rdiff -u -r1.120 -r1.121 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.168 pkgsrc/www/curl/Makefile:1.169
--- pkgsrc/www/curl/Makefile:1.168 Sun Jul 24 18:38:34 2016
+++ pkgsrc/www/curl/Makefile Wed Aug 3 08:57:51 2016
@@ -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
Index: pkgsrc/www/curl/PLIST
diff -u pkgsrc/www/curl/PLIST:1.58 pkgsrc/www/curl/PLIST:1.59
--- pkgsrc/www/curl/PLIST:1.58 Mon May 30 14:25:12 2016
+++ pkgsrc/www/curl/PLIST Wed Aug 3 08:57:51 2016
@@ -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
Index: pkgsrc/www/curl/distinfo
diff -u pkgsrc/www/curl/distinfo:1.120 pkgsrc/www/curl/distinfo:1.121
--- pkgsrc/www/curl/distinfo:1.120 Sun Jul 24 18:38:34 2016
+++ pkgsrc/www/curl/distinfo Wed Aug 3 08:57:51 2016
@@ -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