pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/www/R-curl
Module Name: pkgsrc
Committed By: mef
Date: Sat Jun 3 14:31:52 UTC 2023
Modified Files:
pkgsrc/www/R-curl: Makefile distinfo
Removed Files:
pkgsrc/www/R-curl/patches: patch-src_curl.c
Log Message:
(www/R-curl) Updated 4.3.2 to 5.0.0
5.0.0
- New function multi_download() which supports concurrent downloads and resuming
download for large files, while giving detailed progress information.
- Windows: updated libcurl to 7.84.0 + nghttp2
- Windows: default to CURLSSLOPT_NATIVE_CA when using openssl unless an ennvar
with CURL_CA_BUNDLE is set.
- Use the new optiontype API for type checking if available (libcurl 7.73.0)
4.3.3
- Add support for setting ssl_ctx_function callbacks
- Normalize curlopt_postfields to curlopt_copypostfields to transfer ownership
of the input data to libcurl.
- Fix strict-prototype errors
To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 pkgsrc/www/R-curl/Makefile
cvs rdiff -u -r1.10 -r1.11 pkgsrc/www/R-curl/distinfo
cvs rdiff -u -r1.1 -r0 pkgsrc/www/R-curl/patches/patch-src_curl.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/www/R-curl/Makefile
diff -u pkgsrc/www/R-curl/Makefile:1.27 pkgsrc/www/R-curl/Makefile:1.28
--- pkgsrc/www/R-curl/Makefile:1.27 Wed Apr 19 08:11:44 2023
+++ pkgsrc/www/R-curl/Makefile Sat Jun 3 14:31:52 2023
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.27 2023/04/19 08:11:44 adam Exp $
+# $NetBSD: Makefile,v 1.28 2023/06/03 14:31:52 mef Exp $
R_PKGNAME= curl
-R_PKGVER= 4.3.2
-PKGREVISION= 4
+R_PKGVER= 5.0.0
CATEGORIES= www
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
Index: pkgsrc/www/R-curl/distinfo
diff -u pkgsrc/www/R-curl/distinfo:1.10 pkgsrc/www/R-curl/distinfo:1.11
--- pkgsrc/www/R-curl/distinfo:1.10 Wed Jun 22 14:55:16 2022
+++ pkgsrc/www/R-curl/distinfo Sat Jun 3 14:31:52 2023
@@ -1,6 +1,5 @@
-$NetBSD: distinfo,v 1.10 2022/06/22 14:55:16 he Exp $
+$NetBSD: distinfo,v 1.11 2023/06/03 14:31:52 mef Exp $
-BLAKE2s (R/curl_4.3.2.tar.gz) = eff2cdb340153e67e98dc183dd096b2e2c2c879ffbb6d33089f7ca1868d202c5
-SHA512 (R/curl_4.3.2.tar.gz) = 7b8e9b136f206733a3314a876de21bf7d52b9bcef1c8c399fc9b0e1983a12853da18bd7ce06959fdd83957cd3637a11fc9246154187427a3c6479101cc492322
-Size (R/curl_4.3.2.tar.gz) = 793345 bytes
-SHA1 (patch-src_curl.c) = 2b03824fbbc665c758117cd21f67bc0a75a70ccf
+BLAKE2s (R/curl_5.0.0.tar.gz) = 9f9387c17f461d7b6688b4edf065687621d1dd415238c33a99bf45dbdf804486
+SHA512 (R/curl_5.0.0.tar.gz) = 4f9ef1b5083296e56ca2048b26af30eb1566c711732a52a2bd5ba1ba2743790104e6838b9ceaa816e384b7842907648e222fcdd0efeba438884f775c1f8c5044
+Size (R/curl_5.0.0.tar.gz) = 682047 bytes
Home |
Main Index |
Thread Index |
Old Index