Skip to Content.
Sympa Menu

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

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 (c10c2bc1ed74d53f9a0a137ae113efed7b71afd2)
  • Date: Tue, 6 Jan 2009 17:12:39 -0600

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

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

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

openssh: Removed depends xauth. It isn't needed unless
xorg-server is selcted and comes with that.
Bug #15010

diff --git a/crypto/openssh/DEPENDS b/crypto/openssh/DEPENDS
index 0b084ba..3f40199 100755
--- a/crypto/openssh/DEPENDS
+++ b/crypto/openssh/DEPENDS
@@ -3,7 +3,6 @@ depends gnupg &&
depends openssl &&
depends smgl-fhs &&
depends zlib &&
-depends xauth --with-xauth="${INSTALL_ROOT}/usr/bin/xauth"

optional_depends "tcp_wrappers" \
"--with-tcp-wrappers" \
@@ -21,6 +20,6 @@ optional_depends "krb5" \
"to enable Kerberos 5 support" &&

optional_depends "X11-SERVER" \
- "" \
+ "--with-xauth="${INSTALL_ROOT}/usr/bin/xauth"" \
"" \
"X server auth (needed by X11Forwarding)"
diff --git a/crypto/openssh/HISTORY b/crypto/openssh/HISTORY
index 286bd88..17d6694 100644
--- a/crypto/openssh/HISTORY
+++ b/crypto/openssh/HISTORY
@@ -1,3 +1,6 @@
+2009-01-06 George Sherwood <gsherwood AT sourcemage.org>
+ * DEPENDS: Removed depends xauth. Bug #15010
+
2008-11-26 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
* DEPENDS: remove check_if_xorg_modular* reference #14708




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

Archive powered by MHonArc 2.6.24.

Top of Page