Update to 3.4.5

This commit is contained in:
Morten Stevens 2015-06-10 12:42:06 +02:00
parent 5bcf786d4e
commit 55b6cb773d
3 changed files with 9 additions and 2 deletions

1
.gitignore vendored
View File

@ -17,3 +17,4 @@ pdns-2.9.22.tar.gz
/pdns-3.4.2.tar.bz2
/pdns-3.4.3.tar.bz2
/pdns-3.4.4.tar.bz2
/pdns-3.4.5.tar.bz2

View File

@ -2,7 +2,7 @@
%global backends %{nil}
Name: pdns
Version: 3.4.4
Version: 3.4.5
Release: 1%{?dist}
Summary: A modern, advanced and high performance authoritative-only nameserver
Group: System Environment/Daemons
@ -25,6 +25,7 @@ BuildRequires: lua-devel
BuildRequires: cryptopp-devel
BuildRequires: bison
BuildRequires: zeromq-devel
BuildRequires: mbedtls-devel
Provides: powerdns = %{version}-%{release}
%global backends %{backends} bind
@ -184,6 +185,7 @@ export CPPFLAGS="-DLDAP_DEPRECATED"
--disable-dependency-tracking \
--disable-silent-rules \
--with-modules='' \
--with-system-polarssl \
--with-lua \
--with-dynmodules='%{backends}' \
--enable-cryptopp \
@ -324,6 +326,10 @@ exit 0
%{_libdir}/%{name}/liblmdbbackend.so
%changelog
* Wed Jun 10 2015 Morten Stevens <mstevens@imt-systems.com> - 3.4.5-1
- Update to 3.4.5
- Added mbedtls-devel as build dep
* Mon Apr 27 2015 Morten Stevens <mstevens@imt-systems.com> - 3.4.4-1
- Update to 3.4.4
- CVE-2015-1868

View File

@ -1 +1 @@
7207dc27b43077d7908732b8ca5d6ae1 pdns-3.4.4.tar.bz2
81059bff7a346858c92a8b0234c51384 pdns-3.4.5.tar.bz2