Files
meta-openembedded/meta-oe/recipes-extended
Markus Volk 94a2a6d212 flatpak: update 1.15.6 -> 1.15.8
- remove included patches
- set path for fusermount3 to avoid requirement for fuse3-native. This is needed since:
  https://github.com/flatpak/flatpak/commit/2cb17b4eb82ecedaa98b5b7f954cf3e52fa95682

Changes in 1.15.8
~~~~~~~~~~~~~~~~~

Security fixes:

 * Don't allow an executable name to be misinterpreted as a command-line
   option for bwrap(1). This prevents a sandbox escape where a malicious
   or compromised app could ask xdg-desktop-portal to generate a .desktop
   file with access to files outside the sandbox. (CVE-2024-32462)

Other bug fixes:

 * Pass the -export-dynamic linker option as -Wl,-export-dynamic,
   fixing build failures with clang 18 and lld 18 (#5760)

 * Fix a double-free when installation is cancelled (#5763)

 * Fix installed-tests failure with "FUSERMOUNT: unbound variable"
   (#5751)

 * Translation updates: pt_BR (#5762), tr (#5761)

Changes in 1.15.7
~~~~~~~~~~~~~~~~~
Released: 2024-03-27

Dependencies:

 * The Meson build system is now required.
   Compiling with Autotools is no longer possible.

 * In distributions that compile Flatpak to use a separate bubblewrap (bwrap)
   executable, version 0.9.0 is recommended. Several of the bug fixes listed
   below will not be active if an older version is used.

 * In distributions that compile Flatpak to use a separate xdg-dbus-proxy
   executable, version 0.1.5 is recommended.

 * If libmalcontent (parental controls) is enabled, it must be version 0.5.0
   or later.

New features:

 * Automatically remove obsolete driver versions and other autopruned refs
   (#5632)

 * `--socket=inherit-wayland-socket` (#5614)

 * Automatically reload D-Bus session bus configuration after installing
   or upgrading apps, to pick up any exported D-Bus services (#3342)

Bug fixes:

 * Update included copy of bubblewrap to version 0.9.0:

     * `--symlink` is now idempotent, meaning it succeeds if the
       symlink already exists and already has the desired target
       (#2387, #3477, #5255)
     * Report a better error message if `mount(2)` fails with `ENOSPC`
     * Fix a double-close on error reading from `--args`, `--seccomp` or
       `--add-seccomp-fd` argument
     * Improve memory allocation behaviour
     * Silence various compiler warnings

 * Update included copy of bubblewrap to version 0.1.5:

     * Fix handling of long object paths

 * Don't parse `<developer><name/></developer>` as the application name
   (#5700)

 * Don't refuse to start apps when there is no D-Bus system bus available
   (#5076)

 * Don't try to repeat migration of apps whose data was migrated to a new
   name and then deleted (#5668)

 * Improve handling of mixed locales on systems with systemd-localed (#5497)

 * Improve display of ellipsized columns in wide terminals (#5722)

 * Make `flatpak info -e` look for extensions in all installations (#5670)

 * Fix warnings from newer GLib versions (#5660, #5737)

 * Always set the `container` environment variable (#5610)

 * Always let the app inherit redirected file descriptors (#5626)

 * In `flatpak ps`, add xdg-desktop-portal-gnome to the list of backends
   we'll use to learn which apps are running in the background (#5729)

 * Don't use `WAYLAND_SOCKET` unless given `--socket=inherit-wayland-socket`
   (#5614)

 * Use `fusermount3` if compiled with FUSE 3, overridable with
   `-Dsystem_fusermount` compile-time option (#5104)

 * Avoid leaking a temporary variable from /etc/profile.d/flatpak.sh into
   the shell environment (#5574)

 * Improve async-signal safety (#5687)

 * Fix various memory leaks (#5683, #5690, #5691)

 * Avoid undefined behaviour of signed left-shift when storing object IDs
   in a hash table (#5738)

 * Detect the correct gtk-doc when cross-compiling (#5650)

 * Detect the correct wayland-scanner when cross-compiling (#5596)

 * Documentation improvements (#5659, #5677, #5682, #5664, #5719)

 * Skip more tests when FUSE isn't available (#5611)

 * Translation updates (#5602, #5707)

Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2024-06-02 14:57:06 -04:00
..
2023-11-13 22:49:05 -08:00
2023-07-23 16:36:14 -07:00
2023-11-29 10:54:54 -08:00
2023-03-04 10:41:27 -08:00
2023-08-03 09:14:20 -07:00
2024-03-08 10:07:20 -08:00
2024-02-09 09:52:12 -08:00
2024-06-02 14:57:06 -04:00
2023-08-03 09:14:20 -07:00
2023-07-20 19:08:56 -07:00
2023-09-20 15:34:03 -07:00
2024-01-19 09:51:07 -08:00
2024-02-09 09:52:09 -08:00
2024-02-19 23:22:24 -08:00
2024-02-09 09:52:12 -08:00
2023-11-05 22:27:14 -08:00
2024-02-09 09:52:12 -08:00
2024-04-21 10:52:42 -07:00
2024-01-12 10:30:33 -08:00
2023-04-02 10:41:04 -07:00
2024-02-19 23:22:24 -08:00
2023-08-01 08:46:48 -07:00
2024-02-09 09:52:12 -08:00
2023-09-07 08:22:44 -07:00
2024-02-19 23:22:20 -08:00
2024-02-09 09:52:12 -08:00
2024-02-19 23:22:24 -08:00
2023-11-07 19:59:58 -08:00
2023-04-19 08:10:45 -07:00
2024-02-09 09:52:12 -08:00
2023-11-06 08:47:16 -08:00
2024-03-11 07:10:15 -07:00
2024-02-09 09:52:12 -08:00
2024-02-09 09:52:12 -08:00
2024-01-30 11:42:59 -08:00
2023-01-26 10:24:25 -08:00
2024-04-30 10:59:07 -07:00
2023-12-08 07:57:57 -08:00
2023-08-12 07:55:50 -07:00
2024-02-09 09:52:12 -08:00
2023-11-28 08:55:43 -08:00
2023-02-10 13:48:53 -08:00
2024-02-09 09:52:12 -08:00
2024-02-19 23:22:24 -08:00
2023-09-20 15:34:03 -07:00
2024-03-25 18:52:52 -07:00
2023-07-28 07:27:07 -07:00
2024-02-09 09:52:12 -08:00