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: mef
Date: Fri Nov 8 16:05:26 UTC 2019
Modified Files:
pkgsrc/www/R-curl: Makefile distinfo
Log Message:
(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
To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/www/R-curl/Makefile
cvs rdiff -u -r1.4 -r1.5 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.14 pkgsrc/www/R-curl/Makefile:1.15
--- pkgsrc/www/R-curl/Makefile:1.14 Thu Sep 26 00:46:58 2019
+++ pkgsrc/www/R-curl/Makefile Fri Nov 8 16:05:26 2019
@@ -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
Index: pkgsrc/www/R-curl/distinfo
diff -u pkgsrc/www/R-curl/distinfo:1.4 pkgsrc/www/R-curl/distinfo:1.5
--- pkgsrc/www/R-curl/distinfo:1.4 Thu Aug 1 01:03:17 2019
+++ pkgsrc/www/R-curl/distinfo Fri Nov 8 16:05:26 2019
@@ -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