diff options
author | jschauma <jschauma@pkgsrc.org> | 2003-09-17 16:42:01 +0000 |
---|---|---|
committer | jschauma <jschauma@pkgsrc.org> | 2003-09-17 16:42:01 +0000 |
commit | 7c1fd4eb84c0a6ab771f7359725e2243fdb816a9 (patch) | |
tree | 0cbc5689859db81872fb22db9e173ffaacca7b98 /security/openssh | |
parent | cdaa92715735c9201fac114a722b5ed7854c8914 (diff) | |
download | pkgsrc-7c1fd4eb84c0a6ab771f7359725e2243fdb816a9.tar.gz |
Mark OpenSSH-3.7x as *not available for IRIX*!
# OpenSSH 3.7x currently does *not* work on IRIX!
# To compile, we would need to remove the extraneous inclusion of the
# ``inet_ntoa.h'' header in openbsd-compat/inet_ntoa.c, but even though
# sshd will not work: It seems the connection is closed by the daemon
# when it tries to spawn off a child to handle the incoming connection
#
# If you need the latest security patches for your openssh, I'm afraid you'll
# have to apply them by hand to the 3.6.1p2 version.
(Now wouldn't it be nice if we had a NOT_FOR_PLATFORM_REASON that is displayed
automatically?)
Diffstat (limited to 'security/openssh')
-rw-r--r-- | security/openssh/Makefile | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/security/openssh/Makefile b/security/openssh/Makefile index 75dd9bc55a4..1987bf2ddf3 100644 --- a/security/openssh/Makefile +++ b/security/openssh/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.111 2003/09/16 23:06:22 grant Exp $ +# $NetBSD: Makefile,v 1.112 2003/09/17 16:42:01 jschauma Exp $ DISTNAME= openssh-3.7.1p1 PKGNAME= openssh-3.7.1.1 @@ -58,6 +58,16 @@ CONFIGURE_ARGS+= --with-tcp-wrappers=${BUILDLINK_PREFIX.tcp_wrappers} CONFIGURE_ARGS+= --with-privsep-path=${OPENSSH_CHROOT} CONFIGURE_ARGS+= --with-privsep-user=${OPENSSH_USER} +# OpenSSH 3.7x currently does *not* work on IRIX! +# To compile, we would need to remove the extraneous inclusion of the +# ``inet_ntoa.h'' header in openbsd-compat/inet_ntoa.c, but even though +# sshd will not work: It seems the connection is closed by the daemon +# when it tries to spawn off a child to handle the incoming connection +# +# If you need the latest security patches for your openssh, I'm afraid you'll +# have to apply them by hand to the 3.6.1p2 version. +NOT_FOR_PLATFORM= IRIX-*-* + # XXX: PAM authentication causes memory faults, and I haven't tracked down # XXX: why yet. For the moment, disable PAM authentication. # |