diff --git a/Data-Validate-IP-0.23.tar.gz b/Data-Validate-IP-0.23.tar.gz deleted file mode 100644 index a66b0d2..0000000 --- a/Data-Validate-IP-0.23.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c3067f2f0d52e32b9123c5971a1024bae25da0ecba75891a5aff1c52bbf5354f -size 21341 diff --git a/Data-Validate-IP-0.24.tar.gz b/Data-Validate-IP-0.24.tar.gz new file mode 100644 index 0000000..d058b25 --- /dev/null +++ b/Data-Validate-IP-0.24.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2977fb1183da439c4c216bec94b28e683c9769b13140381fe85ea327f509e318 +size 30535 diff --git a/perl-Data-Validate-IP.changes b/perl-Data-Validate-IP.changes index 927293c..ad2ffbb 100644 --- a/perl-Data-Validate-IP.changes +++ b/perl-Data-Validate-IP.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Mon Sep 15 09:35:25 UTC 2014 - mlin@suse.com + +- Update to 0.24 + * A string with a null byte (\0) would be considered valid if the internal + implementation used inet_pton() to validate IP addresses. Fixed by Greg + Oschwald. GitHub PR #4. + ------------------------------------------------------------------- Fri Jul 25 06:04:07 UTC 2014 - mlin@suse.com diff --git a/perl-Data-Validate-IP.spec b/perl-Data-Validate-IP.spec index b5c7559..54badf5 100644 --- a/perl-Data-Validate-IP.spec +++ b/perl-Data-Validate-IP.spec @@ -18,7 +18,7 @@ Name: perl-Data-Validate-IP -Version: 0.23 +Version: 0.24 Release: 0 Summary: Ipv4 and ipv6 validation methods License: GPL-1.0+ or Artistic-1.0 @@ -68,7 +68,7 @@ The value to test is always the first (and often only) argument. %files %defattr(-,root,root) -%doc Changes README +%doc Changes README.md LICENSE %dir %{perl_vendorlib}/Data %dir %{perl_vendorlib}/Data/Validate %{perl_vendorlib}/Data/Validate/IP.pm