diff options
author | 2023-03-06 15:17:09 +0000 | |
---|---|---|
committer | 2023-03-07 10:44:54 +0000 | |
commit | 706d325ec9969d1525743e2de9a1f1d61b4c09b9 (patch) | |
tree | 7af40e854b6a676303dee9ebea871a34e7850563 | |
parent | 2331e98abb09cbcd56625d65c4e5d258dc29dd04 (diff) | |
download | openembedded-core-706d325ec9969d1525743e2de9a1f1d61b4c09b9.tar.gz |
epiphany: upgrade to 43.1
This fixes CVE-2023-26081.
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
-rw-r--r-- | meta/recipes-gnome/epiphany/epiphany_43.1.bb (renamed from meta/recipes-gnome/epiphany/epiphany_43.0.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-gnome/epiphany/epiphany_43.0.bb b/meta/recipes-gnome/epiphany/epiphany_43.1.bb index 4a6007b0df..ea22723a97 100644 --- a/meta/recipes-gnome/epiphany/epiphany_43.0.bb +++ b/meta/recipes-gnome/epiphany/epiphany_43.1.bb @@ -31,7 +31,7 @@ SRC_URI = "${GNOME_MIRROR}/${GNOMEBN}/${@oe.utils.trim_version("${PV}", 1)}/${GN file://migrator.patch \ file://distributor.patch \ " -SRC_URI[archive.sha256sum] = "b66d499f9ee72696d83cf844125377181a954554a4bb3785b73293380ac0c227" +SRC_URI[archive.sha256sum] = "e86ead27cb9982815150664de3bf20faf375f77b8065b02b31180c65b6bbebb4" # Developer mode enables debugging PACKAGECONFIG[developer-mode] = "-Ddeveloper_mode=true,-Ddeveloper_mode=false" |