summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhairul Rohaizzat Jamaluddin <khairul.rohaizzat.jamaluddin@intel.com>2022-01-13 11:05:15 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-01-19 11:11:57 +0000
commitaab915c69aa8ff82598a0aec39dc791f758f5ef8 (patch)
tree45e709a557aea75747910f62d34747dac5c1adc3
parent2fbc7f5af18ab16ddabd7022fc4abc357d15589b (diff)
downloadpoky-aab915c69aa8ff82598a0aec39dc791f758f5ef8.tar.gz
epiphany: Update 40.3 -> 40.6
40.4 Changelogs: Fix crash when clearing all passwords (#1570) Fix security indicator disappearing after entering reader mode (#1580) Fix crash opening PDFs not loaded via HTTP (#1611) Fix CVE-2021-45085, CVE-2021-45086, CVE-2021-45087, CVE-2021-45088 (#1612) Fix web applications with non-Latin characters (#1626, #1627) Disable captive portal helper in Pantheon desktop (!1006, Cassidy James Blaede) Somewhat improve password manager robustness (!1014) 40.5 Changelogs: Fix reader mode (!1047) 40.6 Changelogs: Fix Reload buttons on error pages (!1050) Fix delete button in about:applications (!1050) CVE: CVE-2021-45085 CVE-2021-45086 CVE-2021-45087 CVE-2021-45088 (From OE-Core rev: 25b1c078dfa15fd7760c6bd2f5908d9373cca5dc) Signed-off-by: Khairul Rohaizzat Jamaluddin <khairul.rohaizzat.jamaluddin@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-gnome/epiphany/epiphany_40.6.bb (renamed from meta/recipes-gnome/epiphany/epiphany_40.3.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-gnome/epiphany/epiphany_40.3.bb b/meta/recipes-gnome/epiphany/epiphany_40.6.bb
index c5dc0baefa..1f3fab3c4a 100644
--- a/meta/recipes-gnome/epiphany/epiphany_40.3.bb
+++ b/meta/recipes-gnome/epiphany/epiphany_40.6.bb
@@ -20,7 +20,7 @@ SRC_URI = "${GNOME_MIRROR}/${GNOMEBN}/${@oe.utils.trim_version("${PV}", 1)}/${GN
20 file://migrator.patch \ 20 file://migrator.patch \
21 file://distributor.patch \ 21 file://distributor.patch \
22 " 22 "
23SRC_URI[archive.sha256sum] = "dad138b9f2d55de271128fca38b61f53fd980c587d29e1ba6b508fff3b19f564" 23SRC_URI[archive.sha256sum] = "a2abf71b165b4302643147d637808847d64df6a97ce460703542dec75e81b5f7"
24 24
25# Developer mode enables debugging 25# Developer mode enables debugging
26PACKAGECONFIG[developer-mode] = "-Ddeveloper_mode=true,-Ddeveloper_mode=false" 26PACKAGECONFIG[developer-mode] = "-Ddeveloper_mode=true,-Ddeveloper_mode=false"