<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pkgsrc/net/p5-NetAddr-IP, branch pkgsrc-2008Q4</title>
<subtitle>[no description]</subtitle>
<id>https://git.osdyson.ru/mirror/pkgsrc/atom?h=pkgsrc-2008Q4</id>
<link rel='self' href='https://git.osdyson.ru/mirror/pkgsrc/atom?h=pkgsrc-2008Q4'/>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/'/>
<updated>2008-11-30T09:26:47Z</updated>
<entry>
<title>Update from version 4.018 to version 4.019.</title>
<updated>2008-11-30T09:26:47Z</updated>
<author>
<name>seb</name>
<email>seb@pkgsrc.org</email>
</author>
<published>2008-11-30T09:26:47Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=3b01ed44912cf0cc3006c4434e3282531c2edf10'/>
<id>urn:sha1:3b01ed44912cf0cc3006c4434e3282531c2edf10</id>
<content type='text'>
Upstream changes:
4.019  Sat Nov 29 15:15:30 PST 2008
        in Lite/Util, add pure perl testing to XS build</content>
</entry>
<entry>
<title>Update from version 4.015 to version 4.018.</title>
<updated>2008-11-29T14:41:28Z</updated>
<author>
<name>seb</name>
<email>seb@pkgsrc.org</email>
</author>
<published>2008-11-29T14:41:28Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=5a98a5c5d607724b7fa6d9bf339c18ebd08d641a'/>
<id>urn:sha1:5a98a5c5d607724b7fa6d9bf339c18ebd08d641a</id>
<content type='text'>
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 &lt;kashmish@gmail.com&gt; for the idea on
        improving functionality of 'split'.

        Thanks to Rob Riepel &lt;riepel@networking.Stanford.EDU&gt;
        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-&gt;{addr}'s as a numeric value
        Thanks to Rob Riepel &lt;riepel@networking.Stanford.EDU&gt;
        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</content>
</entry>
<entry>
<title>Update from version 4.014 to 4.015.</title>
<updated>2008-11-18T15:32:47Z</updated>
<author>
<name>he</name>
<email>he@pkgsrc.org</email>
</author>
<published>2008-11-18T15:32:47Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=02fd09dca27b8ca191cfb1f31e72cbce4be4b8a1'/>
<id>urn:sha1:02fd09dca27b8ca191cfb1f31e72cbce4be4b8a1</id>
<content type='text'>
Pkgsrc changes:
 o Ensure to replace the interpreter with ${PERL5} in installed modules

Upstream changes:

4.015  Sun Nov  2 10:10:38 PST 2008
        in Util v1.23 add missing headers in configure and localconf.h
	for Solaris inet_xton
        thanks to Karl Bunch &lt;karl@digilink.net&gt; for spotting the bug.</content>
</entry>
<entry>
<title>Update from version 4.007 to version 4.014.</title>
<updated>2008-11-02T21:39:52Z</updated>
<author>
<name>seb</name>
<email>seb@pkgsrc.org</email>
</author>
<published>2008-11-02T21:39:52Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=e22aa55610005cfd59a0398de7e1d4949c952fbc'/>
<id>urn:sha1:e22aa55610005cfd59a0398de7e1d4949c952fbc</id>
<content type='text'>
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 &lt;Mark.Martinec@ijs.si&gt;
	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 &lt;, &gt;, &lt;=, &gt;=
		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 &gt; /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</content>
</entry>
<entry>
<title>Bump the PKGREVISION for all packages which depend directly on perl,</title>
<updated>2008-10-19T19:17:40Z</updated>
<author>
<name>he</name>
<email>he@pkgsrc.org</email>
</author>
<published>2008-10-19T19:17:40Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=b021813da05c69e69b3fde33ae1379ac2a21f615'/>
<id>urn:sha1:b021813da05c69e69b3fde33ae1379ac2a21f615</id>
<content type='text'>
to trigger/signal a rebuild for the transition 5.8.8 -&gt; 5.10.0.

The list of packages is computed by finding all packages which end
up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl,
or PERL5_PACKLIST defined in their make setup (tested via
"make show-vars VARNAMES=...").</content>
</entry>
<entry>
<title>Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mk</title>
<updated>2007-10-25T16:54:26Z</updated>
<author>
<name>jlam</name>
<email>jlam@pkgsrc.org</email>
</author>
<published>2007-10-25T16:54:26Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=56ba4d26906035375d68907b5ecea5c345617179'/>
<id>urn:sha1:56ba4d26906035375d68907b5ecea5c345617179</id>
<content type='text'>
can handle packages having no PLIST files.</content>
</entry>
<entry>
<title>Updated to version 4.007.</title>
<updated>2007-06-13T14:17:24Z</updated>
<author>
<name>heinz</name>
<email>heinz@pkgsrc.org</email>
</author>
<published>2007-06-13T14:17:24Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=df2b07953a4230601973f8e5f4d0151425d67fd1'/>
<id>urn:sha1:df2b07953a4230601973f8e5f4d0151425d67fd1</id>
<content type='text'>
Pkgsrc changes:
  - The supplied URL for HOMEPAGE did not work, changed it to search.cpan.org.
  - A C compiler is necessary.
  - The package supports installation to DESTDIR.

Changes since version 4.000 (changes since 3.33 not provided anymore):
======================================================================
4.007  Wed Jun  6 16:41:11 VET 2007
       Update copyright dates
       Wed Jun  6 21:50:20 VET 2007
       Added patch from Daryl O'Shea to remove remaining $`. Thanks Daryl.

4.006  Wed Jun  6 15:58:04 VET 2007

       A patch from Michael got rid of $&amp; and $` as reported by Daryl
       O'Shea and documented at
       http://issues.apache.org/SpamAssassin/show_bug.cgi?id=5312

4.004  Wed Aug 16 16:01:54 PDT 2006
        update to include/exclude files in corrupted distro

4.003  Sun Aug  6 10:48:25 PDT 2006
	correct SYNOPSIS documentation
	add :old_nth

	update Lite.pm documentation
	update Util.pm documentation
	Imported into distribution CVS tree - Some revision number
	mismatches are to be expected
	Latin-1 is back
	Fixed some angle brackets so that they show up in the docs

4.002  Fri Aug  4 14:14:16 PDT 2006
	remove unused global variable $isV6

	update Lite.pm to v1.02
        $isV6 global converted to a lexical variable within sub "_xnew"
        $Class global removed and replaced by calls to UNIVERSAL::isa
        Thanks to julian@mehnle.net for spotting problems related to
        using the Lite.pm with mod_perl

4.001  Thu Jul  6 14:09:01 PDT 2006
	various bug fixes courtesy of Luis Munoz:
	changes to Lite.pm v1.01, Util.pm v0.17 see Changes in those distros.
	update t/v6-re.t, addconst called as a scalar, should be called to
	return the address value ()[1]

4.000  Mon Jun 19 21:51:10 PDT 2006
	initial release of version 4.000 which includes
	full support of ipV6 addresses and drops the requirement
	for Math::BigInt and will run on older versions of Perl
	at least back to  5.005_03</content>
</entry>
<entry>
<title>Update to version 3.33.</title>
<updated>2006-05-13T21:03:45Z</updated>
<author>
<name>perry</name>
<email>perry@pkgsrc.org</email>
</author>
<published>2006-05-13T21:03:45Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=f59dbcd4af492c65498ee808a00cf5a72a5c3aec'/>
<id>urn:sha1:f59dbcd4af492c65498ee808a00cf5a72a5c3aec</id>
<content type='text'>
I'd include a change list, but the author hasn't provided any such
information. :(</content>
</entry>
<entry>
<title>Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no</title>
<updated>2006-03-04T21:28:51Z</updated>
<author>
<name>jlam</name>
<email>jlam@pkgsrc.org</email>
</author>
<published>2006-03-04T21:28:51Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=9c8b5ede437e0b7c2f7b0cdd5f8500d619968fdb'/>
<id>urn:sha1:9c8b5ede437e0b7c2f7b0cdd5f8500d619968fdb</id>
<content type='text'>
developer is officially maintaining the package.

The rationale for changing this from "tech-pkg" to "pkgsrc-users" is
that it implies that any user can try to maintain the package (by
submitting patches to the mailing list).  Since the folks most likely
to care about the package are the folks that want to use it or are
already using it, this would leverage the energy of users who aren't
developers.</content>
</entry>
<entry>
<title>Recursive revision bump / recommended bump for gettext ABI change.</title>
<updated>2006-02-05T23:08:03Z</updated>
<author>
<name>joerg</name>
<email>joerg@pkgsrc.org</email>
</author>
<published>2006-02-05T23:08:03Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=5911def8168a758ff36655bdfb061b58eb52ff1c'/>
<id>urn:sha1:5911def8168a758ff36655bdfb061b58eb52ff1c</id>
<content type='text'>
</content>
</entry>
</feed>
