I spoke with Markus before Christmas (I hope all your holidays were better then mine.. But that's another topic. Car are evil.=) and he would like to release 2.4.0 in the very near future. Is there any undisputed patches still out not applied to the current portable CVS tree? (BTW, I just applied the getrlimit patch from Corinna.) - Ben
On Wed, 27 Dec 2000 mouring at etoh.eviladmin.org wrote:> Is there any undisputed patches still out not applied to the current > portable CVS tree? (BTW, I just applied the getrlimit patch from > Corinna.)It's not 'undisputed', but the hanging connection endings with background processes problem is still there, right? :-( -- Pekka Savola "Tell me of difficulties surmounted, Netcore Oy not those you stumble over and fall" Systems. Networks. Security. -- Robert Jordan: A Crown of Swords
Here is a patch for SCO Open Server 5 It has sys/queue.h but it has nothing to do with the intended use. -- Tim Rice Multitalents (707) 887-1469 tim at multitalents.net -------------- next part -------------- --- acconfig.h.old Tue Dec 19 18:34:49 2000 +++ acconfig.h Wed Dec 27 18:00:28 2000 @@ -12,6 +12,7 @@ /* SCO workaround */ #undef BROKEN_SYS_TERMIO_H +#undef HAVE_BOGUS_SYS_QUEUE_H /* Define if you have SCO protected password database */ #undef HAVE_SCO_PROTECTED_PW --- configure.in.old Tue Dec 19 18:34:49 2000 +++ configure.in Wed Dec 27 17:55:28 2000 @@ -229,6 +229,7 @@ rsh_path="/usr/bin/rcmd" AC_DEFINE(HAVE_SCO_PROTECTED_PW) AC_DEFINE(DISABLE_SHADOW) + AC_DEFINE(HAVE_BOGUS_SYS_QUEUE_H) ;; *-dec-osf*) # This is untested --- ssh-keyscan.c.old Thu Dec 21 17:44:00 2000 +++ ssh-keyscan.c Wed Dec 27 17:57:25 2000 @@ -10,7 +10,7 @@ #include "includes.h" RCSID("$OpenBSD: ssh-keyscan.c,v 1.6 2000/12/19 23:17:58 markus Exp $"); -#ifdef HAVE_SYS_QUEUE_H +#if defined(HAVE_SYS_QUEUE_H) && !defined(HAVE_BOGUS_SYS_QUEUE_H) #include <sys/queue.h> #else #include "bsd-queue.h"
On Wed, 27 Dec 2000 mouring at etoh.eviladmin.org wrote: : Is there any undisputed patches still out not applied to the current : portable CVS tree? not a patch per se but proto 2 is broken on hp-ux due to the issue with the SIGCHLD handler being reinstalled before a wait().