pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/bind916



Module Name:    pkgsrc
Committed By:   otis
Date:           Sat Jun 19 13:18:21 UTC 2021

Modified Files:
        pkgsrc/net/bind916: Makefile distinfo

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 pkgsrc/net/bind916/Makefile
cvs rdiff -u -r1.15 -r1.16 pkgsrc/net/bind916/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/net/bind916/Makefile
diff -u pkgsrc/net/bind916/Makefile:1.17 pkgsrc/net/bind916/Makefile:1.18
--- pkgsrc/net/bind916/Makefile:1.17    Thu Jun 17 09:04:45 2021
+++ pkgsrc/net/bind916/Makefile Sat Jun 19 13:18:21 2021
@@ -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
 

Index: pkgsrc/net/bind916/distinfo
diff -u pkgsrc/net/bind916/distinfo:1.15 pkgsrc/net/bind916/distinfo:1.16
--- pkgsrc/net/bind916/distinfo:1.15    Thu Jun 17 09:04:45 2021
+++ pkgsrc/net/bind916/distinfo Sat Jun 19 13:18:21 2021
@@ -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