From 55b6cb773d525b6e5309cf2155a5a8e5f828ee7c Mon Sep 17 00:00:00 2001 From: Morten Stevens Date: Jun 10 2015 10:42:06 +0000 Subject: Update to 3.4.5 --- diff --git a/.gitignore b/.gitignore index 3845c30..fafe5b6 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/pdns.spec b/pdns.spec index b24a1da..3660db1 100644 --- a/pdns.spec +++ b/pdns.spec @@ -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 - 3.4.5-1 +- Update to 3.4.5 +- Added mbedtls-devel as build dep + * Mon Apr 27 2015 Morten Stevens - 3.4.4-1 - Update to 3.4.4 - CVE-2015-1868 diff --git a/sources b/sources index 67b3ae0..25e00bd 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -7207dc27b43077d7908732b8ca5d6ae1 pdns-3.4.4.tar.bz2 +81059bff7a346858c92a8b0234c51384 pdns-3.4.5.tar.bz2