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 96AE51A9239 for ; Sun, 31 Oct 2021 08:27:11 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id CD56D8509A; Sun, 31 Oct 2021 08:27:10 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 1373C84E9C for ; Sun, 31 Oct 2021 08:27:10 +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 kU5A-CCN49GB for ; Sun, 31 Oct 2021 08:27:09 +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 7B5B084D2F for ; Sun, 31 Oct 2021 08:27:09 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 78065FA97; Sun, 31 Oct 2021 08:27:09 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1635668829182830" MIME-Version: 1.0 Date: Sun, 31 Oct 2021 08:27:09 +0000 From: "Amitai Schleier" Subject: CVS commit: pkgsrc/www/p5-URI To: pkgsrc-changes@NetBSD.org Reply-To: schmonz@netbsd.org X-Mailer: log_accum Message-Id: <20211031082709.78065FA97@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1635668829182830 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:27:09 UTC 2021 Modified Files: pkgsrc/www/p5-URI: Makefile distinfo Log Message: Update to 5.10. From the changelog: - Remove Authority section from dist.ini (GH#86) (Olaf Alders) - Make URI::mailto parse subaddresses with + sign correctly (GH#89) (Julien Fiegehenn) To generate a diff of this commit: cvs rdiff -u -r1.75 -r1.76 pkgsrc/www/p5-URI/Makefile cvs rdiff -u -r1.39 -r1.40 pkgsrc/www/p5-URI/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1635668829182830 Content-Disposition: inline Content-Length: 1473 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/www/p5-URI/Makefile diff -u pkgsrc/www/p5-URI/Makefile:1.75 pkgsrc/www/p5-URI/Makefile:1.76 --- pkgsrc/www/p5-URI/Makefile:1.75 Mon May 24 19:55:53 2021 +++ pkgsrc/www/p5-URI/Makefile Sun Oct 31 08:27:09 2021 @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.75 2021/05/24 19:55:53 wiz Exp $ +# $NetBSD: Makefile,v 1.76 2021/10/31 08:27:09 schmonz Exp $ -DISTNAME= URI-5.09 +DISTNAME= URI-5.10 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 CATEGORIES= www net perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=URI/} Index: pkgsrc/www/p5-URI/distinfo diff -u pkgsrc/www/p5-URI/distinfo:1.39 pkgsrc/www/p5-URI/distinfo:1.40 --- pkgsrc/www/p5-URI/distinfo:1.39 Tue Oct 26 11:30:19 2021 +++ pkgsrc/www/p5-URI/distinfo Sun Oct 31 08:27:09 2021 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.39 2021/10/26 11:30:19 nia Exp $ +$NetBSD: distinfo,v 1.40 2021/10/31 08:27:09 schmonz Exp $ -BLAKE2s (URI-5.09.tar.gz) = e2f3b47061010c535c4fc3d9083ea33d919d19adb5ae0594bfcd2b4cad54c1e5 -SHA512 (URI-5.09.tar.gz) = b9af77064abb8cb83900a02c18b3d5b8f840559f0f925be71b18bcdb4a24c40d654ccf9969d72b7d8930ea17ae4f4f4291fd327bb0b93c204c8f819a1776b8bb -Size (URI-5.09.tar.gz) = 108897 bytes +BLAKE2s (URI-5.10.tar.gz) = 9256e9b05fa1c31db35f2c983124280999e125f54bd5a2ea0e8260e02ff6f0f5 +SHA512 (URI-5.10.tar.gz) = 6ce53b258c2f1115e58ca858beec0c055452993b83abf3ebf23784e00fcbe636f3b7a460a2016923f9fab0e0bbd112475048eb9671d6d1e1c3b4db33a503efb5 +Size (URI-5.10.tar.gz) = 109471 bytes --_----------=_1635668829182830--