summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-extended/flatpak/flatpak_1.17.6.bb (renamed from meta-oe/recipes-extended/flatpak/flatpak_1.17.3.bb)5
1 files changed, 4 insertions, 1 deletions
diff --git a/meta-oe/recipes-extended/flatpak/flatpak_1.17.3.bb b/meta-oe/recipes-extended/flatpak/flatpak_1.17.6.bb
index cd461e2632..1512b7239f 100644
--- a/meta-oe/recipes-extended/flatpak/flatpak_1.17.3.bb
+++ b/meta-oe/recipes-extended/flatpak/flatpak_1.17.6.bb
@@ -8,7 +8,7 @@ SRC_URI = " \
8 file://0001-flatpak-pc-add-pc_sysrootdir.patch \ 8 file://0001-flatpak-pc-add-pc_sysrootdir.patch \
9" 9"
10 10
11SRCREV = "13b26a94a3bd6fec309a16982a3a80d83776d7ac" 11SRCREV = "9b21874f1a175a9b7c79175a221fa043e202ca73"
12 12
13 13
14inherit meson pkgconfig gettext systemd gtk-doc gobject-introspection python3native mime features_check useradd 14inherit meson pkgconfig gettext systemd gtk-doc gobject-introspection python3native mime features_check useradd
@@ -76,3 +76,6 @@ USERADD_PACKAGES = "${PN}"
76USERADD_PARAM:${PN} = "--system --no-create-home --user-group --shell /sbin/nologin flatpak" 76USERADD_PARAM:${PN} = "--system --no-create-home --user-group --shell /sbin/nologin flatpak"
77 77
78FILES:${PN} += "${libdir} ${datadir}" 78FILES:${PN} += "${libdir} ${datadir}"
79
80CVE_STATUS[CVE-2026-34078] = "fixed-version: fixed in v1.17.4"
81CVE_STATUS[CVE-2026-34079] = "fixed-version: fixed in v1.17.4"