Storable-3.11 source archive repackaged without a t/CVE-2015-1592.inc file
This commit is contained in:
parent
575ffd7c38
commit
bc510238ba
1
.gitignore
vendored
1
.gitignore
vendored
@ -4,3 +4,4 @@
|
||||
/Storable-3.06.tar.gz
|
||||
/Storable-3.09.tar.gz
|
||||
/Storable-3.11.tar.gz
|
||||
/Storable-3.11_repackaged.tar.gz
|
||||
|
@ -1,14 +1,18 @@
|
||||
Name: perl-Storable
|
||||
Epoch: 1
|
||||
Version: 3.11
|
||||
Release: 5%{?dist}
|
||||
Release: 6%{?dist}
|
||||
Summary: Persistence for Perl data structures
|
||||
# __Storable__.pm: GPL+ or Artistic
|
||||
## Not in the binary packages
|
||||
# t/CVE-2015-1592.inc: BSD (same as Metasploit Framwork)
|
||||
License: GPL+ or Artistic
|
||||
URL: https://metacpan.org/release/Storable
|
||||
Source0: https://cpan.metacpan.org/authors/id/X/XS/XSAWYERX/Storable-%{version}.tar.gz
|
||||
# Storable-3.11 was repackaged without t/CVE-2015-1592.inc file (perl commit
|
||||
# fb5f378b17e3b41db03064c19b9205db64a3354c) to silent antivirus alerts,
|
||||
# RT#133706, in perl upstream after 5.29.5, Original source URL:
|
||||
# https://cpan.metacpan.org/authors/id/X/XS/XSAWYERX/Storable-%%{version}.tar.gz
|
||||
Source0: Storable-3.11_repackaged.tar.gz
|
||||
# Fix recursion check, RT#133326
|
||||
Patch0: perl-5.29.2-perl-133326-fix-and-clarify-handling-of-recurs_sv.patch
|
||||
# bash for stacksize script (ulimit) that is executed at build time
|
||||
@ -98,6 +102,10 @@ make test
|
||||
%{_mandir}/man3/*
|
||||
|
||||
%changelog
|
||||
* Mon Jan 07 2019 Petr Pisar <ppisar@redhat.com> - 1:3.11-6
|
||||
- Storable-3.11 source archive repackaged without a t/CVE-2015-1592.inc file
|
||||
(RT#133706)
|
||||
|
||||
* Mon Aug 27 2018 Petr Pisar <ppisar@redhat.com> - 1:3.11-5
|
||||
- Fix recursion check (RT#133326)
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (Storable-3.11.tar.gz) = da27b56dd422d4ae0bad225c0b0dcc91beff546d0cc537643da5530e8d50f421e88b960a2ac9f09867448e28a10743790d935aa0c1b6c8456d059430e1f7ffe9
|
||||
SHA512 (Storable-3.11_repackaged.tar.gz) = dea3d07ce6715818c805ce6974fd6fbecf6bbb0e8e46ba9ff4f15e4403c5b407f2744f44c067287cc7721e8fdc30896fc88a62ef700c123abb82b4fac5266ab1
|
||||
|
Loading…
Reference in New Issue
Block a user