[libdata-validate-ip-perl] branch master updated (70ee753 -> cf8dd98)
Salvatore Bonaccorso
carnil at debian.org
Sun Sep 14 12:21:32 UTC 2014
This is an automated email from the git hooks/post-receive script.
carnil pushed a change to branch master
in repository libdata-validate-ip-perl.
from 70ee753 update changelog
new a42717a Add debian/upstream/metadata
new 8ba2c3d Update debian/changelog
adds de8f836 first commit
adds d94129d Add a perltidyrc
adds f2e6499 Perltidy all the code
adds 6364855 No need for --freeze-newlines
adds 8855cfd Lots of test updates ...
adds b12d2a6 Add a test to ensure that when data is valid it is always untainted
adds 5a55ebd Actually turn on tainting for the taint test
adds 627d33c We need to explicitly untaint the ipv6 data before returning it
adds 6d3ec17 Replace $# with -1
adds 494a0bc Fix bug where '::' was not treated as a valid ipv6 address
adds 3dfa490 Clean up whitespace in Changes
adds 62d0f31 Changes for next release
adds b769a5b Rephrase untainting change
adds 745f24b If Socket::inet_pton() exists use that for basic is_ipv{4,6} validation
adds 1627bc5 Converted to dzil
adds 15f28ae Add spelling test and fix spelling errors
adds 6ac285f Greatly simplify _mask sub
adds abd719b Exclude unroutable networks from is_public_ipv4
adds 8889c51 Remove my name from changes
adds 1954932 Add is_unrouteable_ipv4 sub and hugely refactored tests
adds cf664d2 Clarify that all functions are exported
adds 78e3706 Mention is_unroutable_ipv4 in Changes
adds 49f1e84 Add back is_innet_ipv4 tests
adds f105870 Test that all is_$type_ipv4 subs return false on bad ips
adds 1839658 Add unroutable to spelling whitelist and sort words
adds 5ffc4bd Add a .gitignore file
adds d94bd58 Add is_X_ipv6 subs and test them
adds 3f10c73 No need to save $self since we never use it
adds cc2b7e3 Always sort keys for consistency
adds 761b459 All is_X_ipY code is generated through common code
adds 15daaa4 Add docs and tests for is_special_ipv6
adds 1b46b0e Require NetAddr::IP 4+
adds cde523d Fix capitalization
adds eaba1c0 Mention is_special_ipv6 in Changes
adds 4787cf2 Add $NEXT token to Changes
adds f501330 Make NextRelease date format match existing entries
adds ce30a8f v0.15
adds be4b86c Make SYNOPSIS code style match actual code in the module
adds 3b3f924 Skip Socket as a dep since it's optional
adds be599a8 Stricter check for useful inet_pton()
adds 6d0c632 Bump version
adds 719bbe3 v0.16
adds a088b7c Localize $@ before calling eval {}
adds 16f6026 Require Perl 5.8+
adds 6f1de61 Add support for all forms of network allowed by Net::Netmask
adds b17cf49 Add deprecation warning for non-CIDR forms with is_innet_ipv4
adds 9e8141c Bump version
adds 841da35 Add CIDR to spelling whitelist
adds 720c4e8 v0.17
adds 452817e Let dzil set $VERSION
adds 88cdcae Bump version
adds f1024ef Changes for 0.18
adds ac90d7c v0.18
adds 2a91cfe Add hack to avoid deprecation warning on 5.10.1
adds 7b4d83c Add BUGS section
adds 5559473 Fix line wrapping
adds 8e6e4c9 Changes for next release
adds f1ad116 Bump version
adds 96e546d v0.19
adds 0fff3a5 Remove empty variables
adds 6cc577a Add docs for is_public_ipv6
adds 03ea74e Bump version
adds da61bcc Fix repo urls
adds f68110d Don't like to the man page for our own docs
adds b0ae237 v0.20
adds f204304 Fix comment typo
adds bff9a47 The 198.51.100.0/24 and 203.0.113.0/24 networks belong in testnet, not unroutable
adds d5ff6c1 Dynamically push subs we build onto @EXPORT
adds baf4706 Add 6to4 anycast network
adds d085d29 Make sure tests always run in the same order by sorting network type names
adds 9f0c36f Added TEREDO IPv6 network - is_teredo_ipv6
adds 9fdd6ea Remove extra "not" in error message
adds c5e7bf9 Add ORCHID network
adds 8a098ce Removed extra =cut and =pod directives
adds 615cbe4 Remove extra (and wrong) =item directives
adds 59b9420 2001:: and 2001::1234 are not part of the ORCHID network
adds d8c2998 Add IPv6 documentation network
adds 7ff59f6 Sort has of IPv6 networks by network address
adds f35f7c4 Add IPv4-mapped IPv6 network - is_ipv4_mapped_ipv6
adds 4dc7cae Add IPv6 discard prefix network - is_discard_ipv6()
adds 0ae71fe Add mention of new IPv6 networks to Changes
adds 81f8726 Major doc rewrite/reorg
adds 370f41a Remove/fix some C<> tags
adds 77a4ec0 Fix bug in is_innet_ipv4's handling of $network which is already a NetAddr::IP object
adds dce7ab8 Bump version
adds fb2ca31 Fix typo
adds 613d513 Add more words to the spelling whitelist
adds 434a58b v0.21
adds fbd44c0 Remove stray ">" in docs
adds 062c0d5 Some more doc buglet fixes
adds 560eeba Changes for next release
adds 2f1ccf5 Bump version
adds b46c8ad v0.22
adds f8c481c Test that :abcd is caught as an invalid IPv6 address
adds 1b038c8 Replace _slow_ipv6 with a regex
adds d0329ce Tidy all code
adds adb14d1 Fix IPv6 re to work on Perl 5.8.8
adds c4076a9 Changes for next release
adds 262846d Bump version
adds f32dc93 Remove misspelled word from spelling whitelist
adds 5982b9d v0.23
adds 7903fc0 Make sure that no invalid IPv6 addresses pass the is_X_ipv6() subs
adds 204cde9 Specifically check for null character
adds d1801f9 Merge pull request #4 from maxmind/greg/check-for-null-char
adds 54774cf Doc null byte fix in Changes
adds c4394f1 Bump version
adds 36209cb Update SYNOPSIS to compile and remove OO example
adds 6ffbf1f Switch to the DROLSKY dzil plugin bundle
adds 26601d7 v0.24
adds c68b2a2 Imported Upstream version 0.24
new 3120b93 Merge tag 'upstream/0.24'
new 9469213 Update debian/changelog
new f066379 Update copyright years for debian/* packaging
new cf8dd98 Prepare changelog for release
The 6 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
Changes | 5 +
MANIFEST | 13 +-
META.json | 581 ++++++++++++++++++++++++-
META.yml | 458 ++++++++++++++++++-
Makefile.PL | 17 +-
README | 15 -
README.md | 224 ++++++++++
debian/changelog | 8 +-
debian/copyright | 2 +-
debian/upstream/metadata | 8 +
dist.ini | 55 +--
lib/Data/Validate/IP.pm | 28 +-
t/00-compile.t | 50 +++
t/00-report-prereqs.dd | 45 ++
t/00-report-prereqs.t | 176 ++++++++
t/author-no-tabs.t | 40 ++
t/author-pod-spell.t | 47 ++
t/lib/Test/Data/Validate/IP.pm | 56 ++-
t/release-no-tabs.t | 22 -
t/release-pod-coverage.t | 43 ++
t/{release-eol.t => release-portability.t} | 11 +-
t/{release-pod-syntax.t => release-synopsis.t} | 7 +-
22 files changed, 1760 insertions(+), 151 deletions(-)
delete mode 100644 README
create mode 100644 README.md
create mode 100644 debian/upstream/metadata
create mode 100644 t/00-compile.t
create mode 100644 t/00-report-prereqs.dd
create mode 100644 t/00-report-prereqs.t
create mode 100644 t/author-no-tabs.t
create mode 100644 t/author-pod-spell.t
delete mode 100644 t/release-no-tabs.t
create mode 100644 t/release-pod-coverage.t
copy t/{release-eol.t => release-portability.t} (58%)
copy t/{release-pod-syntax.t => release-synopsis.t} (54%)
--
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