diff --git a/flatpak-1.11.3.tar.xz b/flatpak-1.11.3.tar.xz deleted file mode 100644 index 5d363a7..0000000 --- a/flatpak-1.11.3.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1284ead93b42acaec511a1649cd64d0df3da851bab2e65cf004bc90828d16b6c -size 1544504 diff --git a/flatpak-1.12.1.tar.xz b/flatpak-1.12.1.tar.xz new file mode 100644 index 0000000..ff1fdf1 --- /dev/null +++ b/flatpak-1.12.1.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23893bca7fee82692c43cb692dbec36ea9d5339508c19d3925eac6f06414c857 +size 1546432 diff --git a/flatpak.changes b/flatpak.changes index 69dc804..111f4e3 100644 --- a/flatpak.changes +++ b/flatpak.changes @@ -1,3 +1,35 @@ +------------------------------------------------------------------- +Sat Oct 9 12:12:12 UTC 2021 - Bjørn Lie + +- Update to version 1.12.1: + + The security fix in the 1.12.0 release failed when used with + some older versions of libseccomp (that don't know about the + new syscalls). + +------------------------------------------------------------------- +Fri Oct 8 14:39:24 UTC 2021 - Bjørn Lie + +- Update to version 1.12.0: + + This is the first stable release in the 1.12.x series. The + major changes in this series is the support for better control + of sub-sandboxes, as used by the steam flatpak. + + In addition, this release fixes a security vulnerability in the + portal support. Some recently added syscalls were not blocked + by the seccomp rules which allowed the application to create + sub-sandboxes which can confuse the sandboxing verification + mechanisms of the portal. This has been fixed by extending the + seccomp rules (boo#1191507, CVE-2021-41133) + + Some test fixes + + Support for specifying the flatpak binary to use during exports + + Install translations for all languages in the locale, not just + the ones in LC_MESSAGES. + + Fix progress reporting in flatpak fsck + + Handle cases where /var/tmp is a symlink + + Expose /etc/gai.conf to the sandbox + + Fix the parental control checks for root + + Handle missing /etc/ld.so.cache (musl) + + Updated translations + ------------------------------------------------------------------- Wed Aug 25 20:54:23 UTC 2021 - andy great diff --git a/flatpak.spec b/flatpak.spec index 642f962..d679fa5 100644 --- a/flatpak.spec +++ b/flatpak.spec @@ -30,7 +30,7 @@ %define support_environment_generators 1 %endif Name: flatpak -Version: 1.11.3 +Version: 1.12.1 Release: 0 Summary: OSTree based application bundles management License: LGPL-2.1-or-later