[nsd/f18] * updated to 3.2.15

Paul Wouters pwouters at fedoraproject.org
Mon Feb 4 18:30:11 UTC 2013


commit 5d3010bee5bbedfd60250c68007642a469810ebf
Author: Paul Wouters <Paul.Wouters at interisle.net>
Date:   Mon Feb 4 13:29:56 2013 -0500

    * updated to 3.2.15

 .gitignore |    1 +
 nsd.init   |  140 ------------------------------------------------------------
 nsd.spec   |   11 +++--
 sources    |    2 +-
 4 files changed, 9 insertions(+), 145 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 e2fb1f0..db41f42 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
@@ -36,7 +36,8 @@ consult the REQUIREMENTS document which is a part of this distribution
            --with-pidfile=%{_localstatedir}/run/%{name}/%{name}.pid --with-ssl \
            --with-user=nsd --with-difffile=%{_localstatedir}/lib/%{name}/ixfr.db \
            --with-xfrdfile=%{_localstatedir}/lib/%{name}/ixfr.state \
-           --with-dbfile=%{_localstatedir}/lib/%{name}/nsd.db
+           --with-dbfile=%{_localstatedir}/lib/%{name}/nsd.db \
+           --enable-rate-limit
 
 %{__make} %{?_smp_mflags}
 #convert to utf8
@@ -117,8 +118,10 @@ fi
 /sbin/chkconfig --del nsd >/dev/null 2>&1 || :
 /bin/systemctl try-restart nsd.service >/dev/null 2>&1 || :
 
-
 %changelog
+* Mon Feb 04 2013 Paul Wouters <pwouters at redhat.com> - 3.2.15-1
+- Updated to 3.2.15 with rate limit code
+
 * Fri Nov 23 2012 Paul Wouters <pwouters at redhat.com> - 3.2.14-2
 - Updated to 3.2.14 with minor bugfixes and TCP writev support
 - Only run nsdc rebuild hourly cronjob when nsd service is running
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