Skip to content

Commit

Permalink
package/perl: security bump to version 5.36.3
Browse files Browse the repository at this point in the history
fix CVE-2023-47038 - Write past buffer end via illegal user-defined Unicode property

note: 5.36.2 was a broken release
Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
(cherry picked from commit bc7b0e1)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
  • Loading branch information
fperrad authored and jacmet committed Dec 3, 2023
1 parent 0b3f844 commit 49da7a4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions package/perl/perl.hash
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Hashes from: https://www.cpan.org/src/5.0/perl-5.36.2.tar.xz.{md5,sha1,sha256}.txt
md5 698ae4946b28e38a729916f04cc389a3 perl-5.36.2.tar.xz
sha1 9bd6e3f7c333e2e5f14c8650333fc29da3df2d90 perl-5.36.2.tar.xz
sha256 19445f09ea9f6ada33297010d5b76ac46be565568d1a4377a6bc736cd795a128 perl-5.36.2.tar.xz
# Hashes from: https://www.cpan.org/src/5.0/perl-5.36.3.tar.xz.{md5,sha1,sha256}.txt
md5 17946060e6279cf32d08edc92c40efc3 perl-5.36.3.tar.xz
sha1 9949e79c92171b39f4fb2b19ffd4ea293b8dd589 perl-5.36.3.tar.xz
sha256 45a228daef66d02fdccc820e71f87e40d8e3df1fc4431f8d4580ec08033866bd perl-5.36.3.tar.xz

# Hash from: https://github.com/arsv/perl-cross/releases/download/1.5.1/perl-cross-1.5.1.hash
sha256 35d859b49bab274021d8a61511fd39a70a58cb727223de5b54342898155cf5e0 perl-cross-1.5.1.tar.gz
# Hash from: https://github.com/arsv/perl-cross/releases/download/1.5.2/perl-cross-1.5.2.hash
sha256 584dc54c48dca25e032b676a15bef377c1fed9de318b4fc140292a5dbf326e90 perl-cross-1.5.2.tar.gz

# Locally calculated
sha256 dd90d4f42e4dcadf5a7c09eea0189d93c7b37ae560c91f0f6d5233ed3b9292a2 Artistic
Expand Down
4 changes: 2 additions & 2 deletions package/perl/perl.mk
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

# When updating the version here, also update utils/scancpan
PERL_VERSION_MAJOR = 36
PERL_VERSION = 5.$(PERL_VERSION_MAJOR).2
PERL_VERSION = 5.$(PERL_VERSION_MAJOR).3
PERL_SITE = https://www.cpan.org/src/5.0
PERL_SOURCE = perl-$(PERL_VERSION).tar.xz
PERL_LICENSE = Artistic or GPL-1.0+
Expand All @@ -15,7 +15,7 @@ PERL_CPE_ID_VENDOR = perl
PERL_DEPENDENCIES = $(TARGET_NLS_DEPENDENCIES)
PERL_INSTALL_STAGING = YES

PERL_CROSS_VERSION = 1.5.1
PERL_CROSS_VERSION = 1.5.2
# DO NOT refactor with the github helper (the result is not the same)
PERL_CROSS_SITE = https://github.com/arsv/perl-cross/releases/download/$(PERL_CROSS_VERSION)
PERL_CROSS_SOURCE = perl-cross-$(PERL_CROSS_VERSION).tar.gz
Expand Down

0 comments on commit 49da7a4

Please sign in to comment.