Compare commits

...

6 Commits
rawhide ... f15

Author SHA1 Message Date
Ruben 670ef170f7 Upstream released new version. Fixes crash introduced in 2.9.22.5 2012-02-02 11:47:15 +01:00
Ruben 04c097b5f7 Re-enable patch 2012-01-09 15:16:07 +01:00
Ruben 3a53cac3a9 Rediff patch 2012-01-09 15:05:19 +01:00
Ruben f3be036a90 Drop unneeded patch 2012-01-09 14:21:52 +01:00
Ruben 961163be47 CVE-2012-0206 2012-01-09 14:07:10 +01:00
Dan Horák b99c9175d0 rebuilt for mysql 5.5.10 (soname bump in libmysqlclient) 2011-03-23 19:42:23 +01:00
5 changed files with 26 additions and 26 deletions

3
.gitignore vendored
View File

@ -1 +1,4 @@
pdns-2.9.22.tar.gz
/pdns-3.0.1.tar.gz
/pdns-2.9.22.5.tar.gz
/pdns-2.9.22.6.tar.gz

View File

@ -1,7 +1,8 @@
diff -up pdns-2.9.22/configure.orig pdns-2.9.22/configure
--- pdns-2.9.22/configure.orig 2010-01-14 20:40:16.000000000 +0100
+++ pdns-2.9.22/configure 2010-01-14 20:41:13.000000000 +0100
@@ -23298,7 +23298,7 @@ if test "${with_pgsql+set}" = set; then
diff --git a/configure b/configure
index 60df456..8bf578d 100755
--- a/configure
+++ b/configure
@@ -16644,7 +16644,7 @@ if test "${with_pgsql+set}" = set; then :
withval=$with_pgsql; PGSQL_lib_check="$withval/lib/pgsql $with_pgsql/lib"
PGSQL_inc_check="$withval/include/pgsql"
else
@ -10,8 +11,8 @@ diff -up pdns-2.9.22/configure.orig pdns-2.9.22/configure
PGSQL_inc_check="/usr/local/pgsql/include/pgsql /usr/include /usr/local/include/postgresql/ /usr/local/include /opt/pgsql/include/pgsql /opt/pgsql/include /usr/include/pgsql/ /usr/include/postgresql"
fi
@@ -23318,8 +23318,7 @@ fi
echo $ECHO_N "checking for PgSQL library directory... $ECHO_C" >&6; }
@@ -16664,8 +16664,7 @@ fi
$as_echo_n "checking for PgSQL library directory... " >&6; }
PGSQL_libdir=
for m in $PGSQL_lib_check; do
- if test -d "$m" && \

View File

@ -1,11 +0,0 @@
diff -up pdns-2.9.22/pdns/misc.hh.orig pdns-2.9.22/pdns/misc.hh
--- pdns-2.9.22/pdns/misc.hh.orig 2009-02-26 17:09:41.000000000 +0100
+++ pdns-2.9.22/pdns/misc.hh 2009-02-26 17:09:54.000000000 +0100
@@ -20,6 +20,7 @@
#define MISC_HH
#include <stdint.h>
#include <cstring>
+#include <cstdio>
#if 0
#include <iostream>

View File

@ -1,7 +1,7 @@
Summary: A modern, advanced and high performance authoritative-only nameserver
Name: pdns
Version: 2.9.22
Release: 12%{?dist}
Version: 2.9.22.6
Release: 1%{?dist}
Group: System Environment/Daemons
License: GPLv2
@ -9,9 +9,8 @@ URL: http://powerdns.com
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}-gcc44.patch
Patch2: pdns-fix-postgres-detection.patch
Patch3: pdns-fix-crash-on-sigstop.patch
Patch1: pdns-fix-postgres-detection.patch
Patch2: pdns-fix-crash-on-sigstop.patch
Requires(post): %{_sbindir}/useradd, /sbin/chkconfig
Requires(preun): /sbin/service, /sbin/chkconfig
@ -83,9 +82,8 @@ This package contains the SQLite backend for %{name}
%prep
%setup -q
%patch0 -p1 -b .fixinit
%patch1 -p1 -b .gcc44
%patch2 -p1 -b .postgres
%patch3 -p1 -b .sigstop
%patch1 -p1 -b .postgres
%patch2 -p1 -b .sigstop
%build
export CPPFLAGS="-DLDAP_DEPRECATED %{optflags}"
@ -184,6 +182,15 @@ fi
%changelog
* Thu Feb 02 2012 Ruben Kerkhof <ruben@tilaa.nl> 2.9.22.6-1
- Upstream released new version. Fixes crash introduced in 2.9.22.5
* Mon Jan 09 2012 Ruben Kerkhof <ruben@rubenkerkhof.com> 2.9.22.5-1
- CVE-2012-0206
* Wed Mar 23 2011 Dan Horák <dan@danny.cz> - 2.9.22-13
- rebuilt for mysql 5.5.10 (soname bump in libmysqlclient)
* Wed Mar 23 2011 Ruben Kerkhof <ruben@rubenkerkhof.com> 2.9.22-12
- Rebuilt for new mysqlclient

View File

@ -1 +1 @@
8a6ff842733aca885577eb54e983a1ff pdns-2.9.22.tar.gz
ff97ba980b322adb61c3e9c9e9c4adef pdns-2.9.22.6.tar.gz