summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CREDITS3
-rw-r--r--ChangeLog5
-rw-r--r--configure.ac6
3 files changed, 6 insertions, 8 deletions
diff --git a/CREDITS b/CREDITS
index d9aa17e68..575de821b 100644
--- a/CREDITS
+++ b/CREDITS
@@ -45,7 +45,6 @@ Jani Hakala <jahakala@cc.jyu.fi> - Patches
45Jarno Huuskonen <jhuuskon@hytti.uku.fi> - Bugfixes 45Jarno Huuskonen <jhuuskon@hytti.uku.fi> - Bugfixes
46Jim Knoble <jmknoble@jmknoble.cx> - Many patches 46Jim Knoble <jmknoble@jmknoble.cx> - Many patches
47Jonchen (email unknown) - the original author of PAM support of SSH 47Jonchen (email unknown) - the original author of PAM support of SSH
48Joe Rhett (jrhett@isite.net) - Solaris/x86 bugfix
49Juergen Keil <jk@tools.de> - scp bugfixing 48Juergen Keil <jk@tools.de> - scp bugfixing
50KAMAHARA Junzo <kamahara@cc.kshosen.ac.jp> - Configure fixes 49KAMAHARA Junzo <kamahara@cc.kshosen.ac.jp> - Configure fixes
51Kees Cook <cook@cpoint.net> - scp fixes 50Kees Cook <cook@cpoint.net> - scp fixes
@@ -94,5 +93,5 @@ Apologies to anyone I have missed.
94 93
95Damien Miller <djm@mindrot.org> 94Damien Miller <djm@mindrot.org>
96 95
97$Id: CREDITS,v 1.71 2003/07/19 09:49:45 dtucker Exp $ 96$Id: CREDITS,v 1.72 2003/07/23 04:33:10 dtucker Exp $
98 97
diff --git a/ChangeLog b/ChangeLog
index 383f85395..fa8ee2fbe 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
120030723
2 - (dtucker) [configure.ac] Back out change for bug #620.
3
120030719 420030719
2 - (dtucker) [configure.ac] Bug #620: Define BROKEN_GETADDRINFO for 5 - (dtucker) [configure.ac] Bug #620: Define BROKEN_GETADDRINFO for
3 Solaris/x86. Patch from jrhett at isite.net. 6 Solaris/x86. Patch from jrhett at isite.net.
@@ -718,4 +721,4 @@
718 - Fix sshd BindAddress and -b options for systems using fake-getaddrinfo. 721 - Fix sshd BindAddress and -b options for systems using fake-getaddrinfo.
719 Report from murple@murple.net, diagnosis from dtucker@zip.com.au 722 Report from murple@murple.net, diagnosis from dtucker@zip.com.au
720 723
721$Id: ChangeLog,v 1.2863 2003/07/19 10:11:54 dtucker Exp $ 724$Id: ChangeLog,v 1.2864 2003/07/23 04:33:10 dtucker Exp $
diff --git a/configure.ac b/configure.ac
index d71cd9985..74909343d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
1# $Id: configure.ac,v 1.136 2003/07/19 11:28:31 dtucker Exp $ 1# $Id: configure.ac,v 1.137 2003/07/23 04:33:10 dtucker Exp $
2 2
3AC_INIT 3AC_INIT
4AC_CONFIG_SRCDIR([ssh.c]) 4AC_CONFIG_SRCDIR([ssh.c])
@@ -296,10 +296,6 @@ mips-sony-bsd|mips-sony-newsos4)
296 else 296 else
297 AC_MSG_RESULT(no) 297 AC_MSG_RESULT(no)
298 fi 298 fi
299 sol2platform=`echo "$host"| sed -e 's/-solaris.*$//'`
300 if test "$sol2platform" -eq "i386-pc"; then
301 AC_DEFINE(BROKEN_GETADDRINFO)
302 fi
303 ;; 299 ;;
304*-*-sunos4*) 300*-*-sunos4*)
305 CPPFLAGS="$CPPFLAGS -DSUNOS4" 301 CPPFLAGS="$CPPFLAGS -DSUNOS4"