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:           Sun Feb  2 13:38:14 UTC 2025

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

Log Message:
(www/R-curl) Updatd 6.1.0 to 6.2.0

6.2.0
 - MacOS: we have temporarilyy switched to a static build of libcurl 8.11.1 until
   apple updates their very buggy libcurl (#376)
 - Fix LTO error for R_multi_setopt
 - Fix parsing of #fragment links in curl_parse() (#366)


To generate a diff of this commit:
cvs rdiff -u -r1.37 -r1.38 pkgsrc/www/R-curl/Makefile
cvs rdiff -u -r1.13 -r1.14 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.37 pkgsrc/www/R-curl/Makefile:1.38
--- pkgsrc/www/R-curl/Makefile:1.37     Sun Jan 12 10:18:46 2025
+++ pkgsrc/www/R-curl/Makefile  Sun Feb  2 13:38:14 2025
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.37 2025/01/12 10:18:46 mef Exp $
+# $NetBSD: Makefile,v 1.38 2025/02/02 13:38:14 mef Exp $
 
 R_PKGNAME=     curl
-R_PKGVER=      6.1.0
+R_PKGVER=      6.2.0
 CATEGORIES=    www
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost

Index: pkgsrc/www/R-curl/distinfo
diff -u pkgsrc/www/R-curl/distinfo:1.13 pkgsrc/www/R-curl/distinfo:1.14
--- pkgsrc/www/R-curl/distinfo:1.13     Sun Jan 12 10:18:46 2025
+++ pkgsrc/www/R-curl/distinfo  Sun Feb  2 13:38:14 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.13 2025/01/12 10:18:46 mef Exp $
+$NetBSD: distinfo,v 1.14 2025/02/02 13:38:14 mef Exp $
 
-BLAKE2s (R/curl_6.1.0.tar.gz) = b0e67386069683594def8f37b4d34c657e10b8f10fa7730b5a51e29920fd3f18
-SHA512 (R/curl_6.1.0.tar.gz) = baf6246a4697ebe787d5407199da73e70c9c2e18406197da2725dca0a38af2bb04c1421021b13e2c51d382ee8ad4015c9e46345d2eae0c4a46644c7cefd015a7
-Size (R/curl_6.1.0.tar.gz) = 932957 bytes
+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



Home | Main Index | Thread Index | Old Index