From d1ce445799d6da2fb629638d7982a1e7a02451d6 Mon Sep 17 00:00:00 2001 From: Bruce Dubbs Date: Wed, 12 Feb 2014 21:11:53 +0000 Subject: [PATCH] Update to bind-9.9.5 git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@12693 af4574ff-66df-0310-9fd7-8a98e5e911e0 --- general.ent | 6 +++--- introduction/welcome/changelog.xml | 10 ++++++++++ server/major/bind.xml | 14 +++++++++----- 3 files changed, 22 insertions(+), 8 deletions(-) diff --git a/general.ent b/general.ent index cda421e9f4..f70ba8fc66 100644 --- a/general.ent +++ b/general.ent @@ -1,12 +1,12 @@ - + - + @@ -451,7 +451,7 @@ export -f as_root - + diff --git a/introduction/welcome/changelog.xml b/introduction/welcome/changelog.xml index ee7afa0168..7572a85084 100644 --- a/introduction/welcome/changelog.xml +++ b/introduction/welcome/changelog.xml @@ -44,6 +44,16 @@ --> + + February 12th, 2014 + + + [bdubbs] - Update to bind-9.9.5. Fixes + #4635. + + + + February 11th, 2014 diff --git a/server/major/bind.xml b/server/major/bind.xml index c6d558fb36..0f0389cae6 100644 --- a/server/major/bind.xml +++ b/server/major/bind.xml @@ -7,10 +7,10 @@ - - - - + + + ]> @@ -123,7 +123,8 @@ --mandir=/usr/share/man \ --enable-threads \ --with-libtool \ - --disable-static && + --disable-static \ + --with-randomdev=/dev/urandom && make Issue the following commands to run the complete suite of tests. @@ -175,6 +176,9 @@ install -v -m644 \ building of dynamic libraries and links the installed binaries to these libraries. + --with-randomdev=/dev/urandom: This parameter + specifes a non-blocking random device for use with digital signatures. +