summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeorge Sherwood2009-01-07 07:25:21 -0600
committerArwed von Merkatz2009-01-13 19:57:37 +0100
commitc8041f797cdef1ccf53b395fafc924b7f3a6dedc (patch)
treebd9fea2f12f52e3eb0550dc1b0438842c7ae9e57
parent4e3b12447cf49174aa0bfcb98d8252174a0aae7c (diff)
openssh: Changed optional_depends XORG-SERVER to
xauth. This seems to be all it needs for X11-FORWARDING (cherry picked from commit 880b31b6ad7c2e0e013844d5a994c516dbda5088)
-rwxr-xr-xcrypto/openssh/DEPENDS2
-rw-r--r--crypto/openssh/HISTORY3
2 files changed, 4 insertions, 1 deletions
diff --git a/crypto/openssh/DEPENDS b/crypto/openssh/DEPENDS
index 3f40199a58..d2c0318449 100755
--- a/crypto/openssh/DEPENDS
+++ b/crypto/openssh/DEPENDS
@@ -19,7 +19,7 @@ optional_depends "krb5" \
"" \
"to enable Kerberos 5 support" &&
-optional_depends "X11-SERVER" \
+optional_depends "xauth" \
"--with-xauth="${INSTALL_ROOT}/usr/bin/xauth"" \
"" \
"X server auth (needed by X11Forwarding)"
diff --git a/crypto/openssh/HISTORY b/crypto/openssh/HISTORY
index 17d6694de1..c7f3329cd5 100644
--- a/crypto/openssh/HISTORY
+++ b/crypto/openssh/HISTORY
@@ -1,3 +1,6 @@
+2009-01-07 George Sherwood <gsherwood@sourcemage.org>
+ * DEPENDS: Change optional_depends XORG_SERVER to xauth
+
2009-01-06 George Sherwood <gsherwood@sourcemage.org>
* DEPENDS: Removed depends xauth. Bug #15010