Skip to Content.
Sympa Menu

sm-commit - Re: [SM-Commit] GIT changes to master grimoire by Mathieu Lonjaret (d3d4d01bebd1f9cd6d8e7d86881debc357a70973)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Arwed von Merkatz <v.merkatz AT gmx.net>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: Re: [SM-Commit] GIT changes to master grimoire by Mathieu Lonjaret (d3d4d01bebd1f9cd6d8e7d86881debc357a70973)
  • Date: Mon, 31 Mar 2008 21:26:51 +0200

On Mon, Mar 31, 2008 at 11:38:04AM -0700, Eric K Sandall wrote:
> On Monday 31 March 2008 02:27:59 Mathieu Lonjaret wrote:
> > GIT changes to master grimoire by Mathieu Lonjaret
> > <lejatorn AT sourcemage.org>:
> >
> > crypto/openssh/DEPENDS | 5 +++++
> > crypto/openssh/HISTORY | 4 ++++
> > 2 files changed, 9 insertions(+)
> >
> > New commits:
> > commit d3d4d01bebd1f9cd6d8e7d86881debc357a70973
> > Author: Mathieu Lonjaret <lejatorn AT sourcemage.org>
> > Commit: Mathieu Lonjaret <lejatorn AT sourcemage.org>
> >
> > openssh: added xauth dep for X11Forwarding
> >
> > diff --git a/crypto/openssh/DEPENDS b/crypto/openssh/DEPENDS
> > index 44d4fea..eeafc7b 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" \
> > "" \
>
> That only applies if using xorg-modular. You will need to source
> $GRIMOIRE/FUNCTIONS and use check_if_xorg_modular_libs or
> check_if_xorg_modular_server, depending on if OpenSSH needs X11-LIBS or
> X11-SERVER for this functionality.
>
> If openssh only needs xauth and not all of X11-LIBS or X11-SERVER I'm not
> sure
> how we should handle this.

Could be handled by an XAUTH provider for the time until modular makes
it to the main grimoire.

--
Arwed v. Merkatz Source Mage GNU/Linux developer
http://www.sourcemage.org




Archive powered by MHonArc 2.6.24.

Top of Page