SHA256
1
0
forked from pool/perl

Update to perl 5.38.2

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl?expand=0&rev=240
This commit is contained in:
Michael Schröder 2023-11-29 10:38:25 +00:00 committed by Git OBS Bridge
parent 797589aae3
commit 0842f6d30c
5 changed files with 6 additions and 20 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6a82c7930563086e78cb84d9c265e6b212ee65d509d19eedcd23ab8c1ba3f046
size 13683376

BIN
perl-5.38.2.tar.xz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -1,11 +0,0 @@
--- META.json.orig 2023-11-27 13:04:25.730596900 +0000
+++ META.json 2023-11-27 13:04:51.242555736 +0000
@@ -106,7 +106,7 @@
"vxs.inc"
]
},
- "release_status" : "testing",
+ "release_status" : "stable",
"resources" : {
"bugtracker" : {
"web" : "https://github.com/Perl/perl5/issues"

View File

@ -1,12 +1,11 @@
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Nov 27 10:50:24 CET 2023 - mls@suse.de Mon Nov 27 10:50:24 CET 2023 - mls@suse.de
- Update to perl 5.38.1 - Update to perl 5.38.2
* fixes [CVE-2023-47038] Write past buffer end via illegal * fixes [CVE-2023-47038] Write past buffer end via illegal
user-defined Unicode property user-defined Unicode property
* fixes [CVE-2023-47039] Perl for Windows binary hijacking * fixes [CVE-2023-47039] Perl for Windows binary hijacking
vulnerability vulnerability
- new patch: perl-metajson.diff
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Sep 21 10:51:15 UTC 2023 - Neal Gompa <ngompa@opensuse.org> Thu Sep 21 10:51:15 UTC 2023 - Neal Gompa <ngompa@opensuse.org>

View File

@ -23,11 +23,11 @@
%define name_suffix %{nil} %define name_suffix %{nil}
%endif %endif
%define pversion 5.38.1 %define pversion 5.38.2
# set to nil when equal to pversion # set to nil when equal to pversion
%global versionlist 5.38.0 %global versionlist 5.38.0
Name: perl%{?name_suffix} Name: perl%{?name_suffix}
Version: 5.38.1 Version: 5.38.2
Release: 0 Release: 0
Summary: The Perl interpreter Summary: The Perl interpreter
License: Artistic-1.0 OR GPL-1.0-or-later License: Artistic-1.0 OR GPL-1.0-or-later
@ -54,7 +54,6 @@ Patch12: perl-reproducible.patch
Patch13: perl_skip_flaky_tests_powerpc.patch Patch13: perl_skip_flaky_tests_powerpc.patch
# PATCH-FIX-UPSTREAM unmerged https://www.nntp.perl.org/group/perl.perl5.porters/2018/12/msg253240.html # PATCH-FIX-UPSTREAM unmerged https://www.nntp.perl.org/group/perl.perl5.porters/2018/12/msg253240.html
Patch18: perl-reproducible2.patch Patch18: perl-reproducible2.patch
Patch19: perl-metajson.diff
BuildRequires: db-devel BuildRequires: db-devel
BuildRequires: gdbm-devel BuildRequires: gdbm-devel
BuildRequires: libbz2-devel BuildRequires: libbz2-devel
@ -191,7 +190,6 @@ cp -p %{SOURCE3} .
%patch11 %patch11
%patch12 -p1 %patch12 -p1
%patch18 %patch18
%patch19
%build %build
%define _lto_cflags %{nil} %define _lto_cflags %{nil}