mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-06 08:26:50 +01:00
network/pdns-recursor: Updated for version 4.6.0.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
8335b829f5
commit
74b4119d3a
2 changed files with 6 additions and 5 deletions
|
@ -24,7 +24,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=pdns-recursor
|
||||
VERSION=${VERSION:-4.1.13}
|
||||
VERSION=${VERSION:-4.6.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
@ -88,7 +88,8 @@ CXXFLAGS="$SLKCFLAGS" \
|
|||
--mandir=/usr/man \
|
||||
--docdir=/usr/doc/$PRGNAM-$VERSION \
|
||||
--enable-static=no \
|
||||
--build=$ARCH-slackware-linux
|
||||
--build=$ARCH-slackware-linux \
|
||||
--enable-dns-over-tls
|
||||
|
||||
make
|
||||
make install DESTDIR=$PKG
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="pdns-recursor"
|
||||
VERSION="4.1.13"
|
||||
VERSION="4.6.0"
|
||||
HOMEPAGE="https://www.powerdns.com/recursor.html"
|
||||
DOWNLOAD="https://downloads.powerdns.com/releases/pdns-recursor-4.1.13.tar.bz2"
|
||||
MD5SUM="e0c711cb443cdca4b2c241966d2fb6ff"
|
||||
DOWNLOAD="https://downloads.powerdns.com/releases/pdns-recursor-4.6.0.tar.bz2"
|
||||
MD5SUM="ada31148b47231ac61ec504d2b8a5ece"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="lua"
|
||||
|
|
Loading…
Reference in a new issue