Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id 1608C1A9239 for ; Sun, 31 Oct 2021 08:28:52 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 485B08509F; Sun, 31 Oct 2021 08:28:51 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 828F284E9C for ; Sun, 31 Oct 2021 08:28:50 +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 PJ9oQ8mNdAAX for ; Sun, 31 Oct 2021 08:28:50 +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 03FB584D2F for ; Sun, 31 Oct 2021 08:28:50 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id EEDA9FA97; Sun, 31 Oct 2021 08:28:49 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1635668929222480" MIME-Version: 1.0 Date: Sun, 31 Oct 2021 08:28:49 +0000 From: "Amitai Schleier" Subject: CVS commit: pkgsrc/www/p5-libwww To: pkgsrc-changes@NetBSD.org Reply-To: schmonz@netbsd.org X-Mailer: log_accum Message-Id: <20211031082849.EEDA9FA97@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1635668929222480 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: schmonz Date: Sun Oct 31 08:28:49 UTC 2021 Modified Files: pkgsrc/www/p5-libwww: Makefile distinfo Log Message: Update to 6.58. From the changelog: - Add a test for "response_redirect" (GH#387) (James Raspass) - Improve documentation readability (GH#388) (Julien Fiegehenn) - Replace remaining uses of "base" with "parent" (GH#389) (James Raspass) To generate a diff of this commit: cvs rdiff -u -r1.131 -r1.132 pkgsrc/www/p5-libwww/Makefile cvs rdiff -u -r1.73 -r1.74 pkgsrc/www/p5-libwww/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1635668929222480 Content-Disposition: inline Content-Length: 1592 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/www/p5-libwww/Makefile diff -u pkgsrc/www/p5-libwww/Makefile:1.131 pkgsrc/www/p5-libwww/Makefile:1.132 --- pkgsrc/www/p5-libwww/Makefile:1.131 Mon Oct 11 20:21:35 2021 +++ pkgsrc/www/p5-libwww/Makefile Sun Oct 31 08:28:49 2021 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.131 2021/10/11 20:21:35 schmonz Exp $ +# $NetBSD: Makefile,v 1.132 2021/10/31 08:28:49 schmonz Exp $ -DISTNAME= libwww-perl-6.57 +DISTNAME= libwww-perl-6.58 PKGNAME= p5-${DISTNAME:S/-perl-/-/} CATEGORIES= www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/O/OA/OALDERS/} Index: pkgsrc/www/p5-libwww/distinfo diff -u pkgsrc/www/p5-libwww/distinfo:1.73 pkgsrc/www/p5-libwww/distinfo:1.74 --- pkgsrc/www/p5-libwww/distinfo:1.73 Tue Oct 26 11:30:22 2021 +++ pkgsrc/www/p5-libwww/distinfo Sun Oct 31 08:28:49 2021 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.73 2021/10/26 11:30:22 nia Exp $ +$NetBSD: distinfo,v 1.74 2021/10/31 08:28:49 schmonz Exp $ -BLAKE2s (libwww-perl-6.57.tar.gz) = cfd11ebe45e165cd84f15ef8acae0a3065e307f45efe3822b586162b2da98187 -SHA512 (libwww-perl-6.57.tar.gz) = 6d531e00608ee70a12fedb84644e8ce1e6d1fac6631a77e3ec9c3fedfadf171f9929fc73bac265f068d1d557f297e827ddf01a358b5cb42b03ec95462a620812 -Size (libwww-perl-6.57.tar.gz) = 178654 bytes +BLAKE2s (libwww-perl-6.58.tar.gz) = 445e21104e9ff6422355546f0833481886f1f3d667f4630c00c320c74b69ac40 +SHA512 (libwww-perl-6.58.tar.gz) = a8891b07ca3f2c3a49a11226051d6fa252667328a427140335719e16475de936b5b0287af56f4e5b26acaaf8fec75306b6ac9fd22388690f86cf3b923ba1306b +Size (libwww-perl-6.58.tar.gz) = 178862 bytes --_----------=_1635668929222480--