forked from pool/perl-Data-Validate-IP
Accepting request 249227 from home:mlin7442:branches:devel:languages:perl
update to version 0.24 OBS-URL: https://build.opensuse.org/request/show/249227 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Data-Validate-IP?expand=0&rev=4
This commit is contained in:
committed by
Git OBS Bridge
parent
cfb3cb42b0
commit
285ff1f085
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c3067f2f0d52e32b9123c5971a1024bae25da0ecba75891a5aff1c52bbf5354f
|
||||
size 21341
|
3
Data-Validate-IP-0.24.tar.gz
Normal file
3
Data-Validate-IP-0.24.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2977fb1183da439c4c216bec94b28e683c9769b13140381fe85ea327f509e318
|
||||
size 30535
|
@@ -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
|
||||
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user