summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Volk <f_l_k@t-online.de>2024-08-21 10:35:25 +0200
committerKhem Raj <raj.khem@gmail.com>2024-08-21 08:45:47 -0700
commit0edc4266acdd5d06e89c6f2491f511877910b455 (patch)
treea9b6ec27fd985d915527214dec244f2cab301642
parent8d0b921fb6ec8e46bd1fc5c5f1f3fcb63a313915 (diff)
downloadmeta-openembedded-0edc4266acdd5d06e89c6f2491f511877910b455.tar.gz
flatpak: update 1.15.9 -> 1.15.10
Dependencies: In distributions that compile Flatpak to use a separate bubblewrap (bwrap) executable, version 0.10.0 is required. This version adds a new feature which is required by the security fix in this release. Security fixes: Don't follow symbolic links when mounting persistent directories (--persist option). This prevents a sandbox escape where a malicious or compromised app could edit the symlink to point to a directory that the app should not have been allowed to read or write. (CVE-2024-42472, GHSA-7hgv-f2j8-xw87) Documentation: Mark the 1.12.x and 1.10.x branches as end-of-life (#5352) Other bug fixes: Fix several memory leaks (#5883, #5884) Internal changes: Record a log file when running build-time tests with AddressSanitizer (#5884) Add initial suppressions file for AddressSanitizer (#5884) Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-oe/recipes-extended/flatpak/flatpak_1.15.10.bb (renamed from meta-oe/recipes-extended/flatpak/flatpak_1.15.9.bb)4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-extended/flatpak/flatpak_1.15.9.bb b/meta-oe/recipes-extended/flatpak/flatpak_1.15.10.bb
index e4b130741c..cf512c7cc6 100644
--- a/meta-oe/recipes-extended/flatpak/flatpak_1.15.9.bb
+++ b/meta-oe/recipes-extended/flatpak/flatpak_1.15.10.bb
@@ -4,11 +4,11 @@ LICENSE = "LGPL-2.1-only"
4LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c" 4LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c"
5 5
6SRC_URI = " \ 6SRC_URI = " \
7 gitsm://github.com/flatpak/flatpak;protocol=https;branch=main \ 7 git://github.com/flatpak/flatpak;protocol=https;branch=main \
8 file://0001-flatpak-pc-add-pc_sysrootdir.patch \ 8 file://0001-flatpak-pc-add-pc_sysrootdir.patch \
9" 9"
10 10
11SRCREV = "b026910d1c18900e9daf07c429f7e901eb1c3f20" 11SRCREV = "8b4f523c4f8287d57f1a84a3a8216efe200c5fbf"
12 12
13S = "${WORKDIR}/git" 13S = "${WORKDIR}/git"
14 14