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 Feb 20 08:25:57 UTC 2023

Modified Files:
        pkgsrc/www/curl: Makefile distinfo

Log Message:
curl: updated to 7.88.1

Fixed in 7.88.1 - February 20 2023

Bugfixes:

build-openssl.bat: keep OpenSSL 3 engine binaries
cmake: fix Windows check for CryptAcquireContext
connnect: fix timeout handling to use full duration
curl: make --silent work stand-alone
curl_setup: Suppress OpenSSL 3 deprecation warnings
CURLOPT_WS_OPTIONS.3: fix the availability version
GHA: update rustls dependency to 0.9.2
http2: buffer/pausedata and output flush fix.
http2: set drain on stream end
http: include stdint.h more readily
krb5: silence cast-align warning
lib1560: add IPv6 canonicalization tests
os400: correct Curl_os400_sendto()
remote-header-name.d: mention that filename* is not supported
runtests: fix "uninitialized value $port"
setopt: allow HTTP3 when HTTP2 is not defined
socketpair: allow EWOULDBLOCK when reading the pair check bytes
socks: allow using DoH to resolve host names
tests-httpd: add proxy tests
tests: make sure gnuserv-tls has SRP support before using it
tests: make the telnet server shut down a socket gracefully
tool_getparam: make --get a true boolean
tool_operate: allow debug builds to set buffersize
urlapi: do the port number extraction without using sscanf()
urldata: remove `now` from struct SingleRequest - not needed


To generate a diff of this commit:
cvs rdiff -u -r1.265 -r1.266 pkgsrc/www/curl/Makefile
cvs rdiff -u -r1.188 -r1.189 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.265 pkgsrc/www/curl/Makefile:1.266
--- pkgsrc/www/curl/Makefile:1.265      Wed Feb 15 08:11:33 2023
+++ pkgsrc/www/curl/Makefile    Mon Feb 20 08:25:57 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.265 2023/02/15 08:11:33 wiz Exp $
+# $NetBSD: Makefile,v 1.266 2023/02/20 08:25:57 adam Exp $
 
-DISTNAME=      curl-7.88.0
+DISTNAME=      curl-7.88.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.188 pkgsrc/www/curl/distinfo:1.189
--- pkgsrc/www/curl/distinfo:1.188      Wed Feb 15 08:11:33 2023
+++ pkgsrc/www/curl/distinfo    Mon Feb 20 08:25:57 2023
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.188 2023/02/15 08:11:33 wiz Exp $
+$NetBSD: distinfo,v 1.189 2023/02/20 08:25:57 adam Exp $
 
-BLAKE2s (curl-7.88.0.tar.xz) = fb25cc394b00d85a0c8566dad131750660b6d7914873666eeaf103a563522eb7
-SHA512 (curl-7.88.0.tar.xz) = 2008cbc67694f746b7449f087a19b2a9a4950333d6bac1cdc7d80351aa38d8d9b442087dedbc7b0909a419d3b10f510521c942aac012d04a53c32bdb15dce5f0
-Size (curl-7.88.0.tar.xz) = 2571564 bytes
+BLAKE2s (curl-7.88.1.tar.xz) = a200bfcfb9366d53f45b5ecf74365175547053a06fef46f637531dd89147d988
+SHA512 (curl-7.88.1.tar.xz) = b8d30c52a6d1c3e272608a7a8db78dfd79aef21330f34d6f1df43839a400e13ac6aac72a383526db0b711a70ecbec89a3b934677d7ecf5094fd64d3dbcb3492f
+Size (curl-7.88.1.tar.xz) = 2581032 bytes
 SHA1 (patch-configure) = ae123a94fa84ef99dfc1dadd596ac86ef0d143fe
 SHA1 (patch-curl-config.in) = a58c777fc1a0a087776e62ed2e2a1e0a339716df



Home | Main Index | Thread Index | Old Index