rpms/unbound/devel unbound.conf,1.1,1.2 unbound.spec,1.1,1.2

Paul Wouters pwouters at fedoraproject.org
Sat Nov 15 05:46:37 UTC 2008


Author: pwouters

Update of /cvs/extras/rpms/unbound/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv12571/devel

Modified Files:
	unbound.conf unbound.spec 
Log Message:
Fix statistics settings in unbound.conf files for unbound-munin



Index: unbound.conf
===================================================================
RCS file: /cvs/extras/rpms/unbound/devel/unbound.conf,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- unbound.conf	31 Oct 2008 22:29:15 -0000	1.1
+++ unbound.conf	15 Nov 2008 05:46:07 -0000	1.2
@@ -21,10 +21,12 @@
 
 	# print statistics to the log (for every thread) every N seconds.
 	# Set to "" or 0 to disable. Default is disabled.
-	statistics-interval: 3600
+	statistics-interval: 0
 	
 	# enable cumulative statistics, without clearing them after printing.
-	# statistics-cumulative: no
+	statistics-cumulative: no
+
+	 extended-statistics: yes
 
 	# number of threads to create. 1 disables threading.
 	num-threads: 2


Index: unbound.spec
===================================================================
RCS file: /cvs/extras/rpms/unbound/devel/unbound.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- unbound.spec	31 Oct 2008 22:29:15 -0000	1.1
+++ unbound.spec	15 Nov 2008 05:46:07 -0000	1.2
@@ -1,7 +1,7 @@
 Summary: Validating, recursive, and caching DNS(SEC) resolver
 Name: unbound
-Version: 1.0.2
-Release: 5%{?dist}
+Version: 1.1.0
+Release: 1%{?dist}
 License: BSD
 Url: http://www.nlnetlabs.nl/unbound/
 Source: http://www.unbound.net/downloads/%{name}-%{version}.tar.gz
@@ -9,12 +9,12 @@
 Source2: unbound.conf
 Group: System Environment/Daemons
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-BuildRequires: flex, openssl-devel, ldns-devel >= 1.3.0, libevent-devel
+BuildRequires: flex, openssl-devel, ldns-devel >= 1.4.0, libevent-devel
 Requires(post): chkconfig
 Requires(preun): chkconfig
 Requires(preun): initscripts
 Requires(postun): initscripts
-Requires: ldns >= 1.3.0
+Requires: ldns >= 1.4.0
 Requires(pre): shadow-utils
 # Is this obsolete?
 #Provides: caching-nameserver
@@ -146,6 +146,12 @@
 %postun libs -p /sbin/ldconfig
 
 %changelog
+* Fri Nov 14 2008 Paul Wouters <paul at xelerance.com> - 1.1.0-1
+- Updated to version 1.1.0
+- Update unbound.conf's statistics options to work properly
+  for munin
+- Required ldns is now 1.4.0
+
 * Wed Oct 22 2008 Paul Wouters <paul at xelerance.com> - 1.0.2-5
 - Only call ldconfig in -libs package
 - Move configure into build section




More information about the scm-commits mailing list