Received: by mail.netbsd.org (Postfix, from userid 605) id 688C584EEF; Sat, 1 Oct 2022 08:28:15 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 96D7784EED for ; Sat, 1 Oct 2022 08:28:14 +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 nKZUqToPF8sP for ; Sat, 1 Oct 2022 08:28:14 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 0575984CEA for ; Sat, 1 Oct 2022 08:28:13 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id EC452FA90; Sat, 1 Oct 2022 08:28:13 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_166461289324020" MIME-Version: 1.0 Date: Sat, 1 Oct 2022 08:28:13 +0000 From: "Wen Heping" Subject: CVS commit: pkgsrc/devel/p5-Test-HTTP-LocalServer To: pkgsrc-changes@NetBSD.org Reply-To: wen@netbsd.org X-Mailer: log_accum Message-Id: <20221001082813.EC452FA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_166461289324020 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wen Date: Sat Oct 1 08:28:13 UTC 2022 Modified Files: pkgsrc/devel/p5-Test-HTTP-LocalServer: Makefile distinfo Log Message: Update to 0.74 Upstream changes: 0.74 2021-10-24 * Restore compatibility with Perl 5.8.x 0.73 2021-10-22 * Actually allow sub-second delays for the "request_pause" option 0.72 2021-10-21 * Introduce the "request_pause" option to adjust the pause between requests. Depending on the UA under test, the default of 1 second may slow down testing too much, or may be necessary. To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 pkgsrc/devel/p5-Test-HTTP-LocalServer/Makefile cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/p5-Test-HTTP-LocalServer/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_166461289324020 Content-Disposition: inline Content-Length: 1825 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/p5-Test-HTTP-LocalServer/Makefile diff -u pkgsrc/devel/p5-Test-HTTP-LocalServer/Makefile:1.11 pkgsrc/devel/p5-Test-HTTP-LocalServer/Makefile:1.12 --- pkgsrc/devel/p5-Test-HTTP-LocalServer/Makefile:1.11 Tue Jun 28 11:33:24 2022 +++ pkgsrc/devel/p5-Test-HTTP-LocalServer/Makefile Sat Oct 1 08:28:13 2022 @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.11 2022/06/28 11:33:24 wiz Exp $ +# $NetBSD: Makefile,v 1.12 2022/10/01 08:28:13 wen Exp $ -DISTNAME= Test-HTTP-LocalServer-0.71 +DISTNAME= Test-HTTP-LocalServer-0.74 PKGNAME= p5-${DISTNAME} -PKGREVISION= 3 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/C/CO/CORION/} Index: pkgsrc/devel/p5-Test-HTTP-LocalServer/distinfo diff -u pkgsrc/devel/p5-Test-HTTP-LocalServer/distinfo:1.6 pkgsrc/devel/p5-Test-HTTP-LocalServer/distinfo:1.7 --- pkgsrc/devel/p5-Test-HTTP-LocalServer/distinfo:1.6 Tue Oct 26 10:17:40 2021 +++ pkgsrc/devel/p5-Test-HTTP-LocalServer/distinfo Sat Oct 1 08:28:13 2022 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.6 2021/10/26 10:17:40 nia Exp $ +$NetBSD: distinfo,v 1.7 2022/10/01 08:28:13 wen Exp $ -BLAKE2s (Test-HTTP-LocalServer-0.71.tar.gz) = 2940655032d690eeeb11568905564bbb7c72e788c8abc1dc52924a11de66202d -SHA512 (Test-HTTP-LocalServer-0.71.tar.gz) = c596053e40a70a94b30c6f8ac107981afd130adcc1e7bfacbb3b6a639a1905ca69f6687104393ec7b4576c5b1fb7c9e9e5165d279dfa744cf53feee2a092706e -Size (Test-HTTP-LocalServer-0.71.tar.gz) = 29860 bytes +BLAKE2s (Test-HTTP-LocalServer-0.74.tar.gz) = cfae9418286df188a673b7ff8226a077d8d9f8a390d654c45419d946a4355a11 +SHA512 (Test-HTTP-LocalServer-0.74.tar.gz) = b061e0295f10bcdff284105d61e3b733c22412f71011d306dc3de0e2640bf24412f2a80a62b3c97ecf4ac375359fed703a7279e2374ec59ca8b7dec090f0ab79 +Size (Test-HTTP-LocalServer-0.74.tar.gz) = 30236 bytes --_----------=_166461289324020--