Fri Feb 2 00:25:41 2018 UTC ()
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"


(minskim)
diff -r1.2 -r1.3 pkgsrc/www/R-curl/Makefile
diff -r1.1 -r1.2 pkgsrc/www/R-curl/distinfo

cvs diff -r1.2 -r1.3 pkgsrc/www/R-curl/Makefile (expand / switch to unified diff)

--- pkgsrc/www/R-curl/Makefile 2018/01/01 21:18:54 1.2
+++ pkgsrc/www/R-curl/Makefile 2018/02/02 00:25:41 1.3
@@ -1,17 +1,17 @@ @@ -1,17 +1,17 @@
1# $NetBSD: Makefile,v 1.2 2018/01/01 21:18:54 adam Exp $ 1# $NetBSD: Makefile,v 1.3 2018/02/02 00:25:41 minskim Exp $
2 2
3PKGREVISION= 1 
4CATEGORIES= www R 3CATEGORIES= www R
5MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/} 4MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/}
6 5
7MAINTAINER= pkgsrc-users@NetBSD.org 6MAINTAINER= pkgsrc-users@NetBSD.org
8HOMEPAGE= ${R_HOMEPAGE_BASE}/curl/ 7HOMEPAGE= ${R_HOMEPAGE_BASE}/curl/
9COMMENT= Modern and flexible web client for R 8COMMENT= Modern and flexible web client for R
10LICENSE= mit 9LICENSE= mit
11 10
12R_PKGNAME= curl 11R_PKGNAME= curl
13R_PKGVER= 3.0 12R_PKGVER= 3.1
14 13
 14BUILDLINK_API_DEPENDS.R+= R>=3.0.0
15.include "../../math/R/Makefile.extension" 15.include "../../math/R/Makefile.extension"
16.include "../../www/curl/buildlink3.mk" 16.include "../../www/curl/buildlink3.mk"
17.include "../../mk/bsd.pkg.mk" 17.include "../../mk/bsd.pkg.mk"

cvs diff -r1.1 -r1.2 pkgsrc/www/R-curl/distinfo (expand / switch to unified diff)

--- pkgsrc/www/R-curl/distinfo 2017/10/09 22:38:12 1.1
+++ pkgsrc/www/R-curl/distinfo 2018/02/02 00:25:41 1.2
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.1 2017/10/09 22:38:12 brook Exp $ 1$NetBSD: distinfo,v 1.2 2018/02/02 00:25:41 minskim Exp $
2 2
3SHA1 (R/curl_3.0.tar.gz) = 8caefb774c13b095f4454e45e0fee65dce786b75 3SHA1 (R/curl_3.1.tar.gz) = 40e08eefd357af1644693919e86214b81085eee2
4RMD160 (R/curl_3.0.tar.gz) = 646b85310b489035729640fdec5ff8ac5c012ed1 4RMD160 (R/curl_3.1.tar.gz) = d8103fb1ac8ec0b9a2c45586de37ffc274162224
5SHA512 (R/curl_3.0.tar.gz) = 3271053b5a84006b93e9463e209830055d76c5c3074d045b340f14cde40242e289e29822952550ce6ef34d4c341666ae58832b0b3f7f58718931b36ca998a1df 5SHA512 (R/curl_3.1.tar.gz) = de6f3539d112f49dfa587c11e72c2a9b6cbf3957451ce0cb49255fd4625cc57f9a6587acad82b95a28cd1a04dc81b565c3960a30c1323fc92003a94a916b8ded
6Size (R/curl_3.0.tar.gz) = 412212 bytes 6Size (R/curl_3.1.tar.gz) = 366086 bytes