summaryrefslogtreecommitdiff
path: root/security/openssh
diff options
context:
space:
mode:
authorjschauma <jschauma>2003-09-17 16:42:01 +0000
committerjschauma <jschauma>2003-09-17 16:42:01 +0000
commit380da07495269226ad2b8cffa3feceae2bd338cd (patch)
tree0cbc5689859db81872fb22db9e173ffaacca7b98 /security/openssh
parentd2f4848bd6067b9a2e84559dee645aa07ef835c0 (diff)
downloadpkgsrc-380da07495269226ad2b8cffa3feceae2bd338cd.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/Makefile12
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.
#