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:   leot
Date:           Wed Jun  5 18:10:54 UTC 2019

Modified Files:
        pkgsrc/www/curl: Makefile distinfo

Log Message:
curl: Update to 7.65.1

Changes:
7.65.1
------
This release includes the following bugfixes:

 o CURLOPT_LOW_SPEED_* repaired
 o NTLM: reset proxy "multipass" state when CONNECT request is done
 o PolarSSL: deprecate support step 1. Removed from configure
 o appveyor: add Visual Studio solution build
 o cmake: check for if_nametoindex()
 o cmake: support CMAKE_OSX_ARCHITECTURES when detecting SIZEOF variables
 o config-win32: add support for if_nametoindex and getsockname
 o conncache: Remove the DEBUGASSERT on length check
 o conncache: make "bundles" per host name when doing proxy tunnels
 o curl-win32.h: Enable Unix Domain Sockets based on the Windows SDK version
 o curl_share_setopt.3: improve wording
 o dump-header.d: spell out that no headers == empty file
 o example/http2-download: fix format specifier
 o examples: cleanups and compiler warning fixes
 o http2: Stop drain from being permanently set
 o http: don't parse body-related headers in bodyless responses
 o md4: build correctly with openssl without MD4
 o md4: include the mbedtls config.h to get the MD4 info
 o multi: track users of a socket better
 o nss: allow to specify TLS 1.3 ciphers if supported by NSS
 o parse_proxy: make sure portptr is initialized
 o parse_proxy: use the IPv6 zone id if given
 o sectransp: handle errSSLPeerAuthCompleted from SSLRead()
 o singlesocket: use separate variable for inner loop
 o ssl: Update outdated "openssl-only" comments for supported backends
 o tests: add HAProxy keywords
 o tests: add support to test against OpenSSH for Windows
 o tests: make test 1420 and 1406 work with rtsp-disabled libcurl
 o tls13-docs: mention it is only for OpenSSL >= 1.1.1
 o tool_parse_cfg: Avoid 2 fopen() for WIN32
 o tool_setopt: for builds with disabled-proxy, skip all proxy setopts()
 o url: Load if_nametoindex() dynamically from iphlpapi.dll on Windows
 o url: fix bad feature-disable #ifdef
 o url: use correct port in ConnectionExists()
 o winbuild: Use two space indentation


To generate a diff of this commit:
cvs rdiff -u -r1.209 -r1.210 pkgsrc/www/curl/Makefile
cvs rdiff -u -r1.153 -r1.154 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.209 pkgsrc/www/curl/Makefile:1.210
--- pkgsrc/www/curl/Makefile:1.209      Wed May 22 08:57:58 2019
+++ pkgsrc/www/curl/Makefile    Wed Jun  5 18:10:54 2019
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.209 2019/05/22 08:57:58 leot Exp $
+# $NetBSD: Makefile,v 1.210 2019/06/05 18:10:54 leot Exp $
 
-DISTNAME=      curl-7.65.0
+DISTNAME=      curl-7.65.1
 CATEGORIES=    www
 MASTER_SITES=  https://curl.haxx.se/download/
 EXTRACT_SUFX=  .tar.xz

Index: pkgsrc/www/curl/distinfo
diff -u pkgsrc/www/curl/distinfo:1.153 pkgsrc/www/curl/distinfo:1.154
--- pkgsrc/www/curl/distinfo:1.153      Wed May 22 09:00:48 2019
+++ pkgsrc/www/curl/distinfo    Wed Jun  5 18:10:54 2019
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.153 2019/05/22 09:00:48 leot Exp $
+$NetBSD: distinfo,v 1.154 2019/06/05 18:10:54 leot Exp $
 
-SHA1 (curl-7.65.0.tar.xz) = abb21258bbedf5cccf65e827c770792e234a70bb
-RMD160 (curl-7.65.0.tar.xz) = 70b34e5b313128e4a1990a597d7b4ddfdae25e9c
-SHA512 (curl-7.65.0.tar.xz) = 032c065c1d4bd07ba028625f8fab6a09e7cb8505a5f19339b3abdee5a9cda7d091c11f075fe3fc227d082690a66c558c770a4cd9fb17b52acc13794976a770c5
-Size (curl-7.65.0.tar.xz) = 2392324 bytes
+SHA1 (curl-7.65.1.tar.xz) = 26edd5197564178575c92c41e03acf2131b7643e
+RMD160 (curl-7.65.1.tar.xz) = bbd3437e70b34bd577b6cb09020ca667d3723e18
+SHA512 (curl-7.65.1.tar.xz) = aba2d979a416d14a0f0852d595665e49fc4f7bff3bee31f3a52b90ba9dc5ffdb09c092777f124215470b72c47ebca7ddb47844cbf5c0e9142099272b6ac55df4
+Size (curl-7.65.1.tar.xz) = 2392672 bytes
 SHA1 (patch-configure) = 9131ad23999f3987b7b67a59191aa6998bd370d0
 SHA1 (patch-curl-config.in) = 363359665985cc14f36ddf47fc3480f1200e3533



Home | Main Index | Thread Index | Old Index