pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/bind910 Update bind910 to 9.10.6.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1eb6c2c0e532
branches:  trunk
changeset: 365962:1eb6c2c0e532
user:      taca <taca%pkgsrc.org@localhost>
date:      Mon Jul 31 13:37:53 2017 +0000

description:
Update bind910 to 9.10.6.

Here is release note except security (already fixed by bind-9.10.5pl3, BIND
9.10.5-P3).

Release Notes for BIND Version 9.10.6

Introduction

   This document summarizes changes since the last production release on
   the BIND 9.10 branch. Please see the CHANGES file for a further list of
   bug fixes and other changes.

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.10.6, Windows XP is no longer a supported platform for
   BIND, and Windows XP binaries are no longer available for download from
   ISC.

Feature Changes

     * dig +ednsopt now accepts the names for EDNS options in addition to
       numeric values. For example, an EDNS Client-Subnet option could be
       sent using dig +ednsopt=ecs:.... Thanks to John Worley of Secure64
       for the contribution. [RT #44461]
     * 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

   The end of life for BIND 9.10 is yet to be determined but will not be
   before BIND 9.12.0 has been released for 6 months.
   https://www.isc.org/downloads/software-support-policy/

diffstat:

 net/bind910/Makefile |   6 +++---
 net/bind910/PLIST    |   4 ++--
 net/bind910/distinfo |  10 +++++-----
 3 files changed, 10 insertions(+), 10 deletions(-)

diffs (63 lines):

diff -r 6ce446ae130a -r 1eb6c2c0e532 net/bind910/Makefile
--- a/net/bind910/Makefile      Mon Jul 31 13:20:36 2017 +0000
+++ b/net/bind910/Makefile      Mon Jul 31 13:37:53 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.36 2017/07/08 04:29:00 taca Exp $
+# $NetBSD: Makefile,v 1.37 2017/07/31 13:37:53 taca Exp $
 
 DISTNAME=      bind-${BIND_VERSION}
 PKGNAME=       ${DISTNAME:S/-P/pl/}
@@ -13,7 +13,7 @@
 
 MAKE_JOBS_SAFE=        no
 
-BIND_VERSION=  9.10.5-P3
+BIND_VERSION=  9.10.6
 
 .include "../../mk/bsd.prefs.mk"
 
@@ -49,7 +49,7 @@
 PKG_GECOS.${BIND_USER}=        Named pseudo-user
 PKG_HOME.${BIND_USER}= ${BIND_DIR}
 
-DOCS=                  CHANGES FAQ README
+DOCS=                  CHANGES FAQ.xml README
 
 FILES_SUBST+=          BIND_GROUP=${BIND_GROUP} \
                        BIND_USER=${BIND_USER} PAX=${PAX:Q} \
diff -r 6ce446ae130a -r 1eb6c2c0e532 net/bind910/PLIST
--- a/net/bind910/PLIST Mon Jul 31 13:20:36 2017 +0000
+++ b/net/bind910/PLIST Mon Jul 31 13:37:53 2017 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.9 2017/04/22 16:05:43 taca Exp $
+@comment $NetBSD: PLIST,v 1.10 2017/07/31 13:37:53 taca Exp $
 bin/arpaname
 bin/bind9-config
 bin/delv
@@ -409,7 +409,7 @@
 sbin/rndc-confgen
 sbin/tsig-keygen
 share/doc/bind9/CHANGES
-share/doc/bind9/FAQ
+share/doc/bind9/FAQ.xml
 share/doc/bind9/README
 share/doc/bind9/arm/Bv9ARM.ch01.html
 share/doc/bind9/arm/Bv9ARM.ch02.html
diff -r 6ce446ae130a -r 1eb6c2c0e532 net/bind910/distinfo
--- a/net/bind910/distinfo      Mon Jul 31 13:20:36 2017 +0000
+++ b/net/bind910/distinfo      Mon Jul 31 13:37:53 2017 +0000
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.27 2017/07/08 04:29:00 taca Exp $
+$NetBSD: distinfo,v 1.28 2017/07/31 13:37:53 taca Exp $
 
-SHA1 (bind-9.10.5-P3.tar.gz) = e3fe9e44088f6111b5fb168f9cb0d761badeb737
-RMD160 (bind-9.10.5-P3.tar.gz) = 59a47ea22aa28544171e89d5ad2469ed4cfef2b9
-SHA512 (bind-9.10.5-P3.tar.gz) = 04c30b018852ebc46acf06f8a322179f34bf729ef744921ece46ba6b82e36e82b89caf3d59b9974b3a3769830e1c0e67ee3754468b3752bd8c60462748dd0f86
-Size (bind-9.10.5-P3.tar.gz) = 9413321 bytes
+SHA1 (bind-9.10.6.tar.gz) = a00f58a389616a8ccf8e30fe3150ecf4ce654e31
+RMD160 (bind-9.10.6.tar.gz) = c136d4698351160dd8851c10c117c788ecd88296
+SHA512 (bind-9.10.6.tar.gz) = dc4623b00277ba6862bf20bf458c78e409541fa4068e65a5de48dc9893a724e7ab6cd1ff3c11727f5984eee9beaf303f3a76dbfaf548c56d0ec63d320dac4bb7
+Size (bind-9.10.6.tar.gz) = 9449394 bytes
 SHA1 (patch-bin_dig_dighost.c) = 983e23a30d519982cbe88ed2277fcffc9cad616e
 SHA1 (patch-bin_tests_system_Makefile.in) = ba368204f8eeaa12be366a532c75a2e3cc8fae98
 SHA1 (patch-config.threads.in) = 227b83efe9cb3e301aaac9b97cf42f1fb8ad06b2



Home | Main Index | Thread Index | Old Index