diff --git a/.cvsignore b/.cvsignore index 9edda5f..e59a97c 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -pdns-2.9.21.tar.gz +pdns-2.9.21.1.tar.gz diff --git a/pdns.spec b/pdns.spec index 5aef545..720971a 100644 --- a/pdns.spec +++ b/pdns.spec @@ -1,7 +1,7 @@ Summary: A modern, advanced and high performance authoritative-only nameserver Name: pdns -Version: 2.9.21 -Release: 2%{?dist} +Version: 2.9.21.1 +Release: 1%{?dist} Group: System Environment/Daemons License: GPLv2 @@ -10,6 +10,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Source0: http://downloads.powerdns.com/releases/%{name}-%{version}.tar.gz Patch0: %{name}-fixinit.patch Patch1: %{name}-avoid-version.patch +Patch2: %{name}-gcc43.patch Requires(post): %{_sbindir}/useradd, /sbin/chkconfig Requires(preun): /sbin/service, /sbin/chkconfig @@ -82,6 +83,7 @@ This package contains the SQLite backend for %{name} %setup -q %patch0 -p1 -b .fixinit %patch1 -p1 -b .avoid-version +%patch2 -p1 %build export CPPFLAGS="-DLDAP_DEPRECATED %{optflags}" @@ -181,6 +183,15 @@ fi %changelog +* Wed Aug 06 2008 Ruben Kerkhof 2.9.21.1-1 +- CVE-2008-3337 + +* Sat Feb 09 2008 Ruben Kerkhof 2.9.21-4 +- GCC 4.3 fixes + +* Wed Dec 05 2007 Ruben Kerkhof 2.9.21-3 +- Rebuild to pick up new openldap + * Tue Sep 11 2007 Ruben Kerkhof 2.9.21-2 - Fix license tag - Add README for geo backend to docs diff --git a/sources b/sources index 6cc52a5..0c45f68 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -a0d650dd1489ed46b36dfcc1d73653af pdns-2.9.21.tar.gz +0e104d8d609d664b41cd91f4c8bd41e0 pdns-2.9.21.1.tar.gz