summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorian Franzmann2013-03-15 20:38:46 +0100
committerFlorian Franzmann2013-03-15 21:00:18 +0100
commit6d3566aced34d02cd7371f0d5a9874c989d4b4ab (patch)
tree6dd948a3c53797203b050f7279beea3117a794ad
parenta0b542f6c6e4a94b329482224bc85424766e9068 (diff)
xorg-app/xdm: use X's default authentication mechanism
-rw-r--r--xorg-app/xdm/0001-use-X-s-default-authentication-mechanism-instead-of-.patch22
-rw-r--r--xorg-app/xdm/HISTORY3
-rwxr-xr-xxorg-app/xdm/PRE_BUILD3
3 files changed, 28 insertions, 0 deletions
diff --git a/xorg-app/xdm/0001-use-X-s-default-authentication-mechanism-instead-of-.patch b/xorg-app/xdm/0001-use-X-s-default-authentication-mechanism-instead-of-.patch
new file mode 100644
index 0000000000..ad3ecf3676
--- /dev/null
+++ b/xorg-app/xdm/0001-use-X-s-default-authentication-mechanism-instead-of-.patch
@@ -0,0 +1,22 @@
+From f8e1ba94509391955b0bffffb11f2ec3bed55bf1 Mon Sep 17 00:00:00 2001
+From: Florian Franzmann <siflfran@hawo.stw.uni-erlangen.de>
+Date: Fri, 15 Mar 2013 20:34:51 +0100
+Subject: [PATCH] use X's default authentication mechanism instead of xdm's
+ specific one
+
+---
+ config/xdm-config.cpp | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/config/xdm-config.cpp b/config/xdm-config.cpp
+index a685129..5203cce 100644
+--- a/config/xdm-config.cpp
++++ b/config/xdm-config.cpp
+@@ -37,3 +37,4 @@ DisplayManager*loginmoveInterval: 10
+ ! SECURITY: do not listen for XDMCP or Chooser requests
+ ! Comment out this line if you want to manage X terminals with xdm
+ DisplayManager.requestPort: 0
++DisplayManager*authName: MIT-MAGIC-COOKIE-1
+--
+1.8.1.3
+
diff --git a/xorg-app/xdm/HISTORY b/xorg-app/xdm/HISTORY
index 88df4edcf9..948a85c541 100644
--- a/xorg-app/xdm/HISTORY
+++ b/xorg-app/xdm/HISTORY
@@ -1,5 +1,8 @@
2013-03-15 Florian Franzmann <siflfran@hawo.stw.uni-erlangen.de>
* DETAILS: version 1.1.11
+ * PRE_BUILD, 0001-use-X-s-default-authentication-mechanism-instead-of-.patch:
+ apply patch to use X's default authentication mechanism. xdm's mechanism
+ doesn't work with SDL.
2012-09-17 Remko van der Vossen <wich@sourcemage.org>
* BUILD: Put config files where they belong
diff --git a/xorg-app/xdm/PRE_BUILD b/xorg-app/xdm/PRE_BUILD
new file mode 100755
index 0000000000..a58c41f08a
--- /dev/null
+++ b/xorg-app/xdm/PRE_BUILD
@@ -0,0 +1,3 @@
+default_pre_build &&
+cd ${SOURCE_DIRECTORY} &&
+patch -p1 < ${SPELL_DIRECTORY}/0001-use-X-s-default-authentication-mechanism-instead-of-.patch