Update to 4.4.1
This commit is contained in:
parent
28be3e5d50
commit
cf830d231c
1
.gitignore
vendored
1
.gitignore
vendored
@ -50,3 +50,4 @@ pdns-2.9.22.tar.gz
|
||||
/pdns-4.3.0.tar.bz2
|
||||
/pdns-4.3.1.tar.bz2
|
||||
/pdns-4.4.0.tar.bz2
|
||||
/pdns-4.4.1.tar.bz2
|
||||
|
@ -1,9 +0,0 @@
|
||||
diff --git a/pdns/lua-record.cc b/pdns/lua-record.cc
|
||||
index f7f3ef0..70a961b 100644
|
||||
--- a/pdns/lua-record.cc
|
||||
+++ b/pdns/lua-record.cc
|
||||
@@ -1,3 +1,4 @@
|
||||
+#include <thread>
|
||||
#include <future>
|
||||
#include <mutex>
|
||||
#include <boost/format.hpp>
|
@ -2,14 +2,13 @@
|
||||
%global backends %{nil}
|
||||
|
||||
Name: pdns
|
||||
Version: 4.4.0
|
||||
Release: 6%{?dist}
|
||||
Version: 4.4.1
|
||||
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
|
||||
Patch1: pdns-gcc11.patch
|
||||
|
||||
Requires(pre): shadow-utils
|
||||
Requires(post): systemd-units
|
||||
@ -314,6 +313,9 @@ exit 0
|
||||
%{_unitdir}/ixfrdist@.service
|
||||
|
||||
%changelog
|
||||
* Wed Feb 10 2021 Morten Stevens <mstevens@fedoraproject.org> - 4.4.1-1
|
||||
- Update to 4.4.1
|
||||
|
||||
* Mon Feb 08 2021 Pavel Raiskup <praiskup@redhat.com> - 4.4.0-6
|
||||
- rebuild for libpq ABI fix rhbz#1908268
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (pdns-4.4.0.tar.bz2) = e7f35539915ee7945b537cfedae72e2b83c86b39c5e44a9268b8a086f44b30a33a64e0b65aad140ba02c349cedaa12820226578dea87c9b666dc75f8bd15c1f6
|
||||
SHA512 (pdns-4.4.1.tar.bz2) = a6f31972f77ded8ecfb523e8810dd90e5b7aa628746fee2a9a0daae2a7935800f111ce8617ffd71d5ce3881947d4ffc36c9cb37996a7bcc514536bb4abe1f79e
|
||||
|
Loading…
Reference in New Issue
Block a user