mirror of
https://github.com/PowerShell/openssh-portable.git
synced 2025-07-29 08:44:52 +02:00
- (dtucker) [configure.ac] Back out change for bug #620.
This commit is contained in:
parent
700e4380ce
commit
acb98497fb
3
CREDITS
3
CREDITS
@ -45,7 +45,6 @@ Jani Hakala <jahakala@cc.jyu.fi> - Patches
|
|||||||
Jarno Huuskonen <jhuuskon@hytti.uku.fi> - Bugfixes
|
Jarno Huuskonen <jhuuskon@hytti.uku.fi> - Bugfixes
|
||||||
Jim Knoble <jmknoble@jmknoble.cx> - Many patches
|
Jim Knoble <jmknoble@jmknoble.cx> - Many patches
|
||||||
Jonchen (email unknown) - the original author of PAM support of SSH
|
Jonchen (email unknown) - the original author of PAM support of SSH
|
||||||
Joe Rhett (jrhett@isite.net) - Solaris/x86 bugfix
|
|
||||||
Juergen Keil <jk@tools.de> - scp bugfixing
|
Juergen Keil <jk@tools.de> - scp bugfixing
|
||||||
KAMAHARA Junzo <kamahara@cc.kshosen.ac.jp> - Configure fixes
|
KAMAHARA Junzo <kamahara@cc.kshosen.ac.jp> - Configure fixes
|
||||||
Kees Cook <cook@cpoint.net> - scp fixes
|
Kees Cook <cook@cpoint.net> - scp fixes
|
||||||
@ -94,5 +93,5 @@ Apologies to anyone I have missed.
|
|||||||
|
|
||||||
Damien Miller <djm@mindrot.org>
|
Damien Miller <djm@mindrot.org>
|
||||||
|
|
||||||
$Id: CREDITS,v 1.71 2003/07/19 09:49:45 dtucker Exp $
|
$Id: CREDITS,v 1.72 2003/07/23 04:33:10 dtucker Exp $
|
||||||
|
|
||||||
|
@ -1,3 +1,6 @@
|
|||||||
|
20030723
|
||||||
|
- (dtucker) [configure.ac] Back out change for bug #620.
|
||||||
|
|
||||||
20030719
|
20030719
|
||||||
- (dtucker) [configure.ac] Bug #620: Define BROKEN_GETADDRINFO for
|
- (dtucker) [configure.ac] Bug #620: Define BROKEN_GETADDRINFO for
|
||||||
Solaris/x86. Patch from jrhett at isite.net.
|
Solaris/x86. Patch from jrhett at isite.net.
|
||||||
@ -718,4 +721,4 @@
|
|||||||
- Fix sshd BindAddress and -b options for systems using fake-getaddrinfo.
|
- Fix sshd BindAddress and -b options for systems using fake-getaddrinfo.
|
||||||
Report from murple@murple.net, diagnosis from dtucker@zip.com.au
|
Report from murple@murple.net, diagnosis from dtucker@zip.com.au
|
||||||
|
|
||||||
$Id: ChangeLog,v 1.2863 2003/07/19 10:11:54 dtucker Exp $
|
$Id: ChangeLog,v 1.2864 2003/07/23 04:33:10 dtucker Exp $
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# $Id: configure.ac,v 1.136 2003/07/19 11:28:31 dtucker Exp $
|
# $Id: configure.ac,v 1.137 2003/07/23 04:33:10 dtucker Exp $
|
||||||
|
|
||||||
AC_INIT
|
AC_INIT
|
||||||
AC_CONFIG_SRCDIR([ssh.c])
|
AC_CONFIG_SRCDIR([ssh.c])
|
||||||
@ -296,10 +296,6 @@ mips-sony-bsd|mips-sony-newsos4)
|
|||||||
else
|
else
|
||||||
AC_MSG_RESULT(no)
|
AC_MSG_RESULT(no)
|
||||||
fi
|
fi
|
||||||
sol2platform=`echo "$host"| sed -e 's/-solaris.*$//'`
|
|
||||||
if test "$sol2platform" -eq "i386-pc"; then
|
|
||||||
AC_DEFINE(BROKEN_GETADDRINFO)
|
|
||||||
fi
|
|
||||||
;;
|
;;
|
||||||
*-*-sunos4*)
|
*-*-sunos4*)
|
||||||
CPPFLAGS="$CPPFLAGS -DSUNOS4"
|
CPPFLAGS="$CPPFLAGS -DSUNOS4"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user