Update to 3.4.4

This commit is contained in:
Morten Stevens 2015-04-27 14:12:51 +02:00
parent 1c676bbf09
commit 97cda7ca58
3 changed files with 8 additions and 4 deletions

1
.gitignore vendored
View File

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

View File

@ -2,7 +2,7 @@
%global backends %{nil}
Name: pdns
Version: 3.4.3
Version: 3.4.4
Release: 1%{?dist}
Summary: A modern, advanced and high performance authoritative-only nameserver
Group: System Environment/Daemons
@ -24,7 +24,6 @@ BuildRequires: boost-devel
BuildRequires: lua-devel
BuildRequires: cryptopp-devel
BuildRequires: bison
BuildRequires: polarssl-devel
Provides: powerdns = %{version}-%{release}
%global backends %{backends} bind
@ -134,7 +133,6 @@ export CPPFLAGS="-DLDAP_DEPRECATED"
--disable-dependency-tracking \
--disable-silent-rules \
--with-modules='' \
--with-system-polarssl \
--with-lua \
--with-dynmodules='%{backends}' \
--enable-cryptopp \
@ -260,6 +258,11 @@ exit 0
%{_libdir}/%{name}/libgsqlite3backend.so
%changelog
* Mon Apr 27 2015 Morten Stevens <mstevens@imt-systems.com> - 3.4.4-1
- Update to 3.4.4
- CVE-2015-1868
- Remove polarssl-devel as build dependency
* Mon Mar 02 2015 Morten Stevens <mstevens@imt-systems.com> - 3.4.3-1
- Update to 3.4.3

View File

@ -1 +1 @@
c570495b556eccbecb12136c72f04240 pdns-3.4.3.tar.bz2
7207dc27b43077d7908732b8ca5d6ae1 pdns-3.4.4.tar.bz2