From a7762548805358e107e2a0736d4f775be51e8064 Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Nov 05 2019 19:05:34 +0000 Subject: import flatpak-1.0.6-4.el8 --- diff --git a/SPECS/flatpak.spec b/SPECS/flatpak.spec index c27fe2e..eabf799 100644 --- a/SPECS/flatpak.spec +++ b/SPECS/flatpak.spec @@ -3,7 +3,7 @@ Name: flatpak Version: 1.0.6 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Application deployment framework for desktop apps License: LGPLv2+ @@ -13,7 +13,7 @@ Source0: https://github.com/flatpak/flatpak/releases/download/%{version}/ Patch0: flatpak-1.0.4-oci-fixes.patch # https://bugzilla.redhat.com/show_bug.cgi?id=1675776 Patch1: flatpak-1.0.6-CVE-2019-5736.patch -# https://bugzilla.redhat.com/show_bug.cgi?id=1700653 +# https://bugzilla.redhat.com/show_bug.cgi?id=1700654 Patch2: flatpak-1.0.6-CVE-2019-10063.patch BuildRequires: pkgconfig(appstream-glib) @@ -159,8 +159,11 @@ flatpak remote-list --system &> /dev/null || : %changelog +* Tue May 14 2019 David King - 1.0.6-4 +- Bump release (#1700654) + * Mon Apr 29 2019 David King - 1.0.6-3 -- Fix IOCSTI sandbox bypass (#1700653) +- Fix IOCSTI sandbox bypass (#1700654) * Wed Feb 13 2019 David King - 1.0.6-2 - Do not mount /proc in root sandbox (#1675776)