argus-2.0.2.redux
Peter Van Epp
vanepp at sfu.ca
Fri Oct 5 12:46:38 EDT 2001
>
> Gentle people,
> Sorry for the delay in getting argus-2.0.2.redux out for
> testing. This version should fix the OpenBSD compiling
> problems that Peter solved, and has some minor fixes in
> argus for memory leaks.
>
> ftp://qosient.com/dev/argus-2.0/argus-2.0.2.redux.tar.gz
>
> Please give this a test, as I would like to officially
> release it at the end of the week.
>
Late as usual, a couple of bugs (with these two applied OpenBSD 2.8
compiles and runs and the man line prints correctly, I'll verify NetBSD and
FreeBSD in a while).
*** common/argus_util.c.orig Fri Oct 5 01:36:50 2001
--- common/argus_util.c Fri Oct 5 01:37:46 2001
***************
*** 1033,1039 ****
} else {
if (Iflag)
! #if defined(HAVE_SOLARIS) || defined(__FreeBSD__) || defined(__NetBSD__) || defined(__OpenBSD)
strcpy (fmtstr, "%s%s%4s pkts %9lld bytes %12lld drops %5d ");
else
strcpy (fmtstr, "%s %4s pkts %9lld bytes %12lld drops %5d ");
--- 1033,1039 ----
} else {
if (Iflag)
! #if defined(HAVE_SOLARIS) || defined(__FreeBSD__) || defined(__NetBSD__) || defined(__OpenBSD__)
strcpy (fmtstr, "%s%s%4s pkts %9lld bytes %12lld drops %5d ");
else
strcpy (fmtstr, "%s %4s pkts %9lld bytes %12lld drops %5d ");
*** configure.orig Fri Oct 5 00:18:31 2001
--- configure Fri Oct 5 00:28:43 2001
***************
*** 2012,2018 ****
else
libwrapdirs=$pdir/`ls .. | egrep '^wrapper|^tcp_wrappers' | sort -ru `
otherdirs="/usr/local/lib /usr/lib $pdir/libwrap $pdir"
! dirs="$libwrapdirs $otherdirs"
echo "Searching directories "$dirs
for this_dir in $dirs; do if test -r $this_dir/libwrap.a ; then
--- 2012,2018 ----
else
libwrapdirs=$pdir/`ls .. | egrep '^wrapper|^tcp_wrappers' | sort -ru `
otherdirs="/usr/local/lib /usr/lib $pdir/libwrap $pdir"
! dirs="$libwrapdirs $otherdirs /usr/include"
echo "Searching directories "$dirs
for this_dir in $dirs; do if test -r $this_dir/libwrap.a ; then
More information about the argus
mailing list