From 49d9eb8b73b331d3e05fc30e712086dc9a56c8128ad6ee7211ec7fef91cc07b1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tina=20M=C3=BCller?= Date: Fri, 28 Jan 2022 09:25:55 +0000 Subject: [PATCH] Accepting request 949624 from devel:languages:perl:autoupdate - updated to 1.7045 see /usr/share/doc/packages/perl-App-cpanminus/Changes 1.7045 2022-01-26 19:03:44 PST [Security] - [CVE-2020-16154] remove the functionality to verify CHECKSUMS signature OBS-URL: https://build.opensuse.org/request/show/949624 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-App-cpanminus?expand=0&rev=52 --- App-cpanminus-1.7044.tar.gz | 3 --- App-cpanminus-1.7045.tar.gz | 3 +++ perl-App-cpanminus.changes | 10 ++++++++++ perl-App-cpanminus.spec | 15 ++++++--------- 4 files changed, 19 insertions(+), 12 deletions(-) delete mode 100644 App-cpanminus-1.7044.tar.gz create mode 100644 App-cpanminus-1.7045.tar.gz diff --git a/App-cpanminus-1.7044.tar.gz b/App-cpanminus-1.7044.tar.gz deleted file mode 100644 index f9bf7a2..0000000 --- a/App-cpanminus-1.7044.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9b60767fe40752ef7a9d3f13f19060a63389a5c23acc3e9827e19b75500f81f3 -size 316368 diff --git a/App-cpanminus-1.7045.tar.gz b/App-cpanminus-1.7045.tar.gz new file mode 100644 index 0000000..59d299f --- /dev/null +++ b/App-cpanminus-1.7045.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac4e4adc23fec0ab54f088aca511f5a57d95e6c97a12a1cb98eed1fe0fe0e99c +size 316204 diff --git a/perl-App-cpanminus.changes b/perl-App-cpanminus.changes index 3e0d9e4..94d97bb 100644 --- a/perl-App-cpanminus.changes +++ b/perl-App-cpanminus.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Fri Jan 28 03:06:10 UTC 2022 - Tina Müller + +- updated to 1.7045 + see /usr/share/doc/packages/perl-App-cpanminus/Changes + + 1.7045 2022-01-26 19:03:44 PST + [Security] + - [CVE-2020-16154] remove the functionality to verify CHECKSUMS signature + ------------------------------------------------------------------- Wed Oct 28 15:32:37 UTC 2020 - Dirk Stoecker diff --git a/perl-App-cpanminus.spec b/perl-App-cpanminus.spec index 49f0355..4ca1c75 100644 --- a/perl-App-cpanminus.spec +++ b/perl-App-cpanminus.spec @@ -1,7 +1,7 @@ # # spec file for package perl-App-cpanminus # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,19 +16,17 @@ # -Name: perl-App-cpanminus -Version: 1.7044 -Release: 0 %define cpan_name App-cpanminus +Name: perl-App-cpanminus +Version: 1.7045 +Release: 0 Summary: Get, unpack, build and install modules from CPAN License: Artistic-1.0 OR GPL-1.0-or-later -Group: Development/Libraries/Perl URL: https://metacpan.org/release/%{cpan_name} Source0: https://cpan.metacpan.org/authors/id/M/MI/MIYAGAWA/%{cpan_name}-%{version}.tar.gz Source1: fatunpack Source2: cpanspec.yml BuildArch: noarch -BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros %{perl_requires} @@ -116,7 +114,7 @@ It's dependency free (can bootstrap itself), requires zero configuration, and stands alone. When running, it requires only 10MB of RAM. %prep -%setup -q -n %{cpan_name}-%{version} +%autosetup -n %{cpan_name}-%{version} find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -name "configure" -print0 | xargs -0 chmod 644 # MANUAL BEGIN # Unbundle fat-packed modules @@ -131,7 +129,7 @@ done %build perl Makefile.PL INSTALLDIRS=vendor -make %{?_smp_mflags} +%make_build %check make test @@ -142,7 +140,6 @@ make test %perl_gen_filelist %files -f %{name}.files -%defattr(-,root,root,755) %doc Changes README %license LICENSE