Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 6E0DD84EE3 for ; Tue, 27 Jun 2023 02:45:00 +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 UHvHJHdZbqbv for ; Tue, 27 Jun 2023 02:44:59 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id D845184E19 for ; Tue, 27 Jun 2023 02:44:59 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id CA839FA89; Tue, 27 Jun 2023 02:44:59 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1687833899168730" MIME-Version: 1.0 Date: Tue, 27 Jun 2023 02:44:59 +0000 From: "Wen Heping" Subject: CVS commit: pkgsrc/devel/p5-Data-Validate-IP To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: wen@netbsd.org X-Mailer: log_accum Message-Id: <20230627024459.CA839FA89@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1687833899168730 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wen Date: Tue Jun 27 02:44:59 UTC 2023 Modified Files: pkgsrc/devel/p5-Data-Validate-IP: Makefile distinfo Log Message: Update to 0.31 Upstream changes: 0.31 2022-11-28 - Fixed handling of the ::0/128 subnet. This is a special subnet(/address) that is called the "unspecified address". It is not public or routable. Reported by Dan Sherry. GH #13. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/p5-Data-Validate-IP/Makefile cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/p5-Data-Validate-IP/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1687833899168730 Content-Disposition: inline Content-Length: 1706 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/p5-Data-Validate-IP/Makefile diff -u pkgsrc/devel/p5-Data-Validate-IP/Makefile:1.6 pkgsrc/devel/p5-Data-Validate-IP/Makefile:1.7 --- pkgsrc/devel/p5-Data-Validate-IP/Makefile:1.6 Tue Jun 28 11:32:13 2022 +++ pkgsrc/devel/p5-Data-Validate-IP/Makefile Tue Jun 27 02:44:59 2023 @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.6 2022/06/28 11:32:13 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2023/06/27 02:44:59 wen Exp $ -DISTNAME= Data-Validate-IP-0.30 +DISTNAME= Data-Validate-IP-0.31 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Data/} Index: pkgsrc/devel/p5-Data-Validate-IP/distinfo diff -u pkgsrc/devel/p5-Data-Validate-IP/distinfo:1.4 pkgsrc/devel/p5-Data-Validate-IP/distinfo:1.5 --- pkgsrc/devel/p5-Data-Validate-IP/distinfo:1.4 Tue Oct 26 10:16:23 2021 +++ pkgsrc/devel/p5-Data-Validate-IP/distinfo Tue Jun 27 02:44:59 2023 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.4 2021/10/26 10:16:23 nia Exp $ +$NetBSD: distinfo,v 1.5 2023/06/27 02:44:59 wen Exp $ -BLAKE2s (Data-Validate-IP-0.30.tar.gz) = f5e64dafd06f8645a10ec7ad7bef9747d3f38d379d0809300618453cb0c65ccf -SHA512 (Data-Validate-IP-0.30.tar.gz) = ac556445f1eec0440be17263bcffce46d0c3b719d3c64022bcb3fc6d1191ed9de94c0e4d6b2c3c5c1704dc7945b14a5c87abfcf2b7dc43ec4f10a4cc6629b761 -Size (Data-Validate-IP-0.30.tar.gz) = 41761 bytes +BLAKE2s (Data-Validate-IP-0.31.tar.gz) = d7885f1315e3863047f164c9d2f2990cc1190abbab642bd9cf13161f0efdda66 +SHA512 (Data-Validate-IP-0.31.tar.gz) = 22ea6a8673fa07d405cb2f8645bd019265abf4104057c73d0399951a837549cedb97737f50b2e9e605202679c85ae5a7b7a24dd8d9fd8736624551b0b41fd6d8 +Size (Data-Validate-IP-0.31.tar.gz) = 43477 bytes --_----------=_1687833899168730--