network/unbound: Updated for version 1.21.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
b747c6d028
commit
2ffd181bd9
|
@ -23,9 +23,8 @@ activation and other stuff that's required for proper functionality
|
|||
on Slackware. The upstream configuration file is saved to
|
||||
unbound.conf.upstream.
|
||||
|
||||
Threading is supported by Unbound but disabled by default. The
|
||||
script will set num-threads to the value of nproc. Just uncomment
|
||||
num-threads in unbound.conf to enable threading.
|
||||
Threading is enabled by default. This SlackBuild sets the
|
||||
num-threads setting to the value of $(nproc).
|
||||
|
||||
By default, we turn on "remote control" which enables the
|
||||
functionality of unbound-control command. Despite its name, it
|
||||
|
|
|
@ -9,8 +9,8 @@
|
|||
; on server FTP.INTERNIC.NET
|
||||
; -OR- RS.INTERNIC.NET
|
||||
;
|
||||
; last update: April 18, 2024
|
||||
; related version of root zone: 2024041801
|
||||
; last update: August 14, 2024
|
||||
; related version of root zone: 2024081401
|
||||
;
|
||||
; FORMERLY NS.INTERNIC.NET
|
||||
;
|
||||
|
|
|
@ -27,7 +27,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=unbound
|
||||
VERSION=${VERSION:-1.20.0}
|
||||
VERSION=${VERSION:-1.21.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="unbound"
|
||||
VERSION="1.20.0"
|
||||
VERSION="1.21.0"
|
||||
HOMEPAGE="https://nlnetlabs.nl/projects/unbound/about/"
|
||||
DOWNLOAD="https://www.nlnetlabs.nl/downloads/unbound/unbound-1.20.0.tar.gz"
|
||||
MD5SUM="970d8a8800e6993d4453d50979b0c657"
|
||||
DOWNLOAD="https://www.nlnetlabs.nl/downloads/unbound/unbound-1.21.0.tar.gz"
|
||||
MD5SUM="fb7cc7922064bf122941b9f135052d00"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in New Issue