diff options
author | Patrick J Volkerding <volkerdi@slackware.com> | 2019-08-19 19:23:23 +0000 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2019-08-20 08:59:46 +0200 |
commit | 1cfc178ab07198fd09d0f6c4c17d5dae4a6e4a2c (patch) | |
tree | 5b5e11832d9dd4b06ab81ad644dbfbab1f82a080 /source/n/bind | |
parent | 28b30fa373bf4044466920caf4d1ca6195a84d2c (diff) | |
download | current-1cfc178ab07198fd09d0f6c4c17d5dae4a6e4a2c.tar.gz |
Mon Aug 19 19:23:23 UTC 201920190819192323
d/ccache-3.7.3-x86_64-1.txz: Upgraded.
l/libvisio-0.1.7-x86_64-1.txz: Upgraded.
n/bind-9.14.4-x86_64-2.txz: Rebuilt.
Updated to the latest named.root in the caching-example configs.
Thanks to 3rensho for the bug report.
n/s-nail-14.9.15-x86_64-1.txz: Upgraded.
n/whois-5.5.1-x86_64-1.txz: Upgraded.
xap/xlockmore-5.58-x86_64-1.txz: Upgraded.
Diffstat (limited to 'source/n/bind')
-rwxr-xr-x | source/n/bind/bind.SlackBuild | 2 | ||||
-rw-r--r-- | source/n/bind/caching-example/named.root | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/source/n/bind/bind.SlackBuild b/source/n/bind/bind.SlackBuild index a9ab917e..c1e09ed4 100755 --- a/source/n/bind/bind.SlackBuild +++ b/source/n/bind/bind.SlackBuild @@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=bind VERSION=${VERSION:-9.14.4} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} # Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then diff --git a/source/n/bind/caching-example/named.root b/source/n/bind/caching-example/named.root index 86cd8152..dba9ed9e 100644 --- a/source/n/bind/caching-example/named.root +++ b/source/n/bind/caching-example/named.root @@ -9,8 +9,8 @@ ; on server FTP.INTERNIC.NET ; -OR- RS.INTERNIC.NET ; -; last update: July 26, 2017 -; related version of root zone: 2017072601 +; last update: July 30, 2019 +; related version of root zone: 2019073000 ; ; FORMERLY NS.INTERNIC.NET ; @@ -21,7 +21,7 @@ A.ROOT-SERVERS.NET. 3600000 AAAA 2001:503:ba3e::2:30 ; FORMERLY NS1.ISI.EDU ; . 3600000 NS B.ROOT-SERVERS.NET. -B.ROOT-SERVERS.NET. 3600000 A 192.228.79.201 +B.ROOT-SERVERS.NET. 3600000 A 199.9.14.201 B.ROOT-SERVERS.NET. 3600000 AAAA 2001:500:200::b ; ; FORMERLY C.PSI.NET |