Update to 3.4.4
This commit is contained in:
parent
ff937e7b5c
commit
d3c5d0724d
1
.gitignore
vendored
1
.gitignore
vendored
@ -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
|
||||
|
@ -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
|
||||
BuildRequires: zeromq-devel
|
||||
Provides: powerdns = %{version}-%{release}
|
||||
%global backends %{backends} bind
|
||||
@ -185,7 +184,6 @@ export CPPFLAGS="-DLDAP_DEPRECATED"
|
||||
--disable-dependency-tracking \
|
||||
--disable-silent-rules \
|
||||
--with-modules='' \
|
||||
--with-system-polarssl \
|
||||
--with-lua \
|
||||
--with-dynmodules='%{backends}' \
|
||||
--enable-cryptopp \
|
||||
@ -326,6 +324,11 @@ exit 0
|
||||
%{_libdir}/%{name}/liblmdbbackend.so
|
||||
|
||||
%changelog
|
||||
* Mon Apr 27 2015 25 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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user