Skip to content

Commit

Permalink
(www/R-curl) Updated from 4.0 to 4.2 (also fix build on NetBSD/amd64 …
Browse files Browse the repository at this point in the history
…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
  • Loading branch information
mef committed Nov 8, 2019
1 parent 01f6f5d commit e842f13
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
5 changes: 2 additions & 3 deletions www/R-curl/Makefile
Original file line number Diff line number Diff line change
@@ -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
Expand Down
10 changes: 5 additions & 5 deletions www/R-curl/distinfo
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit e842f13

Please sign in to comment.