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 Jul 31 08:02:35 UTC 2024
Modified Files:
pkgsrc/www/curl: Makefile.common distinfo
Log Message:
curl: updated to 8.9.1
Changes in 8.9.1
Bugfixes:
cmake: detect `libssh` via `pkg-config`
cmake: detect `nettle` when building with GnuTLS
cmake: drop `if(PKG_CONFIG_FOUND)` guard for `pkg_check_modules()`
configure: limit `__builtin_available` test to Darwin
connect: fix connection shutdown for event based processing
contrithanks.sh: use -F with -v to match lines as strings
curl: more defensive socket code for --ip-tos
CURLOPT_SSL_CTX_FUNCTION.md: mention CA caching
CURLSHOPT_SHARE.md: mention sessions/cookies as not thread-safe
example/multi-uv: remove the use of globals
ftpserver.pl: make POP3 LIST serve content from the test file
GHA/windows: increase timeout for vcpkg build step
lib: survive some NULL input args
macos: fix Apple SDK bug workaround for non-macOS targets
misc: cleanup after removing years from copyright
os400: build cli manual.
os400: workaround an IBM ASCII run-time library bug
RELEASE-PROCEDURE.md: remove the initial build step
runtests: fold timing details with GHA, sync `-r` tflags
tests: provide FTP directory contents in the test file
tidy-up: URL updates
TODO: thread-safe sharing
transfer: speed limiting fix for 32bit systems
vtls: avoid forward declaration in MultiSSL builds
wolfSSL: allow wolfSSL's implementation of kyber to be used
wolfssl: avoid calling get_cached_x509_store if store is uncachable
wolfssl: CA store share fix
x509asn1: unittests and fixes for gtime2str
To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/www/curl/Makefile.common
cvs rdiff -u -r1.204 -r1.205 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.14 pkgsrc/www/curl/Makefile.common:1.15
--- pkgsrc/www/curl/Makefile.common:1.14 Wed Jul 24 07:28:04 2024
+++ pkgsrc/www/curl/Makefile.common Wed Jul 31 08:02:35 2024
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile.common,v 1.14 2024/07/24 07:28:04 wiz Exp $
+# $NetBSD: Makefile.common,v 1.15 2024/07/31 08:02:35 adam Exp $
# used by www/libcurl-gnutls/Makefile
-DISTNAME= curl-8.9.0
+DISTNAME= curl-8.9.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.204 pkgsrc/www/curl/distinfo:1.205
--- pkgsrc/www/curl/distinfo:1.204 Wed Jul 24 07:28:04 2024
+++ pkgsrc/www/curl/distinfo Wed Jul 31 08:02:35 2024
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.204 2024/07/24 07:28:04 wiz Exp $
+$NetBSD: distinfo,v 1.205 2024/07/31 08:02:35 adam Exp $
-BLAKE2s (curl-8.9.0.tar.xz) = a9ad86e64c2b823f79230e763b2a30527451818fa53cfe3aa644a6d5d3f08e3c
-SHA512 (curl-8.9.0.tar.xz) = 922c726cfa3a73954927a32f485248d7a53a3348638a6a01add1bc0a67a7d2ee9cdb7c78b6db84bb7e2fab9d2d5487a96d9071832198b63a86d2caaef85c9310
-Size (curl-8.9.0.tar.xz) = 2781828 bytes
+BLAKE2s (curl-8.9.1.tar.xz) = 7434a4afeb96feff245166e8d18a571503c38668290758b44d85c0ff5f17bde8
+SHA512 (curl-8.9.1.tar.xz) = a0fe234402875db194aad4e4208b7e67e7ffc1562622eea90948d4b9b0122c95c3dde8bbe2f7445a687cb3de7cb09f20e5819d424570442d976aa4c913227fc7
+Size (curl-8.9.1.tar.xz) = 2782364 bytes
SHA1 (patch-configure) = e24042bf5e032bbc5e57a4ef0eb5b651944d9bc8
SHA1 (patch-curl-config.in) = ededebbcbfc22d79e6d2c46c0315c14cbbe07ce6
Home |
Main Index |
Thread Index |
Old Index