Update 4.1.10
This commit is contained in:
parent
bc81be9692
commit
386680a391
1
.gitignore
vendored
1
.gitignore
vendored
@ -42,3 +42,4 @@ pdns-2.9.22.tar.gz
|
|||||||
/pdns-4.1.6.tar.bz2
|
/pdns-4.1.6.tar.bz2
|
||||||
/pdns-4.1.7.tar.bz2
|
/pdns-4.1.7.tar.bz2
|
||||||
/pdns-4.1.8.tar.bz2
|
/pdns-4.1.8.tar.bz2
|
||||||
|
/pdns-4.1.10.tar.bz2
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
%global backends %{nil}
|
%global backends %{nil}
|
||||||
|
|
||||||
Name: pdns
|
Name: pdns
|
||||||
Version: 4.1.8
|
Version: 4.1.10
|
||||||
Release: 1%{?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
|
||||||
@ -18,6 +18,7 @@ Requires(postun): systemd-units
|
|||||||
BuildRequires: bison
|
BuildRequires: bison
|
||||||
BuildRequires: boost-devel
|
BuildRequires: boost-devel
|
||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
|
BuildRequires: krb5-devel
|
||||||
BuildRequires: libsodium-devel
|
BuildRequires: libsodium-devel
|
||||||
BuildRequires: lua-devel
|
BuildRequires: lua-devel
|
||||||
BuildRequires: openssl-devel
|
BuildRequires: openssl-devel
|
||||||
@ -293,6 +294,11 @@ exit 0
|
|||||||
%{_libdir}/%{name}/libtinydnsbackend.so
|
%{_libdir}/%{name}/libtinydnsbackend.so
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Jun 21 2019 Morten Stevens <mstevens@fedoraproject.org> - 4.1.10-1
|
||||||
|
- Update to 4.1.10
|
||||||
|
- PowerDNS Security Advisory 2019-04 (CVE-2019-10162)
|
||||||
|
- PowerDNS Security Advisory 2019-05 (CVE-2019-10163)
|
||||||
|
|
||||||
* Wed Mar 27 2019 Morten Stevens <mstevens@fedoraproject.org> - 4.1.8-1
|
* Wed Mar 27 2019 Morten Stevens <mstevens@fedoraproject.org> - 4.1.8-1
|
||||||
- Update to 4.1.8
|
- Update to 4.1.8
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (pdns-4.1.8.tar.bz2) = 1113745cdaa8fba591c176721893fb478e976861beee0cb6c0240e5afa6b68c9afae286579036b2ed77fffe76ca1e6f103cda915f8b7b875bcdc1253931ad935
|
SHA512 (pdns-4.1.10.tar.bz2) = 59a7a52468f6daae8de01bb2b08d812906ef58047026369895341cfff253a5b9ba29d6a6b43a822f1632641eec34fa1afa6fbb5b0ba5e72ecce8e61787892136
|
||||||
|
Loading…
Reference in New Issue
Block a user