mstevens pushed to pdns (el6). "Update to 3.3.3"

notifications at fedoraproject.org notifications at fedoraproject.org
Wed Jun 10 12:46:24 UTC 2015


From 03fab67ac8a2e46c4b16b6eb38a49b28a9ece894 Mon Sep 17 00:00:00 2001
From: Morten Stevens <mstevens at imt-systems.com>
Date: Wed, 10 Jun 2015 14:46:17 +0200
Subject: Update to 3.3.3


diff --git a/.gitignore b/.gitignore
index 09d674b..b44f57b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -11,3 +11,4 @@ pdns-2.9.22.tar.gz
 /pdns-3.3.tar.gz
 /pdns-3.3.1.tar.gz
 /pdns-3.3.2.tar.gz
+/pdns-3.3.3.tar.gz
diff --git a/pdns-disable-secpoll.patch b/pdns-disable-secpoll.patch
new file mode 100644
index 0000000..8e2a64a
--- /dev/null
+++ b/pdns-disable-secpoll.patch
@@ -0,0 +1,11 @@
+--- pdns-3.3.3/pdns/common_startup.cc.orig	2015-06-08 13:59:02.000000000 +0200
++++ pdns-3.3.3/pdns/common_startup.cc	2015-06-10 14:11:35.253756981 +0200
+@@ -149,7 +149,7 @@ void declareArguments()
+   ::arg().set("max-nsec3-iterations","Limit the number of NSEC3 hash iterations")="500"; // RFC5155 10.3
+ 
+   ::arg().set("include-dir","Include *.conf files from this directory");
+-  ::arg().set("security-poll-suffix","Domain name from which to query security update notifications")="secpoll.powerdns.com.";
++  ::arg().set("security-poll-suffix","Domain name from which to query security update notifications")="";
+ }
+ 
+ void declareStats(void)
diff --git a/pdns.spec b/pdns.spec
index 3822993..fe3e54a 100644
--- a/pdns.spec
+++ b/pdns.spec
@@ -1,7 +1,7 @@
 %global backends %{nil}
 
 Name: pdns
-Version: 3.3.2
+Version: 3.3.3
 Release: 1%{?dist}
 Summary: A modern, advanced and high performance authoritative-only nameserver
 Group: System Environment/Daemons
@@ -10,6 +10,7 @@ URL: http://powerdns.com
 Source0: http://downloads.powerdns.com/releases/%{name}-%{version}.tar.gz
 Patch0: pdns-default-config.patch
 Patch1: pdns-fixinit.patch
+Patch2: pdns-disable-secpoll.patch
 
 Requires(pre): shadow-utils
 Requires(post): /sbin/chkconfig
@@ -118,6 +119,7 @@ This package contains the SQLite backend for %{name}
 %setup -q
 %patch0 -p1 -b .default-config-patch
 %patch1 -p1 -b .fixinit
+%patch2 -p1 -b .disable-secpoll
 
 %build
 export CPPFLAGS="-DLDAP_DEPRECATED"
@@ -240,6 +242,10 @@ fi
 %{_libdir}/%{name}/libgsqlite3backend.so
 
 %changelog
+* Wed Jun 10 2015 Morten Stevens <mstevens at imt-systems.com> - 3.3.3-1
+- Update to 3.3.3
+- Disable security status polling by default
+
 * Fri May 01 2015 Morten Stevens <mstevens at imt-systems.com> - 3.3.2-1
 - Update to latest upstream release 3.3.2
 
diff --git a/sources b/sources
index cca84e4..b0b2233 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-8e338464ad1c25360d3ed6e7252f6ea8  pdns-3.3.2.tar.gz
+4cc9ce7d63c0f78d57b1f337c023906c  pdns-3.3.3.tar.gz
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/pdns.git/commit/?h=el6&id=03fab67ac8a2e46c4b16b6eb38a49b28a9ece894


More information about the scm-commits mailing list