pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/bind99



Module Name:    pkgsrc
Committed By:   taca
Date:           Mon Jul 31 13:42:06 UTC 2017

Modified Files:
        pkgsrc/net/bind99: Makefile PLIST distinfo

Log Message:
Update bind99 to 9.9.11.

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

Release Notes for BIND Version 9.9.11

Introduction

   This document summarizes significant changes since the last production
   release of BIND on the corresponding major release 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.9.11, Windows XP is no longer a supported platform for
   BIND, and Windows XP binaries are no longer available for download from
   ISC.

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/


To generate a diff of this commit:
cvs rdiff -u -r1.70 -r1.71 pkgsrc/net/bind99/Makefile
cvs rdiff -u -r1.13 -r1.14 pkgsrc/net/bind99/PLIST
cvs rdiff -u -r1.48 -r1.49 pkgsrc/net/bind99/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/bind99/Makefile
diff -u pkgsrc/net/bind99/Makefile:1.70 pkgsrc/net/bind99/Makefile:1.71
--- pkgsrc/net/bind99/Makefile:1.70     Sat Jul  8 04:30:33 2017
+++ pkgsrc/net/bind99/Makefile  Mon Jul 31 13:42:06 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.70 2017/07/08 04:30:33 taca Exp $
+# $NetBSD: Makefile,v 1.71 2017/07/31 13:42:06 taca Exp $
 
 DISTNAME=      bind-${BIND_VERSION}
 PKGNAME=       ${DISTNAME:S/-P/pl/}
@@ -13,7 +13,7 @@ CONFLICTS+=   host-[0-9]*
 
 MAKE_JOBS_SAFE=        no
 
-BIND_VERSION=  9.9.10-P3
+BIND_VERSION=  9.9.11
 
 .include "../../mk/bsd.prefs.mk"
 
@@ -50,7 +50,7 @@ PKG_USERS=            ${BIND_USER}:${BIND_GROUP}
 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:Q} \
                        BIND_USER=${BIND_USER:Q} PAX=${PAX:Q} \

Index: pkgsrc/net/bind99/PLIST
diff -u pkgsrc/net/bind99/PLIST:1.13 pkgsrc/net/bind99/PLIST:1.14
--- pkgsrc/net/bind99/PLIST:1.13        Sat Apr 22 16:07:43 2017
+++ pkgsrc/net/bind99/PLIST     Mon Jul 31 13:42:06 2017
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.13 2017/04/22 16:07:43 taca Exp $
+@comment $NetBSD: PLIST,v 1.14 2017/07/31 13:42:06 taca Exp $
 bin/arpaname
 bin/bind9-config
 bin/dig
@@ -375,7 +375,7 @@ sbin/nsec3hash
 sbin/rndc
 sbin/rndc-confgen
 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

Index: pkgsrc/net/bind99/distinfo
diff -u pkgsrc/net/bind99/distinfo:1.48 pkgsrc/net/bind99/distinfo:1.49
--- pkgsrc/net/bind99/distinfo:1.48     Sat Jul  8 04:30:33 2017
+++ pkgsrc/net/bind99/distinfo  Mon Jul 31 13:42:06 2017
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.48 2017/07/08 04:30:33 taca Exp $
+$NetBSD: distinfo,v 1.49 2017/07/31 13:42:06 taca Exp $
 
-SHA1 (bind-9.9.10-P3.tar.gz) = 1b3211dfd96ee932e7dcd0546d6e97414bc92c02
-RMD160 (bind-9.9.10-P3.tar.gz) = f7c1b8c2dff2a4b26139fa5223b0ba72a6fe0b2f
-SHA512 (bind-9.9.10-P3.tar.gz) = 4ff0f0635458423828c568f6be16989b86e7d4c591b7e65aef1c105adee256b279212b9beb521fb47f3e651dda454004b4b7a94850783b3d011edafeb2b108b0
-Size (bind-9.9.10-P3.tar.gz) = 8841873 bytes
+SHA1 (bind-9.9.11.tar.gz) = 066d31757e42bdccc7afe45f6511b08e42a66bc4
+RMD160 (bind-9.9.11.tar.gz) = 4f250a23e1d80293a4b87ac9f6914b10db4d66ca
+SHA512 (bind-9.9.11.tar.gz) = 33dc9c219be212df59117284b5fb4e7c9330ea132a8770302043397190f5d2b85deedd4a88cfbf8047c715769a92418a76f7e2f6f762c03cffe3198b32c6dfcb
+Size (bind-9.9.11.tar.gz) = 8867109 bytes
 SHA1 (patch-bin_dig_dighost.c) = a4bc9558c5dbedcc6bb0f87ea309358ca098d42a
 SHA1 (patch-bin_tests_system_Makefile.in) = 96dac694cba8dd60bce9df23bab295c0be2f9e9a
 SHA1 (patch-config.threads.in) = 227b83efe9cb3e301aaac9b97cf42f1fb8ad06b2



Home | Main Index | Thread Index | Old Index