Link [ pkgsrc | NetBSD | pkgsrc git mirror | PR fulltext-search | netbsd commit viewer ]


   
        usage: [branch:branch] [user:user] [path[@revision]] keyword [... [-excludekeyword [...]]] (e.g. branch:MAIN pkgtools/pkg)




switch to index mode

recent branches: MAIN (4h)  pkgsrc-2024Q1 (10d)  pkgsrc-2023Q4 (57d)  pkgsrc-2023Q2 (90d)  pkgsrc-2023Q3 (169d) 

2024-05-28 08:30:10 UTC Now

2010-08-01 18:14:52 UTC MAIN commitmail json YAML

Updating net/p5-NetAddr-IP from 4.027 to 4.030

Upstream changes:
4.030  Tue Jul 20 15:32:23 PDT 2010
        Resolve named hosts in Lite.pm using gethostbyname, followed by
gethostbyname6 to determine whether to set ipV6 flag

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

4.029  Thu Jul  8 18:17:38 PDT 2010
In NetAddr::IP::Lite,
        added support for the sub "new" to resolve host6 names
        if the OPTIONAL perl Socket6 module is available

Thanks to "Mabe, Dusty" <Dusty.Mabe@tekelec.com> for spotting
this and suggesting a fix.

4.028  Wed May 12 14:18:20 PDT 2010
In /Lite/Util/Util.xs v1.32,
changed netswap() to postincrement
*a++ = to *a and added increment after save to mollify some
picky compilers that return possible undefined behavior.

changed type of _128x10 to 'void'

Thanks to David Bolt <dbolt@davjam.org> for the above two patches

(sno)