From 5a1e495a9bf3b9fd9779117240229ba4ce0eab35 Mon Sep 17 00:00:00 2001 From: Morten Stevens Date: Jan 17 2013 22:39:02 +0000 Subject: Update to 3.2 --- diff --git a/.gitignore b/.gitignore index 166a192..601cea6 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ pdns-2.9.22.tar.gz /pdns-3.0.tar.gz /pdns-3.0.1.tar.gz /pdns-3.1.tar.gz +/pdns-3.2.tar.gz diff --git a/pdns-fixinit.patch b/pdns-fixinit.patch deleted file mode 100644 index 93ee93f..0000000 --- a/pdns-fixinit.patch +++ /dev/null @@ -1,27 +0,0 @@ -diff -up pdns-2.9.22-rc2/pdns/pdns.in.fixinit pdns-2.9.22-rc2/pdns/pdns.in ---- pdns-2.9.22-rc2/pdns/pdns.in.fixinit 2008-02-03 13:14:00.000000000 +0100 -+++ pdns-2.9.22-rc2/pdns/pdns.in 2008-12-03 04:07:26.000000000 +0100 -@@ -47,6 +47,7 @@ case "$1" in - if test "$NOTRUNNING" = "0" - then - doPC quit -+ rm -f /var/lock/subsys/pdns - echo $ret - else - echo "not running" -@@ -57,6 +58,7 @@ case "$1" in - force-stop) - echo -n "Stopping PowerDNS authoritative nameserver: " - killall -v -9 pdns_server -+ rm -f /var/lock/subsys/pdns - echo "killed" - ;; - -@@ -69,6 +71,7 @@ case "$1" in - $pdns_server --daemon --guardian=yes - if test "$?" = "0" - then -+ touch /var/lock/subsys/pdns - echo "started" - fi - fi diff --git a/pdns-return-exit0.patch b/pdns-return-exit0.patch deleted file mode 100644 index 1641e01..0000000 --- a/pdns-return-exit0.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- pdns-3.1/pdns/receiver.cc.orig 2012-05-04 12:13:23.000000000 +0200 -+++ pdns-3.1/pdns/receiver.cc 2012-09-22 01:19:23.081002321 +0200 -@@ -117,7 +117,7 @@ static void takedown(int i) - if(cpid) { - L< - 3.2-1 +- Update to 3.2 + * Mon Jan 07 2013 Morten Stevens - 3.1-7 - Disable pdns guardian by default (rhbz#883852) - Drop backend MongoDB as it does not work (upstream commit 3017) diff --git a/sources b/sources index e5b69e7..1bb7360 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -7dedae65403b31a795b2d53a512947fd pdns-3.1.tar.gz +6bd35c6be34e96dd07a0e59562d38cb7 pdns-3.2.tar.gz