From: Stefan Schantl Date: Wed, 16 May 2012 21:05:42 +0000 (+0200) Subject: pdns: Update to 3.1. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dfe7386f01fe6096589408d97a0b73a2cf8f5906;p=ipfire-3.x.git pdns: Update to 3.1. * Update Power DNS to latest stable version. * Remove patch, which has become upstream. Fixes #10118. --- diff --git a/pdns/patches/pdns-fix-lua-detection.patch b/pdns/patches/pdns-fix-lua-detection.patch deleted file mode 100644 index 29b352a86..000000000 --- a/pdns/patches/pdns-fix-lua-detection.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -up pdns-3.0-rc3/configure.orig pdns-3.0-rc3/configure ---- pdns-3.0-rc3/configure.orig 2011-07-20 14:09:39.960000514 +0200 -+++ pdns-3.0-rc3/configure 2011-07-20 14:09:46.288007162 +0200 -@@ -16494,7 +16494,7 @@ $as_echo_n "checking if with lua... " >& - - # Check whether --with-lua was given. - if test "${with_lua+set}" = set; then : -- withval=$with_lua; WITH_LUA=$withval] -+ withval=$with_lua; WITH_LUA=$withval - else - WITH_LUA=yes - fi diff --git a/pdns/pdns.nm b/pdns/pdns.nm index a56570c65..bd5e1e7ca 100644 --- a/pdns/pdns.nm +++ b/pdns/pdns.nm @@ -4,7 +4,7 @@ ############################################################################### name = pdns -version = 3.0.1 +version = 3.1 release = 1 groups = Networking/DNS