From bb44cc541a0024b11b7251ab37c7e7370d71b20d Mon Sep 17 00:00:00 2001 From: Doug Barton Date: Sat, 29 Jun 2002 00:05:17 +0000 Subject: 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. --- net/bind8/files/patch-aa | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'net/bind8/files/patch-aa') 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' -- cgit v1.2.3