Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 265E084EA7 for ; Sat, 3 Jun 2023 14:31:53 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id DGvXAHq-U10J for ; Sat, 3 Jun 2023 14:31:52 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 8F38C84CF2 for ; Sat, 3 Jun 2023 14:31:52 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 88A7EFA88; Sat, 3 Jun 2023 14:31:52 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1685802712213030" MIME-Version: 1.0 Date: Sat, 3 Jun 2023 14:31:52 +0000 From: "Makoto Fujiwara" Subject: CVS commit: pkgsrc/www/R-curl To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: mef@netbsd.org X-Mailer: log_accum Message-Id: <20230603143152.88A7EFA88@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1685802712213030 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: mef Date: Sat Jun 3 14:31:52 UTC 2023 Modified Files: pkgsrc/www/R-curl: Makefile distinfo Removed Files: pkgsrc/www/R-curl/patches: patch-src_curl.c Log Message: (www/R-curl) Updated 4.3.2 to 5.0.0 5.0.0 - New function multi_download() which supports concurrent downloads and resuming download for large files, while giving detailed progress information. - Windows: updated libcurl to 7.84.0 + nghttp2 - Windows: default to CURLSSLOPT_NATIVE_CA when using openssl unless an ennvar with CURL_CA_BUNDLE is set. - Use the new optiontype API for type checking if available (libcurl 7.73.0) 4.3.3 - Add support for setting ssl_ctx_function callbacks - Normalize curlopt_postfields to curlopt_copypostfields to transfer ownership of the input data to libcurl. - Fix strict-prototype errors To generate a diff of this commit: cvs rdiff -u -r1.27 -r1.28 pkgsrc/www/R-curl/Makefile cvs rdiff -u -r1.10 -r1.11 pkgsrc/www/R-curl/distinfo cvs rdiff -u -r1.1 -r0 pkgsrc/www/R-curl/patches/patch-src_curl.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1685802712213030 Content-Disposition: inline Content-Length: 1524 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/www/R-curl/Makefile diff -u pkgsrc/www/R-curl/Makefile:1.27 pkgsrc/www/R-curl/Makefile:1.28 --- pkgsrc/www/R-curl/Makefile:1.27 Wed Apr 19 08:11:44 2023 +++ pkgsrc/www/R-curl/Makefile Sat Jun 3 14:31:52 2023 @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.27 2023/04/19 08:11:44 adam Exp $ +# $NetBSD: Makefile,v 1.28 2023/06/03 14:31:52 mef Exp $ R_PKGNAME= curl -R_PKGVER= 4.3.2 -PKGREVISION= 4 +R_PKGVER= 5.0.0 CATEGORIES= www MAINTAINER= pkgsrc-users@NetBSD.org Index: pkgsrc/www/R-curl/distinfo diff -u pkgsrc/www/R-curl/distinfo:1.10 pkgsrc/www/R-curl/distinfo:1.11 --- pkgsrc/www/R-curl/distinfo:1.10 Wed Jun 22 14:55:16 2022 +++ pkgsrc/www/R-curl/distinfo Sat Jun 3 14:31:52 2023 @@ -1,6 +1,5 @@ -$NetBSD: distinfo,v 1.10 2022/06/22 14:55:16 he Exp $ +$NetBSD: distinfo,v 1.11 2023/06/03 14:31:52 mef Exp $ -BLAKE2s (R/curl_4.3.2.tar.gz) = eff2cdb340153e67e98dc183dd096b2e2c2c879ffbb6d33089f7ca1868d202c5 -SHA512 (R/curl_4.3.2.tar.gz) = 7b8e9b136f206733a3314a876de21bf7d52b9bcef1c8c399fc9b0e1983a12853da18bd7ce06959fdd83957cd3637a11fc9246154187427a3c6479101cc492322 -Size (R/curl_4.3.2.tar.gz) = 793345 bytes -SHA1 (patch-src_curl.c) = 2b03824fbbc665c758117cd21f67bc0a75a70ccf +BLAKE2s (R/curl_5.0.0.tar.gz) = 9f9387c17f461d7b6688b4edf065687621d1dd415238c33a99bf45dbdf804486 +SHA512 (R/curl_5.0.0.tar.gz) = 4f9ef1b5083296e56ca2048b26af30eb1566c711732a52a2bd5ba1ba2743790104e6838b9ceaa816e384b7842907648e222fcdd0efeba438884f775c1f8c5044 +Size (R/curl_5.0.0.tar.gz) = 682047 bytes --_----------=_1685802712213030--