Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by George Sherwood (880b31b6ad7c2e0e013844d5a994c516dbda5088)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: George Sherwood <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by George Sherwood (880b31b6ad7c2e0e013844d5a994c516dbda5088)
  • Date: Wed, 7 Jan 2009 07:25:04 -0600

GIT changes to master grimoire by George Sherwood <gsherwood AT sourcemage.org>:

crypto/openssh/DEPENDS | 2 +-
crypto/openssh/HISTORY | 3 +++
2 files changed, 4 insertions(+), 1 deletion(-)

New commits:
commit 880b31b6ad7c2e0e013844d5a994c516dbda5088
Author: George Sherwood <gsherwood AT sourcemage.org>
Commit: George Sherwood <gsherwood AT sourcemage.org>

openssh: Changed optional_depends XORG-SERVER to
xauth. This seems to be all it needs for X11-FORWARDING

diff --git a/crypto/openssh/DEPENDS b/crypto/openssh/DEPENDS
index 3f40199..d2c0318 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 17d6694..c7f3329 100644
--- a/crypto/openssh/HISTORY
+++ b/crypto/openssh/HISTORY
@@ -1,3 +1,6 @@
+2009-01-07 George Sherwood <gsherwood AT sourcemage.org>
+ * DEPENDS: Change optional_depends XORG_SERVER to xauth
+
2009-01-06 George Sherwood <gsherwood AT sourcemage.org>
* DEPENDS: Removed depends xauth. Bug #15010




  • [SM-Commit] GIT changes to master grimoire by George Sherwood (880b31b6ad7c2e0e013844d5a994c516dbda5088), George Sherwood, 01/07/2009

Archive powered by MHonArc 2.6.24.

Top of Page