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 Sep 18 10:49:50 UTC 2024

Modified Files:
        pkgsrc/www/curl: Makefile.common distinfo

Log Message:
curl: updated to 8.10.1

Changes in 8.10.1

Bugfixes:

autotools: fix `--with-ca-embed` build rule
cmake: ensure `CURL_USE_OPENSSL`/`USE_OPENSSL_QUIC` are set in sync
cmake: fix MSH3 to appear on the feature list
connect: store connection info when really done
CURLMOPT_TIMERFUNCTION.md: emphasize that only a single timer should run
FTP: partly revert eeb7c1280742f5c8fa48a4340fc1e1a1a2c7075a
http2: when uploading data from stdin, fix eos forwarding
http: make max-filesize check not count ignored bodies
lib: fix AF_INET6 use outside of USE_IPV6
libcurl-docs: CURLINFO_LOCAL_* work for QUIC as well as TCP
multi: check that the multi handle is valid in curl_multi_assign
QUIC: on connect, keep on trying on draining server
request: correctly reset the eos_sent flag
runtests: accecpt 'quictls' as OpenSSL compatible
rustls: fixed minor logic bug in default cipher selection
rustls: rustls-ffi 0.14.0 update
rustls: support strong CSRNG data
setopt: remove superfluous use of ternary expressions
singleuse: drop `Curl_memrchr()` for no-HTTP builds
test537: cap the rlimit max this test runs
tests: tweak lock file handling and timers
tool_cb_wrt: use "curl_response" if no file name in URL
transfer: fix sendrecv() without interim poll
vtls: fix `Curl_ssl_conn_config_match` doc param


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 pkgsrc/www/curl/Makefile.common
cvs rdiff -u -r1.207 -r1.208 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.common
diff -u pkgsrc/www/curl/Makefile.common:1.16 pkgsrc/www/curl/Makefile.common:1.17
--- pkgsrc/www/curl/Makefile.common:1.16        Thu Sep 12 19:19:09 2024
+++ pkgsrc/www/curl/Makefile.common     Wed Sep 18 10:49:50 2024
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile.common,v 1.16 2024/09/12 19:19:09 adam Exp $
+# $NetBSD: Makefile.common,v 1.17 2024/09/18 10:49:50 adam Exp $
 # used by www/libcurl-gnutls/Makefile
 
-DISTNAME=      curl-8.10.0
+DISTNAME=      curl-8.10.1
 CATEGORIES=    www
 MASTER_SITES=  https://curl.se/download/
 EXTRACT_SUFX=  .tar.xz
@@ -19,8 +19,6 @@ BUILD_DEFS+=  IPV6_READY
 
 TEST_DEPENDS+= ${PYPKGPREFIX}-impacket-[0-9]*:../../net/py-impacket
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27
-
 USE_TOOLS+=            nroff perl
 USE_LIBTOOL=           yes
 GNU_CONFIGURE=         yes

Index: pkgsrc/www/curl/distinfo
diff -u pkgsrc/www/curl/distinfo:1.207 pkgsrc/www/curl/distinfo:1.208
--- pkgsrc/www/curl/distinfo:1.207      Thu Sep 12 19:19:09 2024
+++ pkgsrc/www/curl/distinfo    Wed Sep 18 10:49:50 2024
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.207 2024/09/12 19:19:09 adam Exp $
+$NetBSD: distinfo,v 1.208 2024/09/18 10:49:50 adam Exp $
 
-BLAKE2s (curl-8.10.0.tar.xz) = 951c76a39da4e9ddf55dbb49cac518975f8fbfb4a824bac47d0122c852445e6a
-SHA512 (curl-8.10.0.tar.xz) = 055277695ea242fcb0bf26ca6c4867a385cd578cd73ed4c5c4a020233248044c1ecaebcbaeaac47d3ffe07a41300ea5fc86396d7e812137cf75ed3e1b54ca5b2
-Size (curl-8.10.0.tar.xz) = 2729448 bytes
+BLAKE2s (curl-8.10.1.tar.xz) = 0fe8abded983e228de1178704bb4a47e166fc8f8c006a35aab14879fee490487
+SHA512 (curl-8.10.1.tar.xz) = f1c7a12492dcfb8ba08be69b96a83ce9074592cbaa6b95c72b3c16fc58ad35e9f9deec7b72baca7d360d013b0b1c7ea38bd4edae464903ac67aa3c76238d8c6c
+Size (curl-8.10.1.tar.xz) = 2726748 bytes
 SHA1 (patch-curl-config.in) = 51dab2c2df2c6b8b59566bafebbafee9437955b4



Home | Main Index | Thread Index | Old Index