diff options
author | otis <otis@pkgsrc.org> | 2021-06-19 13:18:21 +0000 |
---|---|---|
committer | otis <otis@pkgsrc.org> | 2021-06-19 13:18:21 +0000 |
commit | f4f9542a7ff1d15241fc91f966ceedde97090e02 (patch) | |
tree | c42c75cc62e56b6d001c2b745a4c791d5e0ede58 /net/bind916 | |
parent | 83e4fd8d7b0a81ed4caac8dfb14510fad607e5f5 (diff) | |
download | pkgsrc-f4f9542a7ff1d15241fc91f966ceedde97090e02.tar.gz |
net/bind916: Update to 9.6.18
This is a bugfix release.
- Fixed a bug that caused the NSEC salt to be changed for KASP zones on every
startup.
- Signed, insecure delegation responses prepared by named either lacked the
necessary NSEC records or contained duplicate NSEC records when both wildcard
expansion and CNAME chaining were required to prepare the response. This has
been fixed.
- Queries where the wildcard match contained the letter W failed to return the
correct response as the W was mapped to \000.
- Checking of key-directory and dnssec-policy was broken. The checks failed to
account for key-directory inheritance.
Full release notes:
https://bind9.readthedocs.io/en/v9_16/notes.html#notes-for-bind-9-16-18
Diffstat (limited to 'net/bind916')
-rw-r--r-- | net/bind916/Makefile | 4 | ||||
-rw-r--r-- | net/bind916/distinfo | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/net/bind916/Makefile b/net/bind916/Makefile index 6adb5300050..684e5b7e0f1 100644 --- a/net/bind916/Makefile +++ b/net/bind916/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2021/06/17 09:04:45 otis Exp $ +# $NetBSD: Makefile,v 1.18 2021/06/19 13:18:21 otis Exp $ DISTNAME= bind-${BIND_VERSION} PKGNAME= ${DISTNAME:S/-P/pl/} @@ -15,7 +15,7 @@ CONFLICTS+= host-[0-9]* MAKE_JOBS_SAFE= no -BIND_VERSION= 9.16.17 +BIND_VERSION= 9.16.18 BUILD_DEFS+= BIND_DIR VARBASE diff --git a/net/bind916/distinfo b/net/bind916/distinfo index 2b05c8d6486..5378627e4c6 100644 --- a/net/bind916/distinfo +++ b/net/bind916/distinfo @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.15 2021/06/17 09:04:45 otis Exp $ +$NetBSD: distinfo,v 1.16 2021/06/19 13:18:21 otis Exp $ -SHA1 (bind-9.16.17.tar.xz) = 03861dea0d98a1f9dcdbccc8888c93b268892257 -RMD160 (bind-9.16.17.tar.xz) = 7dcaf7c809f8a1f7ff4215485147267365b2405b -SHA512 (bind-9.16.17.tar.xz) = 983d7d0ecd17ae926db2811c4af0354bafcfbaa96c82625f419be3dc81132ed23d599d1273351a3924ee9df79b358d67d88f42a91ad48c2dc596ff01904c83c3 -Size (bind-9.16.17.tar.xz) = 5021984 bytes +SHA1 (bind-9.16.18.tar.xz) = d4d5dc9097647a75732ff3fdd9ed370bb3bca7d4 +RMD160 (bind-9.16.18.tar.xz) = c26ba6a638f4dafe766fff7c45ee22d3fe56c049 +SHA512 (bind-9.16.18.tar.xz) = 6ba2f14324ebdc66d2a6d60e929fb47e170dd7662cf4b18ef3ad9da30a61b43c7d5539e931c483ab36e63ae0398aeed255fd672489fb332dccf182df9aa102f9 +Size (bind-9.16.18.tar.xz) = 5023512 bytes SHA1 (patch-bin_dig_dighost.c) = b1073911d80ecd519af98b6678968296ff8c0c98 SHA1 (patch-bin_dig_include_dig_dig.h) = 10166f5bb98b208c7b10d63eb31e8253f704acc8 SHA1 (patch-bin_named_Makefile.in) = f1367da6a226ba44d0ee13acf00b8abeb5b1b7eb |