diff options
author | Lee Chee Yang <chee.yang.lee@intel.com> | 2020-12-30 17:01:40 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-02-05 23:35:18 +0000 |
commit | 677f227c3c6ecf6eeca6a38ac98062b585698a5f (patch) | |
tree | 8196c74d164da96d2b8aa960cae03b6b9609b387 /meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.40.0.bb | |
parent | cb502e4d643503b6a7f61638e1c6fce5cc11d023 (diff) | |
download | poky-677f227c3c6ecf6eeca6a38ac98062b585698a5f.tar.gz |
gdk-pixbuf: fix CVE-2020-29385
Backport patch from
https://gitlab.gnome.org/GNOME/gdk-pixbuf/-/commit/bdd3acbd48a575d418ba6bf1b32d7bda2fae1c81
image file in upstream patch is for test purpose only, it cause error during
do_patch so drop it:
File tests/test-images/fail/hang_114.gif: git binary diffs are not supported.
(From OE-Core rev: 7cd401b7c60dba91f6fb10395ab4a10a267cf23d)
(From OE-Core rev: c3f2e4ed9c5fe541a9aee900cc632592f9824407)
Signed-off-by: Lee Chee Yang <chee.yang.lee@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit ee867453ff2116620c07f0bb3bea725d7aa60731)
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.40.0.bb')
-rw-r--r-- | meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.40.0.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.40.0.bb b/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.40.0.bb index 3dec5ed052..16708fd581 100644 --- a/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.40.0.bb +++ b/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.40.0.bb | |||
@@ -24,6 +24,7 @@ SRC_URI = "${GNOME_MIRROR}/${BPN}/${MAJ_VER}/${BPN}-${PV}.tar.xz \ | |||
24 | file://0004-Do-not-run-tests-when-building.patch \ | 24 | file://0004-Do-not-run-tests-when-building.patch \ |
25 | file://0006-Build-thumbnailer-and-tests-also-in-cross-builds.patch \ | 25 | file://0006-Build-thumbnailer-and-tests-also-in-cross-builds.patch \ |
26 | file://missing-test-data.patch \ | 26 | file://missing-test-data.patch \ |
27 | file://CVE-2020-29385.patch \ | ||
27 | " | 28 | " |
28 | 29 | ||
29 | SRC_URI_append_class-target = " \ | 30 | SRC_URI_append_class-target = " \ |