Update to 4.7.0
This commit is contained in:
parent
56aa6ce5f0
commit
b4c28eb9f0
1
.gitignore
vendored
1
.gitignore
vendored
@ -58,3 +58,4 @@ pdns-2.9.22.tar.gz
|
|||||||
/pdns-4.6.0.tar.bz2
|
/pdns-4.6.0.tar.bz2
|
||||||
/pdns-4.6.1.tar.bz2
|
/pdns-4.6.1.tar.bz2
|
||||||
/pdns-4.6.2.tar.bz2
|
/pdns-4.6.2.tar.bz2
|
||||||
|
/pdns-4.7.0.tar.bz2
|
||||||
|
@ -1,11 +0,0 @@
|
|||||||
--- 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", "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";
|
|
11
pdns.spec
11
pdns.spec
@ -2,13 +2,12 @@
|
|||||||
%global backends %{nil}
|
%global backends %{nil}
|
||||||
|
|
||||||
Name: pdns
|
Name: pdns
|
||||||
Version: 4.6.2
|
Version: 4.7.0
|
||||||
Release: 3%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: A modern, advanced and high performance authoritative-only nameserver
|
Summary: A modern, advanced and high performance authoritative-only nameserver
|
||||||
License: GPLv2
|
License: GPLv2
|
||||||
URL: http://powerdns.com
|
URL: http://powerdns.com
|
||||||
Source0: http://downloads.powerdns.com/releases/%{name}-%{version}.tar.bz2
|
Source0: http://downloads.powerdns.com/releases/%{name}-%{version}.tar.bz2
|
||||||
Patch0: pdns-disable-secpoll.patch
|
|
||||||
ExcludeArch: %{arm} %{ix86}
|
ExcludeArch: %{arm} %{ix86}
|
||||||
|
|
||||||
Requires(pre): shadow-utils
|
Requires(pre): shadow-utils
|
||||||
@ -139,7 +138,7 @@ BuildRequires: yaml-cpp-devel
|
|||||||
This package contains the ixfrdist program.
|
This package contains the ixfrdist program.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -p1
|
%autosetup
|
||||||
|
|
||||||
%build
|
%build
|
||||||
export CPPFLAGS="-DLDAP_DEPRECATED"
|
export CPPFLAGS="-DLDAP_DEPRECATED"
|
||||||
@ -179,6 +178,7 @@ sed -i \
|
|||||||
-e 's/# setuid=/setuid=pdns/' \
|
-e 's/# setuid=/setuid=pdns/' \
|
||||||
-e 's/# setgid=/setgid=pdns/' \
|
-e 's/# setgid=/setgid=pdns/' \
|
||||||
-e 's/# launch=/launch=bind/' \
|
-e 's/# launch=/launch=bind/' \
|
||||||
|
-e 's/# security-poll-suffix=secpoll\.powerdns\.com\./security-poll-suffix=/' \
|
||||||
%{buildroot}%{_sysconfdir}/%{name}/pdns.conf
|
%{buildroot}%{_sysconfdir}/%{name}/pdns.conf
|
||||||
|
|
||||||
%{__rm} %{buildroot}/%{_bindir}/stubquery
|
%{__rm} %{buildroot}/%{_bindir}/stubquery
|
||||||
@ -317,6 +317,9 @@ exit 0
|
|||||||
%{_unitdir}/ixfrdist@.service
|
%{_unitdir}/ixfrdist@.service
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Oct 22 2022 Morten Stevens <mstevens@fedoraproject.org> - 4.7.0-1
|
||||||
|
- Update to 4.7.0
|
||||||
|
|
||||||
* Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 4.6.2-3
|
* Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 4.6.2-3
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (pdns-4.6.2.tar.bz2) = 10e7f4338f99f063ca8d694c148d468e66dd1b9feb2cf8dba04861396addb138b9335908d666e7e2701424d1fdb3c29e40b596098f19b1443643b9e6ab356c0a
|
SHA512 (pdns-4.7.0.tar.bz2) = d4ed9acb98b8195f6f8821d4934472f214bbb4cbef67d084c0b9836e61c9cf156eb193b6e4769ae088aaf92f1ca65dc3ab35fdfcacc42eeb9804d80ab92b25e2
|
||||||
|
Loading…
x
Reference in New Issue
Block a user