Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (99b0091717cce130eef7753ac13aa08e11ba7518)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (99b0091717cce130eef7753ac13aa08e11ba7518)
  • Date: Fri, 8 Feb 2013 12:13:46 -0600

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

net/nsd/BUILD | 4 ++--
net/nsd/CONFIGURE | 39 +++++++++++++++++++++++++++++++++++++++
net/nsd/DETAILS | 4 ++--
net/nsd/HISTORY | 5 +++++
4 files changed, 48 insertions(+), 4 deletions(-)

New commits:
commit 99b0091717cce130eef7753ac13aa08e11ba7518
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

nsd: => 3.2.15

diff --git a/net/nsd/BUILD b/net/nsd/BUILD
index cb752cf..df40ad9 100755
--- a/net/nsd/BUILD
+++ b/net/nsd/BUILD
@@ -1,12 +1,12 @@
create_account nsd &&

-OPTS="--enable-bind8-stats \
- --with-ssl=$INSTALL_ROOT/usr \
+OPTS="--with-ssl=$INSTALL_ROOT/usr \
--with-pidfile=$INSTALL_ROOT/var/nsd/nsd.pid \
--with-zonesdir=$INSTALL_ROOT/var/nsd/zones \
--with-dbfile=$INSTALL_ROOT/var/db/nsd/nsd.db \
--with-difffile=$INSTALL_ROOT/var/db/nsd/ixfr.db \
--with-xfrdfile=$INSTALL_ROOT/var/nsd/xfrd.state \
+ $NSD_OPTS \
$OPTS" &&

default_build
diff --git a/net/nsd/CONFIGURE b/net/nsd/CONFIGURE
new file mode 100755
index 0000000..4595c11
--- /dev/null
+++ b/net/nsd/CONFIGURE
@@ -0,0 +1,39 @@
+config_query_option NSD_OPTS "Configure NSD as a root server?" n \
+ "--enable-root-server" \
+ "--disable-root-server" &&
+
+config_query_option NSD_OPTS "Enable IPv6 support?" y \
+ "--enable-ipv6" \
+ "--disable-ipv6" &&
+
+config_query_option NSD_OPTS "Enable BIND8-like NSTATS & XSTATS?" n \
+ "--enable-bind8-stats" \
+ "--disable-bind8-stats" &&
+
+config_query_option NSD_OPTS "Enable rate limiting?" n \
+ "--enable-ratelimit" \
+ "--disable-ratelimit" &&
+
+config_query_option NSD_OPTS "Enable NSEC3 support?" y \
+ "--enable-nsec3" \
+ "--disable-nsec3" &&
+
+if list_find "$NSD_OPTS" "--enable-nsec3"; then
+ config_query_option NSD_OPTS "Enable NSEC3 full prehashing?" y \
+ "--enable-full-prehash" \
+ "--disable-full-prehash"
+else
+ list_add "NSD_OPTS" "--disable-full-prehash"
+fi &&
+
+config_query_option NSD_OPTS "Enable response minimization (less
truncation)?" y \
+ "--enable-minimal-responses" \
+ "--disable-minimal-responses" &&
+
+config_query_option NSD_OPTS "Use mmap instead of malloc
(${PROBLEM_COLOR}Experimental${QUERY_COLOR})?" n \
+ "--enable-mmap" \
+ "--disable-mmap" &&
+
+config_query_option NSD_OPTS "Maintain statistics per zone, instead of
global statistics?" n \
+ "--enable-zone-stats" \
+ "--disable-zone-stats"
diff --git a/net/nsd/DETAILS b/net/nsd/DETAILS
index 0fd24e1..3aa2df6 100755
--- a/net/nsd/DETAILS
+++ b/net/nsd/DETAILS
@@ -1,9 +1,9 @@
SPELL=nsd
- VERSION=3.2.14
+ VERSION=3.2.15
SECURITY_PATCH=3
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_URL[0]=http://www.nlnetlabs.nl/downloads/$SPELL/$SOURCE
-
SOURCE_HASH=sha512:673b9b7d744b6336f0ae350a158b3cc7bdddb9c984d1c274a3b49962fb0fef3aac1e4911f4b7bed1688a1c09f40d98e1585c2a38b28b7d8086ca81e2e63b66d4
+
SOURCE_HASH=sha512:ed431f8b4ed2d28bba3ec05db7ea9d176b5be6daee4ca086a5bad65606c82abb15653ae6c664b3a32b88becf8a99f3aa6b447583af12ac677bd5dd84962b070b
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
WEB_SITE=http://www.nlnetlabs.nl/projects/nsd/
LICENSE[0]=BSD
diff --git a/net/nsd/HISTORY b/net/nsd/HISTORY
index 439e389..2c4e2dd 100644
--- a/net/nsd/HISTORY
+++ b/net/nsd/HISTORY
@@ -1,3 +1,8 @@
+2013-02-08 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 3.2.15
+ * DEPENDS: don't force BIND8-like stats; use NSD_OPTS
+ * CONFIGURE: added, for several options
+
2012-11-10 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: updated spell to 3.2.14




  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (99b0091717cce130eef7753ac13aa08e11ba7518), Vlad Glagolev, 02/08/2013

Archive powered by MHonArc 2.6.24.

Top of Page