Mon Feb 8 17:35:32 2016 UTC ()
Changes 7.47.1:
Bugfixes:
* getredirect.c: fix variable name
* tool_doswin: silence unused function warning
* cmake: fixed when OpenSSL enabled on Windows and schannel detected
* curl.1: Explain remote-name behavior if file already exists
* tool_operate: Don't sanitize --output path (Windows)
* URLs: change all http:// URLs to https:// in documentation & comments
* sasl_sspi: Fix memory leak in domain populate
* COPYING: clarify that Daniel is not the sole author
* examples/htmltitle: Use _stricmp on Windows
* examples/asiohiper: Avoid function name collision on Windows
* idn_win32: Better error checking
* openssl: Fix signed/unsigned mismatch warning in X509V3_ext
* curl save files: check for backslashes on cygwin


(adam)
diff -r1.158 -r1.159 pkgsrc/www/curl/Makefile
diff -r1.114 -r1.115 pkgsrc/www/curl/distinfo
diff -r1.2 -r0 pkgsrc/www/curl/patches/patch-doc_examples_getredirect_c

cvs diff -r1.158 -r1.159 pkgsrc/www/curl/Makefile (expand / switch to unified diff)

--- pkgsrc/www/curl/Makefile 2016/01/28 12:04:45 1.158
+++ pkgsrc/www/curl/Makefile 2016/02/08 17:35:31 1.159
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.158 2016/01/28 12:04:45 wiz Exp $ 1# $NetBSD: Makefile,v 1.159 2016/02/08 17:35:31 adam Exp $
2 2
3DISTNAME= curl-7.47.0 3DISTNAME= curl-7.47.1
4CATEGORIES= www 4CATEGORIES= www
5MASTER_SITES= http://curl.haxx.se/download/ \ 5MASTER_SITES= http://curl.haxx.se/download/ \
6 ftp://ftp.sunet.se/pub/www/utilities/curl/ 6 ftp://ftp.sunet.se/pub/www/utilities/curl/
7EXTRACT_SUFX= .tar.bz2 7EXTRACT_SUFX= .tar.bz2
8 8
9MAINTAINER= pkgsrc-users@NetBSD.org 9MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= http://curl.haxx.se/ 10HOMEPAGE= http://curl.haxx.se/
11COMMENT= Client that groks URLs 11COMMENT= Client that groks URLs
12# not completely, but near enough 12# not completely, but near enough
13LICENSE= mit 13LICENSE= mit
14 14
15# list it into IPv6-ready packages 15# list it into IPv6-ready packages
16BUILD_DEFS+= IPV6_READY 16BUILD_DEFS+= IPV6_READY

cvs diff -r1.114 -r1.115 pkgsrc/www/curl/distinfo (expand / switch to unified diff)

--- pkgsrc/www/curl/distinfo 2016/02/01 13:15:27 1.114
+++ pkgsrc/www/curl/distinfo 2016/02/08 17:35:31 1.115
@@ -1,10 +1,9 @@ @@ -1,10 +1,9 @@
1$NetBSD: distinfo,v 1.114 2016/02/01 13:15:27 mef Exp $ 1$NetBSD: distinfo,v 1.115 2016/02/08 17:35:31 adam Exp $
2 2
3SHA1 (curl-7.47.0.tar.bz2) = 0f8112c50acf1c3896906643adb7f1aeb9b8b633 3SHA1 (curl-7.47.1.tar.bz2) = db57162affecaa320b462e35d2adbb37bf30bbe7
4RMD160 (curl-7.47.0.tar.bz2) = 5f4a9f97d3788ee93025be069b5bf43e85044787 4RMD160 (curl-7.47.1.tar.bz2) = cfcdd8632aab2a8ef40435ae1ed7f499741cb1f3
5SHA512 (curl-7.47.0.tar.bz2) = cd85b7c46b693e0d0f50c42030c9e63de98ac9a61183dcf89d9e4883260692e07a1d844f204313e55b66a64d48073b20f1b34d7ec9216064582ca8607459a6e1 5SHA512 (curl-7.47.1.tar.bz2) = e99d94dfdd349df0603de21687039c69765d40ae6bd73bd8ccdb6d046903a94e590a9cc903f378f8d030997a29bf0394ac5e342c9989a815679f9ea4fa79913f
6Size (curl-7.47.0.tar.bz2) = 3498935 bytes 6Size (curl-7.47.1.tar.bz2) = 3506256 bytes
7SHA1 (patch-aa) = 793701d5ecc3343170fb437906c9adb74763cd13 7SHA1 (patch-aa) = 793701d5ecc3343170fb437906c9adb74763cd13
8SHA1 (patch-curl-config.in) = d0cc7bb6a5bf0b9257f40dcffce7093cc0098eb7 8SHA1 (patch-curl-config.in) = d0cc7bb6a5bf0b9257f40dcffce7093cc0098eb7
9SHA1 (patch-doc_examples_getredirect_c) = 15261b9f25b012691aa129fc3d7585e989ac8444 
10SHA1 (patch-lib_hostcheck.c) = 8e772d3f91cdafae17281cc19004269ece0cf308 9SHA1 (patch-lib_hostcheck.c) = 8e772d3f91cdafae17281cc19004269ece0cf308

File Deleted: pkgsrc/www/curl/patches/Attic/patch-doc_examples_getredirect_c