summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/perl/perl_5.30.1.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/perl/perl_5.30.1.bb')
-rw-r--r--meta/recipes-devtools/perl/perl_5.30.1.bb7
1 files changed, 7 insertions, 0 deletions
diff --git a/meta/recipes-devtools/perl/perl_5.30.1.bb b/meta/recipes-devtools/perl/perl_5.30.1.bb
index ee6eb6ef0f..bf81a023b8 100644
--- a/meta/recipes-devtools/perl/perl_5.30.1.bb
+++ b/meta/recipes-devtools/perl/perl_5.30.1.bb
@@ -1,5 +1,6 @@
1SUMMARY = "Perl scripting language" 1SUMMARY = "Perl scripting language"
2HOMEPAGE = "http://www.perl.org/" 2HOMEPAGE = "http://www.perl.org/"
3DESCRIPTION = "Perl is a highly capable, feature-rich programming language"
3SECTION = "devel" 4SECTION = "devel"
4LICENSE = "Artistic-1.0 | GPL-1.0+" 5LICENSE = "Artistic-1.0 | GPL-1.0+"
5LIC_FILES_CHKSUM = "file://Copying;md5=5b122a36d0f6dc55279a0ebc69f3c60b \ 6LIC_FILES_CHKSUM = "file://Copying;md5=5b122a36d0f6dc55279a0ebc69f3c60b \
@@ -28,6 +29,8 @@ SRC_URI = "https://www.cpan.org/src/5.0/perl-${PV}.tar.gz;name=perl \
28 file://CVE-2020-10878_1.patch \ 29 file://CVE-2020-10878_1.patch \
29 file://CVE-2020-10878_2.patch \ 30 file://CVE-2020-10878_2.patch \
30 file://CVE-2020-12723.patch \ 31 file://CVE-2020-12723.patch \
32 file://CVE-2023-31484.patch \
33 file://CVE-2023-47038.patch \
31 " 34 "
32SRC_URI_append_class-native = " \ 35SRC_URI_append_class-native = " \
33 file://perl-configpm-switch.patch \ 36 file://perl-configpm-switch.patch \
@@ -43,6 +46,10 @@ SRC_URI[perl-cross.sha256sum] = "edce0b0c2f725e2db3f203d6d8e9f3f7161256f5d159055
43 46
44S = "${WORKDIR}/perl-${PV}" 47S = "${WORKDIR}/perl-${PV}"
45 48
49# This is windows only issue.
50# https://ubuntu.com/security/CVE-2023-47039
51CVE_CHECK_WHITELIST += "CVE-2023-47039"
52
46inherit upstream-version-is-even update-alternatives 53inherit upstream-version-is-even update-alternatives
47 54
48DEPENDS += "zlib virtual/crypt" 55DEPENDS += "zlib virtual/crypt"