Received: by mail.netbsd.org (Postfix, from userid 605) id EFEF384D56; Mon, 7 Sep 2020 20:52:33 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 773D984D3F for ; Mon, 7 Sep 2020 20:52:33 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id p81z1Dr7SZiT for ; Mon, 7 Sep 2020 20:52:33 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 0113F84D23 for ; Mon, 7 Sep 2020 20:52:32 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id F20CFFB28; Mon, 7 Sep 2020 20:52:32 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1599511952179080" MIME-Version: 1.0 Date: Mon, 7 Sep 2020 20:52:32 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/www/p5-libwww To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20200907205232.F20CFFB28@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1599511952179080 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Mon Sep 7 20:52:32 UTC 2020 Modified Files: pkgsrc/www/p5-libwww: Makefile distinfo Log Message: p5-libwww: update to 6.47. 6.47 2020-08-18 15:27:27Z - Only add cookies from the jar if there aren't cookies in the request (GH#347) (Doug Bell and Olaf Alders) To generate a diff of this commit: cvs rdiff -u -r1.125 -r1.126 pkgsrc/www/p5-libwww/Makefile cvs rdiff -u -r1.66 -r1.67 pkgsrc/www/p5-libwww/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1599511952179080 Content-Disposition: inline Content-Length: 1698 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.125 pkgsrc/www/p5-libwww/Makefile:1.126 --- pkgsrc/www/p5-libwww/Makefile:1.125 Mon Aug 31 18:13:15 2020 +++ pkgsrc/www/p5-libwww/Makefile Mon Sep 7 20:52:32 2020 @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.125 2020/08/31 18:13:15 wiz Exp $ +# $NetBSD: Makefile,v 1.126 2020/09/07 20:52:32 wiz Exp $ -DISTNAME= libwww-perl-6.46 +DISTNAME= libwww-perl-6.47 PKGNAME= p5-${DISTNAME:S/-perl-/-/} -PKGREVISION= 1 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.66 pkgsrc/www/p5-libwww/distinfo:1.67 --- pkgsrc/www/p5-libwww/distinfo:1.66 Fri Aug 14 22:39:27 2020 +++ pkgsrc/www/p5-libwww/distinfo Mon Sep 7 20:52:32 2020 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.66 2020/08/14 22:39:27 wen Exp $ +$NetBSD: distinfo,v 1.67 2020/09/07 20:52:32 wiz Exp $ -SHA1 (libwww-perl-6.46.tar.gz) = 6715c4e05d4c308fe938b5f033925316c9e705fa -RMD160 (libwww-perl-6.46.tar.gz) = 1001926e0a8ba00d03ef07ae754d16d94d6fc281 -SHA512 (libwww-perl-6.46.tar.gz) = ff4b77b3287e17f22ebe8364a7645fec99cfc181a96fb62b63b425c01d5e84e369a12a2c9741cb3ecb612514e873cc2c1af432d7a7feb4dc1ed114eb8f8e033f -Size (libwww-perl-6.46.tar.gz) = 176101 bytes +SHA1 (libwww-perl-6.47.tar.gz) = 3435586af66ec78c86553d26fb225f759098d11c +RMD160 (libwww-perl-6.47.tar.gz) = 5f8d2ca23a0d6558f889db49741a359996cfac67 +SHA512 (libwww-perl-6.47.tar.gz) = 06f37560153aac6879ccb8887af1c99d0579d4ac2ebadf450f3586b179d2a8e18410f5a85e33ee2ade7da3d43049138178ba3eba76e3a185136972a5b830304d +Size (libwww-perl-6.47.tar.gz) = 176336 bytes --_----------=_1599511952179080--