Update to 4.5.0
This commit is contained in:
parent
4fd3901980
commit
ebc0fa153a
1
.gitignore
vendored
1
.gitignore
vendored
@ -51,3 +51,4 @@ pdns-2.9.22.tar.gz
|
||||
/pdns-4.3.1.tar.bz2
|
||||
/pdns-4.4.0.tar.bz2
|
||||
/pdns-4.4.1.tar.bz2
|
||||
/pdns-4.5.0.tar.bz2
|
||||
|
@ -1,11 +1,11 @@
|
||||
--- pdns-4.3.0/pdns/common_startup.cc.orig 2020-02-25 07:57:13.000000000 +0100
|
||||
+++ pdns-4.3.0/pdns/common_startup.cc 2020-04-09 16:29:48.531409301 +0200
|
||||
@@ -214,7 +214,7 @@ void declareArguments()
|
||||
--- pdns-4.5.0/pdns/common_startup.cc.orig 2021-06-06 17:05:27.000000000 +0200
|
||||
+++ pdns-4.5.0/pdns/common_startup.cc 2021-07-24 20:52:46.332575172 +0200
|
||||
@@ -227,7 +227,7 @@ void declareArguments()
|
||||
::arg().set("default-publish-cds","Default value for PUBLISH-CDS")="";
|
||||
|
||||
::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")="";
|
||||
- ::arg().set("security-poll-suffix", "Zone name from which to query security update notifications") = "secpoll.powerdns.com.";
|
||||
+ ::arg().set("security-poll-suffix", "Zone name from which to query security update notifications") = "";
|
||||
|
||||
::arg().setSwitch("expand-alias", "Expand ALIAS records")="no";
|
||||
::arg().setSwitch("outgoing-axfr-expand-alias", "Expand ALIAS records during outgoing AXFR")="no";
|
||||
|
@ -2,13 +2,14 @@
|
||||
%global backends %{nil}
|
||||
|
||||
Name: pdns
|
||||
Version: 4.4.1
|
||||
Release: 4%{?dist}
|
||||
Version: 4.5.0
|
||||
Release: 1%{?dist}
|
||||
Summary: A modern, advanced and high performance authoritative-only nameserver
|
||||
License: GPLv2
|
||||
URL: http://powerdns.com
|
||||
Source0: http://downloads.powerdns.com/releases/%{name}-%{version}.tar.bz2
|
||||
Patch0: pdns-disable-secpoll.patch
|
||||
ExcludeArch: %{arm} %{ix86}
|
||||
|
||||
Requires(pre): shadow-utils
|
||||
Requires(post): systemd-units
|
||||
@ -313,6 +314,10 @@ exit 0
|
||||
%{_unitdir}/ixfrdist@.service
|
||||
|
||||
%changelog
|
||||
* Sat Jul 24 2021 Morten Stevens <mstevens@fedoraproject.org> - 4.5.0-1
|
||||
- Update to 4.5.0
|
||||
- Upstream dropped support for 32-bit arches
|
||||
|
||||
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 4.4.1-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (pdns-4.4.1.tar.bz2) = a6f31972f77ded8ecfb523e8810dd90e5b7aa628746fee2a9a0daae2a7935800f111ce8617ffd71d5ce3881947d4ffc36c9cb37996a7bcc514536bb4abe1f79e
|
||||
SHA512 (pdns-4.5.0.tar.bz2) = 7643cbd08e7cf6c2f5911784222b1e1f686153f4c8c4d5e0ee756a5c08b4fe52b617a948ef7f258ceddc45f31331c68a10034176fbd07cb2e2ba38174e54a17f
|
||||
|
Loading…
Reference in New Issue
Block a user