[nsd] updated to 3.2.15

Paul Wouters pwouters at fedoraproject.org
Mon Feb 4 18:24:55 UTC 2013


commit ae25fdd5f0ca9442c62446b25c9bd436783e20a7
Author: Paul Wouters <Paul.Wouters at interisle.net>
Date:   Mon Feb 4 13:24:47 2013 -0500

    updated to 3.2.15

 .gitignore |    1 +
 nsd.init   |  140 ------------------------------------------------------------
 nsd.spec   |   11 +++--
 sources    |    2 +-
 4 files changed, 8 insertions(+), 146 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index fc97f1d..351e04f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -22,3 +22,4 @@ nsd-3.2.6.tar.gz
 /nsd-3.2.12.tar.gz
 /nsd-3.2.13.tar.gz
 /nsd-3.2.14.tar.gz
+/nsd-3.2.15.tar.gz
diff --git a/nsd.spec b/nsd.spec
index 7ce03b9..a8a0019 100644
--- a/nsd.spec
+++ b/nsd.spec
@@ -1,7 +1,7 @@
 Summary: Fast and lean authoritative DNS Name Server
 Name: nsd
-Version: 3.2.14
-Release: 2%{?dist}
+Version: 3.2.15
+Release: 1%{?dist}
 License: BSD
 Url: http://www.nlnetlabs.nl/%{name}/
 Source: http://www.nlnetlabs.nl/downloads/%{name}/%{name}-%{version}.tar.gz
@@ -10,7 +10,6 @@ Source2: nsd.cron
 Source3: nsd.sysconfig
 Source4: tmpfiles-nsd.conf
 Patch0: nsd-install.patch
-Patch1: nsd-fixlogfile.patch
 Group: System Environment/Daemons
 BuildRequires: flex, openssl-devel
 BuildRequires: systemd-units
@@ -29,7 +28,6 @@ consult the REQUIREMENTS document which is a part of this distribution
 %prep
 %setup -q
 %patch0 -p1
-%patch1 -p1
 
 %build
 %configure --enable-bind8-stats --enable-checking --enable-nsec3  \
@@ -37,6 +35,7 @@ consult the REQUIREMENTS document which is a part of this distribution
            --with-user=nsd --with-difffile=%{_localstatedir}/lib/%{name}/ixfr.db \
            --with-xfrdfile=%{_localstatedir}/lib/%{name}/ixfr.state \
            --with-dbfile=%{_localstatedir}/lib/%{name}/nsd.db
+           --enable-rate-limit
 
 %{__make} %{?_smp_mflags}
 #convert to utf8
@@ -119,9 +118,11 @@ fi
 
 
 %changelog
+* Mon Feb 04 2013 Paul Wouters <pwouters at redhat.com> - 3.2.15-1
+- Updates to 3.2.15 which contains rate limit code
 
 * Fri Nov 23 2012 Paul Wouters <pwouters at redhat.com> - 3.2.14-2
-- Updated to 32.14 with minor bugfixes and TCP writev support
+- Updated to 3.2.14 with minor bugfixes and TCP writev support
 - Only run nsdc rebuild hourly cronjob when nsd service is running
 
 * Fri Jul 27 2012 Paul Wouters <pwouters at redhat.com> - 3.2.13-1
diff --git a/sources b/sources
index edade9e..3b99274 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-49f71da4590f2733aa50aac288784cd9  nsd-3.2.14.tar.gz
+b5fdbf78bd3f4133d1295af21a61f7c8  nsd-3.2.15.tar.gz


More information about the scm-commits mailing list