r53760 - in /desktop/unstable/gnome-desktop3/debian: changelog patches/disable-bubblewrap.patch patches/fix-bubblewrap.patch patches/series
jbicha at users.alioth.debian.org
jbicha at users.alioth.debian.org
Tue Sep 12 19:30:59 UTC 2017
Author: jbicha
Date: Tue Sep 12 19:30:59 2017
New Revision: 53760
URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=53760
Log:
Replace disable-bubblewrap.patch with fix-bubblewrap.patch
Added:
desktop/unstable/gnome-desktop3/debian/patches/fix-bubblewrap.patch
Removed:
desktop/unstable/gnome-desktop3/debian/patches/disable-bubblewrap.patch
Modified:
desktop/unstable/gnome-desktop3/debian/changelog
desktop/unstable/gnome-desktop3/debian/patches/series
Modified: desktop/unstable/gnome-desktop3/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-desktop3/debian/changelog?rev=53760&op=diff
==============================================================================
--- desktop/unstable/gnome-desktop3/debian/changelog [utf-8] (original)
+++ desktop/unstable/gnome-desktop3/debian/changelog [utf-8] Tue Sep 12 19:30:59 2017
@@ -1,6 +1,9 @@
gnome-desktop3 (3.26.0-1) unstable; urgency=medium
* New upstream release
+ * Drop disable-bubblewrap.patch
+ * Add fix-bubblewrap.patch:
+ - Cherry-pick fix for bubblewrap sandbox
-- Jeremy Bicha <jbicha at debian.org> Mon, 11 Sep 2017 20:03:26 -0400
Added: desktop/unstable/gnome-desktop3/debian/patches/fix-bubblewrap.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-desktop3/debian/patches/fix-bubblewrap.patch?rev=53760&op=file
==============================================================================
--- desktop/unstable/gnome-desktop3/debian/patches/fix-bubblewrap.patch (added)
+++ desktop/unstable/gnome-desktop3/debian/patches/fix-bubblewrap.patch [utf-8] Tue Sep 12 19:30:59 2017
@@ -0,0 +1,33 @@
+From 886994f2282a317848714a19e08f4fa63adc1bac Mon Sep 17 00:00:00 2001
+From: Dominique Leuenberger <dimstar at opensuse.org>
+Date: Sat, 2 Sep 2017 00:05:23 +0200
+Subject: thumbnailer: also add /lib(64)? to bwrap's link-mounted directory
+ list
+
+As not all distros have libs moves from /lib(64)? to /usr/lib(64), we need
+to also bind-mount those directories, or the thumbnailers will fail to load
+the required libraries.
+
+https://bugzilla.gnome.org/show_bug.cgi?id=787072
+---
+ libgnome-desktop/gnome-desktop-thumbnail-script.c | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/libgnome-desktop/gnome-desktop-thumbnail-script.c b/libgnome-desktop/gnome-desktop-thumbnail-script.c
+index be603d3..99d83ac 100644
+--- a/libgnome-desktop/gnome-desktop-thumbnail-script.c
++++ b/libgnome-desktop/gnome-desktop-thumbnail-script.c
+@@ -506,10 +506,10 @@ add_bwrap (GPtrArray *array,
+ add_args (array,
+ "bwrap",
+ "--ro-bind", "/usr", "/usr",
++ "--ro-bind", "/lib", "/lib",
++ "--ro-bind", "/lib64", "/lib64",
+ "--proc", "/proc",
+ "--dev", "/dev",
+- "--symlink", "usr/lib", "/lib",
+- "--symlink", "usr/lib64", "/lib64",
+ "--symlink", "usr/bin", "/bin",
+ "--symlink", "usr/sbin", "/sbin",
+ "--chdir", "/",
+
Modified: desktop/unstable/gnome-desktop3/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-desktop3/debian/patches/series?rev=53760&op=diff
==============================================================================
--- desktop/unstable/gnome-desktop3/debian/patches/series [utf-8] (original)
+++ desktop/unstable/gnome-desktop3/debian/patches/series [utf-8] Tue Sep 12 19:30:59 2017
@@ -1 +1 @@
-disable-bubblewrap.patch
+fix-bubblewrap.patch
More information about the pkg-gnome-commits
mailing list