| Message ID | 20260328004025.592494-1-f_l_k@t-online.de |
|---|---|
| State | Under Review |
| Headers | show |
| Series | [meta-oe,1/2] flatpak: update 1.17.2 -> 1.17.3 | expand |
diff --git a/meta-oe/recipes-extended/flatpak/flatpak_1.17.2.bb b/meta-oe/recipes-extended/flatpak/flatpak_1.17.3.bb similarity index 97% rename from meta-oe/recipes-extended/flatpak/flatpak_1.17.2.bb rename to meta-oe/recipes-extended/flatpak/flatpak_1.17.3.bb index 4f8ad8add0..cd461e2632 100644 --- a/meta-oe/recipes-extended/flatpak/flatpak_1.17.2.bb +++ b/meta-oe/recipes-extended/flatpak/flatpak_1.17.3.bb @@ -8,7 +8,7 @@ SRC_URI = " \ file://0001-flatpak-pc-add-pc_sysrootdir.patch \ " -SRCREV = "20599618d623630f7aa38d61a2bb81d86fb25f09" +SRCREV = "13b26a94a3bd6fec309a16982a3a80d83776d7ac" inherit meson pkgconfig gettext systemd gtk-doc gobject-introspection python3native mime features_check useradd
Enhancements: * Improve check for --filesystem paths pointing to a parent folder (#6473) * Fail if non-interactive and multiple refs, remotes or installations match (#5754) * Default to text auth on WSL (#6491) * Add build instructions for Ubuntu 24.04 (#6498) * Show a better message when there are no refs to update (#6521) * Silence AppStream refresh output on non-interactive runs (#6521) * Translation updates: pt_BR (#6483), sl (#6468, #6475), sv (#6514), tr (#6528), zh_CN (#6469, #6477) Bug fixes: * Map the font-dirs.xml file more selectively (#6450) * Change const pointers. This fixes build issues with glibc 2.43. (#6490) * Add custom type flatpak_home_t for ~/.local/share/flatpak for SELinux (#6437) * Fix build warnings when compiling with -Wanalyzer-null-argument and with -Wanalyzer-null-dereference (#6527) * Use raw string for regular expression in the flatpak-bisect script (#6519) Internal changes: * Set the `FLATPAK_TRIGGERSDIR` environment variable when running installed tests. This fixes a regression with autopkg tests in Debian. (#6444) * Add translator comments for some translatable strings (#6462) * Fix typos in translatable strings (#6463) * Fix lots of typos in code comments (#6482) * Remove an unused function (#6529) * Update two strings (#6464) Signed-off-by: Markus Volk <f_l_k@t-online.de> --- .../flatpak/{flatpak_1.17.2.bb => flatpak_1.17.3.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-extended/flatpak/{flatpak_1.17.2.bb => flatpak_1.17.3.bb} (97%)