summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/libsoup
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2019-11-05 15:24:18 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-11-07 15:12:00 +0000
commitf11fa965e304503a3b3076377ba46433762e3fe9 (patch)
tree32e9a6bcfed9663dd8413caa7709d2482a53c0c4 /meta/recipes-support/libsoup
parente183526775e8e02cc408288d939c8797625fdf09 (diff)
downloadpoky-f11fa965e304503a3b3076377ba46433762e3fe9.tar.gz
libsoup-2.4: upgrade to 2.66.4
Fixes CVE-2019-17266. (From OE-Core rev: ffdbcd78955d43d34988991f1d217036f044167d) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/libsoup')
-rw-r--r--meta/recipes-support/libsoup/libsoup-2.4_2.66.4.bb (renamed from meta/recipes-support/libsoup/libsoup-2.4_2.66.2.bb)6
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-support/libsoup/libsoup-2.4_2.66.2.bb b/meta/recipes-support/libsoup/libsoup-2.4_2.66.4.bb
index 3a735cf27a..7f5f910d3d 100644
--- a/meta/recipes-support/libsoup/libsoup-2.4_2.66.2.bb
+++ b/meta/recipes-support/libsoup/libsoup-2.4_2.66.4.bb
@@ -12,8 +12,8 @@ SHRT_VER = "${@d.getVar('PV').split('.')[0]}.${@d.getVar('PV').split('.')[1]}"
12SRC_URI = "${GNOME_MIRROR}/libsoup/${SHRT_VER}/libsoup-${PV}.tar.xz \ 12SRC_URI = "${GNOME_MIRROR}/libsoup/${SHRT_VER}/libsoup-${PV}.tar.xz \
13 file://0001-Do-not-enforce-no-introspection-when-cross-building.patch \ 13 file://0001-Do-not-enforce-no-introspection-when-cross-building.patch \
14 " 14 "
15SRC_URI[md5sum] = "66c2ae89d6031b01337d78a2c57c75d5" 15SRC_URI[md5sum] = "42016d80ecae4cf8eb416631049a273a"
16SRC_URI[sha256sum] = "bd2ea602eba642509672812f3c99b77cbec2f3de02ba1cc8cb7206bf7de0ae2a" 16SRC_URI[sha256sum] = "8308984f1eee1c4f8c113a9c1763b2b22d981bd811b0cc82a9f3f1aa63228779"
17 17
18CVE_PRODUCT = "libsoup" 18CVE_PRODUCT = "libsoup"
19 19
@@ -28,7 +28,7 @@ PACKAGECONFIG[gssapi] = "-Dgssapi=true,-Dgssapi=false,krb5"
28 28
29EXTRA_OEMESON_append = " -Dvapi=false" 29EXTRA_OEMESON_append = " -Dvapi=false"
30 30
31GTKDOC_MESON_OPTION = "doc" 31GTKDOC_MESON_OPTION = "gtk_doc"
32 32
33# When built without gnome support, libsoup-2.4 will contain only one shared lib 33# When built without gnome support, libsoup-2.4 will contain only one shared lib
34# and will therefore become subject to renaming by debian.bbclass. Prevent 34# and will therefore become subject to renaming by debian.bbclass. Prevent