mirror of
https://github.com/Ponce/slackbuilds
synced 2024-12-05 00:55:44 +01:00
network/pdns: Updated for version 4.1.5.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
a8bcdc69b3
commit
17720f39f0
3 changed files with 8 additions and 8 deletions
|
@ -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
|
||||
|
|
|
@ -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" \
|
||||
|
|
|
@ -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=""
|
||||
|
|
Loading…
Reference in a new issue