From 17720f39f030a0a978c066c74560603078e62c8c Mon Sep 17 00:00:00 2001 From: Dejan Strbac Date: Sun, 30 Dec 2018 07:27:23 +0700 Subject: network/pdns: Updated for version 4.1.5. Signed-off-by: Willy Sudiarto Raharjo --- network/pdns/README | 4 ++-- network/pdns/pdns.SlackBuild | 6 +++--- network/pdns/pdns.info | 6 +++--- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/network/pdns/README b/network/pdns/README index 57f1536d35..58c57af488 100644 --- a/network/pdns/README +++ b/network/pdns/README @@ -5,7 +5,7 @@ supports a large number of backends. Docs are available at: https://doc.powerdns.com/authoritative/index.html -By default, PowerDNS includes support for bind and mysql backends. -To use other modules, set the modules variable before calling the +By default, PowerDNS includes support for BIND backend only. +To use other backends, set the modules variable before calling the build: # MODULES="bind gpgsql" ./pdns.SlackBuild diff --git a/network/pdns/pdns.SlackBuild b/network/pdns/pdns.SlackBuild index 5b8964ed07..0df8712ce0 100644 --- a/network/pdns/pdns.SlackBuild +++ b/network/pdns/pdns.SlackBuild @@ -22,7 +22,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=pdns -VERSION=${VERSION:-4.1.1} +VERSION=${VERSION:-4.1.5} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -70,8 +70,8 @@ find -L . \ # Build without database support by default -DEFAULT_MODULES="bind gmysql" -MODULES=${MODULES:-bind gmysql} +DEFAULT_MODULES="bind" +MODULES=${MODULES:-$DEFAULT_MODULES} CFLAGS="$SLKCFLAGS" \ CXXFLAGS="$SLKCFLAGS" \ diff --git a/network/pdns/pdns.info b/network/pdns/pdns.info index 187c85d709..d1aa80628e 100644 --- a/network/pdns/pdns.info +++ b/network/pdns/pdns.info @@ -1,8 +1,8 @@ PRGNAM="pdns" -VERSION="4.1.1" +VERSION="4.1.5" HOMEPAGE="https://www.powerdns.com/auth.html" -DOWNLOAD="https://downloads.powerdns.com/releases/pdns-4.1.1.tar.bz2" -MD5SUM="dbc1e04a1a32e29a73be664e70536c94" +DOWNLOAD="https://downloads.powerdns.com/releases/pdns-4.1.5.tar.bz2" +MD5SUM="ec8b8b42c4ebbaf34763b56aa81a645a" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" -- cgit v1.2.3