Update to 3.3.3

This commit is contained in:
Morten Stevens 2015-06-10 22:39:00 +02:00
parent dfa94b850b
commit 847a1fb8c8
4 changed files with 20 additions and 2 deletions

1
.gitignore vendored
View File

@ -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

View File

@ -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)

View File

@ -2,7 +2,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
@ -11,6 +11,7 @@ URL: http://powerdns.com
Source0: http://downloads.powerdns.com/releases/%{name}-%{version}.tar.gz
Source1: pdns.service
Patch0: pdns-default-config.patch
Patch1: pdns-disable-secpoll.patch
Requires(pre): shadow-utils
Requires(post): systemd-sysv
@ -130,6 +131,7 @@ This package contains the opendbx backend for %{name}
%prep
%setup -q
%patch0 -p1 -b .default-config-patch
%patch1 -p1 -b .disable-secpoll
%build
export CPPFLAGS="-DLDAP_DEPRECATED"
@ -261,6 +263,10 @@ exit 0
%{_libdir}/%{name}/libopendbxbackend.so
%changelog
* Wed Jun 10 2015 Morten Stevens <mstevens@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@imt-systems.com> - 3.3.2-1
- Update to latest upstream release 3.3.2

View File

@ -1 +1 @@
8e338464ad1c25360d3ed6e7252f6ea8 pdns-3.3.2.tar.gz
4cc9ce7d63c0f78d57b1f337c023906c pdns-3.3.3.tar.gz