Change logs for flatpak source package in Impish

  • flatpak (1.10.2-3ubuntu0.1) impish-security; urgency=medium
    
      * SECURITY UPDATE: Sandbox bypass via recent VFS-manipulating syscalls
        (LP: #1946578)
        - debian/paches/CVE-2021-41133-1.patch
        - debian/paches/CVE-2021-41133-2.patch
        - debian/paches/CVE-2021-41133-3.patch
        - debian/paches/CVE-2021-41133-4.patch
        - debian/paches/CVE-2021-41133-5.patch
        - debian/paches/CVE-2021-41133-6.patch
        - debian/paches/CVE-2021-41133-7.patch
        - debian/paches/CVE-2021-41133-8.patch
        - debian/paches/CVE-2021-41133-9.patch
        - debian/paches/CVE-2021-41133-10.patch
        - CVE-2021-41133
    
     -- Andrew Hayzen <email address hidden>  Wed, 13 Oct 2021 00:36:35 +0100
  • flatpak (1.10.2-3) unstable; urgency=medium
    
      * d/patches: Align with upstream flatpak-1.10.x branch, making this
        effectively a release candidate for upstream stable release 1.10.3
        - d/patches: Update metadata to reflect upstream flatpak-1.10.x branch.
          All the patches we apply in Debian are expected to be released in
          1.10.3 upstream, but not all were annotated to reflect this.
        - d/p/system-helper-Fix-deploys-of-local-remotes.patch:
          Fix some failures to update in GNOME Software and the unit tests.
          This change was previously applied in Ubuntu's flatpak_1.10.2-1ubuntu1
          to fix a unit test failure, possibly triggered by a newer version of
          GLib. It has also been reported to fix a failure to upgrade Flatpak
          apps using GNOME Software, this time in Fedora.
        - d/p/create-usb-Skip-copying-extra-data-flatpaks.patch:
          Skip flatpaks with "extra-data" when using `flatpak create-usb`.
          This command is intended to create USB drives that can be
          used to install Flatpak apps and/or runtimes while offline,
          but the "extra-data" feature downloads extra content for an app
          or runtime at install time, as a way to automate installation of
          data that can be re-downloaded by end users but is not licensed
          for redistribution by Flatpak repositories. Such apps and runtimes
          would fail to install while offline.
        - d/p/series: Re-order patches to match upstream flatpak-1.10.x branch
    
     -- Simon McVittie <email address hidden>  Sun, 25 Jul 2021 20:44:58 +0100
  • flatpak (1.10.2-1ubuntu1) hirsute; urgency=medium
    
      * debian/patches/0001-system-helper-Fix-deploys-of-local-remotes.patch:
        Cherry pick a patch to fix the tests with new glib2.0.
        For updates in remotes with a local (file:) uri we just do a deploy with a
        LOCAL_PULL flag set and an empty arg_repo_path. However, our arg_repo_path
        checking at some point seemed to stop properly handling the case where it
        is empty. I got it to report "No such file" wich broke the tests.
    
     -- Iain Lane <email address hidden>  Thu, 08 Apr 2021 18:12:53 +0100