summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMathieu Lonjaret2008-03-31 11:27:31 +0200
committerMathieu Lonjaret2008-03-31 11:27:31 +0200
commitd3d4d01bebd1f9cd6d8e7d86881debc357a70973 (patch)
treeedd33db338a4b7417e3ac77e3f6728089a85e2b7
parent1ad5a475e73f4d979c4f2e2e620ad8db63421ddb (diff)
openssh: added xauth dep for X11Forwarding
-rwxr-xr-xcrypto/openssh/DEPENDS5
-rw-r--r--crypto/openssh/HISTORY4
2 files changed, 9 insertions, 0 deletions
diff --git a/crypto/openssh/DEPENDS b/crypto/openssh/DEPENDS
index 44d4fead18..eeafc7bcee 100755
--- a/crypto/openssh/DEPENDS
+++ b/crypto/openssh/DEPENDS
@@ -4,6 +4,11 @@ depends openssl &&
depends smgl-fhs &&
depends zlib &&
+optional_depends "xauth" \
+ "--with-xauth=${INSTALL_ROOT}/usr/bin/xauth" \
+ "" \
+ "X server auth (needed by X11Forwarding)" &&
+
optional_depends "tcp_wrappers" \
"--with-tcp-wrappers" \
"" \
diff --git a/crypto/openssh/HISTORY b/crypto/openssh/HISTORY
index ce9f16b787..394a0acff3 100644
--- a/crypto/openssh/HISTORY
+++ b/crypto/openssh/HISTORY
@@ -1,3 +1,7 @@
+2008-03-31 Mathieu Lonjaret <lejatorn@sourcemage.org>
+ * DEPENDS: added xauth for X11Forwarding (can probably be done in a
+ more flexible way, with queries...)
+
2008-03-31 Vlad Glagolev <stealth@sourcemage.org>
* DETAILS: updated spell to 4.9p1