diff options
author | dougb <dougb@FreeBSD.org> | 2002-06-29 08:05:17 +0800 |
---|---|---|
committer | dougb <dougb@FreeBSD.org> | 2002-06-29 08:05:17 +0800 |
commit | 72936ab1ef99bdcab51b6cc98fa2fb96fe9a8eda (patch) | |
tree | 4d878c4dab2742935f4796d99b57e024dd7098a4 /dns/bind8/files | |
parent | 77ab331bb21969e516d65b94be74ca67cb347cff (diff) | |
download | freebsd-ports-gnome-72936ab1ef99bdcab51b6cc98fa2fb96fe9a8eda.tar.gz freebsd-ports-gnome-72936ab1ef99bdcab51b6cc98fa2fb96fe9a8eda.tar.zst freebsd-ports-gnome-72936ab1ef99bdcab51b6cc98fa2fb96fe9a8eda.zip |
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 'dns/bind8/files')
-rw-r--r-- | dns/bind8/files/patch-aa | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/dns/bind8/files/patch-aa b/dns/bind8/files/patch-aa index 431a7b682a27..1ca8d1e4343f 100644 --- a/dns/bind8/files/patch-aa +++ b/dns/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' |