pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/p5-NetAddr-IP



Module Name:    pkgsrc
Committed By:   obache
Date:           Sun Feb 27 12:20:55 UTC 2011

Modified Files:
        pkgsrc/net/p5-NetAddr-IP: Makefile distinfo

Log Message:
Update p5-NetAddr-IP to 4.038.

4.038 Fri Dec 17 17:47:47 PST 2010
        Modify subs "new" and "new6" in Lite.pm to accomodate
        Cisco mask syntax that uses space instead of "/" for a separator
        This eliminates the need for "new_cis" and "newcis6" which are now
        deprecated.

        Modify LIte/t/v4-cnew.t and add Lite/t/v6-cnew.t to test the above

4.037 Fri Nov 19 10:48:01 PST 2010
        add :upper and :lower to Lite.pm v1.23
        add comments about rfc5952 requirement for lowercase ipV6 notation
        in Lite.pm v1.23 and IP.pm
        add test for :lower in Lite.pm v1.23

4.036 Tue Nov 16 16:28:37 PST 2010
        In Util.pm v1.35, naip_gethostbyname modified to return undef
        instead of 0 (zero) on failure

        thanks to Terry Cassidy enaudishaylee%tc17.com@localhost for the bug 
report

        In Util.pm v1.35, move sub's ipv6_n2d and ipv6_n2x to non-autosplit
        portion of module to eliminate warnings during autosplit of "our"
        variables

        thanks to Nicholas Bamber <nicholas%periapt.co.uk@localhost>
        Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=517361

        In Lite.pm v1.22, update new6 to properly classify short ipv4 notation
        i.e. 127/8 with test for ":" rather than match for \d.\d.\d.\d

        thanks to Steve Huff (SHUFF) * shuff%cpan.org@localhost for
        spotting that bug.

        In Lite.pm v1.22, update t/v4-new.t for deprecated array syntax in
        perl 5.13
        was:    qw(...stuff...)
        is:     (qw(...stuff...))

        thanks to Todd Rinaldo <toddr%cpan.org@localhost> for reporting this

4.035 Thu Oct 28 14:26:19 PDT 2010
        fix bug in Lite v1.21 where new6 improperly assigns the mask value
        for and ipv4 address in 32 bit space instead of 128 bit space

        Thanks to Mark Martinec and Steve Huff (SHUFF) * 
shuff%cpan.org@localhost
        for spotting and replicating that bug

        added new_cis and new_cis6 to Lite.pm v1.21 to accomodate
        Cisco syntax that has IP and MASK seperated by a space.

        Updated typo in documentation that left out example
        print new6 stuff

4.034 Mon Oct 25 16:22:01 PDT 2010
        Updated Lite::_xnew v1.20 to properly handle ipV6 notation of the form
        xxxx:xxxx:xxxx:xxxx:xxxx:xxxx, DDD

        Thanks to Dusty Mabe <Dusty.Mabe%tekelec.com@localhost> for spotting 
this bug

4.033  Wed Sep 29 10:32:50 PDT 2010
        Conditionalize import of AF_INET6 in Util.pm
        NetAddr::IP::UtilPolluted

4.032  Wed Sep 22 13:39:08 PDT 2010
        Added overload => 'ne' and '!=' to Lite.pm v1.18

4.031  Tue Sep 21 19:21:04 PDT 2010
        Pull Socket6 stuff out of Lite 1.17 and put into
        NetAddr::IP::Util.pm 1.33 in its own namespace


To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 pkgsrc/net/p5-NetAddr-IP/Makefile
cvs rdiff -u -r1.14 -r1.15 pkgsrc/net/p5-NetAddr-IP/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



Home | Main Index | Thread Index | Old Index