From 66025defbcf2be3853456bdcd19b028c73a9a08e4cac61c1ba5456f2c55d4aa2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Lie?= Date: Wed, 15 Jan 2020 12:34:31 +0000 Subject: [PATCH 1/2] Accepting request 764305 from GNOME:Next OBS-URL: https://build.opensuse.org/request/show/764305 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/flatpak?expand=0&rev=93 --- flatpak.changes | 7 +++++++ flatpak.spec | 12 +++++++----- 2 files changed, 14 insertions(+), 5 deletions(-) diff --git a/flatpak.changes b/flatpak.changes index 2c0001b..42b3483 100644 --- a/flatpak.changes +++ b/flatpak.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Tue Jan 14 11:23:06 UTC 2020 - Antonio Larrosa + +- Update dependencies required by flatpak 1.6.0 . +- Require xdg-dbus-proxy instead of building the (outdated) + builtin version. + ------------------------------------------------------------------- Mon Dec 30 10:00:24 UTC 2019 - Dominique Leuenberger diff --git a/flatpak.spec b/flatpak.spec index cac0b61..83753cc 100644 --- a/flatpak.spec +++ b/flatpak.spec @@ -1,7 +1,7 @@ # # spec file for package flatpak # -# Copyright (c) 2019 SUSE LLC +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -52,6 +52,7 @@ BuildRequires: libgpgme-devel >= 1.1.8 BuildRequires: libtool BuildRequires: pkgconfig BuildRequires: sysuser-tools +BuildRequires: xdg-dbus-proxy >= 0.1.0 BuildRequires: xsltproc BuildRequires: pkgconfig(appstream-glib) BuildRequires: pkgconfig(dconf) @@ -67,13 +68,14 @@ BuildRequires: pkgconfig(libelf) >= 0.8.12 BuildRequires: pkgconfig(libseccomp) BuildRequires: pkgconfig(libsoup-2.4) BuildRequires: pkgconfig(libsystemd) -BuildRequires: pkgconfig(ostree-1) >= 2018.7 +BuildRequires: pkgconfig(ostree-1) >= 2018.9 BuildRequires: pkgconfig(polkit-gobject-1) BuildRequires: pkgconfig(systemd) BuildRequires: pkgconfig(xau) Requires: %{libname} = %{version} -Requires: bubblewrap >= 0.2.1 -Requires: ostree >= 2018.7 +Requires: bubblewrap >= 0.4.0 +Requires: ostree >= 2018.9 +Requires: xdg-dbus-proxy >= 0.1.0 Requires: xdg-desktop-portal >= 0.10 Requires: user(flatpak) Recommends: %{name}-lang = %{version} @@ -153,6 +155,7 @@ NOCONFIGURE=1 ./autogen.sh --with-system-bubblewrap \ --with-priv-mode=none \ --with-dbus-config-dir=%{_dbusconfigdir} \ + --with-system-dbus-proxy=%{_bindir}/xdg-dbus-proxy \ %{nil} %make_build %sysusers_generate_pre %{SOURCE1} system-user-flatpak @@ -201,7 +204,6 @@ mkdir -p %{buildroot}%{_sysconfdir}/flatpak/remotes.d %{_bindir}/flatpak %{_bindir}/flatpak-bisect %{_bindir}/flatpak-coredumpctl -%{_libexecdir}/flatpak-dbus-proxy %{_libexecdir}/flatpak-portal %{_libexecdir}/flatpak-session-helper %{_libexecdir}/flatpak-system-helper From 85185aaeb681a85b05c7cff7fef6e790066cb42eab2422574ecfc537dbb5182b Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Fri, 17 Jan 2020 13:07:06 +0000 Subject: [PATCH 2/2] Accepting request 765027 from GNOME:Next OBS-URL: https://build.opensuse.org/request/show/765027 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/flatpak?expand=0&rev=94 --- flatpak.changes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flatpak.changes b/flatpak.changes index 42b3483..bd20335 100644 --- a/flatpak.changes +++ b/flatpak.changes @@ -155,7 +155,7 @@ Thu Mar 28 13:05:50 UTC 2019 - Andrei Dziahel + It has been discovered that the previous fix for CVE-2017-5226, which uses seccomp to prevent sandboxed apps from using the (dangerous) TIOCSTI ioctl was only incomplete on 64bit arches. - This is now fixed. + This is now fixed (boo#1130637, gh#flatpak/flatpak#2782). + seccomp: Only compare the low 32bit of the TIOCSTI ioctl args. + Support multiple nvidia cards on the machine + Fix support for systems where XDG_RUNTIME_DIR is /var/run which