pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/p5-Data-Validate-IP



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.

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



Home | Main Index | Thread Index | Old Index