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
This commit is contained in:
parent
5525b29a9b
commit
49d9eb8b73
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9b60767fe40752ef7a9d3f13f19060a63389a5c23acc3e9827e19b75500f81f3
|
||||
size 316368
|
3
App-cpanminus-1.7045.tar.gz
Normal file
3
App-cpanminus-1.7045.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ac4e4adc23fec0ab54f088aca511f5a57d95e6c97a12a1cb98eed1fe0fe0e99c
|
||||
size 316204
|
@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 28 03:06:10 UTC 2022 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
- 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 <opensuse@dstoecker.de>
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user