diff options
-rw-r--r-- | network/unbound/README.SLACKWARE | 5 | ||||
-rw-r--r-- | network/unbound/root.hints | 4 | ||||
-rw-r--r-- | network/unbound/unbound.SlackBuild | 2 | ||||
-rw-r--r-- | network/unbound/unbound.info | 6 |
4 files changed, 8 insertions, 9 deletions
diff --git a/network/unbound/README.SLACKWARE b/network/unbound/README.SLACKWARE index f3718b1e61..52179f2869 100644 --- a/network/unbound/README.SLACKWARE +++ b/network/unbound/README.SLACKWARE @@ -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 diff --git a/network/unbound/root.hints b/network/unbound/root.hints index f0a0934051..0f1b4ed6a7 100644 --- a/network/unbound/root.hints +++ b/network/unbound/root.hints @@ -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 ; diff --git a/network/unbound/unbound.SlackBuild b/network/unbound/unbound.SlackBuild index b4e61ec7e1..1d986e72fa 100644 --- a/network/unbound/unbound.SlackBuild +++ b/network/unbound/unbound.SlackBuild @@ -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} diff --git a/network/unbound/unbound.info b/network/unbound/unbound.info index 130f8f8934..3998f966fc 100644 --- a/network/unbound/unbound.info +++ b/network/unbound/unbound.info @@ -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="" |