8
0

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:
Stephan Kulow
2014-09-15 11:07:34 +00:00
committed by Git OBS Bridge
parent cfb3cb42b0
commit 285ff1f085
4 changed files with 13 additions and 5 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c3067f2f0d52e32b9123c5971a1024bae25da0ecba75891a5aff1c52bbf5354f
size 21341

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2977fb1183da439c4c216bec94b28e683c9769b13140381fe85ea327f509e318
size 30535

View File

@@ -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 Fri Jul 25 06:04:07 UTC 2014 - mlin@suse.com

View File

@@ -18,7 +18,7 @@
Name: perl-Data-Validate-IP Name: perl-Data-Validate-IP
Version: 0.23 Version: 0.24
Release: 0 Release: 0
Summary: Ipv4 and ipv6 validation methods Summary: Ipv4 and ipv6 validation methods
License: GPL-1.0+ or Artistic-1.0 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 %files
%defattr(-,root,root) %defattr(-,root,root)
%doc Changes README %doc Changes README.md LICENSE
%dir %{perl_vendorlib}/Data %dir %{perl_vendorlib}/Data
%dir %{perl_vendorlib}/Data/Validate %dir %{perl_vendorlib}/Data/Validate
%{perl_vendorlib}/Data/Validate/IP.pm %{perl_vendorlib}/Data/Validate/IP.pm