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 Apr 16 21:27:24 UTC 2025

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

Log Message:
curl libcurl-gnutls: updated to 8.13.0

Changes 8.13.0:

curl: add write-out variable 'tls_earlydata'
curl: make --url support a file with URLs
gnutls: set priority via --ciphers
IMAP: add CURLOPT_UPLOAD_FLAGS and --upload-flags
lib: add CURLFOLLOW_OBEYCODE and CURLFOLLOW_FIRSTONLY
OpenSSL/quictls: add support for TLSv1.3 early data
rustls: add support for CERTINFO
rustls: add support for SSLKEYLOGFILE
rustls: support ECH w/ DoH lookup for config
rustls: support native platform verifier
var: add a '64dec' function that can base64 decode a string
wolfssl: tls early data support
bugfixes


To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 pkgsrc/www/curl/Makefile.common
cvs rdiff -u -r1.103 -r1.104 pkgsrc/www/curl/PLIST
cvs rdiff -u -r1.214 -r1.215 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.22 pkgsrc/www/curl/Makefile.common:1.23
--- pkgsrc/www/curl/Makefile.common:1.22        Thu Feb 13 18:24:34 2025
+++ pkgsrc/www/curl/Makefile.common     Wed Apr 16 21:27:24 2025
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile.common,v 1.22 2025/02/13 18:24:34 adam Exp $
+# $NetBSD: Makefile.common,v 1.23 2025/04/16 21:27:24 adam Exp $
 # used by www/libcurl-gnutls/Makefile
 
-DISTNAME=      curl-8.12.1
+DISTNAME=      curl-8.13.0
 CATEGORIES=    www
 MASTER_SITES=  https://curl.se/download/
 EXTRACT_SUFX=  .tar.xz

Index: pkgsrc/www/curl/PLIST
diff -u pkgsrc/www/curl/PLIST:1.103 pkgsrc/www/curl/PLIST:1.104
--- pkgsrc/www/curl/PLIST:1.103 Wed Feb  5 08:51:31 2025
+++ pkgsrc/www/curl/PLIST       Wed Apr 16 21:27:24 2025
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.103 2025/02/05 08:51:31 wiz Exp $
+@comment $NetBSD: PLIST,v 1.104 2025/04/16 21:27:24 adam Exp $
 bin/curl
 bin/curl-config
 include/curl/curl.h
@@ -404,6 +404,7 @@ man/man3/CURLOPT_UNRESTRICTED_AUTH.3
 man/man3/CURLOPT_UPKEEP_INTERVAL_MS.3
 man/man3/CURLOPT_UPLOAD.3
 man/man3/CURLOPT_UPLOAD_BUFFERSIZE.3
+man/man3/CURLOPT_UPLOAD_FLAGS.3
 man/man3/CURLOPT_URL.3
 man/man3/CURLOPT_USERAGENT.3
 man/man3/CURLOPT_USERNAME.3

Index: pkgsrc/www/curl/distinfo
diff -u pkgsrc/www/curl/distinfo:1.214 pkgsrc/www/curl/distinfo:1.215
--- pkgsrc/www/curl/distinfo:1.214      Thu Feb 13 18:24:34 2025
+++ pkgsrc/www/curl/distinfo    Wed Apr 16 21:27:24 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.214 2025/02/13 18:24:34 adam Exp $
+$NetBSD: distinfo,v 1.215 2025/04/16 21:27:24 adam Exp $
 
-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
+BLAKE2s (curl-8.13.0.tar.xz) = 950368c9af70e6aa60f8f787b78dc42fe740f07d41e29f983f1b89d6244c9637
+SHA512 (curl-8.13.0.tar.xz) = d266e460f162ee455b56726e5b7247b2d1aa5265ae12081513fc0c5c79e785a594097bc71d505dc9bcd2c2f6f1ff6f4bab9dbd9d120bb76d06c5be8521a8ca7d
+Size (curl-8.13.0.tar.xz) = 2773628 bytes



Home | Main Index | Thread Index | Old Index