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: adam
Date: Mon Oct 23 06:59:36 UTC 2017
Modified Files:
pkgsrc/www/curl: Makefile distinfo
Log Message:
curl: update to 7.56.1
Curl and libcurl 7.56.1
This release includes the following bugfixes:
o imap: if a FETCH response has no size, don't call write callback
o ftp: UBsan fixup 'pointer index expression overflowed
o failf: skip the sprintf() if there are no consumers
o fuzzer: move to using external curl-fuzzer
o lib/Makefile.m32: allow customizing dll suffixes
o docs: fix typo in curl_mime_data_cb man page
o darwinssl: add support for TLSv1.3
o build: fix --disable-crypto-auth
o lib/config-win32.h: let SMB/SMBS be enabled with OpenSSL/NSS
o openssl: fix build without HAVE_OPAQUE_EVP_PKEY
o strtoofft: Remove extraneous null check
o multi_cleanup: call DONE on handles that never got that
o tests: added flaky keyword to tests 587 and 644
o pingpong: return error when trying to send without connection
o remove_handle: call multi_done() first, then clear dns cache pointer
o mime: be tolerant about setting twice the same header list in a part.
o mime: improve unbinding top multipart from easy handle.
o mime: avoid resetting a part's encoder when part's contents change.
o mime: refuse to add subparts to one of their own descendants
o RTSP: avoid integer overflow on funny RTSP responses
o curl: don't pass semicolons when parsing Content-Disposition
o openssl: enable PKCS12 support for !BoringSSL
o FAQ: s/CURLOPT_PROGRESSFUNCTION/CURLOPT_XFERINFOFUNCTION
o CURLOPT_NOPROGRESS.3: also refer to xferinfofunction
o CURLOPT_XFERINFODATA.3: fix duplicate see also
o test298: verify --ftp-method nowcwd with URL encoded path
o FTP: URL decode path for dir listing in nocwd mode
o smtp_done: fix memory leak on send failure
o ftpserver: support case insensitive commands
o test950; verify SMTP with custom request
o openssl: don't use old BORINGSSL_YYYYMM macros
o setopt: update current connection SSL verify params
o winbuild/BUILD.WINDOWS.txt: mention WITH_NGHTTP2
o curl: reimplement stdin buffering in -F option
o mime: keep "text/plain" content type if user-specified
o mime: fix the content reader to handle >16K data properly
o configure: remove the C++ compiler check
o memdebug: trace send, recv and socket
o runtests: use valgrind for torture as well
o ldap: silence clang warning
o makefile.m32: allow to override gcc, ar and ranlib
o setopt: avoid integer overflows when setting millsecond values
o setopt: range check most long options
o ftp: reject illegal IP/port in PASV 227 response
o mime: do not reuse previously computed multipart size
o vtls: change struct Curl_ssl `close' field name to `close_one'
o os400: add missing symbols in config file
o mime: limit bas64-encoded lines length to 76 characters
o mk-ca-bundle: Remove URL for aurora
o mk-ca-bundle: Fix URL for NSS
To generate a diff of this commit:
cvs rdiff -u -r1.188 -r1.189 pkgsrc/www/curl/Makefile
cvs rdiff -u -r1.137 -r1.138 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.188 pkgsrc/www/curl/Makefile:1.189
--- pkgsrc/www/curl/Makefile:1.188 Wed Oct 4 06:32:58 2017
+++ pkgsrc/www/curl/Makefile Mon Oct 23 06:59:36 2017
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.188 2017/10/04 06:32:58 wiz Exp $
+# $NetBSD: Makefile,v 1.189 2017/10/23 06:59:36 adam Exp $
-DISTNAME= curl-7.56.0
+DISTNAME= curl-7.56.1
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.137 pkgsrc/www/curl/distinfo:1.138
--- pkgsrc/www/curl/distinfo:1.137 Wed Oct 4 06:32:58 2017
+++ pkgsrc/www/curl/distinfo Mon Oct 23 06:59:36 2017
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.137 2017/10/04 06:32:58 wiz Exp $
+$NetBSD: distinfo,v 1.138 2017/10/23 06:59:36 adam Exp $
-SHA1 (curl-7.56.0.tar.bz2) = 228a15a26aadfbd4ebb48e4fc93840294d20ac68
-RMD160 (curl-7.56.0.tar.bz2) = 0177187dd68dfccfcd8a3ed15e430cff74422ff3
-SHA512 (curl-7.56.0.tar.bz2) = ba17a9fdc4b540d6053fa542bd875f321d009b9ba0cb56b16fe6c217f3856ab061f2a6c735771a0eadc28338889d071884680b4d4c243b4179872abb29915e3b
-Size (curl-7.56.0.tar.bz2) = 2838517 bytes
+SHA1 (curl-7.56.1.tar.bz2) = f17b8f71f801b266828067f6f7c0e950509890b9
+RMD160 (curl-7.56.1.tar.bz2) = ee08c268c414be3d2c9a0bbcb9b7fbcfb33f48e9
+SHA512 (curl-7.56.1.tar.bz2) = f8a602e6890b2791ea9199c80801ffd027980de3733d4ab001ee80b5167f840cc821c6fe7852087c88a471edc9d3f328cf660af3e2c6f7139d6c8de62b0ade68
+Size (curl-7.56.1.tar.bz2) = 2824548 bytes
SHA1 (patch-configure) = fac0071bbb22cb379f36477e0e806a8f9f4d43eb
SHA1 (patch-curl-config.in) = d0cc7bb6a5bf0b9257f40dcffce7093cc0098eb7
SHA1 (patch-lib_hostcheck.c) = 8e772d3f91cdafae17281cc19004269ece0cf308
Home |
Main Index |
Thread Index |
Old Index