Skip to content

Commit

Permalink
Update to 0.31
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
wen committed Jun 27, 2023
1 parent b57841f commit 7d401fd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
5 changes: 2 additions & 3 deletions devel/p5-Data-Validate-IP/Makefile
Original file line number Diff line number Diff line change
@@ -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/}

Expand Down
8 changes: 4 additions & 4 deletions devel/p5-Data-Validate-IP/distinfo
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 7d401fd

Please sign in to comment.