network/pdns: Updated for version 4.1.5.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Dejan Strbac 2018-12-30 07:27:23 +07:00 committed by Willy Sudiarto Raharjo
parent a8bcdc69b3
commit 17720f39f0
No known key found for this signature in database
GPG key ID: 887B8374D7333381
3 changed files with 8 additions and 8 deletions

View file

@ -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

View file

@ -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" \

View file

@ -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=""