From 502875383598502dcd9164c99bd3a4b71e3ac8f8 Mon Sep 17 00:00:00 2001 From: Fernando de Oliveira Date: Thu, 19 Feb 2015 22:04:41 +0000 Subject: [PATCH] Update to BIND-9.10.1-P2 and BIND Utilities-9.10.1-P2. git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@15531 af4574ff-66df-0310-9fd7-8a98e5e911e0 --- introduction/welcome/changelog.xml | 8 ++++++-- networking/netutils/bind-utils.xml | 6 +++--- packages.ent | 2 +- server/major/bind.xml | 28 +++++++++++++--------------- 4 files changed, 23 insertions(+), 21 deletions(-) diff --git a/introduction/welcome/changelog.xml b/introduction/welcome/changelog.xml index bc16754370..31dabf043f 100644 --- a/introduction/welcome/changelog.xml +++ b/introduction/welcome/changelog.xml @@ -48,9 +48,13 @@ February 19th, 2015 - [pierre] - Update to gdk-pixbuf-2.31.2. Fixes - #5852. + [fernando] - Update to BIND-9.10.1-P2 and + BIND Utilities-9.10.1-P2. Fixes + #6161. + + [pierre] - Update to gdk-pixbuf-2.31.2. Fixes + #5852. diff --git a/networking/netutils/bind-utils.xml b/networking/netutils/bind-utils.xml index 4def6a0300..d829c5c0ff 100644 --- a/networking/netutils/bind-utils.xml +++ b/networking/netutils/bind-utils.xml @@ -3,9 +3,9 @@ "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [ %general-entities; - - - + + + diff --git a/packages.ent b/packages.ent index 379d72bdf3..c47b66b961 100644 --- a/packages.ent +++ b/packages.ent @@ -354,7 +354,7 @@ - + diff --git a/server/major/bind.xml b/server/major/bind.xml index 5d6bd4c901..367f3f2629 100644 --- a/server/major/bind.xml +++ b/server/major/bind.xml @@ -5,12 +5,11 @@ %general-entities; - - + + - - + + ]> @@ -113,13 +112,6 @@ patch -Np1 -i ../bind-&bind-version;-use_iproute2-1.patch - If you wish to run the test suite, remove some tests that fail: - -sed -e 's/ecdsa //' \ - -e 's/tsiggss //' \ - -e 's/xfer //' \ - -i bin/tests/system/conf.sh.in - Install BIND by running the following commands: @@ -143,6 +135,12 @@ make bin/tests/system/ifconfig.sh up + As an unprivileged user, remove some tests that fail: + +sed -e 's/ecdsa //' \ + -e 's/tsiggss //' \ + -i bin/tests/system/conf.sh + Now run the test suite as an unprivileged user: make check @@ -169,8 +167,8 @@ install -v -m644 \ Command Explanations - sed ... bin/tests/system/conf.sh.in: - This command removes tests that fail (some for unknown reasons). + sed ... bin/tests/system/conf.sh: This command + removes tests that fail (some for unknown reasons). --sysconfdir=/etc: This parameter forces BIND to look for configuration @@ -279,7 +277,7 @@ sed '/conf/d;/^#/!d;s:^# ::' /etc/rndc.conf > /srv/named/etc/named.confcat >> /srv/named/etc/named.conf << "EOF" options { - directory "/etc/namedb"; + directory "/srv/named/etc/namedb"; pid-file "/var/run/named.pid"; statistics-file "/var/run/named.stats";