network/pdns: Updated for version 4.1.8.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
6ee3292742
commit
cb31825b30
|
@ -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 backend only.
|
||||
To use other backends, set the modules variable before calling the
|
||||
build:
|
||||
By default, this PowerDNS SlackBuild includes support for BIND and
|
||||
SQLite3 backends only. To use other backends, set the modules
|
||||
variable before calling the build:
|
||||
# MODULES="bind gpgsql" ./pdns.SlackBuild
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=pdns
|
||||
VERSION=${VERSION:-4.1.5}
|
||||
VERSION=${VERSION:-4.1.8}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -70,7 +70,7 @@ find -L . \
|
|||
|
||||
|
||||
# Build without database support by default
|
||||
DEFAULT_MODULES="bind"
|
||||
DEFAULT_MODULES="bind gsqlite3"
|
||||
MODULES=${MODULES:-$DEFAULT_MODULES}
|
||||
|
||||
CFLAGS="$SLKCFLAGS" \
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="pdns"
|
||||
VERSION="4.1.5"
|
||||
VERSION="4.1.8"
|
||||
HOMEPAGE="https://www.powerdns.com/auth.html"
|
||||
DOWNLOAD="https://downloads.powerdns.com/releases/pdns-4.1.5.tar.bz2"
|
||||
MD5SUM="ec8b8b42c4ebbaf34763b56aa81a645a"
|
||||
DOWNLOAD="https://downloads.powerdns.com/releases/pdns-4.1.8.tar.bz2"
|
||||
MD5SUM="27ae77c691e79a7eeef1ee54875fe3f7"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in New Issue