aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorErwin Lansing <erwin@FreeBSD.org>2013-11-12 11:06:25 +0000
committerErwin Lansing <erwin@FreeBSD.org>2013-11-12 11:06:25 +0000
commit069a9ceff50743999cad8479ef02e5ca0b3f7345 (patch)
treefb5c74a59257a6193bb77a36119425f4ba580c94 /UPDATING
parentd7b15df7e6ca30bad631ceede83265a8f59b321d (diff)
downloadports-069a9ceff50743999cad8479ef02e5ca0b3f7345.tar.gz
ports-069a9ceff50743999cad8479ef02e5ca0b3f7345.zip
Add a note about the latest changes to the dns/bind9* ports.
Notes
Notes: svn path=/head/; revision=333564
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING14
1 files changed, 14 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index ad26004fd0fc..875cfc62b72e 100644
--- a/UPDATING
+++ b/UPDATING
@@ -5,6 +5,20 @@ they are unavoidable.
You should get into the habit of checking this file for changes each time
you update your ports collection, before attempting any port upgrades.
+20131112:
+ AFFECTS: users of dns/bind9*
+ AUTHOR: erwin@FreeBSD.org
+
+ All bind9 ports have been updated to support FreeBSD 10.x after
+ BIND was removed from the base system. It is now self-contained
+ in ${PREFIX}/etc/namedb, and chroot and symlinking options are
+ no longer supported out of the box.
+
+ For users of FreeBSD 9.x and earlier, the LINKS option is no longer
+ enabled by default, but still supported. No other changes should
+ affect those users, and updating without changing already set options
+ will keep the system in the same state.
+
20131103:
AFFECTS: users of security/libtasn1 and any port that depends on it
AUTHOR: novel@FreeBSD.org