From ebe85aa97869ac0a69fd77190ab2e0c54e90106f Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Wed, 25 Jul 2018 21:55:17 +0100 Subject: unzip: fix symlink problem Large zip files can cause unzip to crash, take a patch from Fedora to fix it. (From OE-Core rev: a001833b7c7a0a6eef88e053fe65e2a0c91ca7bc) Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- meta/recipes-extended/unzip/unzip_6.0.bb | 1 + 1 file changed, 1 insertion(+) (limited to 'meta/recipes-extended/unzip/unzip_6.0.bb') diff --git a/meta/recipes-extended/unzip/unzip_6.0.bb b/meta/recipes-extended/unzip/unzip_6.0.bb index 105d048f55..dbf4112a4c 100644 --- a/meta/recipes-extended/unzip/unzip_6.0.bb +++ b/meta/recipes-extended/unzip/unzip_6.0.bb @@ -19,6 +19,7 @@ SRC_URI = "${SOURCEFORGE_MIRROR}/infozip/UnZip%206.x%20%28latest%29/UnZip%206.0/ file://fix-security-format.patch \ file://18-cve-2014-9913-unzip-buffer-overflow.patch \ file://19-cve-2016-9844-zipinfo-buffer-overflow.patch \ + file://symlink.patch \ " UPSTREAM_VERSION_UNKNOWN = "1" -- cgit v1.2.3-54-g00ecf