pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/bind916 net/bind916: Update to 9.6.18



details:   https://anonhg.NetBSD.org/pkgsrc/rev/85502e3fa3ea
branches:  trunk
changeset: 454793:85502e3fa3ea
user:      otis <otis%pkgsrc.org@localhost>
date:      Sat Jun 19 13:18:21 2021 +0000

description:
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:

 net/bind916/Makefile |   4 ++--
 net/bind916/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (36 lines):

diff -r 574c194d090c -r 85502e3fa3ea net/bind916/Makefile
--- a/net/bind916/Makefile      Sat Jun 19 12:08:58 2021 +0000
+++ b/net/bind916/Makefile      Sat Jun 19 13:18:21 2021 +0000
@@ -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 @@
 
 MAKE_JOBS_SAFE=        no
 
-BIND_VERSION=  9.16.17
+BIND_VERSION=  9.16.18
 
 BUILD_DEFS+=   BIND_DIR VARBASE
 
diff -r 574c194d090c -r 85502e3fa3ea net/bind916/distinfo
--- a/net/bind916/distinfo      Sat Jun 19 12:08:58 2021 +0000
+++ b/net/bind916/distinfo      Sat Jun 19 13:18:21 2021 +0000
@@ -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



Home | Main Index | Thread Index | Old Index