summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/unzip/unzip_6.0.bb
diff options
context:
space:
mode:
authorDan Tran <dantran@microsoft.com>2019-09-26 23:08:16 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-10-08 22:51:35 +0100
commit88de1b03a08f5282e2a228214d8733219f988c16 (patch)
tree36b17c3e05c3e51bd374652dd84811f6006ff435 /meta/recipes-extended/unzip/unzip_6.0.bb
parentfd8df1bd0f84671b9133b4a0bc9f5e4f174974c0 (diff)
downloadpoky-88de1b03a08f5282e2a228214d8733219f988c16.tar.gz
unzip: Fix CVE-2019-13232
(From OE-Core rev: 8bc35e7b23ca0f10f4a2f3c4f7137d3dedc051fb) Signed-off-by: Dan Tran <dantran@microsoft.com> Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/unzip/unzip_6.0.bb')
-rw-r--r--meta/recipes-extended/unzip/unzip_6.0.bb3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/recipes-extended/unzip/unzip_6.0.bb b/meta/recipes-extended/unzip/unzip_6.0.bb
index daba722722..c1ea0a9a2c 100644
--- a/meta/recipes-extended/unzip/unzip_6.0.bb
+++ b/meta/recipes-extended/unzip/unzip_6.0.bb
@@ -22,6 +22,9 @@ SRC_URI = "${SOURCEFORGE_MIRROR}/infozip/UnZip%206.x%20%28latest%29/UnZip%206.0/
22 file://symlink.patch \ 22 file://symlink.patch \
23 file://0001-unzip-fix-CVE-2018-1000035.patch \ 23 file://0001-unzip-fix-CVE-2018-1000035.patch \
24 file://CVE-2018-18384.patch \ 24 file://CVE-2018-18384.patch \
25 file://CVE-2019-13232_p1.patch \
26 file://CVE-2019-13232_p2.patch \
27 file://CVE-2019-13232_p3.patch \
25" 28"
26UPSTREAM_VERSION_UNKNOWN = "1" 29UPSTREAM_VERSION_UNKNOWN = "1"
27 30