summaryrefslogtreecommitdiffstats
path: root/recipes-devtools/perl/perl_5.24.1.bbappend
diff options
context:
space:
mode:
authorDan Andresan <Dan.Andresan@enea.com>2018-10-29 12:00:17 +0100
committerGerrit Code Review <gerrit2@sestogerrit02>2018-10-29 12:00:17 +0100
commit95280c5c52b664b83c64002c0c08e06d216ccdea (patch)
treebd8cb79bee22d8c2c5710a2a72e90486dffd2e57 /recipes-devtools/perl/perl_5.24.1.bbappend
parent6dfe6d721a12a0527364d810020f8ac5ae486e2f (diff)
parent9dd91119ff835f8fc36950d5025c65da96da13a0 (diff)
downloadmeta-el-common-95280c5c52b664b83c64002c0c08e06d216ccdea.tar.gz
Merge "perl: Fix CVE-2018-6913" into pyro
Diffstat (limited to 'recipes-devtools/perl/perl_5.24.1.bbappend')
-rw-r--r--recipes-devtools/perl/perl_5.24.1.bbappend6
1 files changed, 6 insertions, 0 deletions
diff --git a/recipes-devtools/perl/perl_5.24.1.bbappend b/recipes-devtools/perl/perl_5.24.1.bbappend
new file mode 100644
index 0000000..10cfbca
--- /dev/null
+++ b/recipes-devtools/perl/perl_5.24.1.bbappend
@@ -0,0 +1,6 @@
1# look for files in the layer first
2FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
3
4SRC_URI += " \
5 file://CVE-2018-6913-perl-131844-fix-various-space-calculation-issues-in-.patch \
6 "