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:   seb
Date:           Sat Nov 29 14:41:28 UTC 2008

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

Log Message:
Update from version 4.015 to version 4.018.

Upstream changes:
4.018  Fri Nov 28 23:19:01 PST 2008
        revised XS code to be full re-entrant, thread safe in Util.xs v1.26
        removed all traces of mutex locks in Util.xs v1.26
        removed function 'threads' here an in UtilPP v1.6

4.017  Sun Nov 23 19:32:59 PST 2008
        Extended the capability of 'splitref' to allow splitting of
        objects into multiple pieces with differing CIDR masks.
        Returned object list can be split from bottom to top
        or from top to bottom depending on which method is called

                split, rsplit, splitref, rsplitref

        Thanks to kashmish <kashmish%gmail.com@localhost> for the idea on
        improving functionality of 'split'.

        Thanks to Rob Riepel <riepel%networking.Stanford.EDU@localhost>
        for a faster and more accurate _compV6 function.

  in UtitPP v1.5
        correct documentation error
        add threads reporting (empty string)

  in Util v1.25
        add threads reporting that returns a comma separated
        string of build headers.

        added what is hopefully thread safe operation via
        serializaton. Must be invoked by "--with-threads"

  in Lite v1.12
        corrected missing Zeros subroutine
        Zeros and Zero both will work

  in Lite v1.12
        added minus (-) overloading to allow the subtraction
        of two NetAddr::IP objects to get the difference between
        the object->{addr}'s as a numeric value
        Thanks to Rob Riepel <riepel%networking.Stanford.EDU@localhost>
        for the initial code and inspiration for this enhancement

4.016  Wed Nov  5 18:13:20 PST 2008
        in Util/ version 1.24
        Clean up Makefile.PL to check actual required link
        libraries against the perl build for consistency


To generate a diff of this commit:
cvs rdiff -r1.14 -r1.15 pkgsrc/net/p5-NetAddr-IP/Makefile
cvs rdiff -r1.7 -r1.8 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