pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/curl curl: updated to 7.76.1



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3de1a6f12027
branches:  trunk
changeset: 450337:3de1a6f12027
user:      adam <adam%pkgsrc.org@localhost>
date:      Wed Apr 14 19:29:43 2021 +0000

description:
curl: updated to 7.76.1

7.76.1
Bugfixes:

configure: disable min version set for Darwin
configure: include <time.h> unconditionally
configure: remove use of RETSIGTYPE
docs/HTTP3.md: update the build instruction using gnutls
examples/hiperfifo.c: check event_initialized before delete
file: support GETing directories again
github/workflow: add "security-extended" to codeql-analysis.yml
h2: allow 100 streams by default
hostip: fix builds that disable all asynchronous DNS
http_proxy: only loop on 407 + close if we have credentials
install: add instructions for Apple Darwin platforms
lib: remove unused HAVE_INET_NTOA_R* defines
libssh: get rid of PATH_MAX
ngtcp2+gnutls: clear credentials when freed
ngtcp2: Use ALPN h3-29 for now
ntlm: fix negotiated flags usage
ntlm: support version 2 on 32-bit platforms
openssl: fix CURLOPT_SSLCERT_BLOB without CURLOPT_SSLCERT_KEY
TLS: fix HTTP/2 selection
tool_progress: fix progress meter final update in parallel mode
typecheck-gcc: make the ssl-ctx-cb check use SSL_CTX pointers

diffstat:

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

diffs (29 lines):

diff -r 23658b500c17 -r 3de1a6f12027 www/curl/Makefile
--- a/www/curl/Makefile Wed Apr 14 19:25:15 2021 +0000
+++ b/www/curl/Makefile Wed Apr 14 19:29:43 2021 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.240 2021/03/31 09:52:31 leot Exp $
+# $NetBSD: Makefile,v 1.241 2021/04/14 19:29:43 adam Exp $
 
-DISTNAME=      curl-7.76.0
+DISTNAME=      curl-7.76.1
 CATEGORIES=    www
 MASTER_SITES=  https://curl.haxx.se/download/
 EXTRACT_SUFX=  .tar.xz
diff -r 23658b500c17 -r 3de1a6f12027 www/curl/distinfo
--- a/www/curl/distinfo Wed Apr 14 19:25:15 2021 +0000
+++ b/www/curl/distinfo Wed Apr 14 19:29:43 2021 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.169 2021/03/31 09:52:31 leot Exp $
+$NetBSD: distinfo,v 1.170 2021/04/14 19:29:43 adam Exp $
 
-SHA1 (curl-7.76.0.tar.xz) = b4e7ee3c9b9d086a116c2f37f0969fc47cbf3ad0
-RMD160 (curl-7.76.0.tar.xz) = a24268c5c860c374c892fa6ae2e9426da922484e
-SHA512 (curl-7.76.0.tar.xz) = a67e5078b48150c6f5331e76b25a6b197f1e916be1db900bf9455b032b3af5a71610b47e607546ecbae510d196a0cfcb75a14dac549288797af1701b7b587ece
-Size (curl-7.76.0.tar.xz) = 2428552 bytes
+SHA1 (curl-7.76.1.tar.xz) = d38ab79ef7a6d92df91ca8dfcf9a5eaf7e25b725
+RMD160 (curl-7.76.1.tar.xz) = a7a4afba13bc8d6c757092ae4d4cd50ff3c2a46d
+SHA512 (curl-7.76.1.tar.xz) = 5fe85d2e776789aa8117c57fe7648e375b7fa92d5ead5d69855f19ca9a2624d77a1f9ab91766ecb72bbc17e82862248cd07e48917884d6fd856b93fb00d83e28
+Size (curl-7.76.1.tar.xz) = 2427636 bytes
 SHA1 (patch-configure) = 8dcc112bd2950e146a77bed7638e490e24a5aa71
 SHA1 (patch-curl-config.in) = a58c777fc1a0a087776e62ed2e2a1e0a339716df



Home | Main Index | Thread Index | Old Index