diff options
author | Dejan Strbac <me@dejanstrbac.com> | 2019-04-19 07:52:26 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-04-19 07:52:26 +0700 |
commit | cb31825b30867e55dca0e75ff5b0f49d9ce4f374 (patch) | |
tree | 30e187b920aa5a6372e9ef630c36136861759153 /network/pdns | |
parent | 6ee3292742241fd51fd478ea10864dcc05025fa8 (diff) | |
download | slackbuilds-cb31825b30867e55dca0e75ff5b0f49d9ce4f374.tar.gz |
network/pdns: Updated for version 4.1.8.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/pdns')
-rw-r--r-- | network/pdns/README | 6 | ||||
-rw-r--r-- | network/pdns/pdns.SlackBuild | 4 | ||||
-rw-r--r-- | network/pdns/pdns.info | 6 |
3 files changed, 8 insertions, 8 deletions
diff --git a/network/pdns/README b/network/pdns/README index 58c57af488..e3e92326a9 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 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 diff --git a/network/pdns/pdns.SlackBuild b/network/pdns/pdns.SlackBuild index 0df8712ce0..64fab02d78 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.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" \ diff --git a/network/pdns/pdns.info b/network/pdns/pdns.info index d1aa80628e..72a025f55c 100644 --- a/network/pdns/pdns.info +++ b/network/pdns/pdns.info @@ -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="" |