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 Feb 13 18:24:35 UTC 2025

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

Log Message:
curl: updated to 8.12.1

8.12.1

Bugfixes:

all: remove FIXME and TODO comments
asyn-thread: fix build with `CURL_DISABLE_SOCKETPAIR`
asyn-thread: fix HTTPS RR crash
asyn-thread: fix the returned bitmask from Curl_resolver_getsock
asyn-thread: survive a c-ares channel set to NULL
build: add tool_hugehelp.c into IBMi build
checksrc.pl: warn on FIXME/TODO comments
cmake/Find: set `<Modulename>_FOUND` for compatibility when found via `pkg-config`
cmake: add integration tests, run them in CI
cmake: always reference OpenSSL and ZLIB via imported targets
cmake: avoid unnecessary `-L` for implicit link dirs
cmake: drop `LDAP_DEPRECATED=1` macro, to sync with autotools
cmake: fix `HAVE_GETHOSTBYNAME_R_*` detections with `CURL_WERROR=ON`
cmake: fix to detect `HAVE_OPENSSL_SRP` in MSVC UWP builds
cmake: fix/add missing feature detections for Windows/MS-DOS
cmake: initialize variables where missing
cmake: lib order fixes for picky linkers (e.g. binutils `ld`)
cmake: normalize before matching paths with syspaths
cmake: respect `GNUTLS_CFLAGS` when detected via `pkg-config`
cmake: respect `GNUTLS_LIBRARY_DIRS` in `libcurl.pc` and `curl-config`
cmake: save a line with `CMAKE_C_IMPLICIT_LINK_DIRECTORIES` exclusion
cmake: tidy up string append and list prepend syntax
configure/cmake: check for realpath
configure/cmake: set asyn-rr a feature only if httpsrr is enabled
content_encoding: #error on too old zlib
curl_global_sslset.md: Add SSL backend names
CURLOPT_SSH_KNOWNHOSTS.md: strongly recommend using this
CURLSHOPT_SHARE.md: adjust for the new SSL session cache
docs: better explain multi-part byte range behavior
docs: use valid example domain names
generate.bat: remove curl_get_line.c from the curlx file list
header.md: mention `Authorization:` and `Cookie:` special treatment
imap: TLS upgrade fix
INTERNALS: fix c-ares, as we actually support 1.6.0 or later
ldap: drop support for legacy Novell LDAP SDK
lib: include necessary headers for `inet_ntop`/`inet_pton`
lib: silence LibreSSL collision warning on non-MSVC Windows
libssh2: comparison is always true because rc <= -1
libssh2: raise lowest supported version to 1.2.8
libssh: drop support for libssh older than 0.9.0
libssh: silence `-Wconversion` with a cast (Windows 32-bit)
netrc: return code cleanup, fix missing file error
openssl-quic: ignore ciphers for h3
openssl: fix out of scope variables in goto
pop3: TLS upgrade fix
runtests: fix the disabling of the memory tracking
runtests: quote commands to support paths with spaces
scache: add magic checks
smb: silence `-Warray-bounds` with gcc 13+
smtp: TLS upgrade fix
SPONSORS.md: clarify that we don't promise goods or services
test1516: avoid failure due to spaces in path
test2080: simplify, avoid the null byte
tests: fix test 558, 1330 for MSVC, allow TrackMemory with MSVC in cmake
tidy-up: make per-file `ARRAYSIZE` macros global as `CURL_ARRAYSIZE`
tool_cfgable: sort struct fields by size, use bitfields for booleans
tool_getparam: add "TLS required" flag for each such option
tool_progress: fix percent output of large parallel transfers
tool_ssls: switch to tool-specific get_line function
verbose.md: mention how carriage-return might occur in headers
vquic: make the "disable GSO" use infof, not failf
vtls: fix multissl-init
vtsl: eliminate 'data->state.ssl_scache'
wakeup_write: make sure the eventfd write sends eight bytes
wolfssl: silence compiler warning (MSVC 2019), simplify existing


To generate a diff of this commit:
cvs rdiff -u -r1.293 -r1.294 pkgsrc/www/curl/Makefile
cvs rdiff -u -r1.21 -r1.22 pkgsrc/www/curl/Makefile.common
cvs rdiff -u -r1.213 -r1.214 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.293 pkgsrc/www/curl/Makefile:1.294
--- pkgsrc/www/curl/Makefile:1.293      Thu Feb  6 14:42:51 2025
+++ pkgsrc/www/curl/Makefile    Thu Feb 13 18:24:34 2025
@@ -1,6 +1,4 @@
-# $NetBSD: Makefile,v 1.293 2025/02/06 14:42:51 wiz Exp $
-
-PKGREVISION=           1
+# $NetBSD: Makefile,v 1.294 2025/02/13 18:24:34 adam Exp $
 
 .include "Makefile.common"
 

Index: pkgsrc/www/curl/Makefile.common
diff -u pkgsrc/www/curl/Makefile.common:1.21 pkgsrc/www/curl/Makefile.common:1.22
--- pkgsrc/www/curl/Makefile.common:1.21        Sun Feb  9 00:28:21 2025
+++ pkgsrc/www/curl/Makefile.common     Thu Feb 13 18:24:34 2025
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile.common,v 1.21 2025/02/09 00:28:21 rillig Exp $
+# $NetBSD: Makefile.common,v 1.22 2025/02/13 18:24:34 adam Exp $
 # used by www/libcurl-gnutls/Makefile
 
-DISTNAME=      curl-8.12.0
+DISTNAME=      curl-8.12.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.213 pkgsrc/www/curl/distinfo:1.214
--- pkgsrc/www/curl/distinfo:1.213      Thu Feb  6 14:42:51 2025
+++ pkgsrc/www/curl/distinfo    Thu Feb 13 18:24:34 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.213 2025/02/06 14:42:51 wiz Exp $
+$NetBSD: distinfo,v 1.214 2025/02/13 18:24:34 adam Exp $
 
-BLAKE2s (curl-8.12.0.tar.xz) = 8ad736d92568a050f55a5ddc640b4d04d338e72b66d4e46f858569037284065a
-SHA512 (curl-8.12.0.tar.xz) = ed35f0020541050ce387f4ba80f9e87562ececd99082da1bae85840dee81c49b86a4a55909e15fcbf4eb116106a796c29a9b2678dee11326f80db75992c6edc5
-Size (curl-8.12.0.tar.xz) = 2777552 bytes
+BLAKE2s (curl-8.12.1.tar.xz) = 1e8e7f356b1d72753f58d51f6c21cfc58f3de9e59041f405e88f5c0557270090
+SHA512 (curl-8.12.1.tar.xz) = 88915468fa1bb7256e3dd6c9d058ada6894faa1e3e7800c7d9bfee3e8be4081ae57e7f2bf260c5342b709499fc4302ddc2d7864e25bfa3300fa07f118a3de603
+Size (curl-8.12.1.tar.xz) = 2768160 bytes



Home | Main Index | Thread Index | Old Index