summaryrefslogtreecommitdiffstats
path: root/meta/recipes-gnome/epiphany/epiphany_3.38.2.bb
diff options
context:
space:
mode:
authorMingli Yu <mingli.yu@windriver.com>2022-03-29 14:13:44 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-04-03 20:49:03 +0100
commit9fc229578cc213be4cbb8bcebed653bd03cda244 (patch)
treec7837e90876b40bc78ec8cde207d3507fb3e5843 /meta/recipes-gnome/epiphany/epiphany_3.38.2.bb
parent6e1ca0e922e7aee3eb945c0f04a2ace1c8b36100 (diff)
downloadpoky-9fc229578cc213be4cbb8bcebed653bd03cda244.tar.gz
epiphany: fix CVEs
Backport patch [1] to fix below CVEs: - CVE-2021-45085 - CVE-2021-45086 - CVE-2021-45087 - CVE-2021-45088 [1] https://sources.debian.org/data/main/e/epiphany-browser/3.38.2-1+deb11u2/debian/patches/encode-untrusted-data.patch (From OE-Core rev: 125c6f5770542c3b509336b92d6c45c0c955027e) Signed-off-by: Mingli Yu <mingli.yu@windriver.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-gnome/epiphany/epiphany_3.38.2.bb')
-rw-r--r--meta/recipes-gnome/epiphany/epiphany_3.38.2.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-gnome/epiphany/epiphany_3.38.2.bb b/meta/recipes-gnome/epiphany/epiphany_3.38.2.bb
index 04f340f133..72d116da69 100644
--- a/meta/recipes-gnome/epiphany/epiphany_3.38.2.bb
+++ b/meta/recipes-gnome/epiphany/epiphany_3.38.2.bb
@@ -18,6 +18,7 @@ SRC_URI = "${GNOME_MIRROR}/${GNOMEBN}/${@gnome_verdir("${PV}")}/${GNOMEBN}-${PV}
18 file://0002-help-meson.build-disable-the-use-of-yelp.patch \ 18 file://0002-help-meson.build-disable-the-use-of-yelp.patch \
19 file://migrator.patch \ 19 file://migrator.patch \
20 file://distributor.patch \ 20 file://distributor.patch \
21 file://encode-untrusted-data.patch \
21 " 22 "
22SRC_URI[archive.sha256sum] = "8b05f2bcc1e80ecf4a10f6f01b3285087eb4cbdf5741dffb8c0355715ef5116d" 23SRC_URI[archive.sha256sum] = "8b05f2bcc1e80ecf4a10f6f01b3285087eb4cbdf5741dffb8c0355715ef5116d"
23 24