pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/R-curl (www/R-curl) Updated from 4.0 to 4.2 (also ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8566ef70d970
branches:  trunk
changeset: 343693:8566ef70d970
user:      mef <mef%pkgsrc.org@localhost>
date:      Fri Nov 08 16:05:26 2019 +0000

description:
(www/R-curl) Updated from 4.0 to 4.2 (also fix build on NetBSD/amd64 9.0_BETA)

4.2
 - Fix for old versions of libcurl (build was broken in 4.1 on RHEL / CentOS).
 - Add hostname to timeout errors (#190)

4.1
 - Fixed typechecking code for new internal macro names in libcurl 7.66
 - Rewrite typechecking to work better with clang and old libcurl (#192)
 - has_internet() now checks for connectivity via a proxy server if one is detected
 - Windows: respect the CURL_SSL_BACKEND variable for people that want to use OpenSSL.
 - Windows: respect CURL_CA_BUNDLE if (and only if) CURL_SSL_BACKEND == openssl
 - curl_download now writes to a temporary file, which is renamed to the destfile
   upon success. This prevents corrupt files when a download fails or is interrupted.
 - Automatically set forbid_reuse = TRUE in curl_echo() handles
 - Update symbol table to 7.66.0

diffstat:

 www/R-curl/Makefile |   5 ++---
 www/R-curl/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 8 deletions(-)

diffs (29 lines):

diff -r a80872991efc -r 8566ef70d970 www/R-curl/Makefile
--- a/www/R-curl/Makefile       Fri Nov 08 15:11:13 2019 +0000
+++ b/www/R-curl/Makefile       Fri Nov 08 16:05:26 2019 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.14 2019/09/26 00:46:58 wiz Exp $
+# $NetBSD: Makefile,v 1.15 2019/11/08 16:05:26 mef Exp $
 
 R_PKGNAME=     curl
-R_PKGVER=      4.0
-PKGREVISION=   1
+R_PKGVER=      4.2
 CATEGORIES=    www
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
diff -r a80872991efc -r 8566ef70d970 www/R-curl/distinfo
--- a/www/R-curl/distinfo       Fri Nov 08 15:11:13 2019 +0000
+++ b/www/R-curl/distinfo       Fri Nov 08 16:05:26 2019 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.4 2019/08/01 01:03:17 brook Exp $
+$NetBSD: distinfo,v 1.5 2019/11/08 16:05:26 mef Exp $
 
-SHA1 (R/curl_4.0.tar.gz) = 80667d270d99c8b497119fe3c294b868c89c17f5
-RMD160 (R/curl_4.0.tar.gz) = 2f20818bf9cc50d4a918ebb13b8c07c2be4ffe18
-SHA512 (R/curl_4.0.tar.gz) = c35d96727d8bc2b4d41e651edc337f63a44fd3c56dab09abc90ef7cf63b65c11e74fb8598d1a08cc1ce6671c6e75babddebbada7e2099929f306dff50c7a2c84
-Size (R/curl_4.0.tar.gz) = 379180 bytes
+SHA1 (R/curl_4.2.tar.gz) = 7cd619c02efd8325be1cf9d7c39ba93ac28eabc8
+RMD160 (R/curl_4.2.tar.gz) = abebc5f4974472c547e6ff4f6ab715f466fd92fb
+SHA512 (R/curl_4.2.tar.gz) = 81559e49f03d4a28ae3bc718e0801ab970fc236807ed7dfe7a41b871ee2c029dc28b50a0466ee542a7a2ed12d6916105fb8d5767ca3c376876f6ee44558aa9f7
+Size (R/curl_4.2.tar.gz) = 667901 bytes



Home | Main Index | Thread Index | Old Index