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:   wen
Date:           Fri Dec 21 13:04:20 UTC 2018

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

Log Message:
Update to 3.2

Upstream changes:
3.2
 - Windows: Update libcurl to 7.59.0
 - Update curl_symbols dataset to 7.59.0
 - Fix an IDN unit test (malmテカ.se has messed up their SSL cert)
 - Add unit test for multi_fdset
 - Add backport of trimws for R 3.1


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/www/R-curl/Makefile
cvs rdiff -u -r1.2 -r1.3 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.7 pkgsrc/www/R-curl/Makefile:1.8
--- pkgsrc/www/R-curl/Makefile:1.7      Thu Dec 13 19:52:24 2018
+++ pkgsrc/www/R-curl/Makefile  Fri Dec 21 13:04:20 2018
@@ -1,6 +1,5 @@
-# $NetBSD: Makefile,v 1.7 2018/12/13 19:52:24 adam Exp $
+# $NetBSD: Makefile,v 1.8 2018/12/21 13:04:20 wen Exp $
 
-PKGREVISION=   3
 CATEGORIES=    www R
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
@@ -9,7 +8,7 @@ COMMENT=        Modern and flexible web client 
 LICENSE=       mit
 
 R_PKGNAME=     curl
-R_PKGVER=      3.1
+R_PKGVER=      3.2
 
 BUILDLINK_API_DEPENDS.R+=      R>=3.0.0
 .include "../../math/R/Makefile.extension"

Index: pkgsrc/www/R-curl/distinfo
diff -u pkgsrc/www/R-curl/distinfo:1.2 pkgsrc/www/R-curl/distinfo:1.3
--- pkgsrc/www/R-curl/distinfo:1.2      Fri Feb  2 00:25:41 2018
+++ pkgsrc/www/R-curl/distinfo  Fri Dec 21 13:04:20 2018
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.2 2018/02/02 00:25:41 minskim Exp $
+$NetBSD: distinfo,v 1.3 2018/12/21 13:04:20 wen Exp $
 
-SHA1 (R/curl_3.1.tar.gz) = 40e08eefd357af1644693919e86214b81085eee2
-RMD160 (R/curl_3.1.tar.gz) = d8103fb1ac8ec0b9a2c45586de37ffc274162224
-SHA512 (R/curl_3.1.tar.gz) = de6f3539d112f49dfa587c11e72c2a9b6cbf3957451ce0cb49255fd4625cc57f9a6587acad82b95a28cd1a04dc81b565c3960a30c1323fc92003a94a916b8ded
-Size (R/curl_3.1.tar.gz) = 366086 bytes
+SHA1 (R/curl_3.2.tar.gz) = 5be23025aa069e359d1c8df4d4cda21387f0c651
+RMD160 (R/curl_3.2.tar.gz) = 9847aa5ed8d5ce3b074f6430be78c3173bb92719
+SHA512 (R/curl_3.2.tar.gz) = 48310b5134ef59aaba0012b7b5e307e01249527e5e9ef986b366907ad6d13184beb81ece4185bd4bebe7d5a027a9069c345033188e65dd06dd21e06b260906d3
+Size (R/curl_3.2.tar.gz) = 367047 bytes



Home | Main Index | Thread Index | Old Index