mirror of
https://git.yoctoproject.org/poky
synced 2026-05-08 17:19:20 +00:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
e183526775
commit
f11fa965e3
+3
-3
@@ -12,8 +12,8 @@ SHRT_VER = "${@d.getVar('PV').split('.')[0]}.${@d.getVar('PV').split('.')[1]}"
|
||||
SRC_URI = "${GNOME_MIRROR}/libsoup/${SHRT_VER}/libsoup-${PV}.tar.xz \
|
||||
file://0001-Do-not-enforce-no-introspection-when-cross-building.patch \
|
||||
"
|
||||
SRC_URI[md5sum] = "66c2ae89d6031b01337d78a2c57c75d5"
|
||||
SRC_URI[sha256sum] = "bd2ea602eba642509672812f3c99b77cbec2f3de02ba1cc8cb7206bf7de0ae2a"
|
||||
SRC_URI[md5sum] = "42016d80ecae4cf8eb416631049a273a"
|
||||
SRC_URI[sha256sum] = "8308984f1eee1c4f8c113a9c1763b2b22d981bd811b0cc82a9f3f1aa63228779"
|
||||
|
||||
CVE_PRODUCT = "libsoup"
|
||||
|
||||
@@ -28,7 +28,7 @@ PACKAGECONFIG[gssapi] = "-Dgssapi=true,-Dgssapi=false,krb5"
|
||||
|
||||
EXTRA_OEMESON_append = " -Dvapi=false"
|
||||
|
||||
GTKDOC_MESON_OPTION = "doc"
|
||||
GTKDOC_MESON_OPTION = "gtk_doc"
|
||||
|
||||
# When built without gnome support, libsoup-2.4 will contain only one shared lib
|
||||
# and will therefore become subject to renaming by debian.bbclass. Prevent
|
||||
Reference in New Issue
Block a user