From 41a7272359d512b2c80972f90108c93fffeb1784 Mon Sep 17 00:00:00 2001 From: Doug Barton Date: Mon, 21 Jan 2002 11:05:59 +0000 Subject: Upgrade to version 8.3.0, which contains bug fixes too numerous to mention, and a few new features. Many of the bugs are related to memory allocation, and some of BIND's newer features like TSIG, IXFR, etc. Users particularly interested should take a look at the CHANGES file (see below). Perhaps the most significant change is the introduction of EDNS0, the ability to negotiate capabilities between servers. This feature was previously only available in BIND 9. Whether this is a good idea or not is yet to be seen. Install more of the documentation, and wrap it all in PORTSDOCS. --- dns/bind8/files/patch-aa | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'dns/bind8/files/patch-aa') diff --git a/dns/bind8/files/patch-aa b/dns/bind8/files/patch-aa index d59bc37faa83..d4af4cb15358 100644 --- a/dns/bind8/files/patch-aa +++ b/dns/bind8/files/patch-aa @@ -1,24 +1,24 @@ ---- src/port/freebsd/Makefile.set.orig Mon Jun 16 23:30:35 1997 -+++ src/port/freebsd/Makefile.set Tue Nov 25 18:51:41 1997 +--- src/port/freebsd/Makefile.set.orig Thu Aug 9 19:41:08 2001 ++++ src/port/freebsd/Makefile.set Mon Jan 21 01:24:25 2002 @@ -1,12 +1,14 @@ 'CC=cc' --'CDEBUG=-O2 -g' +-'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}' ++'CDEBUG=${CFLAGS} -W -Wall -Wmissing-prototypes -Wcast-qual -Wwrite-strings -Wformat' +'DESTBIN=${PREFIX}/bin' +'DESTSBIN=${PREFIX}/sbin' +'DESTEXEC=${PREFIX}/libexec' +'DESTMAN=${PREFIX}/man' +'DESTHELP=${PREFIX}/share/misc' ++'DESTETC=${PREFIX}/etc' + 'DESTRUN=/var/run' +'DESTINC=${PREFIX}/include/bind' +'DESTLIB=${PREFIX}/lib' - 'DESTRUN=/var/run' -+'DESTETC=/etc' 'LEX=lex -I' 'YACC=yacc -d' 'SYSLIBS=-ll -lutil' -- cgit v1.2.3