Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=axLDbI38; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=gU0Ucmzr Received: by mail.netbsd.org (Postfix, from userid 605) id AC8F784D4C; Sun, 28 Apr 2024 00:23:07 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1714263787; bh=tZMfcoZlzWy+3Tsm2QnEprXWQgCzsFO3O+jBU2aNvzA=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=axLDbI38mmi2RKlqT7G6k1sXe1qG9gZIKQn2FtJDgKgt0Xrb1+oWmwlNaWeL7VbNh xMhQPJ4h1mGyMLcmfzjBZkkZuI+ix3ImS1jSQep43lbcYTBTaWaL+evUqLFpY9FoT+ A/W0EkQ4p1li06nVv5FF9bgQIJFnyhrq7/4KlwmU= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 9BAFE84D31 for ; Sun, 28 Apr 2024 00:23:06 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Authentication-Results: mail.netbsd.org (amavisd-new); dkim=pass (1024-bit key) header.d=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 Wn0bVic7KLfl for ; Sun, 28 Apr 2024 00:23:05 +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 9754884D0E for ; Sun, 28 Apr 2024 00:23:05 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1714263785; bh=tZMfcoZlzWy+3Tsm2QnEprXWQgCzsFO3O+jBU2aNvzA=; h=Date:From:Subject:To:Reply-To; b=gU0UcmzrUshfV53HzQyI2c0Oi9u/U7vu9S0tdn3JcpYWNPmHIjSo/y1qVZYTwzEA8 iT7ggEPqDZK+0jehAfQpSVJwhVfGeaYq9FAWp26vbG85X9dFeAHVRgX8eeaF3NtRdO K2o+bdIutXNjEseEQQlAbXd8tPIwW3MyFLEx52pI= Received: by cvs.NetBSD.org (Postfix, from userid 500) id 820E9FA2C; Sun, 28 Apr 2024 00:23:05 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1714263785199390" MIME-Version: 1.0 Date: Sun, 28 Apr 2024 00:23:05 +0000 From: "Wen Heping" Subject: CVS commit: pkgsrc/www/p5-CGI To: pkgsrc-changes@NetBSD.org Reply-To: wen@netbsd.org X-Mailer: log_accum Message-Id: <20240428002305.820E9FA2C@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1714263785199390 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wen Date: Sun Apr 28 00:23:05 UTC 2024 Modified Files: pkgsrc/www/p5-CGI: Makefile distinfo Log Message: Update to 4.64 Upstream changes: 4.64 2024-03-18 [ META ] - pass --no-xattrs to tar in Makefile to fix tar backwards compat (GH #264, thanks to ryandesign) 4.63 2024-03-01 [ FIX ] - ->url returns a string in all cases (GH #263, thanks to Sketch6307) 4.62 2024-03-01 [ FIX ] - ->url now returns the correct thing for ipv6 brackets (GH #259, thanks to eserte) 4.61 2024-01-08 [ ENHANCEMENT ] - Support Paritioned cookies in CGI::Cookie (GH #262, thanks to dakkar) To generate a diff of this commit: cvs rdiff -u -r1.114 -r1.115 pkgsrc/www/p5-CGI/Makefile cvs rdiff -u -r1.67 -r1.68 pkgsrc/www/p5-CGI/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1714263785199390 Content-Disposition: inline Content-Length: 1449 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/www/p5-CGI/Makefile diff -u pkgsrc/www/p5-CGI/Makefile:1.114 pkgsrc/www/p5-CGI/Makefile:1.115 --- pkgsrc/www/p5-CGI/Makefile:1.114 Sun Jan 7 01:41:31 2024 +++ pkgsrc/www/p5-CGI/Makefile Sun Apr 28 00:23:05 2024 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.114 2024/01/07 01:41:31 wen Exp $ +# $NetBSD: Makefile,v 1.115 2024/04/28 00:23:05 wen Exp $ -DISTNAME= CGI-4.60 +DISTNAME= CGI-4.64 PKGNAME= p5-${DISTNAME} CATEGORIES= www perl5 MASTER_SITES+= ${MASTER_SITE_PERL_CPAN:=CGI/} Index: pkgsrc/www/p5-CGI/distinfo diff -u pkgsrc/www/p5-CGI/distinfo:1.67 pkgsrc/www/p5-CGI/distinfo:1.68 --- pkgsrc/www/p5-CGI/distinfo:1.67 Sun Jan 7 01:41:31 2024 +++ pkgsrc/www/p5-CGI/distinfo Sun Apr 28 00:23:05 2024 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.67 2024/01/07 01:41:31 wen Exp $ +$NetBSD: distinfo,v 1.68 2024/04/28 00:23:05 wen Exp $ -BLAKE2s (CGI-4.60.tar.gz) = 12371ee332d5e64045411d8247c55b223461581112f936971b0b05a5cfebe836 -SHA512 (CGI-4.60.tar.gz) = 322c22a6abcdbcf78349696d1a4c0c817cbe0afa7780669895f6bd1104486fe5f9bf6de723d1c7ac05f5569d829d04a82857273876cf52a78b2f839cb82e6151 -Size (CGI-4.60.tar.gz) = 206546 bytes +BLAKE2s (CGI-4.64.tar.gz) = 77cdc126572f7d85b451307c0352411b6cb48a716a83155f573e9f817b5cf926 +SHA512 (CGI-4.64.tar.gz) = 1c94b0f1f952165381ec16a4f206edc6c4f7eec06d18004a87230cad4484ce86c631d18eddc0b86cadfc02ac182a9c143c07acea9e79913759e47f117ba87a4d +Size (CGI-4.64.tar.gz) = 207299 bytes --_----------=_1714263785199390--