Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=h8Us3+fg; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=HWKQs/3e Received: by mail.netbsd.org (Postfix, from userid 605) id 70CEB84D4C; Sun, 28 Apr 2024 00:30:29 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1714264229; bh=TEFNp5RnjF9ADNkggdkxPORrPD+unTbmvehFtCRfcqk=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=h8Us3+fg+0IA4xa/BOuHGdnAMrbYrAcjMZjiMR22HLZCxyuMxz2yRe4Cel7qHpUww U696I0k1VzpCdbtOyzJBspo2oG0IITy+ZKJXIjJopPii5lKx+UlawN6DEperFp4TLm 9pq1OrXEzIUkCFq8NADoO2lBRwYMV0Zmyu6B4VYI= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 6159984D31 for ; Sun, 28 Apr 2024 00:30:28 +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 ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id 1NYpCwgzVmmy for ; Sun, 28 Apr 2024 00:30:27 +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 D65AE84D0E for ; Sun, 28 Apr 2024 00:30:27 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1714264227; bh=TEFNp5RnjF9ADNkggdkxPORrPD+unTbmvehFtCRfcqk=; h=Date:From:Subject:To:Reply-To; b=HWKQs/3eTU2EQHCmWXJhGFWwwrh1FW3biv5KjZ+EYv0XSvveVsQyiGW5DoSbLTLRc A75fXq5GObeaGyKV+zrqjiMm8EqLyIhV31JLaxxGQrctmX6EdlbZAjih/v6NQRKWSF W2bJvypFArPtxi2sB4OhX5F+45D4mwG8BWjtI278= Received: by cvs.NetBSD.org (Postfix, from userid 500) id CF07CFA2C; Sun, 28 Apr 2024 00:30:27 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1714264227146490" MIME-Version: 1.0 Date: Sun, 28 Apr 2024 00:30:27 +0000 From: "Wen Heping" Subject: CVS commit: pkgsrc/www/p5-CGI-Fast To: pkgsrc-changes@NetBSD.org Reply-To: wen@netbsd.org X-Mailer: log_accum Message-Id: <20240428003027.CF07CFA2C@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1714264227146490 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:30:27 UTC 2024 Modified Files: pkgsrc/www/p5-CGI-Fast: Makefile distinfo Log Message: Update to 2.17 Upstream changes: 2.17 2023-11-13 [INTERNALS] - replace use vars with our (GH #23, thanks to mauke) To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.22 pkgsrc/www/p5-CGI-Fast/Makefile cvs rdiff -u -r1.12 -r1.13 pkgsrc/www/p5-CGI-Fast/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1714264227146490 Content-Disposition: inline Content-Length: 1553 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/www/p5-CGI-Fast/Makefile diff -u pkgsrc/www/p5-CGI-Fast/Makefile:1.21 pkgsrc/www/p5-CGI-Fast/Makefile:1.22 --- pkgsrc/www/p5-CGI-Fast/Makefile:1.21 Thu Jul 6 09:42:23 2023 +++ pkgsrc/www/p5-CGI-Fast/Makefile Sun Apr 28 00:30:27 2024 @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.21 2023/07/06 09:42:23 wiz Exp $ +# $NetBSD: Makefile,v 1.22 2024/04/28 00:30:27 wen Exp $ -DISTNAME= CGI-Fast-2.16 +DISTNAME= CGI-Fast-2.17 PKGNAME= p5-${DISTNAME} -PKGREVISION= 2 CATEGORIES= www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=CGI/} Index: pkgsrc/www/p5-CGI-Fast/distinfo diff -u pkgsrc/www/p5-CGI-Fast/distinfo:1.12 pkgsrc/www/p5-CGI-Fast/distinfo:1.13 --- pkgsrc/www/p5-CGI-Fast/distinfo:1.12 Tue Oct 26 11:29:47 2021 +++ pkgsrc/www/p5-CGI-Fast/distinfo Sun Apr 28 00:30:27 2024 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.12 2021/10/26 11:29:47 nia Exp $ +$NetBSD: distinfo,v 1.13 2024/04/28 00:30:27 wen Exp $ -BLAKE2s (CGI-Fast-2.16.tar.gz) = 1a8f7b99acb8be71335bb95e051bad183709d056817d400eee9ddf60639d710d -SHA512 (CGI-Fast-2.16.tar.gz) = 50dce23855809f53c722a9ed7839469400baafdf8cf006cce4a7686a0e9a1a6ee500ffbd3bb418ecfa7d14efa3f9adb96c37dea8282a3d05b9c0e7e723bc7e37 -Size (CGI-Fast-2.16.tar.gz) = 9310 bytes +BLAKE2s (CGI-Fast-2.17.tar.gz) = 1d93ecc9674a63afbf74c03b5a4eb82d9332774f0d0a65252089a1abe1b35eac +SHA512 (CGI-Fast-2.17.tar.gz) = 4e64442b4c5dab9ab25799e9c34020d4750047f387c0f4a392bdcc3f22d417ab9d60215c4e21d7b2824da026433e547d9e760bf6ab5e260cbcde85265031ceac +Size (CGI-Fast-2.17.tar.gz) = 9264 bytes --_----------=_1714264227146490--