diff options
author | taca <taca@pkgsrc.org> | 2018-03-24 15:03:54 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2018-03-24 15:03:54 +0000 |
commit | 22c9e6779064f1f328c311bcc6a02ebd90f3eccb (patch) | |
tree | 9685d6be3eabac84f828fd914ab3f9a4063cba4f /net | |
parent | 0a5f20e416e3f30cd26bbac576d96d2549148b43 (diff) | |
download | pkgsrc-22c9e6779064f1f328c311bcc6a02ebd90f3eccb.tar.gz |
net/bind99: update to 9.9.12
New maintenance releases in the 9.9, 9.10, 9.11, and 9.12 branches of
BIND are now available.
Release notes can be found with the releases or in the ISC Knowledge Base:
9.9.12: https://kb.isc.org/article/AA-01596/0/9.9.12-Notes.html
9.10.7: https://kb.isc.org/article/AA-01595/0/9.10.7-Notes.html
9.11.3: https://kb.isc.org/article/AA-01597/0/9.11.3-Notes.html
9.12.1: https://kb.isc.org/article/AA-01598/0/9.12.1-Notes.html
Users who are migrating an existing BIND configuration to these new
versions should take special note of two changes in the behavior
of the "update-policy" statement which slightly change the behavior
of two update-policy options.
The first such change is discussed in greater length in the BIND
Operational Notification issued today:
https://kb.isc.org/article/AA-01599/update-policy-local-was-named-misleadingly
The second change to update-policy behavior concerns this change:
"update-policy rules that otherwise ignore the name field now
require that it be set to "." to ensure that any type list present
is properly interpreted. Previously, if the name field was omitted
from the rule declaration but a type list was present, it wouldn't
be interpreted as expected."
which is a correction to an ambiguous case that was previously allowed,
but which was capable of causing unexpected results when accidentally
applied. The new requirement eliminates is intended to eliminate the
confusion, which previously caused some operators to misapply security
policies. However, due to the new requirement, named configuration
files that relied on the previous behavior will no longer be accepted.
These changes should not affect most operators, even those using
"update-policy" to define Dynamic DNS permissions, but we would like
to draw your attention to them so that operators are informed about
the new behaviors.
Diffstat (limited to 'net')
-rw-r--r-- | net/bind99/Makefile | 4 | ||||
-rw-r--r-- | net/bind99/PLIST | 3 | ||||
-rw-r--r-- | net/bind99/distinfo | 11 | ||||
-rw-r--r-- | net/bind99/patches/patch-bin_tests_system_metadata_tests.sh | 15 |
4 files changed, 25 insertions, 8 deletions
diff --git a/net/bind99/Makefile b/net/bind99/Makefile index 47bdc73d436..529261540a0 100644 --- a/net/bind99/Makefile +++ b/net/bind99/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.72 2018/01/17 00:33:15 taca Exp $ +# $NetBSD: Makefile,v 1.73 2018/03/24 15:03:54 taca Exp $ DISTNAME= bind-${BIND_VERSION} PKGNAME= ${DISTNAME:S/-P/pl/} @@ -14,7 +14,7 @@ CONFLICTS+= host-[0-9]* MAKE_JOBS_SAFE= no -BIND_VERSION= 9.9.11-P1 +BIND_VERSION= 9.9.12 .include "../../mk/bsd.prefs.mk" diff --git a/net/bind99/PLIST b/net/bind99/PLIST index b38919250f1..e5e55558a67 100644 --- a/net/bind99/PLIST +++ b/net/bind99/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.15 2018/01/01 22:29:46 rillig Exp $ +@comment $NetBSD: PLIST,v 1.16 2018/03/24 15:03:54 taca Exp $ bin/arpaname bin/bind9-config bin/dig @@ -139,6 +139,7 @@ include/isc/lang.h include/isc/lex.h include/isc/lfsr.h include/isc/lib.h +include/isc/likely.h include/isc/list.h include/isc/log.h include/isc/magic.h diff --git a/net/bind99/distinfo b/net/bind99/distinfo index b0d57c9c0d9..254349b53e0 100644 --- a/net/bind99/distinfo +++ b/net/bind99/distinfo @@ -1,11 +1,12 @@ -$NetBSD: distinfo,v 1.50 2018/01/17 00:33:15 taca Exp $ +$NetBSD: distinfo,v 1.51 2018/03/24 15:03:54 taca Exp $ -SHA1 (bind-9.9.11-P1.tar.gz) = 70f63ba1fceda5191a76cb369705317feb47d251 -RMD160 (bind-9.9.11-P1.tar.gz) = fdc893f6045d1f3ec926225514de533af61e0a5d -SHA512 (bind-9.9.11-P1.tar.gz) = acdadd5c8f09a30bddf784afee495b445538bdab7622707c2332f6cfab8a55578c93148db1205b8c82208a0b71f904ad65826410c832a42459e35572d15f8db9 -Size (bind-9.9.11-P1.tar.gz) = 8868987 bytes +SHA1 (bind-9.9.12.tar.gz) = 4b6cc262c538fcbf11e9ac4ceea3047d93972dea +RMD160 (bind-9.9.12.tar.gz) = a31d564f81d9d94fa2293414e30f5e5633b12a42 +SHA512 (bind-9.9.12.tar.gz) = 41929804bdb4db003fad407f38d20e7d7a85e23a13a5cf81fb96c226cac71988c5433f1ef22e44ea73b0d57259a45ef16ee73e23637e87c7c2ebdf121a5e4c1b +Size (bind-9.9.12.tar.gz) = 8694636 bytes SHA1 (patch-bin_dig_dighost.c) = a4bc9558c5dbedcc6bb0f87ea309358ca098d42a SHA1 (patch-bin_tests_system_Makefile.in) = 96dac694cba8dd60bce9df23bab295c0be2f9e9a +SHA1 (patch-bin_tests_system_metadata_tests.sh) = d1a28605baa79d74d5b98ef9d5fc479596d0c52d SHA1 (patch-config.threads.in) = 227b83efe9cb3e301aaac9b97cf42f1fb8ad06b2 SHA1 (patch-configure) = 1e86fab1a82f237dfc7f1a3c09e4ef6095bf973e SHA1 (patch-contrib_dlz_config.dlz.in) = f18bec63fbfce7cb2cd72929058ce3770fce458f diff --git a/net/bind99/patches/patch-bin_tests_system_metadata_tests.sh b/net/bind99/patches/patch-bin_tests_system_metadata_tests.sh new file mode 100644 index 00000000000..3590e925893 --- /dev/null +++ b/net/bind99/patches/patch-bin_tests_system_metadata_tests.sh @@ -0,0 +1,15 @@ +$NetBSD: patch-bin_tests_system_metadata_tests.sh,v 1.1 2018/03/24 15:03:54 taca Exp $ + +* Avoid using "==" for argument of test(1). + +--- bin/tests/system/metadata/tests.sh.orig 2018-03-08 20:56:13.000000000 +0000 ++++ bin/tests/system/metadata/tests.sh +@@ -146,7 +146,7 @@ status=`expr $status + $ret` + + echo "I:checking warning about permissions change on key with dnssec-settime ($n)" + uname=`uname -o 2> /dev/null` +-if [ Cygwin == "$uname" ]; then ++if [ Cygwin = "$uname" ]; then + echo "I: Cygwin detected, skipping" + else + ret=0 |