Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package perl-Data-Validate-IP for openSUSE:Factory checked in at 2021-04-12 12:36:42 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/perl-Data-Validate-IP (Old) and /work/SRC/openSUSE:Factory/.perl-Data-Validate-IP.new.2401 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-Data-Validate-IP" Mon Apr 12 12:36:42 2021 rev:2 rq:884100 version:0.30 Changes: -------- --- /work/SRC/openSUSE:Factory/perl-Data-Validate-IP/perl-Data-Validate-IP.changes 2018-10-17 08:41:11.617866622 +0200 +++ /work/SRC/openSUSE:Factory/.perl-Data-Validate-IP.new.2401/perl-Data-Validate-IP.changes 2021-04-12 12:39:36.349525600 +0200 @@ -1,0 +2,18 @@ +Tue Mar 30 03:06:16 UTC 2021 - Tina M??ller <timueller+p...@suse.de> + +- updated to 0.30 + see /usr/share/doc/packages/perl-Data-Validate-IP/Changes + + 0.30 2021-03-29 + - Added some more details to the security docs to include mentions of the + is_*_ip() functions too. + 0.29 2021-03-29 + - Fixed a typo in the POD. + 0.28 2021-03-29 + - Added docs about the security implications of using functions like + is_private_ip4() without _also_ calling is_ipv4() first. This was inspired + by a recent issue with the Node netmask package. See + https://sick.codes/universal-netmask-npm-package-used-by-270000-projects-vulnerable-to-octal-input-data-server-side-request-forgery-remote-file-inclusion-local-file-inclusion-and-more-cve-2021-28918/ + for a write up. + +------------------------------------------------------------------- Old: ---- Data-Validate-IP-0.27.tar.gz New: ---- Data-Validate-IP-0.30.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ perl-Data-Validate-IP.spec ++++++ --- /var/tmp/diff_new_pack.MUSBEc/_old 2021-04-12 12:39:36.901526242 +0200 +++ /var/tmp/diff_new_pack.MUSBEc/_new 2021-04-12 12:39:36.905526247 +0200 @@ -1,7 +1,7 @@ # # spec file for package perl-Data-Validate-IP # -# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,22 +12,20 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # +%define cpan_name Data-Validate-IP Name: perl-Data-Validate-IP -Version: 0.27 +Version: 0.30 Release: 0 -%define cpan_name Data-Validate-IP Summary: IPv4 and IPv6 validation methods -License: Artistic-1.0 or GPL-1.0+ -Group: Development/Libraries/Perl -Url: http://search.cpan.org/dist/Data-Validate-IP/ -Source0: http://www.cpan.org/authors/id/D/DR/DROLSKY/%{cpan_name}-%{version}.tar.gz +License: Artistic-1.0 OR GPL-1.0-or-later +URL: https://metacpan.org/release/%{cpan_name} +Source0: https://cpan.metacpan.org/authors/id/D/DR/DROLSKY/%{cpan_name}-%{version}.tar.gz Source1: cpanspec.yml BuildArch: noarch -BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros BuildRequires: perl(NetAddr::IP) >= 4 @@ -44,14 +42,14 @@ (reserved). %prep -%setup -q -n %{cpan_name}-%{version} +%autosetup -n %{cpan_name}-%{version} %build -%{__perl} Makefile.PL INSTALLDIRS=vendor -%{__make} %{?_smp_mflags} +perl Makefile.PL INSTALLDIRS=vendor +%make_build %check -%{__make} test +make test %install %perl_make_install @@ -59,7 +57,7 @@ %perl_gen_filelist %files -f %{name}.files -%defattr(-,root,root,755) -%doc Changes CONTRIBUTING.md LICENSE README.md test-vars-ignore +%doc Changes CODE_OF_CONDUCT.md CONTRIBUTING.md README.md test-vars-ignore +%license LICENSE %changelog ++++++ Data-Validate-IP-0.27.tar.gz -> Data-Validate-IP-0.30.tar.gz ++++++ ++++ 2546 lines of diff (skipped)