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:   minskim
Date:           Fri Feb  2 00:25:41 UTC 2018

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

Log Message:
www/R-curl: Update to 3.1

Changes:

 - Fix potential memory bug in curl() when doubling the buffer is
   insufficient.
 - Added unit test for curl_echo() to post large multipart data.
 - Fix IDN unit test error "string has forbidden bi-directional
   properties"


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/www/R-curl/Makefile
cvs rdiff -u -r1.1 -r1.2 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.2 pkgsrc/www/R-curl/Makefile:1.3
--- pkgsrc/www/R-curl/Makefile:1.2      Mon Jan  1 21:18:54 2018
+++ pkgsrc/www/R-curl/Makefile  Fri Feb  2 00:25:41 2018
@@ -1,6 +1,5 @@
-# $NetBSD: Makefile,v 1.2 2018/01/01 21:18:54 adam Exp $
+# $NetBSD: Makefile,v 1.3 2018/02/02 00:25:41 minskim Exp $
 
-PKGREVISION=   1
 CATEGORIES=    www R
 MASTER_SITES=  ${MASTER_SITE_R_CRAN:=contrib/}
 
@@ -10,8 +9,9 @@ COMMENT=       Modern and flexible web client 
 LICENSE=       mit
 
 R_PKGNAME=     curl
-R_PKGVER=      3.0
+R_PKGVER=      3.1
 
+BUILDLINK_API_DEPENDS.R+=      R>=3.0.0
 .include "../../math/R/Makefile.extension"
 .include "../../www/curl/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/www/R-curl/distinfo
diff -u pkgsrc/www/R-curl/distinfo:1.1 pkgsrc/www/R-curl/distinfo:1.2
--- pkgsrc/www/R-curl/distinfo:1.1      Mon Oct  9 22:38:12 2017
+++ pkgsrc/www/R-curl/distinfo  Fri Feb  2 00:25:41 2018
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.1 2017/10/09 22:38:12 brook Exp $
+$NetBSD: distinfo,v 1.2 2018/02/02 00:25:41 minskim Exp $
 
-SHA1 (R/curl_3.0.tar.gz) = 8caefb774c13b095f4454e45e0fee65dce786b75
-RMD160 (R/curl_3.0.tar.gz) = 646b85310b489035729640fdec5ff8ac5c012ed1
-SHA512 (R/curl_3.0.tar.gz) = 3271053b5a84006b93e9463e209830055d76c5c3074d045b340f14cde40242e289e29822952550ce6ef34d4c341666ae58832b0b3f7f58718931b36ca998a1df
-Size (R/curl_3.0.tar.gz) = 412212 bytes
+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



Home | Main Index | Thread Index | Old Index