]> git.pld-linux.org Git - packages/X11.git/blobdiff - X11-Xwrapper.patch
- another try
[packages/X11.git] / X11-Xwrapper.patch
index 679675c3312f2e3eb5af97dd7ccb9b2df5b2517e..7663d566c441df491d4b00956bc1f73e035bc1e5 100644 (file)
@@ -1,6 +1,6 @@
-diff -urN xc.orig/config/cf/Server.tmpl xc/config/cf/Server.tmpl
---- xc.orig/config/cf/Server.tmpl      Mon Dec 30 15:52:30 2002
-+++ xc/config/cf/Server.tmpl   Mon Dec 30 17:31:51 2002
+diff -urN X11-6.9.0.org/xc/config/cf/Server.tmpl X11-6.9.0/xc/config/cf/Server.tmpl
+--- X11-6.9.0.org/xc/config/cf/Server.tmpl     2004-04-23 20:41:58.000000000 +0200
++++ X11-6.9.0/xc/config/cf/Server.tmpl 2005-12-22 10:50:30.350963000 +0100
 @@ -25,8 +25,14 @@
  #ifndef DoThreadedServer
  #define DoThreadedServer NO
@@ -17,10 +17,33 @@ diff -urN xc.orig/config/cf/Server.tmpl xc/config/cf/Server.tmpl
  #endif
  
  #ifdef CrossCompileDir
-diff -urN xc.orig/config/cf/xorgsite.def xc/config/cf/xorgsite.def
---- xc.orig/config/cf/xorgsite.def     Mon Dec 30 15:52:31 2002
-+++ xc/config/cf/xorgsite.def  Mon Dec 30 17:37:06 2002
-@@ -69,14 +69,15 @@
+diff -urN X11-6.9.0.org/xc/config/cf/xorg.cf X11-6.9.0/xc/config/cf/xorg.cf
+--- X11-6.9.0.org/xc/config/cf/xorg.cf 2005-12-22 10:49:00.730963000 +0100
++++ X11-6.9.0/xc/config/cf/xorg.cf     2005-12-22 10:50:53.520963000 +0100
+@@ -835,12 +835,15 @@
+ #endif
+ /*
+- * The default is to install the X servers setuid-root on most OSs.
+- * It the servers are only started by xdm, they should not be setuid-root.
++ * The X servers need to run as root on most OSs.  We're now using a
++ * wrapper in that case, but we still need to make it known that the
++ * servers need SetUID.  When only using xdm, this (and the wrapper)
++ * are not required.  Disabling this automatically disables use of the
++ * wrapper.
+  */
+ #if !defined(i386MachArchitecture) && !defined(OS2Architecture)
+-# ifndef InstallXserverSetUID
+-#  define InstallXserverSetUID        YES
++# ifndef XserverNeedsSetUID
++#  define XserverNeedsSetUID  YES
+ # endif
+ #endif
+diff -urN X11-6.9.0.org/xc/config/cf/xorgsite.def X11-6.9.0/xc/config/cf/xorgsite.def
+--- X11-6.9.0.org/xc/config/cf/xorgsite.def    2005-12-22 10:49:00.730963000 +0100
++++ X11-6.9.0/xc/config/cf/xorgsite.def        2005-12-22 10:50:53.510963000 +0100
+@@ -75,14 +75,15 @@
   */
  
  /*
@@ -42,35 +65,63 @@ diff -urN xc.orig/config/cf/xorgsite.def xc/config/cf/xorgsite.def
   */
  
  
-diff -urN xc.orig/config/cf/xfree86.cf xc/config/cf/xfree86.cf
---- xc.orig/config/cf/xfree86.cf       Mon Dec 30 15:52:31 2002
-+++ xc/config/cf/xfree86.cf    Mon Dec 30 17:31:51 2002
-@@ -1104,12 +1104,15 @@
- #endif
+diff -urN X11-6.9.0.org/xc/programs/xinit/startx.cpp X11-6.9.0/xc/programs/xinit/startx.cpp
+--- X11-6.9.0.org/xc/programs/xinit/startx.cpp 2005-11-15 05:03:10.000000000 +0100
++++ X11-6.9.0/xc/programs/xinit/startx.cpp     2005-12-22 10:53:22.620963000 +0100
+@@ -65,7 +65,7 @@
+ userserverrc=$HOME/.xserverrc
+ sysserverrc=XINITDIR/xserverrc
+ defaultclient=XTERM
+-defaultserver=XSERVER
++defaultserver=BINDIR/Xwrapper
+ defaultclientargs=""
+ defaultserverargs=""
+ clientargs=""
+diff -urN X11-6.9.0.org/xc/programs/xinit/xinit.c X11-6.9.0/xc/programs/xinit/xinit.c
+--- X11-6.9.0.org/xc/programs/xinit/xinit.c    2005-10-04 03:27:34.000000000 +0200
++++ X11-6.9.0/xc/programs/xinit/xinit.c        2005-12-22 10:50:53.630963000 +0100
+@@ -156,6 +156,7 @@
+ #define       OK_EXIT         0
+ #define       ERR_EXIT        1
  
- /*
-- * The default is to install the X servers setuid-root on most OSs.
-- * It the servers are only started by xdm, they should not be setuid-root.
-+ * The X servers need to run as root on most OSs.  We're now using a
-+ * wrapper in that case, but we still need to make it known that the
-+ * servers need SetUID.  When only using xdm, this (and the wrapper)
-+ * are not required.  Disabling this automatically disables use of the
-+ * wrapper.
-  */
- #if !defined(i386MachArchitecture) && !defined(OS2Architecture)
--# ifndef InstallXserverSetUID
--#  define InstallXserverSetUID        YES
-+# ifndef XserverNeedsSetUID
-+#  define XserverNeedsSetUID  YES
- # endif
- #endif
++char *default_wrapper = BINDIR "/Xwrapper";
+ char *default_server = "X";
+ char *default_display = ":0";         /* choose most efficient */
+ char *default_client[] = {"xterm", "-geometry", "+1+1", "-n", "login", NULL};
+@@ -346,7 +347,10 @@
+       if (argc == 0 ||
+ #ifndef __UNIXOS2__
+           (**argv != '/' && **argv != '.')) {
+-              *sptr++ = default_server;
++              if (access(default_wrapper, X_OK) == 0)
++                      *sptr++ = default_wrapper;
++              else
++                      *sptr++ = default_server;
+ #else
+           (**argv != '/' && **argv != '\\' && **argv != '.' &&
+            !(isalpha(**argv) && (*argv)[1]==':'))) {
+diff -urN X11-6.9.0.org/xc/programs/Xserver/hw/xfree86/os-support/linux/lnx_init.c X11-6.9.0/xc/programs/Xserver/hw/xfree86/os-support/linux/lnx_init.c
+--- X11-6.9.0.org/xc/programs/Xserver/hw/xfree86/os-support/linux/lnx_init.c   2005-08-26 09:35:55.000000000 +0200
++++ X11-6.9.0/xc/programs/Xserver/hw/xfree86/os-support/linux/lnx_init.c       2005-12-22 10:52:06.630963000 +0100
+@@ -104,8 +104,10 @@
  
-diff -urN xc.orig/programs/Xserver/Imakefile xc/programs/Xserver/Imakefile
---- xc.orig/programs/Xserver/Imakefile Mon Dec 30 15:53:22 2002
-+++ xc/programs/Xserver/Imakefile      Mon Dec 30 17:31:51 2002
-@@ -4,11 +4,6 @@
+       /* when KeepTty check if we're run with euid==0 */
+       if (KeepTty && geteuid() != 0) 
+-          FatalError("xf86OpenConsole:"
+-                     " Server must be suid root for option \"KeepTTY\"\n");
++          FatalError("xf86OpenConsole: Server must be running with root "
++                          "permissions\n"
++                          "You should be using Xwrapper to start the server or xdm.\n"
++                          "We strongly advise against making the server SUID root!\n");
+       /*
+        * setup the virtual terminal manager
+diff -urN X11-6.9.0.org/xc/programs/Xserver/Imakefile X11-6.9.0/xc/programs/Xserver/Imakefile
+--- X11-6.9.0.org/xc/programs/Xserver/Imakefile        2005-11-18 19:15:23.000000000 +0100
++++ X11-6.9.0/xc/programs/Xserver/Imakefile    2005-12-22 10:50:53.540963000 +0100
+@@ -5,11 +5,6 @@
   */
- XCOMM $XFree86: xc/programs/Xserver/Imakefile,v 3.275 2002/12/21 00:19:11 torrey Exp $
+ XCOMM $XFree86: xc/programs/Xserver/Imakefile,v 3.296 2003/11/23 06:47:00 torrey Exp $
  
 -#ifndef InstallXserverSetUID
 -#define InstallXserverSetUID NO
@@ -79,8 +130,8 @@ diff -urN xc.orig/programs/Xserver/Imakefile xc/programs/Xserver/Imakefile
 -
  #include <Server.tmpl>
  
- #ifdef XFree86Version
-@@ -1146,6 +1141,11 @@
+ /* On most systems the linker requires the libraries in dependency order. 
+@@ -893,6 +888,11 @@
  #endif /* XnestServer */
  
  
@@ -92,33 +143,18 @@ diff -urN xc.orig/programs/Xserver/Imakefile xc/programs/Xserver/Imakefile
  #if defined(XnonServer) && XnonServer
  XCOMM
  XCOMM non server, just compile sources for build test
-diff -urN xc.orig/programs/Xserver/hw/xfree86/os-support/linux/lnx_init.c xc/programs/Xserver/hw/xfree86/os-support/linux/lnx_init.c
---- xc.orig/programs/Xserver/hw/xfree86/os-support/linux/lnx_init.c    Mon Dec 30 15:53:52 2002
-+++ xc/programs/Xserver/hw/xfree86/os-support/linux/lnx_init.c Mon Dec 30 17:31:51 2002
-@@ -66,7 +66,10 @@
-       /* check if we're run with euid==0 */
-       if (geteuid() != 0)
-       {
--          FatalError("xf86OpenConsole: Server must be suid root\n");
-+          FatalError("xf86OpenConsole: Server must be running with root "
-+              "permissions\n"
-+              "You should be using Xwrapper to start the server or xdm.\n"
-+              "We strongly advise against making the server SUID root!\n");
-       }
-       /*
-diff -urN xc.orig/programs/Xserver/os/Imakefile xc/programs/Xserver/os/Imakefile
---- xc.orig/programs/Xserver/os/Imakefile      Mon Dec 30 15:53:58 2002
-+++ xc/programs/Xserver/os/Imakefile   Mon Dec 30 17:31:52 2002
-@@ -120,6 +120,7 @@
+diff -urN X11-6.9.0.org/xc/programs/Xserver/os/Imakefile X11-6.9.0/xc/programs/Xserver/os/Imakefile
+--- X11-6.9.0.org/xc/programs/Xserver/os/Imakefile     2005-03-23 20:58:45.000000000 +0100
++++ X11-6.9.0/xc/programs/Xserver/os/Imakefile 2005-12-22 10:52:36.410963000 +0100
+@@ -132,6 +132,7 @@
         INCLUDES = -I. -I../include -I$(XINCLUDESRC) -I$(EXTINCSRC) \
                  -I$(SERVERSRC)/Xext -I$(FONTINCSRC) -I$(SERVERSRC)/render \
-                 -I$(TOP)/lib/Xau -I../lbx Krb5Includes
+                 -I$(TOP)/lib/Xau -I../lbx -I../Xprint Krb5Includes
 +  EXTRA_DEFINES = -DUSE_PAM
   DEPEND_DEFINES = $(DBM_DEFINES) $(XDMCP_DEFINES) $(EXT_DEFINES) \
-                 $(TRANS_INCLUDES) $(CONNECTION_FLAGS) DependDefines
-        LINTLIBS = ../dix/llib-ldix.ln
-@@ -166,6 +167,14 @@
+                 $(TRANS_INCLUDES) $(CONNECTION_FLAGS) $(GETPEER_DEFINES) \
+                 DependDefines
+@@ -179,6 +180,14 @@
  SpecialCObjectRule(oscolor,$(ICONFIGFILES),$(DBM_DEFINES))
  #endif
  
@@ -133,9 +169,9 @@ diff -urN xc.orig/programs/Xserver/os/Imakefile xc/programs/Xserver/os/Imakefile
  #if HasKrb5
  LinkSourceFile(k5encode.c,$(XAUTHSRC))
  #endif
-diff -urN xc.orig/programs/Xserver/os/wrapper.c xc/programs/Xserver/os/wrapper.c
---- xc.orig/programs/Xserver/os/wrapper.c      Thu Jan  1 01:00:00 1970
-+++ xc/programs/Xserver/os/wrapper.c   Mon Dec 30 17:31:52 2002
+diff -urN X11-6.9.0.org/xc/programs/Xserver/os/wrapper.c X11-6.9.0/xc/programs/Xserver/os/wrapper.c
+--- X11-6.9.0.org/xc/programs/Xserver/os/wrapper.c     1970-01-01 01:00:00.000000000 +0100
++++ X11-6.9.0/xc/programs/Xserver/os/wrapper.c 2005-12-22 10:50:53.610963000 +0100
 @@ -0,0 +1,304 @@
 +/*
 + * X server wrapper.
@@ -441,38 +477,3 @@ diff -urN xc.orig/programs/Xserver/os/wrapper.c xc/programs/Xserver/os/wrapper.c
 +    exit(1);
 +}
 +
-diff -urN xc.orig/programs/xinit/startx.cpp xc/programs/xinit/startx.cpp
---- xc.orig/programs/xinit/startx.cpp  Mon Dec 30 15:54:10 2002
-+++ xc/programs/xinit/startx.cpp       Mon Dec 30 17:31:52 2002
-@@ -53,7 +53,7 @@
- sysclientrc=XINITDIR/xinitrc
- sysserverrc=XINITDIR/xserverrc
- defaultclient=BINDIR/xterm
--defaultserver=BINDIR/X
-+defaultserver=BINDIR/Xwrapper
- defaultclientargs=""
- defaultserverargs=""
- clientargs=""
-diff -urN xc.orig/programs/xinit/xinit.c xc/programs/xinit/xinit.c
---- xc.orig/programs/xinit/xinit.c     Mon Dec 30 15:54:10 2002
-+++ xc/programs/xinit/xinit.c  Mon Dec 30 17:31:52 2002
-@@ -146,6 +146,7 @@
- #define       OK_EXIT         0
- #define       ERR_EXIT        1
-+char *default_wrapper = BINDIR "/Xwrapper";
- char *default_server = "X";
- char *default_display = ":0";         /* choose most efficient */
- char *default_client[] = {"xterm", "-geometry", "+1+1", "-n", "login", NULL};
-@@ -332,7 +333,10 @@
-       if (argc == 0 ||
- #ifndef __UNIXOS2__
-           (**argv != '/' && **argv != '.')) {
--              *sptr++ = default_server;
-+              if (access(default_wrapper, X_OK) == 0)
-+                      *sptr++ = default_wrapper;
-+              else
-+                      *sptr++ = default_server;
- #else
-           (**argv != '/' && **argv != '\\' && **argv != '.' &&
-            !(isalpha(**argv) && (*argv)[1]==':'))) {
This page took 0.096725 seconds and 4 git commands to generate.