Update to 3.4.10

This commit is contained in:
Morten Stevens 2016-09-09 17:44:23 +02:00
parent 7a57ddef4b
commit 4802189f7b
4 changed files with 13 additions and 8 deletions

1
.gitignore vendored
View File

@ -21,3 +21,4 @@ pdns-2.9.22.tar.gz
/pdns-3.4.6.tar.bz2
/pdns-3.4.7.tar.bz2
/pdns-3.4.8.tar.bz2
/pdns-3.4.10.tar.bz2

View File

@ -1,11 +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()
--- pdns-3.4.10/pdns/common_startup.cc.orig 2016-09-01 11:11:55.000000000 +0200
+++ pdns-3.4.10/pdns/common_startup.cc 2016-09-09 17:36:16.156258298 +0200
@@ -169,7 +169,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)
::arg().set("xfr-max-received-mbytes", "Maximum number of megabytes received from an incoming AXFR")="100";
}

View File

@ -2,8 +2,8 @@
%global backends %{nil}
Name: pdns
Version: 3.4.8
Release: 3%{?dist}
Version: 3.4.10
Release: 1%{?dist}
Summary: A modern, advanced and high performance authoritative-only nameserver
Group: System Environment/Daemons
License: GPLv2
@ -323,6 +323,10 @@ exit 0
%{_libdir}/%{name}/liblmdbbackend.so
%changelog
* Fri Sep 09 2016 Morten Stevens <mstevens@fedoraproject.org> - 3.4.10-1
- Update to 3.4.10
- CVE-2016-5426, CVE-2016-5427
* Fri Jul 22 2016 Ruben Kerkhof <ruben@rubenkerkhof.com> - 3.4.8-3
- Really rebuild for ZeroMQ 4.1.4 (#1359166)

View File

@ -1 +1 @@
7d7c7de2b8b0343c64f85edab8e8074e pdns-3.4.8.tar.bz2
817b5866c3675468a9fca8de50a57664 pdns-3.4.10.tar.bz2