Wed Jan 17 00:33:15 2018 UTC ()
net/bind99: update to 9.9.11pl1 (BIND 9.9.11-P1)

Release Notes for BIND Version 9.9.11-P1

Introduction

   This document summarizes changes since BIND 9.9.11.

   BIND 9.9.11-P1 addresses the security issue described in CVE-2017-3145.

Download

   The latest versions of BIND 9 software can always be found at
   http://www.isc.org/downloads/. There you will find additional
   information about each release, source code, and pre-compiled versions
   for Microsoft Windows operating systems.

New DNSSEC Root Key

   ICANN is in the process of introducing a new Key Signing Key (KSK) for
   the global root zone. BIND has multiple methods for managing DNSSEC
   trust anchors, with somewhat different behaviors. If the root key is
   configured using the managed-keys statement, or if the pre-configured
   root key is enabled by using dnssec-validation auto, then BIND can keep
   keys up to date automatically. Servers configured in this way should
   have begun the process of rolling to the new key when it was published
   in the root zone in July 2017. However, keys configured using the
   trusted-keys statement are not automatically maintained. If your server
   is performing DNSSEC validation and is configured using trusted-keys,
   you are advised to change your configuration before the root zone
   begins signing with the new KSK. This is currently scheduled for
   October 11, 2017.

   This release includes an updated version of the bind.keys file
   containing the new root key. This file can also be downloaded from
   https://www.isc.org/bind-keys .

Windows XP No Longer Supported

   As of BIND 9.9.11, Windows XP is no longer a supported platform for
   BIND, and Windows XP binaries are no longer available for download from
   ISC.

Security Fixes

     * Addresses could be referenced after being freed during resolver
       processing, causing an assertion failure. The chances of this
       happening were remote, but the introduction of a delay in
       resolution increased them. (The delay will be addressed in an
       upcoming maintenance release.) This bug is disclosed in
       CVE-2017-3145. [RT #46839]
     * An error in TSIG handling could permit unauthorized zone transfers
       or zone updates. These flaws are disclosed in CVE-2017-3142 and
       CVE-2017-3143. [RT #45383]
     * The BIND installer on Windows used an unquoted service path, which
       can enable privilege escalation. This flaw is disclosed in
       CVE-2017-3141. [RT #45229]
     * With certain RPZ configurations, a response with TTL 0 could cause
       named to go into an infinite query loop. This flaw is disclosed in
       CVE-2017-3140. [RT #45181]

Feature Changes

     * Threads in named are now set to human-readable names to assist
       debugging on operating systems that support that. Threads will have
       names such as "isc-timer", "isc-sockmgr", "isc-worker0001", and so
       on. This will affect the reporting of subsidiary thread names in ps
       and top, but not the main thread. [RT #43234]
     * DiG now warns about .local queries which are reserved for Multicast
       DNS. [RT #44783]

Bug Fixes

     * Fixed a bug that was introduced in an earlier development release
       which caused multi-packet AXFR and IXFR messages to fail validation
       if not all packets contained TSIG records; this caused
       interoperability problems with some other DNS implementations. [RT
       #45509]
     * Semicolons are no longer escaped when printing CAA and URI records.
       This may break applications that depend on the presence of the
       backslash before the semicolon. [RT #45216]
     * AD could be set on truncated answer with no records present in the
       answer and authority sections. [RT #45140]

End of Life

   BIND 9.9 (Extended Support Version) will be supported until at least
   June, 2018. https://www.isc.org/downloads/software-support-policy/


(taca)
diff -r1.71 -r1.72 pkgsrc/net/bind99/Makefile
diff -r1.49 -r1.50 pkgsrc/net/bind99/distinfo

cvs diff -r1.71 -r1.72 pkgsrc/net/bind99/Attic/Makefile (expand / switch to unified diff)

--- pkgsrc/net/bind99/Attic/Makefile 2017/07/31 13:42:06 1.71
+++ pkgsrc/net/bind99/Attic/Makefile 2018/01/17 00:33:15 1.72
@@ -1,29 +1,30 @@ @@ -1,29 +1,30 @@
1# $NetBSD: Makefile,v 1.71 2017/07/31 13:42:06 taca Exp $ 1# $NetBSD: Makefile,v 1.72 2018/01/17 00:33:15 taca Exp $
2 2
3DISTNAME= bind-${BIND_VERSION} 3DISTNAME= bind-${BIND_VERSION}
4PKGNAME= ${DISTNAME:S/-P/pl/} 4PKGNAME= ${DISTNAME:S/-P/pl/}
5CATEGORIES= net 5CATEGORIES= net
6MASTER_SITES= ftp://ftp.isc.org/isc/bind9/${BIND_VERSION}/ 6MASTER_SITES= ftp://ftp.isc.org/isc/bind9/${BIND_VERSION}/
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= http://www.isc.org/software/bind/ 9HOMEPAGE= http://www.isc.org/software/bind/
10COMMENT= Berkeley Internet Name Daemon implementation of DNS, version 9.9 10COMMENT= Berkeley Internet Name Daemon implementation of DNS, version 9.9
 11LICENSE= mpl-2.0
11 12
12CONFLICTS+= host-[0-9]* 13CONFLICTS+= host-[0-9]*
13 14
14MAKE_JOBS_SAFE= no 15MAKE_JOBS_SAFE= no
15 16
16BIND_VERSION= 9.9.11 17BIND_VERSION= 9.9.11-P1
17 18
18.include "../../mk/bsd.prefs.mk" 19.include "../../mk/bsd.prefs.mk"
19 20
20BUILD_DEFS+= BIND_DIR VARBASE 21BUILD_DEFS+= BIND_DIR VARBASE
21 22
22.include "options.mk" 23.include "options.mk"
23 24
24USE_TOOLS+= pax perl 25USE_TOOLS+= pax perl
25USE_LIBTOOL= yes 26USE_LIBTOOL= yes
26GNU_CONFIGURE= yes 27GNU_CONFIGURE= yes
27#CONFIG_SHELL= sh -x 28#CONFIG_SHELL= sh -x
28 29
29CONFIGURE_ARGS+= --with-libtool 30CONFIGURE_ARGS+= --with-libtool

cvs diff -r1.49 -r1.50 pkgsrc/net/bind99/Attic/distinfo (expand / switch to unified diff)

--- pkgsrc/net/bind99/Attic/distinfo 2017/07/31 13:42:06 1.49
+++ pkgsrc/net/bind99/Attic/distinfo 2018/01/17 00:33:15 1.50
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1$NetBSD: distinfo,v 1.49 2017/07/31 13:42:06 taca Exp $ 1$NetBSD: distinfo,v 1.50 2018/01/17 00:33:15 taca Exp $
2 2
3SHA1 (bind-9.9.11.tar.gz) = 066d31757e42bdccc7afe45f6511b08e42a66bc4 3SHA1 (bind-9.9.11-P1.tar.gz) = 70f63ba1fceda5191a76cb369705317feb47d251
4RMD160 (bind-9.9.11.tar.gz) = 4f250a23e1d80293a4b87ac9f6914b10db4d66ca 4RMD160 (bind-9.9.11-P1.tar.gz) = fdc893f6045d1f3ec926225514de533af61e0a5d
5SHA512 (bind-9.9.11.tar.gz) = 33dc9c219be212df59117284b5fb4e7c9330ea132a8770302043397190f5d2b85deedd4a88cfbf8047c715769a92418a76f7e2f6f762c03cffe3198b32c6dfcb 5SHA512 (bind-9.9.11-P1.tar.gz) = acdadd5c8f09a30bddf784afee495b445538bdab7622707c2332f6cfab8a55578c93148db1205b8c82208a0b71f904ad65826410c832a42459e35572d15f8db9
6Size (bind-9.9.11.tar.gz) = 8867109 bytes 6Size (bind-9.9.11-P1.tar.gz) = 8868987 bytes
7SHA1 (patch-bin_dig_dighost.c) = a4bc9558c5dbedcc6bb0f87ea309358ca098d42a 7SHA1 (patch-bin_dig_dighost.c) = a4bc9558c5dbedcc6bb0f87ea309358ca098d42a
8SHA1 (patch-bin_tests_system_Makefile.in) = 96dac694cba8dd60bce9df23bab295c0be2f9e9a 8SHA1 (patch-bin_tests_system_Makefile.in) = 96dac694cba8dd60bce9df23bab295c0be2f9e9a
9SHA1 (patch-config.threads.in) = 227b83efe9cb3e301aaac9b97cf42f1fb8ad06b2 9SHA1 (patch-config.threads.in) = 227b83efe9cb3e301aaac9b97cf42f1fb8ad06b2
10SHA1 (patch-configure) = 1e86fab1a82f237dfc7f1a3c09e4ef6095bf973e 10SHA1 (patch-configure) = 1e86fab1a82f237dfc7f1a3c09e4ef6095bf973e
11SHA1 (patch-contrib_dlz_config.dlz.in) = f18bec63fbfce7cb2cd72929058ce3770fce458f 11SHA1 (patch-contrib_dlz_config.dlz.in) = f18bec63fbfce7cb2cd72929058ce3770fce458f
12SHA1 (patch-lib_dns_rbt.c) = 267ecae3de33297b18faff46c9855c1ce64b4856 12SHA1 (patch-lib_dns_rbt.c) = 267ecae3de33297b18faff46c9855c1ce64b4856
13SHA1 (patch-lib_lwres_getaddrinfo.c) = cda91b6d1afa02de2c59d51490090ef4ab7f1a41 13SHA1 (patch-lib_lwres_getaddrinfo.c) = cda91b6d1afa02de2c59d51490090ef4ab7f1a41
14SHA1 (patch-lib_lwres_getnameinfo.c) = 7ded70795a9001cce5c8094ef3f70ac787a6d43d 14SHA1 (patch-lib_lwres_getnameinfo.c) = 7ded70795a9001cce5c8094ef3f70ac787a6d43d