diff options
author | Doug Barton <dougb@FreeBSD.org> | 2002-06-29 00:05:17 +0000 |
---|---|---|
committer | Doug Barton <dougb@FreeBSD.org> | 2002-06-29 00:05:17 +0000 |
commit | bb44cc541a0024b11b7251ab37c7e7370d71b20d (patch) | |
tree | 37820e75e4d0ffc1edbff97bdcd5243f3ade726e /net/bind8/files/patch-aa | |
parent | Grrrr, these patches were obviously not tested on Alpha. :-( (diff) |
Upgrade to 8.3.3, the latest from ISC. This release fixes the
libbind bug, and adds logging for people who attempt to exploit
it to named. Also improves logging for named-xfer, and adds
features to ndc to attempt to preserve command line arguments
that named was started with.
All users of BIND 8 are HIGHLY encouraged to upgrade to this version.
Diffstat (limited to 'net/bind8/files/patch-aa')
-rw-r--r-- | net/bind8/files/patch-aa | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/net/bind8/files/patch-aa b/net/bind8/files/patch-aa index 431a7b682a27..1ca8d1e4343f 100644 --- a/net/bind8/files/patch-aa +++ b/net/bind8/files/patch-aa @@ -1,15 +1,15 @@ ---- src/port/freebsd/Makefile.set.orig Mon Feb 25 18:56:32 2002 -+++ src/port/freebsd/Makefile.set Sat Jun 22 13:29:41 2002 +--- src/port/freebsd/Makefile.set.orig Sun Jun 23 17:32:49 2002 ++++ src/port/freebsd/Makefile.set Fri Jun 28 16:55:49 2002 @@ -1,12 +1,14 @@ 'CC=cc' --'CDEBUG=-O2 -g -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -DMEMCLUSTER_RECORD=1' +-'CDEBUG=-O2 -g -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat' -'DESTBIN=/usr/bin' -'DESTSBIN=/usr/sbin' -'DESTEXEC=/usr/libexec' -'DESTMAN=/usr/share/man' -'DESTHELP=/usr/share/misc' -'DESTETC=/etc' -+'CDEBUG=${CFLAGS} -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat -DMEMCLUSTER_RECORD=1' ++'CDEBUG=${CFLAGS} -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat' +'DESTBIN=${PREFIX}/bin' +'DESTSBIN=${PREFIX}/sbin' +'DESTEXEC=${PREFIX}/libexec' @@ -21,8 +21,8 @@ +'DESTLIB=${PREFIX}/lib' 'LEX=lex -I' 'YACC=yacc -d' - 'SYSLIBS=-ll -lutil' -@@ -16,3 +18,4 @@ + 'SYSLIBS=-lutil' +@@ -17,3 +19,4 @@ 'CATEXT=0' 'PS=ps' 'RANLIB=ranlib' |