aboutsummaryrefslogtreecommitdiffstats
path: root/UPDATING
diff options
context:
space:
mode:
authorerwin <erwin@FreeBSD.org>2013-11-12 21:24:45 +0800
committererwin <erwin@FreeBSD.org>2013-11-12 21:24:45 +0800
commit616086afd3df7bf081a38b13b7b343b77b46deca (patch)
tree36044afc0129b56dee79730becdc8faf8fc61a16 /UPDATING
parent2f008ebd7ec2e48cbe2b9edd7421ae19f71eadc8 (diff)
downloadfreebsd-ports-gnome-616086afd3df7bf081a38b13b7b343b77b46deca.tar.gz
freebsd-ports-gnome-616086afd3df7bf081a38b13b7b343b77b46deca.tar.zst
freebsd-ports-gnome-616086afd3df7bf081a38b13b7b343b77b46deca.zip
Please welcome NSD 4.0.0
For all new features, see http://www.nlnetlabs.nl/svn/nsd/tags/NSD_4_0_0_REL/doc/NSD-4-features This version replaces the nsdc control program with nsd-control. This requires some manual setup with nsd-control-setup and editing of the config files. nsd-control is incompatible with nsdc so when that is used in scripts, these should be adapted. NSD 3 is still supported as dns/nsd3. PR: 183888 Submitted by: Jaap Akkerhuis <jaap@NLnetLabs.nl>
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING20
1 files changed, 20 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 875cfc62b72e..3db9a328fcb8 100644
--- a/UPDATING
+++ b/UPDATING
@@ -6,6 +6,26 @@ 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/nsd
+ AUTHOR: erwin@FreeBSD.org
+
+ dns/nsd was updated to the new 4.0.0 major release.
+
+ This version replaces the nsdc control program with nsd-control.
+ This requires some manual setup with nsd-control-setup and editing
+ of the config files. nsd-control is incompatible with nsdc so when
+ that is used in scripts, these should be adapted. More information:
+ http://www.nlnetlabs.nl/svn/nsd/tags/NSD_4_0_0_REL/doc/NSD-4-features
+
+ NSD version 3 is still supported in dns/nsd3. To keep the old
+ version:
+ # portmaster -o dns/nsd3 dns/nsd
+ or
+ # portupgrade -fo dns/nsd3 dns/nsd
+ or
+ # pkg set -o dns/nsd:dns/nsd3
+
+20131112:
AFFECTS: users of dns/bind9*
AUTHOR: erwin@FreeBSD.org