[libdata-validate-ip-perl] annotated tag upstream/0.24 created (now c313a37)

Salvatore Bonaccorso carnil at debian.org
Sun Sep 14 12:21:33 UTC 2014


This is an automated email from the git hooks/post-receive script.

carnil pushed a change to annotated tag upstream/0.24
in repository libdata-validate-ip-perl.

        at  c313a37   (tag)
   tagging  c68b2a2e56fe13431341878e3baf0e57c72e923f (commit)
  replaces  upstream/0.23
 tagged by  Salvatore Bonaccorso
        on  Sun Sep 14 12:07:27 2014 +0200

- Log -----------------------------------------------------------------
Upstream version 0.24

Dave Rolsky (107):
      Add a perltidyrc
      Perltidy all the code
      No need for --freeze-newlines
      Lots of test updates ...
      Add a test to ensure that when data is valid it is always untainted
      Actually turn on tainting for the taint test
      We need to explicitly untaint the ipv6 data before returning it
      Replace $# with -1
      Fix bug where '::' was not treated as a valid ipv6 address
      Clean up whitespace in Changes
      Changes for next release
      Rephrase untainting change
      If Socket::inet_pton() exists use that for basic is_ipv{4,6} validation
      Converted to dzil
      Add spelling test and fix spelling errors
      Greatly simplify _mask sub
      Exclude unroutable networks from is_public_ipv4
      Remove my name from changes
      Add is_unrouteable_ipv4 sub and hugely refactored tests
      Clarify that all functions are exported
      Mention is_unroutable_ipv4 in Changes
      Add back is_innet_ipv4 tests
      Test that all is_$type_ipv4 subs return false on bad ips
      Add unroutable to spelling whitelist and sort words
      Add a .gitignore file
      Add is_X_ipv6 subs and test them
      No need to save $self since we never use it
      Always sort keys for consistency
      All is_X_ipY code is generated through common code
      Add docs and tests for is_special_ipv6
      Require NetAddr::IP 4+
      Fix capitalization
      Mention is_special_ipv6 in Changes
      Add $NEXT token to Changes
      Make NextRelease date format match existing entries
      v0.15
      Make SYNOPSIS code style match actual code in the module
      Skip Socket as a dep since it's optional
      Stricter check for useful inet_pton()
      Bump version
      v0.16
      Localize $@ before calling eval {}
      Require Perl 5.8+
      Add support for all forms of network allowed by Net::Netmask
      Add deprecation warning for non-CIDR forms with is_innet_ipv4
      Bump version
      Add CIDR to spelling whitelist
      v0.17
      Let dzil set $VERSION
      Bump version
      Changes for 0.18
      v0.18
      Add hack to avoid deprecation warning on 5.10.1
      Add BUGS section
      Fix line wrapping
      Changes for next release
      Bump version
      v0.19
      Remove empty variables
      Add docs for is_public_ipv6
      Bump version
      Fix repo urls
      Don't like to the man page for our own docs
      v0.20
      Fix comment typo
      The 198.51.100.0/24 and 203.0.113.0/24 networks belong in testnet, not unroutable
      Dynamically push subs we build onto @EXPORT
      Add 6to4 anycast network
      Make sure tests always run in the same order by sorting network type names
      Added TEREDO IPv6 network - is_teredo_ipv6
      Remove extra "not" in error message
      Add ORCHID network
      Removed extra =cut and =pod directives
      Remove extra (and wrong) =item directives
      2001:: and 2001::1234 are not part of the ORCHID network
      Add IPv6 documentation network
      Sort has of IPv6 networks by network address
      Add IPv4-mapped IPv6 network - is_ipv4_mapped_ipv6
      Add IPv6 discard prefix network - is_discard_ipv6()
      Add mention of new IPv6 networks to Changes
      Major doc rewrite/reorg
      Remove/fix some C<> tags
      Fix bug in is_innet_ipv4's handling of $network which is already a NetAddr::IP object
      Bump version
      Fix typo
      Add more words to the spelling whitelist
      v0.21
      Remove stray ">" in docs
      Some more doc buglet fixes
      Changes for next release
      Bump version
      v0.22
      Test that :abcd is caught as an invalid IPv6 address
      Replace _slow_ipv6 with a regex
      Tidy all code
      Fix IPv6 re to work on Perl 5.8.8
      Changes for next release
      Bump version
      Remove misspelled word from spelling whitelist
      v0.23
      Make sure that no invalid IPv6 addresses pass the is_X_ipv6() subs
      Merge pull request #4 from maxmind/greg/check-for-null-char
      Doc null byte fix in Changes
      Bump version
      Update SYNOPSIS to compile and remove OO example
      Switch to the DROLSKY dzil plugin bundle
      v0.24

Gregory Oschwald (1):
      Specifically check for null character

Neil Neely (1):
      first commit

Salvatore Bonaccorso (1):
      Imported Upstream version 0.24

-----------------------------------------------------------------------

No new revisions were added by this update.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libdata-validate-ip-perl.git



More information about the Pkg-perl-cvs-commits mailing list