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: Thu May 25 10:00:19 UTC 2023
Modified Files:
pkgsrc/www/curl: Makefile distinfo
Log Message:
curl: updated to 8.1.1
curl and libcurl 8.1.1
This release includes the following bugfixes:
o cf-socket: completely remove the disabled USE_RECV_BEFORE_SEND_WORKAROUND [12]
o checksrc: disallow spaces before labels [16]
o cmake: avoid `list(PREPEND)` for compatibility [24]
o cmake: repair cross compiling [10]
o configure: fix --help alignment [9]
o configure: generate a script to run the compiler [11]
o curl_easy_getinfo: clarify on return data types [15]
o docs: document that curl_url_cleanup(NULL) is a safe no-op [4]
o hostip: move easy_lock.h include above curl_memory.h [14]
o http2: double http request parser max line length [8]
o http2: increase stream window size to 10 MB [22]
o http2: upload improvements [21]
o lib: fix conversion warnings with gcc on macOS
o lib: rename struct 'http_req' to 'httpreq' [23]
o ngtcp2: fix compiler warning about possible null-deref [3]
o ngtcp2: proper handling of uint64_t when adjusting send buffer [1]
o os400: update chkstrings.c [2]
o runtests: handle interrupted reads from IPC pipes
o runtests: use the correct fd after select [20]
o sectransp.c: make the code c89 compatible [17]
o select: avoid returning an error on EINTR from select() or poll() [5]
o test425: fix the log directory for the upload
o url: provide better error message when URLs fail to parse [18]
o urlapi: allow numerical parts in the host name [7]
o vquic.c: make recvfrom_packets static, avoid compiler warning [6]
To generate a diff of this commit:
cvs rdiff -u -r1.270 -r1.271 pkgsrc/www/curl/Makefile
cvs rdiff -u -r1.192 -r1.193 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.270 pkgsrc/www/curl/Makefile:1.271
--- pkgsrc/www/curl/Makefile:1.270 Wed May 17 09:05:18 2023
+++ pkgsrc/www/curl/Makefile Thu May 25 10:00:19 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.270 2023/05/17 09:05:18 wiz Exp $
+# $NetBSD: Makefile,v 1.271 2023/05/25 10:00:19 adam Exp $
-DISTNAME= curl-8.1.0
+DISTNAME= curl-8.1.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.192 pkgsrc/www/curl/distinfo:1.193
--- pkgsrc/www/curl/distinfo:1.192 Wed May 17 09:05:18 2023
+++ pkgsrc/www/curl/distinfo Thu May 25 10:00:19 2023
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.192 2023/05/17 09:05:18 wiz Exp $
+$NetBSD: distinfo,v 1.193 2023/05/25 10:00:19 adam Exp $
-BLAKE2s (curl-8.1.0.tar.xz) = 72be7d4ede92ba354058433596e1e18926e66dc3ce021c09f6695b7f921a7000
-SHA512 (curl-8.1.0.tar.xz) = b99926f372ddd715cd1d2b54d8fb96b26b085e6501715e25aa57b6c6a7f8452473506ddb284e2f280f8afdb301b7f0c3bfde7ad7ed393b12c022430a9301096d
-Size (curl-8.1.0.tar.xz) = 2612568 bytes
+BLAKE2s (curl-8.1.1.tar.xz) = f371264eb96fafea3a254ce2d26c3b1733776a8908141a8ad49be39d62055447
+SHA512 (curl-8.1.1.tar.xz) = d034b1ab9c00e8a0acf7ba6c6344734945d45666b4f38394f5456fcd9b22623146a897270861b7411412ca25c912e1bbf24eb139a6dfc1a8c00d098b3b925399
+Size (curl-8.1.1.tar.xz) = 2613348 bytes
SHA1 (patch-configure) = ae123a94fa84ef99dfc1dadd596ac86ef0d143fe
SHA1 (patch-curl-config.in) = a58c777fc1a0a087776e62ed2e2a1e0a339716df
Home |
Main Index |
Thread Index |
Old Index