diff --git a/perl-5.36.1.tar.xz b/perl-5.36.2.tar.xz similarity index 60% rename from perl-5.36.1.tar.xz rename to perl-5.36.2.tar.xz index cf7b9e077f878c895066308d3c6f3d350204fd46..1196b924fb4af4ad77ca59d0e09fa043c86098dd 100644 Binary files a/perl-5.36.1.tar.xz and b/perl-5.36.2.tar.xz differ diff --git a/perl.spec b/perl.spec index 9ec76e3eea5d94c6581d9585548577a167619146..0d23e0630b5318ffb681cea489bee1e18ad6bd82 100644 --- a/perl.spec +++ b/perl.spec @@ -1,7 +1,7 @@ # anolis_release number must be even higher, because dual-lived modules will be broken otherwise -%define anolis_release 13 +%define anolis_release 14 -%global perl_version 5.36.1 +%global perl_version 5.36.2 %global perl_epoch 4 %global tapsetdir %{_datadir}/systemtap/tapset %global perl5_testdir %{_libexecdir}/perl5-tests @@ -98,7 +98,7 @@ BuildRequires: rsyslog %endif %endif -%global perl_compat perl(:MODULE_COMPAT_5.36.1) +%global perl_compat perl(:MODULE_COMPAT_5.36.2) Requires: perl-interpreter = %{perl_epoch}:%{perl_version}-%{release} Requires: perl-libs = %{perl_epoch}:%{perl_version}-%{release} @@ -213,6 +213,7 @@ Summary: The libraries for the perl run-time License: (GPL+ or Artistic) and BSD and HSRL and MIT and UCD and Public domain Provides: %perl_compat Provides: perl(:MODULE_COMPAT_5.36.0) +Provides: perl(:MODULE_COMPAT_5.36.1) Provides: perl(:VERSION) = %{perl_version} Provides: perl(:WITH_64BIT) perl(:WITH_ITHREADS) perl(:WITH_THREADS) Provides: perl(:WITH_LARGEFILES) perl(:WITH_PERLIO) perl(bytes_heavy.pl) @@ -2041,6 +2042,7 @@ sed \ %check %if %{with test} %{new_perl} -I/lib regen/lib_cleanup.pl +%{new_perl} -Ilib Porting/makemeta pushd t %{new_perl} -I../lib porting/customized.t --regen popd @@ -2576,6 +2578,9 @@ LC_ALL=C TEST_JOBS=$JOBS make test_harness %{_mandir}/man3/vmsish.* %changelog +* Sun Nov 26 2023 Funda Wang - 5.36.2-14 +- New version 5.36.2 + * Sat Oct 28 2023 happy_orange - 5.36.1-13 - rollback to 5.36.1-11 because the CVE-2023-31484 and CVE-2023-31486 has been fixed in perl-CPAN and perl-HTTP-Tiny package.