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"
This commit is contained in:
minskim 2018-02-02 00:25:41 +00:00
parent c9ac03e857
commit 83ee17b859
2 changed files with 8 additions and 8 deletions

View file

@ -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 for R
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"

View file

@ -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