Update to 3.4.2

This commit is contained in:
Morten Stevens 2015-02-07 20:30:57 +01:00
parent aafe992429
commit 0958234d1f
4 changed files with 29 additions and 11 deletions

1
.gitignore vendored
View File

@ -14,3 +14,4 @@ pdns-2.9.22.tar.gz
/pdns-3.4.0-rc2.tar.bz2
/pdns-3.4.0.tar.bz2
/pdns-3.4.1.tar.bz2
/pdns-3.4.2.tar.bz2

View File

@ -0,0 +1,11 @@
--- pdns-3.4.2/pdns/common_startup.cc.orig 2015-02-03 09:12:06.000000000 +0100
+++ pdns-3.4.2/pdns/common_startup.cc 2015-02-07 15:42:33.333920459 +0100
@@ -165,7 +165,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")="";
}
static uint64_t uptimeOfProcess(const std::string& str)

View File

@ -2,7 +2,7 @@
%global backends %{nil}
Name: pdns
Version: 3.4.1
Version: 3.4.2
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.bz2
Patch0: pdns-default-config.patch
Patch1: pdns-systemd.patch
Patch2: pdns-disable-secpoll.patch
Requires(pre): shadow-utils
Requires(post): systemd-sysv
@ -122,9 +123,10 @@ This package contains the SQLite backend for %{name}
%setup -q
%patch0 -p1 -b .default-config-patch
%patch1 -p1 -b .systemd-patch
%patch2 -p1 -b .disable-secpoll
%build
export CPPFLAGS="-DLDAP_DEPRECATED -DPACKAGEVERSION='\"%{version}-%{release}.fedora\"'"
export CPPFLAGS="-DLDAP_DEPRECATED"
%configure \
--sysconfdir=%{_sysconfdir}/%{name} \
@ -195,11 +197,11 @@ exit 0
%{_bindir}/zone2json
%{_sbindir}/pdns_server
%{_libdir}/%{name}/libbindbackend.so
%{_mandir}/man8/pdns_control.8.gz
%{_mandir}/man8/pdns_server.8.gz
%{_mandir}/man8/zone2sql.8.gz
%{_mandir}/man8/zone2ldap.8.gz
%{_mandir}/man8/pdnssec.8.gz
%{_mandir}/man1/pdns_control.1.gz
%{_mandir}/man1/pdns_server.1.gz
%{_mandir}/man1/zone2sql.1.gz
%{_mandir}/man1/zone2ldap.1.gz
%{_mandir}/man1/pdnssec.1.gz
%{_unitdir}/pdns.service
%dir %{_libdir}/%{name}/
%dir %{_sysconfdir}/%{name}/
@ -216,9 +218,9 @@ exit 0
%{_bindir}/nproxy
%{_bindir}/nsec3dig
%{_bindir}/saxfr
%{_mandir}/man8/dnsreplay.8.gz
%{_mandir}/man8/dnsscope.8.gz
%{_mandir}/man8/dnswasher.8.gz
%{_mandir}/man1/dnsreplay.1.gz
%{_mandir}/man1/dnsscope.1.gz
%{_mandir}/man1/dnswasher.1.gz
%{_mandir}/man1/dnstcpbench.1.gz
%{_mandir}/man1/dnsdist.1.gz
@ -257,6 +259,10 @@ exit 0
%{_libdir}/%{name}/libgsqlite3backend.so
%changelog
* Sat Feb 07 2015 Morten Stevens <mstevens@imt-systems.com> - 3.4.2-1
- Update to 3.4.2
- Disable security status polling by default
* Mon Nov 03 2014 Morten Stevens <mstevens@imt-systems.com> - 3.4.1-1
- Update to 3.4.1
- Enable security status polling

View File

@ -1 +1 @@
3259505caeaae2a5e9baf3255be437ff pdns-3.4.1.tar.bz2
3f79de4d0bc845fb3d4b492234daf1a4 pdns-3.4.2.tar.bz2