diff options
author | Ross Burton <ross.burton@intel.com> | 2017-08-31 17:50:20 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-09-02 00:52:10 +0100 |
commit | 69c06b16943737392e86d47a02e280a21db08474 (patch) | |
tree | fa069597ebacd003e170b1145e802f5b99e5f348 /meta | |
parent | 1e29d2fcf31cbc8d69f16218f5bb11fff37e76a6 (diff) | |
download | poky-69c06b16943737392e86d47a02e280a21db08474.tar.gz |
libsoup: upgrade to 2.58.2
This fixes CVE-2017-2885 (stack overflow with HTTP chunked encoding), no other
relevant changes.
(From OE-Core rev: 56d25765641acaadc21391bd7b00187cf0f4ffe0)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-support/libsoup/libsoup-2.4_2.58.2.bb (renamed from meta/recipes-support/libsoup/libsoup-2.4_2.58.1.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-support/libsoup/libsoup-2.4_2.58.1.bb b/meta/recipes-support/libsoup/libsoup-2.4_2.58.2.bb index 5b1273efec..c9f95e538a 100644 --- a/meta/recipes-support/libsoup/libsoup-2.4_2.58.1.bb +++ b/meta/recipes-support/libsoup/libsoup-2.4_2.58.2.bb | |||
@@ -11,8 +11,8 @@ SHRT_VER = "${@d.getVar('PV').split('.')[0]}.${@d.getVar('PV').split('.')[1]}" | |||
11 | 11 | ||
12 | SRC_URI = "${GNOME_MIRROR}/libsoup/${SHRT_VER}/libsoup-${PV}.tar.xz" | 12 | SRC_URI = "${GNOME_MIRROR}/libsoup/${SHRT_VER}/libsoup-${PV}.tar.xz" |
13 | 13 | ||
14 | SRC_URI[md5sum] = "91d7a6bf8785d31f4b154a7612e53e62" | 14 | SRC_URI[md5sum] = "eb33adb459c2283efc5c7d09ccdbbcfc" |
15 | SRC_URI[sha256sum] = "62c669f557de745b7b20ba9d5b74d839c95e4c9cea1a5ab7f3da5531a1aeefb9" | 15 | SRC_URI[sha256sum] = "442300ca1b1bf8a3bbf2f788203287ff862542d4fc048f19a92a068a27d17b72" |
16 | 16 | ||
17 | S = "${WORKDIR}/libsoup-${PV}" | 17 | S = "${WORKDIR}/libsoup-${PV}" |
18 | 18 | ||