summaryrefslogtreecommitdiff
path: root/net/p5-NetAddr-IP
diff options
context:
space:
mode:
authorseb <seb>2008-11-02 21:39:52 +0000
committerseb <seb>2008-11-02 21:39:52 +0000
commit757357c60688b73acd03a2fa569574c30b93a366 (patch)
tree09ca36504f477b8eca0a339a09f345df6dbc5be1 /net/p5-NetAddr-IP
parentdde09cb31051c4e80bb8bef338d3ed66f0c540ba (diff)
downloadpkgsrc-757357c60688b73acd03a2fa569574c30b93a366.tar.gz
Update from version 4.007 to version 4.014.
Pkgsrc changes: remove (now) unneeded build dependency. Upstream changes: 4.014 Sat Nov 1 15:13:48 PST 2008 in Lite.pm v1.11, add test for characters not allowed by rfc952 before the call to gethostbyname in sub new() for those people that insist on using deprecated functionality :aton and OS's that fail to notice calls to gethostbyname with binary arguments. 4.013 Wed Oct 22 15:04:49 PDT 2008 In Lite.pm v1.10, add new no octal method for improperly formatted ipV4 addresses In Util.pm v1.22, eliminated dependance on PL_sawampersand thanks to Mark Martinec <Mark.Martinec@ijs.si> for spotting this and submitting a patch. In Util.pm v1.22, force -noxs mode for Win32 In Util.pm v1.22, use autoconf to configure 'C' build 4.012 Thu Oct 16 19:35:33 PDT 2008 clear build bug for Win32 in Util.pm v 1.21 4.011 released Oct 6 13:10 4.010 Sat Sep 27 17:00:28 PDT 2008 in NetAddr::IP::Util v0.19 updated test for ENDIANess in siteconf add test in inet_aton to detect overange IP dot quad values missed by some broken Socket implementations i.e. 256.1.1.1 would fail to return undef NOTE: Versions 4.008 and 4.009 had limited release to tester only and were not uploaded to CPAN. All of the v4.008, 4.009 changes are incorporated in v4.010 4.009 Tue Sep 2 19:09:57 PDT 2008 In NetAddr::IP::Lite v1.07, in the off chance that NetAddr::IP::Lite objects are created and the caller later loads NetAddr::IP and expects to use those objects, let the AUTOLOAD routine find and redirect NetAddr::IP::Lite method and subroutine calles to NetAddr::IP. updated Lite/t/v4-wnew.t so that non-existent domains are "really" not there 4.008 Sat Jun 7 14:01:55 PDT 2008 inherit method "new_from_aton" from NetAddr::IP::Lite add related documentation Inherited methods from Lite.pm updated as follows: comparisons of the form <, >, <=, >= 10.0.0.0/24 {operator} 10.0.0.0/16 return now return the comparision of the cidr value when the address portion is equal. NOTE: this comparison returns the comparison of the NUMERIC value of the CIDR. This produces the counter intuitive result that /24 > /16. There is logic to this, really! For proper operation of commands like "Compact" and "Coalesce", lists of netaddr objects must sort in ascending order. However, this conflicts with the requirement for larger netblocks to sort FIRST so as to include smaller ones. This logic extends to any requirement for a sort of netaddr objects. It should be further noted that the mixing of netaddr objects with varying IP addresses and CIDR allocations can lead to unexpected results since the comparisons done first on the IP portion and then on the CIDR portion. The documentation has been updated appropriately. Thanks to Peter DeVries for spotting this discrepancy
Diffstat (limited to 'net/p5-NetAddr-IP')
-rw-r--r--net/p5-NetAddr-IP/Makefile6
-rw-r--r--net/p5-NetAddr-IP/distinfo8
2 files changed, 6 insertions, 8 deletions
diff --git a/net/p5-NetAddr-IP/Makefile b/net/p5-NetAddr-IP/Makefile
index c380f76b795..06ead5a287c 100644
--- a/net/p5-NetAddr-IP/Makefile
+++ b/net/p5-NetAddr-IP/Makefile
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.12 2008/10/19 19:18:33 he Exp $
+# $NetBSD: Makefile,v 1.13 2008/11/02 21:39:52 seb Exp $
#
-DISTNAME= NetAddr-IP-4.007
+DISTNAME= NetAddr-IP-4.014
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 1
SVR4_PKGNAME= p5nai
CATEGORIES= net perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=NetAddr/}
@@ -16,7 +15,6 @@ PKG_DESTDIR_SUPPORT= user-destdir
# This is for the 'test' target
BUILD_DEPENDS+= p5-Test-Pod-[0-9]*:../../devel/p5-Test-Pod
-BUILD_DEPENDS+= p5-Module-Signature-[0-9]*:../../security/p5-Module-Signature
USE_LANGUAGES= c
diff --git a/net/p5-NetAddr-IP/distinfo b/net/p5-NetAddr-IP/distinfo
index e5647c2cf35..9c2039d7e04 100644
--- a/net/p5-NetAddr-IP/distinfo
+++ b/net/p5-NetAddr-IP/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.5 2007/06/13 14:17:24 heinz Exp $
+$NetBSD: distinfo,v 1.6 2008/11/02 21:39:52 seb Exp $
-SHA1 (NetAddr-IP-4.007.tar.gz) = 51d459ccacd9fce87f038a9a0be54d576d2dddc3
-RMD160 (NetAddr-IP-4.007.tar.gz) = d2fb34951cdac140faba92fea831a7fb8fe18eab
-Size (NetAddr-IP-4.007.tar.gz) = 97502 bytes
+SHA1 (NetAddr-IP-4.014.tar.gz) = e378fa669632552f617e0466b7fc244a0c82bd69
+RMD160 (NetAddr-IP-4.014.tar.gz) = 8e84aff70e30d8815c5cd6c0ec47b7b137a6f994
+Size (NetAddr-IP-4.014.tar.gz) = 132001 bytes