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: Eric K Sandall <eric AT sandall.us>
  • 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 11:38:04 -0700

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.

-sandalle

--
Eric Sandall | Source Mage GNU/Linux Developer
eric AT sandall.us PGP: 0xA8EFDD61 | http://www.sourcemage.org/
http://eric.sandall.us/ | http://counter.li.org/ #196285

Attachment: signature.asc
Description: This is a digitally signed message part.




Archive powered by MHonArc 2.6.24.

Top of Page