summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/wget/wget_1.19.5.bb
diff options
context:
space:
mode:
authorArmin Kuster <akuster@mvista.com>2019-06-05 13:26:58 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-07-27 18:05:18 +0100
commit21188466bc0d40bcca0ac74363177e2e3632d457 (patch)
tree97c2fe10071735bc8db5849aff9c538b3b340e9d /meta/recipes-extended/wget/wget_1.19.5.bb
parentf2d2148adba3d989f5f061b194fe57bd67ee215b (diff)
downloadpoky-21188466bc0d40bcca0ac74363177e2e3632d457.tar.gz
wget: Security fix for CVE-2019-5953
Source: http://git.savannah.gnu.org/cgit/wget.git MR: 89341 Type: Security Fix Disposition: Backport from http://git.savannah.gnu.org/cgit/wget.git/commit/?id=692d5c5215de0db482c252492a92fc424cc6a97c ChangeID: 1c19a2fd7ead88cc4ee92d425179d60d4635864b Description: Fixes CVE-2019-5953 Affects: < 1.20.1 (From OE-Core rev: c897b862c6cfaa341cc6155b2c9d98ea7ad02884) Signed-off-by: Armin Kuster <akuster@mvista.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/wget/wget_1.19.5.bb')
-rw-r--r--meta/recipes-extended/wget/wget_1.19.5.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-extended/wget/wget_1.19.5.bb b/meta/recipes-extended/wget/wget_1.19.5.bb
index e37d8c7847..920b74de1b 100644
--- a/meta/recipes-extended/wget/wget_1.19.5.bb
+++ b/meta/recipes-extended/wget/wget_1.19.5.bb
@@ -1,6 +1,7 @@
1SRC_URI = "${GNU_MIRROR}/wget/wget-${PV}.tar.gz \ 1SRC_URI = "${GNU_MIRROR}/wget/wget-${PV}.tar.gz \
2 file://0001-Unset-need_charset_alias-when-building-for-musl.patch \ 2 file://0001-Unset-need_charset_alias-when-building-for-musl.patch \
3 file://0002-improve-reproducibility.patch \ 3 file://0002-improve-reproducibility.patch \
4 file://CVE-2019-5953.patch \
4 " 5 "
5 6
6SRC_URI[md5sum] = "2db6f03d655041f82eb64b8c8a1fa7da" 7SRC_URI[md5sum] = "2db6f03d655041f82eb64b8c8a1fa7da"