Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 499E384DA5 for ; Wed, 31 May 2023 08:54:18 +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 ZXyppvDHlTgZ for ; Wed, 31 May 2023 08:54:17 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id A76C784CFE for ; Wed, 31 May 2023 08:54:17 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 4DD2EFA87; Wed, 31 May 2023 08:52:59 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_168552317931460" MIME-Version: 1.0 Date: Wed, 31 May 2023 08:52:59 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/www/curl To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20230531085259.4DD2EFA87@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_168552317931460 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Wed May 31 08:52:59 UTC 2023 Modified Files: pkgsrc/www/curl: Makefile distinfo Log Message: curl: updated to 8.1.2 curl and libcurl 8.1.2 This release includes the following bugfixes: o configure: quote the assignments for run-compiler [1] o configure: without pkg-config and no custom path, use -lnghttp2 [8] o curl: cache the --trace-time value for a second [9] o http2: fix EOF handling on uploads with auth negotiation [7] o http3: send EOF indicator early as possible [11] o lib1560: verify more scheme guessing [5] o lib: remove unused functions, make single-use static [3] o libcurl.m4: remove trailing 'dnl' that causes this to break autoconf [10] o libssh: when keyboard-interactive auth fails, try password [4] o misc: fix spelling mistakes [2] o page-header: mention curl version and how to figure out current release [13] o page-header: minor wording polish in the URL segment [12] o scripts/singleuse.pl: add more API calls o urlapi: remove superfluous host name check [6] To generate a diff of this commit: cvs rdiff -u -r1.271 -r1.272 pkgsrc/www/curl/Makefile cvs rdiff -u -r1.193 -r1.194 pkgsrc/www/curl/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_168552317931460 Content-Disposition: inline Content-Length: 1581 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/www/curl/Makefile diff -u pkgsrc/www/curl/Makefile:1.271 pkgsrc/www/curl/Makefile:1.272 --- pkgsrc/www/curl/Makefile:1.271 Thu May 25 10:00:19 2023 +++ pkgsrc/www/curl/Makefile Wed May 31 08:52:59 2023 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.271 2023/05/25 10:00:19 adam Exp $ +# $NetBSD: Makefile,v 1.272 2023/05/31 08:52:59 adam Exp $ -DISTNAME= curl-8.1.1 +DISTNAME= curl-8.1.2 CATEGORIES= www MASTER_SITES= https://curl.se/download/ EXTRACT_SUFX= .tar.xz Index: pkgsrc/www/curl/distinfo diff -u pkgsrc/www/curl/distinfo:1.193 pkgsrc/www/curl/distinfo:1.194 --- pkgsrc/www/curl/distinfo:1.193 Thu May 25 10:00:19 2023 +++ pkgsrc/www/curl/distinfo Wed May 31 08:52:59 2023 @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.193 2023/05/25 10:00:19 adam Exp $ +$NetBSD: distinfo,v 1.194 2023/05/31 08:52:59 adam Exp $ -BLAKE2s (curl-8.1.1.tar.xz) = f371264eb96fafea3a254ce2d26c3b1733776a8908141a8ad49be39d62055447 -SHA512 (curl-8.1.1.tar.xz) = d034b1ab9c00e8a0acf7ba6c6344734945d45666b4f38394f5456fcd9b22623146a897270861b7411412ca25c912e1bbf24eb139a6dfc1a8c00d098b3b925399 -Size (curl-8.1.1.tar.xz) = 2613348 bytes +BLAKE2s (curl-8.1.2.tar.xz) = 106547c2bdf7ec6d5cb8269f20e84d874d02a2fa002fbbaee1064051b530d708 +SHA512 (curl-8.1.2.tar.xz) = 532ab96eba6dea66d272f3be56f5af5c5da922480f9a10e203de98037c311f12f8145ba6bf813831e42815e068874ccfd108f84f7650743f5dbb3ebc3bc9c4f4 +Size (curl-8.1.2.tar.xz) = 2612652 bytes SHA1 (patch-configure) = ae123a94fa84ef99dfc1dadd596ac86ef0d143fe SHA1 (patch-curl-config.in) = a58c777fc1a0a087776e62ed2e2a1e0a339716df --_----------=_168552317931460--