diff options
author | dougb <dougb@FreeBSD.org> | 2005-03-13 18:52:52 +0800 |
---|---|---|
committer | dougb <dougb@FreeBSD.org> | 2005-03-13 18:52:52 +0800 |
commit | e4305a6b42a64d73549bafb964064cbd40c2a256 (patch) | |
tree | 1deb5b697a36225ae28e4fb5568785ac4c507cab /dns/bind95/files | |
parent | 6d2291bf8ba9e9eca2e3bb21a2a5ec9e4aa61e8f (diff) | |
download | freebsd-ports-gnome-e4305a6b42a64d73549bafb964064cbd40c2a256.tar.gz freebsd-ports-gnome-e4305a6b42a64d73549bafb964064cbd40c2a256.tar.zst freebsd-ports-gnome-e4305a6b42a64d73549bafb964064cbd40c2a256.zip |
Upgrade to 9.3.1, the latest version from ISC. This version contains
several important fixes, including a remote (although unlikely) exploit.
See the CHANGES file for details.
All users of BIND 9 are highly encouraged to upgrade to this version.
Changes to the port include:
1. Remove ISC patch to 9.3.0 that addressed the remote exploit
2. Change to OPTIONS, and thereby
3. --enable-threads is now the default. Users report that the new thread
code in 9.3.x works significantly better than the old on all versions of
FreeBSD.
4. Add a temporary shim for the old PORT_REPLACES_BASE_BIND9 option.
The OPTIONS framework requires knobs to start with WITH_ or WITHOUT_
5. Remove patch that shoehorned named.conf.5 into the right place,
it has been fixed in the code.
Diffstat (limited to 'dns/bind95/files')
-rw-r--r-- | dns/bind95/files/patch-bin_named_Makefile.in | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/dns/bind95/files/patch-bin_named_Makefile.in b/dns/bind95/files/patch-bin_named_Makefile.in deleted file mode 100644 index dad8893552e2..000000000000 --- a/dns/bind95/files/patch-bin_named_Makefile.in +++ /dev/null @@ -1,10 +0,0 @@ ---- bin/named/Makefile.in.orig Sat Aug 21 07:22:40 2004 -+++ bin/named/Makefile.in Fri Sep 24 04:04:57 2004 -@@ -128,4 +128,6 @@ - install:: named@EXEEXT@ lwresd@EXEEXT@ installdirs - ${LIBTOOL_MODE_INSTALL} ${INSTALL_PROGRAM} named@EXEEXT@ ${DESTDIR}${sbindir} - (cd ${DESTDIR}${sbindir}; rm -f lwresd@EXEEXT@; @LN@ named@EXEEXT@ lwresd@EXEEXT@) -- for m in ${MANPAGES}; do ${INSTALL_DATA} ${srcdir}/$$m ${DESTDIR}${mandir}/man8; done -+ ${INSTALL_DATA} ${srcdir}/lwresd.8 ${DESTDIR}${mandir}/man8 -+ ${INSTALL_DATA} ${srcdir}/named.8 ${DESTDIR}${mandir}/man8 -+ ${INSTALL_DATA} ${srcdir}/named.conf.5 ${DESTDIR}${mandir}/man5 |