From 943917a0452ebfd8da37b60377bac6b6f237137fda60fc0a947f9df06d41a560 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Fri, 27 Aug 2021 09:42:51 +0000 Subject: [PATCH] Accepting request 914444 from home:andythe_great:branches:GNOME:Factory - Update to version 1.11.3. * Bug fixes: * Don't inherit an unusual $XDG_RUNTIME_DIR setting into the sandbox, fixing a regression introduced when CVE-2021-21261 was fixed in 1.8.5 and 1.10.0 * Update the included copy of bubblewrap (flatpak-bwrap) to 0.5.0 * Better diagnostics when a --bind or other bind-mount fails * Create non-directories with safer permissions * Allow mounting an non-directory over an existing non-directory * Silence kernel messages for our bind-mounts * Improve ability to bind-mount directories on case-insensitive filesystems * Don't ask user which remote to download from if there is only one option * Internal changes: * Improve test coverage * Spelling fixes * Translation updates: Brazilian Portuguese, Russian, Spanish, Ukrainian OBS-URL: https://build.opensuse.org/request/show/914444 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/flatpak?expand=0&rev=144 --- flatpak-1.11.2.tar.xz | 3 --- flatpak-1.11.3.tar.xz | 3 +++ flatpak.changes | 22 ++++++++++++++++++++++ flatpak.spec | 2 +- 4 files changed, 26 insertions(+), 4 deletions(-) delete mode 100644 flatpak-1.11.2.tar.xz create mode 100644 flatpak-1.11.3.tar.xz diff --git a/flatpak-1.11.2.tar.xz b/flatpak-1.11.2.tar.xz deleted file mode 100644 index 71b512d..0000000 --- a/flatpak-1.11.2.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8799cf835d8b11deef5495a91a4cef258d882417c4483fbd594a2c7cc79b6684 -size 1535684 diff --git a/flatpak-1.11.3.tar.xz b/flatpak-1.11.3.tar.xz new file mode 100644 index 0000000..5d363a7 --- /dev/null +++ b/flatpak-1.11.3.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1284ead93b42acaec511a1649cd64d0df3da851bab2e65cf004bc90828d16b6c +size 1544504 diff --git a/flatpak.changes b/flatpak.changes index 7eec884..69dc804 100644 --- a/flatpak.changes +++ b/flatpak.changes @@ -1,3 +1,25 @@ +------------------------------------------------------------------- +Wed Aug 25 20:54:23 UTC 2021 - andy great + +- Update to version 1.11.3. + * Bug fixes: + * Don't inherit an unusual $XDG_RUNTIME_DIR setting into the sandbox, + fixing a regression introduced when CVE-2021-21261 was fixed in + 1.8.5 and 1.10.0 + * Update the included copy of bubblewrap (flatpak-bwrap) to 0.5.0 + * Better diagnostics when a --bind or other bind-mount fails + * Create non-directories with safer permissions + * Allow mounting an non-directory over an existing non-directory + * Silence kernel messages for our bind-mounts + * Improve ability to bind-mount directories on case-insensitive + filesystems + * Don't ask user which remote to download from if there is only + one option + * Internal changes: + * Improve test coverage + * Spelling fixes + * Translation updates: Brazilian Portuguese, Russian, Spanish, Ukrainian + ------------------------------------------------------------------- Fri Jun 18 17:15:03 UTC 2021 - Callum Farmer diff --git a/flatpak.spec b/flatpak.spec index fbc7a27..642f962 100644 --- a/flatpak.spec +++ b/flatpak.spec @@ -30,7 +30,7 @@ %define support_environment_generators 1 %endif Name: flatpak -Version: 1.11.2 +Version: 1.11.3 Release: 0 Summary: OSTree based application bundles management License: LGPL-2.1-or-later