pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/security/openssh Mark OpenSSH-3.7x as *not available f...
details: https://anonhg.NetBSD.org/pkgsrc/rev/073157511824
branches: trunk
changeset: 461543:073157511824
user: jschauma <jschauma%pkgsrc.org@localhost>
date: Wed Sep 17 16:42:01 2003 +0000
description:
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:
security/openssh/Makefile | 12 +++++++++++-
1 files changed, 11 insertions(+), 1 deletions(-)
diffs (26 lines):
diff -r 5f960c54e52e -r 073157511824 security/openssh/Makefile
--- a/security/openssh/Makefile Wed Sep 17 16:41:34 2003 +0000
+++ b/security/openssh/Makefile Wed Sep 17 16:42:01 2003 +0000
@@ -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-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.
#
Home |
Main Index |
Thread Index |
Old Index