Snapshot
Kevin Steves
stevesk at sweden.hp.com
Tue Aug 29 21:05:13 EST 2000
On Tue, 29 Aug 2000, Damien Miller wrote:
: I have just uploaded a new snapshot. Which fixes the (happily minor)
: problems uncovered by the previous test.
:
: http://www.mindrot.org/misc/openssh/openssh-SNAP-20000829.tar.gz
:
: When reporting success or failure when testing, please include the
: 'host system type' as reported by ./configure.
:
: Pending success this will become 2.1.1p5
The scp problem is on HP-UX 11 as well, and while I'd still like to find
out why socketpair() isn't working, here's a patch to add USE_PIPES to
11. Note that -Ae is the default on 11.0, so I removed adding it to
CFLAGS.
--- configure.in.orig Tue Aug 29 05:30:37 2000
+++ configure.in Tue Aug 29 12:04:13 2000
@@ -75,11 +75,9 @@
mansubdir=cat
;;
*-*-hpux11*)
- if test -z "$GCC"; then
- CFLAGS="$CFLAGS -Ae"
- fi
CFLAGS="$CFLAGS -D_HPUX_SOURCE"
AC_DEFINE(IPADDR_IN_DISPLAY)
+ AC_DEFINE(USE_PIPES)
AC_MSG_CHECKING(for HPUX trusted system password database)
if test -f /tcb/files/auth/system/default; then
AC_MSG_RESULT(yes)
More information about the openssh-unix-dev
mailing list