diff options
author | Wang Mingyu <wangmy@fujitsu.com> | 2025-05-22 14:34:57 +0800 |
---|---|---|
committer | Steve Sakoman <steve@sakoman.com> | 2025-06-02 10:26:30 -0700 |
commit | 37597e36b4e753847c26bc3253d716275fc3d87e (patch) | |
tree | d1f4290868788540a853b826cab8482e4db8f138 | |
parent | 688f74a3706b6d1983a13218a6a22285492c6475 (diff) | |
download | poky-37597e36b4e753847c26bc3253d716275fc3d87e.tar.gz |
epiphany: upgrade 48.0 -> 48.3
Changelog:
===========
- Fix crash when opening downloaded file
- Fix crash when opening incognito window
- Fix Crash when trying to select download location
- Fix Crash in escape_csv_field() when exporting passwords
- Fix Adding WhatsApp as a web app crashes
- Fix Pressing Escape key in addressbar resets the cursor to beginning of
the widget
- Fix Epiphay shouldn't show the privacy dialog in incognito mode
- Fix (CVE-2025-3839) Require user interaction before opening URL in
external application
- Fix Code cleanup
- Fix window: fix crash when force closing window without session
- Fix Several fixes for password export
- Fix Remove Granite support from Tech Preview and Canary
- Fix find-toolbar: fix crash on load-changed
(From OE-Core rev: fb8f221f92da60f4e1ae14e39fb3a577ff7bdb33)
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(master rev: 2c60159fffd76b5dbe75bf7d6758e5f78b166714)
Signed-off-by: Zhang Peng <peng.zhang1.cn@windriver.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
-rw-r--r-- | meta/recipes-gnome/epiphany/epiphany_48.3.bb (renamed from meta/recipes-gnome/epiphany/epiphany_48.0.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-gnome/epiphany/epiphany_48.0.bb b/meta/recipes-gnome/epiphany/epiphany_48.3.bb index 9eff56df3a..74a17be5a5 100644 --- a/meta/recipes-gnome/epiphany/epiphany_48.0.bb +++ b/meta/recipes-gnome/epiphany/epiphany_48.3.bb | |||
@@ -31,7 +31,7 @@ SRC_URI = "${GNOME_MIRROR}/${GNOMEBN}/${@oe.utils.trim_version("${PV}", 1)}/${GN | |||
31 | file://migrator.patch \ | 31 | file://migrator.patch \ |
32 | file://distributor.patch \ | 32 | file://distributor.patch \ |
33 | " | 33 | " |
34 | SRC_URI[archive.sha256sum] = "c9d1f6dffbad03b0916436901c770da302879ca60a636d2b72b25b142ec05f80" | 34 | SRC_URI[archive.sha256sum] = "da2953e7e2b73bf7473c0a33979104d79362795295eaa0a2a38ea188537daf13" |
35 | 35 | ||
36 | # Developer mode enables debugging | 36 | # Developer mode enables debugging |
37 | PACKAGECONFIG[developer-mode] = "-Ddeveloper_mode=true,-Ddeveloper_mode=false" | 37 | PACKAGECONFIG[developer-mode] = "-Ddeveloper_mode=true,-Ddeveloper_mode=false" |