diff options
author | Ross Burton <ross.burton@intel.com> | 2019-11-05 15:24:18 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-12-06 14:49:33 +0000 |
commit | 4c72d908226ffc8abf77a9709e27ac502e5af4e6 (patch) | |
tree | 78eb93dde4316514a4cb70961cd69bd87dc6e040 /meta/recipes-support | |
parent | 198870249eb4b5b1104c21b028a27211abebc379 (diff) | |
download | poky-4c72d908226ffc8abf77a9709e27ac502e5af4e6.tar.gz |
libsoup-2.4: upgrade to 2.66.4
Fixes CVE-2019-17266.
(From OE-Core rev: ffdbcd78955d43d34988991f1d217036f044167d)
(From OE-Core rev: d54d6c994850f4c6994dc0974f905148a024e98f)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
[Bug fix release:
https://gitlab.gnome.org/GNOME/libsoup/compare/2.66.2...2.66.4]
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support')
-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]}" | |||
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 | 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 | " |
15 | SRC_URI[md5sum] = "66c2ae89d6031b01337d78a2c57c75d5" | 15 | SRC_URI[md5sum] = "42016d80ecae4cf8eb416631049a273a" |
16 | SRC_URI[sha256sum] = "bd2ea602eba642509672812f3c99b77cbec2f3de02ba1cc8cb7206bf7de0ae2a" | 16 | SRC_URI[sha256sum] = "8308984f1eee1c4f8c113a9c1763b2b22d981bd811b0cc82a9f3f1aa63228779" |
17 | 17 | ||
18 | CVE_PRODUCT = "libsoup" | 18 | CVE_PRODUCT = "libsoup" |
19 | 19 | ||
@@ -28,7 +28,7 @@ PACKAGECONFIG[gssapi] = "-Dgssapi=true,-Dgssapi=false,krb5" | |||
28 | 28 | ||
29 | EXTRA_OEMESON_append = " -Dvapi=false" | 29 | EXTRA_OEMESON_append = " -Dvapi=false" |
30 | 30 | ||
31 | GTKDOC_MESON_OPTION = "doc" | 31 | GTKDOC_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 |