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:   wiz
Date:           Fri May 15 10:03:55 UTC 2026

Modified Files:
        pkgsrc/www/R-curl: Makefile distinfo

Log Message:
R-curl: update to 7.1.0.

Fixes build on -current.

7.1.0
 - Everything now works out of the box under emscripten (webR) by automatically
   bootstrapping a ws gateway.
 - Increase max size of string returned by ie_proxy_info() to 65536
 - Fix a unit test for libcurl 8.20

7.0.0
 - Major cleanup: packge now requires libcurl >= 7.73. Removed all conditioning
   and fallbacks for older libcurl versions (#413).
 - Removed the fallback ADA parser and unconditinoally use the curl URL parser.
 - Removed the legacy type-checking code as we can unconditionally use the easy-
   option API.
 - Support option('netrc') to match base R >= 4.6.0.
 - Setting any value in curl_modify_url() to NA or "" will now unset it.

6.4.0
 - Vendor a static libcurl on RHEL/CentOS/Rocky 7 and 8 because stock version is
   too old now to support most functionality.
 - curl_modify_url() and curl_parse_url() now force uppercase percentage codes
   for url-encoding to match curl_escape()
 - Error messages are now printed with a linebreak in between.
 - Better documentation for handle_setform() and handle_getdata()

6.3.0
 - New function curl_modify_url()
 - MacOS/Windows: update to libcurl 8.14.1
 - MacOS: our static build of libcurl now links to the MacOS native LibreSSL
   and nghttp in order to use the same keychain certificates as native curl.

6.2.3
 - Non blocking connections now wait for 10ms before returning no data to prevent
   busy waiting when readBin is called in a loop. See #399
 - Fix a flaky unit test

6.2.2
 - Fix a unit test for libcurl 8.13.0
 - Cleanup build

6.2.1
 - Workaround for change of behavior in libcurl 8.12.0
 - The multi-run fail callback argument now has a curl-error class
 - Fixed a slowness in curl_echo() due to threading problem in httpuv


To generate a diff of this commit:
cvs rdiff -u -r1.44 -r1.45 pkgsrc/www/R-curl/Makefile
cvs rdiff -u -r1.14 -r1.15 pkgsrc/www/R-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/R-curl/Makefile
diff -u pkgsrc/www/R-curl/Makefile:1.44 pkgsrc/www/R-curl/Makefile:1.45
--- pkgsrc/www/R-curl/Makefile:1.44     Thu May 14 16:42:17 2026
+++ pkgsrc/www/R-curl/Makefile  Fri May 15 10:03:55 2026
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.44 2026/05/14 16:42:17 ryoon Exp $
+# $NetBSD: Makefile,v 1.45 2026/05/15 10:03:55 wiz Exp $
 
 R_PKGNAME=     curl
-R_PKGVER=      6.2.0
-PKGREVISION=   6
+R_PKGVER=      7.1.0
 CATEGORIES=    www
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
@@ -24,5 +23,6 @@ USE_LANGUAGES=        c
 USE_TOOLS+=    pkg-config
 
 .include "../../math/R/Makefile.extension"
+BUILDLINK_API_DEPENDS.curl+=   curl>=7.73
 .include "../../www/curl/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/www/R-curl/distinfo
diff -u pkgsrc/www/R-curl/distinfo:1.14 pkgsrc/www/R-curl/distinfo:1.15
--- pkgsrc/www/R-curl/distinfo:1.14     Sun Feb  2 13:38:14 2025
+++ pkgsrc/www/R-curl/distinfo  Fri May 15 10:03:55 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.14 2025/02/02 13:38:14 mef Exp $
+$NetBSD: distinfo,v 1.15 2026/05/15 10:03:55 wiz Exp $
 
-BLAKE2s (R/curl_6.2.0.tar.gz) = 9bb8ceff7e83dc6c3e5794e13a12ebd2bb9b28ff694d4320f9a256f2d3b6ad87
-SHA512 (R/curl_6.2.0.tar.gz) = 4186daf15e7c8963616790637c5cc6588b838b3e6859895e1f9070ab77e4f10fe6724eb5d161e2788a1e71599020b8ebba0be73d18432f29fda17e2eb81c2431
-Size (R/curl_6.2.0.tar.gz) = 933187 bytes
+BLAKE2s (R/curl_7.1.0.tar.gz) = f0394ca005fb0d94f82c9362f764109701a1b572e46a8547670c383b1b310777
+SHA512 (R/curl_7.1.0.tar.gz) = ad96a6c55b71714eb28267bd416a190ebb644675d5596ea80e267fc9319f0563ab9eac0e7946fdf8bc9001942a16a01828a716fecfa37b5932c6f61dce43cfdc
+Size (R/curl_7.1.0.tar.gz) = 717725 bytes



Home | Main Index | Thread Index | Old Index