5.30.3 bump - Fix CVE-2020-10543, CVE-2020-10878 and CVE-2020-12723
This commit is contained in:
parent
2ff797c323
commit
70b9a5a3e1
1
.gitignore
vendored
1
.gitignore
vendored
@ -33,3 +33,4 @@ perl-5.12.1.tar.gz
|
|||||||
/perl-5.30.0.tar.xz
|
/perl-5.30.0.tar.xz
|
||||||
/perl-5.30.1.tar.xz
|
/perl-5.30.1.tar.xz
|
||||||
/perl-5.30.2.tar.xz
|
/perl-5.30.2.tar.xz
|
||||||
|
/perl-5.30.3.tar.xz
|
||||||
|
16
perl.spec
16
perl.spec
@ -1,4 +1,4 @@
|
|||||||
%global perl_version 5.30.2
|
%global perl_version 5.30.3
|
||||||
%global perl_epoch 4
|
%global perl_epoch 4
|
||||||
%global perl_arch_stem -thread-multi
|
%global perl_arch_stem -thread-multi
|
||||||
%global perl_archname %{_arch}-%{_os}%{perl_arch_stem}
|
%global perl_archname %{_arch}-%{_os}%{perl_arch_stem}
|
||||||
@ -100,7 +100,7 @@ License: GPL+ or Artistic
|
|||||||
Epoch: %{perl_epoch}
|
Epoch: %{perl_epoch}
|
||||||
Version: %{perl_version}
|
Version: %{perl_version}
|
||||||
# release number must be even higher, because dual-lived modules will be broken otherwise
|
# release number must be even higher, because dual-lived modules will be broken otherwise
|
||||||
Release: 453%{?dist}
|
Release: 454%{?dist}
|
||||||
Summary: Practical Extraction and Report Language
|
Summary: Practical Extraction and Report Language
|
||||||
Url: https://www.perl.org/
|
Url: https://www.perl.org/
|
||||||
Source0: https://www.cpan.org/src/5.0/perl-%{perl_version}.tar.xz
|
Source0: https://www.cpan.org/src/5.0/perl-%{perl_version}.tar.xz
|
||||||
@ -386,7 +386,7 @@ BuildRequires: rsyslog
|
|||||||
|
|
||||||
|
|
||||||
# compat macro needed for rebuild
|
# compat macro needed for rebuild
|
||||||
%global perl_compat perl(:MODULE_COMPAT_5.30.2)
|
%global perl_compat perl(:MODULE_COMPAT_5.30.3)
|
||||||
|
|
||||||
Requires: %perl_compat
|
Requires: %perl_compat
|
||||||
Requires: perl-interpreter%{?_isa} = %{perl_epoch}:%{perl_version}-%{release}
|
Requires: perl-interpreter%{?_isa} = %{perl_epoch}:%{perl_version}-%{release}
|
||||||
@ -570,6 +570,7 @@ License: (GPL+ or Artistic) and BSD and HSRL and MIT and UCD and Public d
|
|||||||
Provides: %perl_compat
|
Provides: %perl_compat
|
||||||
Provides: perl(:MODULE_COMPAT_5.30.0)
|
Provides: perl(:MODULE_COMPAT_5.30.0)
|
||||||
Provides: perl(:MODULE_COMPAT_5.30.1)
|
Provides: perl(:MODULE_COMPAT_5.30.1)
|
||||||
|
Provides: perl(:MODULE_COMPAT_5.30.2)
|
||||||
# Interpreter version to fulfil required genersted from "require 5.006;"
|
# Interpreter version to fulfil required genersted from "require 5.006;"
|
||||||
Provides: perl(:VERSION) = %{perl_version}
|
Provides: perl(:VERSION) = %{perl_version}
|
||||||
# Integeres are 64-bit on all platforms
|
# Integeres are 64-bit on all platforms
|
||||||
@ -2864,7 +2865,7 @@ encoder/decoder. These encoding methods are specified in RFC 2045 - MIME
|
|||||||
Summary: What modules are shipped with versions of perl
|
Summary: What modules are shipped with versions of perl
|
||||||
License: GPL+ or Artistic
|
License: GPL+ or Artistic
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
Version: 5.20200314
|
Version: 5.20200601
|
||||||
Requires: %perl_compat
|
Requires: %perl_compat
|
||||||
Requires: perl(List::Util)
|
Requires: perl(List::Util)
|
||||||
Requires: perl(version) >= 0.88
|
Requires: perl(version) >= 0.88
|
||||||
@ -2882,7 +2883,7 @@ are shipped with each version of perl.
|
|||||||
Summary: Tool for listing modules shipped with perl
|
Summary: Tool for listing modules shipped with perl
|
||||||
License: GPL+ or Artistic
|
License: GPL+ or Artistic
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
Version: 5.20200314
|
Version: 5.20200601
|
||||||
Requires: %perl_compat
|
Requires: %perl_compat
|
||||||
Requires: perl(feature)
|
Requires: perl(feature)
|
||||||
Requires: perl(version) >= 0.88
|
Requires: perl(version) >= 0.88
|
||||||
@ -7227,6 +7228,11 @@ popd
|
|||||||
|
|
||||||
# Old changelog entries are preserved in CVS.
|
# Old changelog entries are preserved in CVS.
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jun 02 2020 Jitka Plesnikova <jplesnik@redhat.com> - 4:5.30.3-454
|
||||||
|
- 5.30.3 bump (see <https://metacpan.org/pod/release/XSAWYERX/perl-5.30.3/pod/perldelta.pod>
|
||||||
|
for release notes)
|
||||||
|
- Security release fixes CVE-2020-10543, CVE-2020-10878 and CVE-2020-12723
|
||||||
|
|
||||||
* Fri Mar 27 2020 Petr Pisar <ppisar@redhat.com> - 4:5.30.2-453
|
* Fri Mar 27 2020 Petr Pisar <ppisar@redhat.com> - 4:5.30.2-453
|
||||||
- Make perl-macros package noarch
|
- Make perl-macros package noarch
|
||||||
- Fix a directory ownership in perl-Sys-Hostname
|
- Fix a directory ownership in perl-Sys-Hostname
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (perl-5.30.2.tar.xz) = b945c95f44a58b9cc920c926e23017c4270c0dc8daf0bf8169cd7c8f6b8f980f1780bee4fbd525df518edc50f08364ba65988cb17e72a1667f50226459b65087
|
SHA512 (perl-5.30.3.tar.xz) = 0ea62cf17532ee99217a218c39aa530472857c7a1982494f3a01693683062b4cdebe383a79f7b64452c713337b554ed5e0fd6eda018ea29e83c3538a13c24f3c
|
||||||
|
Loading…
Reference in New Issue
Block a user