summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2020-10-30 00:23:50 +0200
committerAndreas K. Hüttel <dilfridge@gentoo.org>2020-10-30 00:24:45 +0200
commitd57dca20f6f8ee91ab021ac3b0cf86101521e974 (patch)
tree391665df1624f39828a51fa5e8a8c75fff20303a /x11-wm/xpra/files
parentacct-group/xpra: Add GID for x11-wm/xpra (diff)
downloadgentoo-d57dca20f6f8ee91ab021ac3b0cf86101521e974.tar.gz
gentoo-d57dca20f6f8ee91ab021ac3b0cf86101521e974.tar.bz2
gentoo-d57dca20f6f8ee91ab021ac3b0cf86101521e974.zip
x11-wm/xpra: Version bump
Closes: https://bugs.gentoo.org/723484 Package-Manager: Portage-3.0.8, Repoman-3.0.2 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'x11-wm/xpra/files')
-rw-r--r--x11-wm/xpra/files/xpra-4.0.3-suid-warning.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/x11-wm/xpra/files/xpra-4.0.3-suid-warning.patch b/x11-wm/xpra/files/xpra-4.0.3-suid-warning.patch
new file mode 100644
index 000000000000..ae590110f1c3
--- /dev/null
+++ b/x11-wm/xpra/files/xpra-4.0.3-suid-warning.patch
@@ -0,0 +1,12 @@
+diff -Nuar a/xpra/scripts/config.py b/xpra/scripts/config.py
+--- a/xpra/scripts/config.py 2020-05-10 19:00:55.000000000 +0200
++++ b/xpra/scripts/config.py 2020-06-07 18:35:49.361899872 +0200
+@@ -150,7 +150,7 @@
+ if (xorg_stat.st_mode & stat.S_ISUID)!=0:
+ if (xorg_stat.st_mode & stat.S_IROTH)==0:
+ if warn:
+- warn("%s is suid and not readable, Xdummy support unavailable" % xorg_bin)
++ debug("%s is suid and not readable, Xdummy support unavailable" % xorg_bin)
+ return get_Xvfb_command()
+ debug("%s is suid and readable, using the xpra_Xdummy wrapper" % xorg_bin)
+ use_wrapper = True