Commit graph

26 commits

Author SHA1 Message Date
obache
40e82935ab Revision bump after updating perl5 to 5.14.1. 2011-08-14 14:14:40 +00:00
obache
ff3d939bd0 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 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>
        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 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> 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
	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> 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
2011-02-27 12:20:55 +00:00
seb
febfbb41f9 Bump the PKGREVISION for all packages which depend directly on perl,
to trigger/signal a rebuild for the transition 5.10.1 -> 5.12.1.

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=..."), minus the packages updated after
the perl package update.

sno@ was right after all, obache@ kindly asked and he@ led the
way. Thanks!
2010-08-21 16:32:42 +00:00
sno
8ade117144 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
2010-08-01 18:14:52 +00:00
sno
14e7768c11 Updating package for p5 module NetAddr::IP from 4.026 to 4.027
Setting license to artistic according to module documentation

Upstream changes:
4.027  Tue Jun  9 10:31:11 PDT 2009
	In NetAddr::IP::Util v1.31,
        ferret out shell value for Makefile.PL when calling
        ./configure for systems where the 'x' bit gets lost
        due to bug in Archive::Tar
2009-07-08 10:07:19 +00:00
sno
35ef245613 PkgSrc changes:
- Updating package for p5 module NetAddr::IP to 4.026
  - Set license to artistic-2.0

Upstream changes:
4.026  Sat Mar  7 16:35:33 PST 2009
        make the compiler test check the environment for
        CC before using Perl's default compiler
2009-04-15 07:40:00 +00:00
seb
90db96b3d8 Update from version 4.022 to version 4.024.
Upstream changes:
4.024  Mon Jan 26 00:27:32 PST 2009
	documentation update

4.023  Fri Jan 16 14:30:40 PST 2009
	added the capability to set the CASE of ipV6 text return
	values to either upper or lower. Thanks to
	Rob Riepel <riepel@networking.Stanford.EDU> for developing
	this improvement and providing a comprehensive patch
2009-02-02 22:15:00 +00:00
seb
e250e44298 Update from version 4.019 to version 4.022.
pkgsrc changes:
- placate pkglint: fix SUBST_FILES.fixperl assignation and SUBST_SED.fixperl
style fix

Upstream changes:
4.022
  In Util.xs 1.28
        set uninitialized "carry" in XS bin2bcd to zero

        This insidious bug only showed up on 64 bit hosts running perl 5.6.2
        Thanks to Oliver Paukstadt <pstadt@sourcentral.org> for taking the
        time to do the testing for me on his s390 system.

4.021  Wed Dec 10 11:09:36 PST 2008
        Removed test code that produces a warning about all perl versions,
        OOPS!! instead of just the buggy 5.8.0 - 5.8.5 versions.
        Thanks to paul@city-fan.org for reporting this.

4.020  Tue Dec  9 16:25:46 PST 2008
        cleaned up various typo's with good patch from
        Rob Riepel <riepel@networking.Stanford.EDU>
        thanks Rob.

        revised UtilPP v1.7 to work around perl 5.8.4
        failures with certain @_ operations of goto &sub...
        see perl bug [ 23429]. Unfortunately, perl-5.8.4 is
        the distribution of choice for many solaris boxes
2009-01-04 08:55:54 +00:00
seb
3b01ed4491 Update from version 4.018 to version 4.019.
Upstream changes:
4.019  Sat Nov 29 15:15:30 PST 2008
        in Lite/Util, add pure perl testing to XS build
2008-11-30 09:26:47 +00:00
seb
5a98a5c5d6 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> for the idea on
        improving functionality of 'split'.

        Thanks to Rob Riepel <riepel@networking.Stanford.EDU>
        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>
        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
2008-11-29 14:41:28 +00:00
he
02fd09dca2 Update from version 4.014 to 4.015.
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 <karl@digilink.net> for spotting the bug.
2008-11-18 15:32:47 +00:00
seb
e22aa55610 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
2008-11-02 21:39:52 +00:00
he
b021813da0 Bump the PKGREVISION for all packages which depend directly on perl,
to trigger/signal a rebuild for the transition 5.8.8 -> 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=...").
2008-10-19 19:17:40 +00:00
jlam
56ba4d2690 Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mk
can handle packages having no PLIST files.
2007-10-25 16:54:26 +00:00
heinz
df2b07953a Updated to version 4.007.
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 $& 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
2007-06-13 14:17:24 +00:00
perry
f59dbcd4af Update to version 3.33.
I'd include a change list, but the author hasn't provided any such
information. :(
2006-05-13 21:03:45 +00:00
jlam
9c8b5ede43 Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no
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.
2006-03-04 21:28:51 +00:00
joerg
5911def816 Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
seb
37d945e229 Lower expectations, both others' and mine: relinquish stewardship 2005-12-27 13:54:57 +00:00
jlam
7fbb8d9527 Bump the PKGREVISIONs of all (638) packages that hardcode the locations
of Perl files to deal with the perl-5.8.7 update that moved all
pkgsrc-installed Perl files into the "vendor" directories.
2005-08-06 06:19:03 +00:00
jlam
7a6521287b Turn PERL5_PACKLIST into a relative path instead of an absolute path.
These paths are now relative to PERL5_PACKLIST_DIR, which currently
defaults to ${PERL5_SITEARCH}.  There is no change to the binary
packages.
2005-07-13 18:01:18 +00:00
seb
0e8118e3cf Update to version 3.24.
Add HOMEPAGE.

Changes since last packaged version (3.21)
* 3.22
Fixed bug rt.cpan.org #7070 reported by Grover Browning (auto-inc/dec
on v6 fails). Thanks Grover. Ruben van Staveren pointed out a bug in
v6 canonicalization, as well as providing a patch that was
applied. Thanks Ruben.

* 3.23
Included support for Module::Signature. Added ->re() as
contributed by Laurent Facq (Thanks Laurent!). Added Coalesce() as
suggested by Perullo.

* 3.24
Version bump. Transfer of 3.23 to CPAN ended up in a truncated file
being uploaded.
2005-04-20 07:44:31 +00:00
tv
f816d81489 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
agc
b12d62efb5 Add RMD160 digests. 2005-02-24 12:13:41 +00:00
grant
908e765695 since perl is now built with threads on most platforms, the perl archlib
module directory has changed (eg. "darwin-2level" vs.
"darwin-thread-multi-2level").

binary packages of perl modules need to be distinguishable between
being built against threaded perl and unthreaded perl, so bump the
PKGREVISION of all perl module packages and introduce
BUILDLINK_RECOMMENDED for perl as perl>=5.8.5nb5 so the correct
dependencies are registered and the binary packages are distinct.

addresses PR pkg/28619 from H. Todd Fujinaka.
2004-12-20 11:30:55 +00:00
seb
17493f3038 Initial import of p5-NetAddr-IP version 3.21 in the NetBSD Packages
Collection.

This  Perl5 module  is  designed as  a  help  for  managing (ranges
of) IP addresses. It includes efficient implementations for most
common tasks done  to subnets or  ranges of  IP addresses,  namely
verifying  if an address is within a subnet, comparing, looping,
splitting subnets into longer prefixes, compacting addresses to
the shortest prefixes, etc. Both IPv4 and IPv6 addresses are
supported.
2004-10-31 16:17:11 +00:00