Update to 3.4.5

This commit is contained in:
Morten Stevens 2015-06-10 14:01:18 +02:00
parent 97cda7ca58
commit 9c92da8ede
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
@ -24,6 +24,7 @@ BuildRequires: boost-devel
BuildRequires: lua-devel
BuildRequires: cryptopp-devel
BuildRequires: bison
BuildRequires: mbedtls-devel
Provides: powerdns = %{version}-%{release}
%global backends %{backends} bind
@ -133,6 +134,7 @@ export CPPFLAGS="-DLDAP_DEPRECATED"
--disable-dependency-tracking \
--disable-silent-rules \
--with-modules='' \
--with-system-polarssl \
--with-lua \
--with-dynmodules='%{backends}' \
--enable-cryptopp \
@ -258,6 +260,10 @@ exit 0
%{_libdir}/%{name}/libgsqlite3backend.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