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:           Wed Apr 14 19:29:43 UTC 2021

Modified Files:
        pkgsrc/www/curl: Makefile distinfo

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.240 -r1.241 pkgsrc/www/curl/Makefile
cvs rdiff -u -r1.169 -r1.170 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.240 pkgsrc/www/curl/Makefile:1.241
--- pkgsrc/www/curl/Makefile:1.240      Wed Mar 31 09:52:31 2021
+++ pkgsrc/www/curl/Makefile    Wed Apr 14 19:29:43 2021
@@ -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

Index: pkgsrc/www/curl/distinfo
diff -u pkgsrc/www/curl/distinfo:1.169 pkgsrc/www/curl/distinfo:1.170
--- pkgsrc/www/curl/distinfo:1.169      Wed Mar 31 09:52:31 2021
+++ pkgsrc/www/curl/distinfo    Wed Apr 14 19:29:43 2021
@@ -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