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:   wiz
Date:           Wed May 11 06:47:02 UTC 2022

Modified Files:
        pkgsrc/www/curl: Makefile distinfo

Log Message:
curl: update to 7.83.1.

This release includes the following bugfixes:

 o altsvc: fix host name matching for trailing dots [31]
 o cirrus: Update to FreeBSD 12.3 [24]
 o cirrus: Use pip for Python packages on FreeBSD [23]
 o conn: fix typo 'connnection' -> 'connection' in two function names [1]
 o cookies: make bad_domain() not consider a trailing dot fine [26]
 o curl: free resource in error path [3]
 o curl: guard against size_t wraparound in no-clobber code [4]
 o CURLOPT_DOH_URL.3: mention the known bug [19]
 o CURLOPT_HSTS*FUNCTION.3: document the involved structs as well [20]
 o CURLOPT_SSH_AUTH_TYPES.3: fix the default [18]
 o data/test376: set a proper name
 o GHA/mbedtls: enabled nghttp2 in the build [11]
 o gha: build msh3 [5]
 o gskit: fixed bogus setsockopt calls [17]
 o gskit: remove unused function set_callback [2]
 o hsts: ignore trailing dots when comparing hosts names [28]
 o HTTP-COOKIES: add missing CURLOPT_COOKIESESSION [40]
 o http: move Curl_allow_auth_to_host() [9]
 o http_proxy/hyper: handle closed connections [34]
 o hyper: fix test 357 [32]
 o Makefile: fix "make ca-firefox" [37]
 o mbedtls: bail out if rng init fails [14]
 o mbedtls: fix compile when h2-enabled [12]
 o mbedtls: fix some error messages
 o misc: use "autoreconf -fi" instead buildconf [22]
 o msh3: get msh3 version from MsH3Version [6]
 o msh3: print boolean value as text representation [10]
 o msh3: psss remote_port to MsH3ConnectionOpen [7]
 o ngtcp2: add ca-fallback support for OpenSSL backend [35]
 o nss: return error if seemingly stuck in a cert loop [30]
 o openssl: define HAVE_SSL_CTX_SET_EC_CURVES for libressl [8]
 o post_per_transfer: remove the updated file name [27]
 o sectransp: bail out if SSLSetPeerDomainName fails [33]
 o tests/server: declare variable 'reqlogfile' static [39]
 o tests: fix markdown formatting in README [38]
 o test{898,974,976}: add 'HTTP proxy' keywords [16]
 o tls: check more TLS details for connection reuse [25]
 o url: check SSH config match on connection reuse [21]
 o urlapi: address (harmless) UndefinedBehavior sanitizer warning [15]
 o urlapi: reject percent-decoding host name into separator bytes [29]
 o x509asn1: make do_pubkey handle EC public keys [13]


To generate a diff of this commit:
cvs rdiff -u -r1.256 -r1.257 pkgsrc/www/curl/Makefile
cvs rdiff -u -r1.181 -r1.182 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.256 pkgsrc/www/curl/Makefile:1.257
--- pkgsrc/www/curl/Makefile:1.256      Fri Apr 29 11:56:44 2022
+++ pkgsrc/www/curl/Makefile    Wed May 11 06:47:02 2022
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.256 2022/04/29 11:56:44 wiz Exp $
+# $NetBSD: Makefile,v 1.257 2022/05/11 06:47:02 wiz Exp $
 
-DISTNAME=      curl-7.83.0
+DISTNAME=      curl-7.83.1
 CATEGORIES=    www
 MASTER_SITES=  https://curl.se/download/
 EXTRACT_SUFX=  .tar.xz

Index: pkgsrc/www/curl/distinfo
diff -u pkgsrc/www/curl/distinfo:1.181 pkgsrc/www/curl/distinfo:1.182
--- pkgsrc/www/curl/distinfo:1.181      Wed Apr 27 07:51:20 2022
+++ pkgsrc/www/curl/distinfo    Wed May 11 06:47:02 2022
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.181 2022/04/27 07:51:20 wiz Exp $
+$NetBSD: distinfo,v 1.182 2022/05/11 06:47:02 wiz Exp $
 
-BLAKE2s (curl-7.83.0.tar.xz) = fb5024bce2a47b6fe98e82b7e498a8ea1f4b962329741fb7c9c4035ba6035686
-SHA512 (curl-7.83.0.tar.xz) = be02bb2a8a3140eff3a9046f27cd4f872ed9ddaa644af49e56e5ef7dfec84a15b01db133469269437cddc937eda73953fa8c51bb758f7e98873822cd2290d3a9
-Size (curl-7.83.0.tar.xz) = 2472560 bytes
+BLAKE2s (curl-7.83.1.tar.xz) = 7d3a7d33562af4260fa45deac35bc1fca8ff7f908bc3e234407f81959145925f
+SHA512 (curl-7.83.1.tar.xz) = 2f63327d6d3687ba36fb7b8d5d3d15599eca33ebfb08681613612ea9c4b629d3b6ce4d2742fa1ebd7a997ed332001d3a4c798985f9277c83b9e7a9aecdb1b1ee
+Size (curl-7.83.1.tar.xz) = 2474940 bytes
 SHA1 (patch-configure) = ae123a94fa84ef99dfc1dadd596ac86ef0d143fe
 SHA1 (patch-curl-config.in) = a58c777fc1a0a087776e62ed2e2a1e0a339716df



Home | Main Index | Thread Index | Old Index