From: Tinderbox User Date: Wed, 15 Feb 2017 05:10:58 +0000 (+0000) Subject: regen v9_11_0_patch X-Git-Tag: v9.11.0-P5~12 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=1a16d4a1ebdce1ef93f8081ce35156cef467edd9;p=thirdparty%2Fbind9.git regen v9_11_0_patch --- diff --git a/configure b/configure index 56ee93248d0..31e8b768424 100755 --- a/configure +++ b/configure @@ -1,5 +1,5 @@ #! /bin/sh -# Copyright (C) 1996-2016 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 1996-2017 Internet Systems Consortium, Inc. ("ISC") # # This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/doc/arm/Bv9ARM.ch01.html b/doc/arm/Bv9ARM.ch01.html index a592f1c1702..30c52088db4 100644 --- a/doc/arm/Bv9ARM.ch01.html +++ b/doc/arm/Bv9ARM.ch01.html @@ -547,6 +547,6 @@ -

BIND 9.11.0-P3

+

BIND 9.11.0-P4

diff --git a/doc/arm/Bv9ARM.ch02.html b/doc/arm/Bv9ARM.ch02.html index 8092d55f4b8..bd0c2e760bb 100644 --- a/doc/arm/Bv9ARM.ch02.html +++ b/doc/arm/Bv9ARM.ch02.html @@ -145,6 +145,6 @@ -

BIND 9.11.0-P3

+

BIND 9.11.0-P4

diff --git a/doc/arm/Bv9ARM.ch03.html b/doc/arm/Bv9ARM.ch03.html index 5d23600cf5b..391c3418fb4 100644 --- a/doc/arm/Bv9ARM.ch03.html +++ b/doc/arm/Bv9ARM.ch03.html @@ -661,6 +661,6 @@ controls { -

BIND 9.11.0-P3

+

BIND 9.11.0-P4

diff --git a/doc/arm/Bv9ARM.ch04.html b/doc/arm/Bv9ARM.ch04.html index 456c4316cb7..f8fb2b493d8 100644 --- a/doc/arm/Bv9ARM.ch04.html +++ b/doc/arm/Bv9ARM.ch04.html @@ -2674,6 +2674,6 @@ $ORIGIN 0.0.0.0.0.0.0.0.8.b.d.0.1.0.0.2.ip6.arpa. -

BIND 9.11.0-P3

+

BIND 9.11.0-P4

diff --git a/doc/arm/Bv9ARM.ch05.html b/doc/arm/Bv9ARM.ch05.html index 7de7a7101a7..8a2df803f85 100644 --- a/doc/arm/Bv9ARM.ch05.html +++ b/doc/arm/Bv9ARM.ch05.html @@ -136,6 +136,6 @@ -

BIND 9.11.0-P3

+

BIND 9.11.0-P4

diff --git a/doc/arm/Bv9ARM.ch06.html b/doc/arm/Bv9ARM.ch06.html index 9ad0d917531..654e8bb6132 100644 --- a/doc/arm/Bv9ARM.ch06.html +++ b/doc/arm/Bv9ARM.ch06.html @@ -13550,6 +13550,6 @@ HOST-127.EXAMPLE. MX 0 . -

BIND 9.11.0-P3

+

BIND 9.11.0-P4

diff --git a/doc/arm/Bv9ARM.ch07.html b/doc/arm/Bv9ARM.ch07.html index 6679f70cfa5..0655a3aced5 100644 --- a/doc/arm/Bv9ARM.ch07.html +++ b/doc/arm/Bv9ARM.ch07.html @@ -370,6 +370,6 @@ allow-query { !{ !10/8; any; }; key example; }; -

BIND 9.11.0-P3

+

BIND 9.11.0-P4

diff --git a/doc/arm/Bv9ARM.ch08.html b/doc/arm/Bv9ARM.ch08.html index 6163fd46c28..a728b81742d 100644 --- a/doc/arm/Bv9ARM.ch08.html +++ b/doc/arm/Bv9ARM.ch08.html @@ -126,6 +126,6 @@ -

BIND 9.11.0-P3

+

BIND 9.11.0-P4

diff --git a/doc/arm/Bv9ARM.ch09.html b/doc/arm/Bv9ARM.ch09.html index 9184c90107c..550757d4b5e 100644 --- a/doc/arm/Bv9ARM.ch09.html +++ b/doc/arm/Bv9ARM.ch09.html @@ -36,10 +36,11 @@

Table of Contents

-
Release Notes for BIND Version 9.11.0-P3
+
Release Notes for BIND Version 9.11.0-P4
Introduction
Download
+
New DNSSEC Root Key
Security Fixes
New Features
Feature Changes
@@ -52,13 +53,18 @@

-Release Notes for BIND Version 9.11.0-P3

+Release Notes for BIND Version 9.11.0-P4

Introduction

This document summarizes changes since BIND 9.11.0:

+

+ BIND 9.11.0-P4 addresses the security issue described in + CVE-2017-3136, and updates the built in trusted keys for + the root zone. +

BIND 9.11.0-P3 addresses the security issue described in CVE-2017-3135, and fixes a regression introduced in a prior @@ -86,8 +92,42 @@

+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 + will roll seamlessly to the new key when it is published in + the root zone. 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 + . +

+
+
+

Security Fixes

    +
  • + dns64 with break-dnssec yes; + can result in an assertion failure. This flaw is disclosed in + CVE-2017-3136.[RT #44653] +

  • If a server is configured with a response policy zone (RPZ) that rewrites an answer with local data, and is also configured @@ -196,6 +236,6 @@

-

BIND 9.11.0-P3

+

BIND 9.11.0-P4

diff --git a/doc/arm/Bv9ARM.ch10.html b/doc/arm/Bv9ARM.ch10.html index b958d551914..159193c0e8e 100644 --- a/doc/arm/Bv9ARM.ch10.html +++ b/doc/arm/Bv9ARM.ch10.html @@ -147,6 +147,6 @@
-

BIND 9.11.0-P3

+

BIND 9.11.0-P4

diff --git a/doc/arm/Bv9ARM.ch11.html b/doc/arm/Bv9ARM.ch11.html index 9ca23d43f16..437bc7bf74e 100644 --- a/doc/arm/Bv9ARM.ch11.html +++ b/doc/arm/Bv9ARM.ch11.html @@ -489,6 +489,6 @@ -

BIND 9.11.0-P3

+

BIND 9.11.0-P4

diff --git a/doc/arm/Bv9ARM.ch12.html b/doc/arm/Bv9ARM.ch12.html index 28ebbaac52c..c7a524ad26b 100644 --- a/doc/arm/Bv9ARM.ch12.html +++ b/doc/arm/Bv9ARM.ch12.html @@ -535,6 +535,6 @@ $ sample-update -a sample-update -k Kxxx.+nnn+mm -

BIND 9.11.0-P3

+

BIND 9.11.0-P4

diff --git a/doc/arm/Bv9ARM.ch13.html b/doc/arm/Bv9ARM.ch13.html index ff93ff5fd25..2fc166cef62 100644 --- a/doc/arm/Bv9ARM.ch13.html +++ b/doc/arm/Bv9ARM.ch13.html @@ -175,6 +175,6 @@ -

BIND 9.11.0-P3

+

BIND 9.11.0-P4

diff --git a/doc/arm/Bv9ARM.html b/doc/arm/Bv9ARM.html index 91c8898bf6c..f38a8c2d77b 100644 --- a/doc/arm/Bv9ARM.html +++ b/doc/arm/Bv9ARM.html @@ -32,7 +32,7 @@

BIND 9 Administrator Reference Manual

-

BIND Version 9.11.0-P3

+

BIND Version 9.11.0-P4


@@ -241,10 +241,11 @@
A. Release Notes
-
Release Notes for BIND Version 9.11.0-P3
+
Release Notes for BIND Version 9.11.0-P4
Introduction
Download
+
New DNSSEC Root Key
Security Fixes
New Features
Feature Changes
@@ -416,6 +417,6 @@ -

BIND 9.11.0-P3

+

BIND 9.11.0-P4

diff --git a/doc/arm/Bv9ARM.pdf b/doc/arm/Bv9ARM.pdf index f3ed1826957..0d99f2c5b42 100644 Binary files a/doc/arm/Bv9ARM.pdf and b/doc/arm/Bv9ARM.pdf differ diff --git a/doc/arm/man.arpaname.html b/doc/arm/man.arpaname.html index 831ab0e610b..38b07cc03e8 100644 --- a/doc/arm/man.arpaname.html +++ b/doc/arm/man.arpaname.html @@ -73,6 +73,6 @@ -

BIND 9.11.0-P3

+

BIND 9.11.0-P4

diff --git a/doc/arm/man.ddns-confgen.html b/doc/arm/man.ddns-confgen.html index 487fc92b2af..3e064072dbd 100644 --- a/doc/arm/man.ddns-confgen.html +++ b/doc/arm/man.ddns-confgen.html @@ -177,6 +177,6 @@ -

BIND 9.11.0-P3

+

BIND 9.11.0-P4

diff --git a/doc/arm/man.delv.html b/doc/arm/man.delv.html index 9bc2b7ff317..7fc2af470f5 100644 --- a/doc/arm/man.delv.html +++ b/doc/arm/man.delv.html @@ -501,6 +501,6 @@ -

BIND 9.11.0-P3

+

BIND 9.11.0-P4

diff --git a/doc/arm/man.dig.html b/doc/arm/man.dig.html index 627d80c7eaf..5a8f84ca326 100644 --- a/doc/arm/man.dig.html +++ b/doc/arm/man.dig.html @@ -848,6 +848,6 @@ dig +qr www.isc.org any -x 127.0.0.1 isc.org ns +noqr -

BIND 9.11.0-P3

+

BIND 9.11.0-P4

diff --git a/doc/arm/man.dnssec-checkds.html b/doc/arm/man.dnssec-checkds.html index 2c55e43f081..165b3ec5f35 100644 --- a/doc/arm/man.dnssec-checkds.html +++ b/doc/arm/man.dnssec-checkds.html @@ -104,6 +104,6 @@ -

BIND 9.11.0-P3

+

BIND 9.11.0-P4

diff --git a/doc/arm/man.dnssec-coverage.html b/doc/arm/man.dnssec-coverage.html index 1115d5f7756..4dd3f62427b 100644 --- a/doc/arm/man.dnssec-coverage.html +++ b/doc/arm/man.dnssec-coverage.html @@ -221,6 +221,6 @@ -

BIND 9.11.0-P3

+

BIND 9.11.0-P4

diff --git a/doc/arm/man.dnssec-dsfromkey.html b/doc/arm/man.dnssec-dsfromkey.html index 28d76b84f35..a2412cfd2c9 100644 --- a/doc/arm/man.dnssec-dsfromkey.html +++ b/doc/arm/man.dnssec-dsfromkey.html @@ -205,6 +205,6 @@ -

BIND 9.11.0-P3

+

BIND 9.11.0-P4

diff --git a/doc/arm/man.dnssec-importkey.html b/doc/arm/man.dnssec-importkey.html index 5e644ab1650..c8415f4f19d 100644 --- a/doc/arm/man.dnssec-importkey.html +++ b/doc/arm/man.dnssec-importkey.html @@ -179,6 +179,6 @@ -

BIND 9.11.0-P3

+

BIND 9.11.0-P4

diff --git a/doc/arm/man.dnssec-keyfromlabel.html b/doc/arm/man.dnssec-keyfromlabel.html index 1029f115d6d..59e685e37d6 100644 --- a/doc/arm/man.dnssec-keyfromlabel.html +++ b/doc/arm/man.dnssec-keyfromlabel.html @@ -383,6 +383,6 @@ -

BIND 9.11.0-P3

+

BIND 9.11.0-P4

diff --git a/doc/arm/man.dnssec-keygen.html b/doc/arm/man.dnssec-keygen.html index 2343413881e..9b49f402235 100644 --- a/doc/arm/man.dnssec-keygen.html +++ b/doc/arm/man.dnssec-keygen.html @@ -457,6 +457,6 @@ -

BIND 9.11.0-P3

+

BIND 9.11.0-P4

diff --git a/doc/arm/man.dnssec-keymgr.html b/doc/arm/man.dnssec-keymgr.html index 201d6a07c1e..26ef0af2b51 100644 --- a/doc/arm/man.dnssec-keymgr.html +++ b/doc/arm/man.dnssec-keymgr.html @@ -309,6 +309,6 @@ -

BIND 9.11.0-P3

+

BIND 9.11.0-P4

diff --git a/doc/arm/man.dnssec-revoke.html b/doc/arm/man.dnssec-revoke.html index d40fd4fa3b7..30c8a5397ed 100644 --- a/doc/arm/man.dnssec-revoke.html +++ b/doc/arm/man.dnssec-revoke.html @@ -126,6 +126,6 @@ -

BIND 9.11.0-P3

+

BIND 9.11.0-P4

diff --git a/doc/arm/man.dnssec-settime.html b/doc/arm/man.dnssec-settime.html index e3a662c3e5a..37f2d70cb86 100644 --- a/doc/arm/man.dnssec-settime.html +++ b/doc/arm/man.dnssec-settime.html @@ -269,6 +269,6 @@ -

BIND 9.11.0-P3

+

BIND 9.11.0-P4

diff --git a/doc/arm/man.dnssec-signzone.html b/doc/arm/man.dnssec-signzone.html index 9e5b3db0d70..881e76df8e6 100644 --- a/doc/arm/man.dnssec-signzone.html +++ b/doc/arm/man.dnssec-signzone.html @@ -559,6 +559,6 @@ db.example.com.signed -

BIND 9.11.0-P3

+

BIND 9.11.0-P4

diff --git a/doc/arm/man.dnssec-verify.html b/doc/arm/man.dnssec-verify.html index a4393edc4b4..48a0b8cae70 100644 --- a/doc/arm/man.dnssec-verify.html +++ b/doc/arm/man.dnssec-verify.html @@ -156,6 +156,6 @@ -

BIND 9.11.0-P3

+

BIND 9.11.0-P4

diff --git a/doc/arm/man.dnstap-read.html b/doc/arm/man.dnstap-read.html index 3c20dc78728..c50cd93fd9f 100644 --- a/doc/arm/man.dnstap-read.html +++ b/doc/arm/man.dnstap-read.html @@ -99,6 +99,6 @@ -

BIND 9.11.0-P3

+

BIND 9.11.0-P4

diff --git a/doc/arm/man.genrandom.html b/doc/arm/man.genrandom.html index ebd374ed1c5..3c3b869522b 100644 --- a/doc/arm/man.genrandom.html +++ b/doc/arm/man.genrandom.html @@ -94,6 +94,6 @@ -

BIND 9.11.0-P3

+

BIND 9.11.0-P4

diff --git a/doc/arm/man.host.html b/doc/arm/man.host.html index 0f659c3c6c0..bb354c60a87 100644 --- a/doc/arm/man.host.html +++ b/doc/arm/man.host.html @@ -284,6 +284,6 @@ -

BIND 9.11.0-P3

+

BIND 9.11.0-P4

diff --git a/doc/arm/man.isc-hmac-fixup.html b/doc/arm/man.isc-hmac-fixup.html index 9a2b9ba53ba..4a9daf32a61 100644 --- a/doc/arm/man.isc-hmac-fixup.html +++ b/doc/arm/man.isc-hmac-fixup.html @@ -104,6 +104,6 @@ -

BIND 9.11.0-P3

+

BIND 9.11.0-P4

diff --git a/doc/arm/man.lwresd.html b/doc/arm/man.lwresd.html index a07803868d0..8acd1fa702c 100644 --- a/doc/arm/man.lwresd.html +++ b/doc/arm/man.lwresd.html @@ -245,6 +245,6 @@ -

BIND 9.11.0-P3

+

BIND 9.11.0-P4

diff --git a/doc/arm/man.mdig.html b/doc/arm/man.mdig.html index 1bab35b1d15..120a1a69839 100644 --- a/doc/arm/man.mdig.html +++ b/doc/arm/man.mdig.html @@ -459,6 +459,6 @@ -

BIND 9.11.0-P3

+

BIND 9.11.0-P4

diff --git a/doc/arm/man.named-checkconf.html b/doc/arm/man.named-checkconf.html index 21864ba0c47..d9a4ac59807 100644 --- a/doc/arm/man.named-checkconf.html +++ b/doc/arm/man.named-checkconf.html @@ -143,6 +143,6 @@ -

BIND 9.11.0-P3

+

BIND 9.11.0-P4

diff --git a/doc/arm/man.named-checkzone.html b/doc/arm/man.named-checkzone.html index 5110954e195..219d9561c9d 100644 --- a/doc/arm/man.named-checkzone.html +++ b/doc/arm/man.named-checkzone.html @@ -330,6 +330,6 @@ -

BIND 9.11.0-P3

+

BIND 9.11.0-P4

diff --git a/doc/arm/man.named-journalprint.html b/doc/arm/man.named-journalprint.html index a56f051c3ba..17c09ec9f05 100644 --- a/doc/arm/man.named-journalprint.html +++ b/doc/arm/man.named-journalprint.html @@ -94,6 +94,6 @@ -

BIND 9.11.0-P3

+

BIND 9.11.0-P4

diff --git a/doc/arm/man.named-nzd2nzf.html b/doc/arm/man.named-nzd2nzf.html index 79404ba3d25..c749b94e0a9 100644 --- a/doc/arm/man.named-nzd2nzf.html +++ b/doc/arm/man.named-nzd2nzf.html @@ -95,6 +95,6 @@ -

BIND 9.11.0-P3

+

BIND 9.11.0-P4

diff --git a/doc/arm/man.named-rrchecker.html b/doc/arm/man.named-rrchecker.html index f835eda19ef..5e17bcec670 100644 --- a/doc/arm/man.named-rrchecker.html +++ b/doc/arm/man.named-rrchecker.html @@ -96,6 +96,6 @@ -

BIND 9.11.0-P3

+

BIND 9.11.0-P4

diff --git a/doc/arm/man.named.conf.html b/doc/arm/man.named.conf.html index 9aa360dca42..95b09fa7204 100644 --- a/doc/arm/man.named.conf.html +++ b/doc/arm/man.named.conf.html @@ -706,6 +706,6 @@ zone -

BIND 9.11.0-P3

+

BIND 9.11.0-P4

diff --git a/doc/arm/man.named.html b/doc/arm/man.named.html index e95b37ce684..283761b450e 100644 --- a/doc/arm/man.named.html +++ b/doc/arm/man.named.html @@ -376,6 +376,6 @@ -

BIND 9.11.0-P3

+

BIND 9.11.0-P4

diff --git a/doc/arm/man.nsec3hash.html b/doc/arm/man.nsec3hash.html index 2e80e3c9034..805bfd562e5 100644 --- a/doc/arm/man.nsec3hash.html +++ b/doc/arm/man.nsec3hash.html @@ -99,6 +99,6 @@ -

BIND 9.11.0-P3

+

BIND 9.11.0-P4

diff --git a/doc/arm/man.nslookup.html b/doc/arm/man.nslookup.html index 97155db466a..a90bd5213d5 100644 --- a/doc/arm/man.nslookup.html +++ b/doc/arm/man.nslookup.html @@ -346,6 +346,6 @@ nslookup -query=hinfo -timeout=10 -

BIND 9.11.0-P3

+

BIND 9.11.0-P4

diff --git a/doc/arm/man.nsupdate.html b/doc/arm/man.nsupdate.html index 9d937789b45..684089661f3 100644 --- a/doc/arm/man.nsupdate.html +++ b/doc/arm/man.nsupdate.html @@ -668,6 +668,6 @@ -

BIND 9.11.0-P3

+

BIND 9.11.0-P4

diff --git a/doc/arm/man.pkcs11-destroy.html b/doc/arm/man.pkcs11-destroy.html index 9dbb35e3a90..a251204ba79 100644 --- a/doc/arm/man.pkcs11-destroy.html +++ b/doc/arm/man.pkcs11-destroy.html @@ -116,6 +116,6 @@ -

BIND 9.11.0-P3

+

BIND 9.11.0-P4

diff --git a/doc/arm/man.pkcs11-keygen.html b/doc/arm/man.pkcs11-keygen.html index 8fd6c6537d4..79ec0729a5d 100644 --- a/doc/arm/man.pkcs11-keygen.html +++ b/doc/arm/man.pkcs11-keygen.html @@ -140,6 +140,6 @@ -

BIND 9.11.0-P3

+

BIND 9.11.0-P4

diff --git a/doc/arm/man.pkcs11-list.html b/doc/arm/man.pkcs11-list.html index 37a4f4a518d..288bd3c2d27 100644 --- a/doc/arm/man.pkcs11-list.html +++ b/doc/arm/man.pkcs11-list.html @@ -114,6 +114,6 @@ -

BIND 9.11.0-P3

+

BIND 9.11.0-P4

diff --git a/doc/arm/man.pkcs11-tokens.html b/doc/arm/man.pkcs11-tokens.html index 29ff75b642a..930a8164ffb 100644 --- a/doc/arm/man.pkcs11-tokens.html +++ b/doc/arm/man.pkcs11-tokens.html @@ -87,6 +87,6 @@ -

BIND 9.11.0-P3

+

BIND 9.11.0-P4

diff --git a/doc/arm/man.rndc-confgen.html b/doc/arm/man.rndc-confgen.html index f9164e7e146..b0e7926c6e4 100644 --- a/doc/arm/man.rndc-confgen.html +++ b/doc/arm/man.rndc-confgen.html @@ -216,6 +216,6 @@ -

BIND 9.11.0-P3

+

BIND 9.11.0-P4

diff --git a/doc/arm/man.rndc.conf.html b/doc/arm/man.rndc.conf.html index 7c6942c73bb..02dd638cfde 100644 --- a/doc/arm/man.rndc.conf.html +++ b/doc/arm/man.rndc.conf.html @@ -238,6 +238,6 @@ -

BIND 9.11.0-P3

+

BIND 9.11.0-P4

diff --git a/doc/arm/man.rndc.html b/doc/arm/man.rndc.html index 6598aafbf5b..85b268582bf 100644 --- a/doc/arm/man.rndc.html +++ b/doc/arm/man.rndc.html @@ -787,6 +787,6 @@ -

BIND 9.11.0-P3

+

BIND 9.11.0-P4

diff --git a/doc/arm/notes.html b/doc/arm/notes.html index f37cddf69a2..9b618599a10 100644 --- a/doc/arm/notes.html +++ b/doc/arm/notes.html @@ -13,13 +13,18 @@

-Release Notes for BIND Version 9.11.0-P3

+Release Notes for BIND Version 9.11.0-P4

Introduction

This document summarizes changes since BIND 9.11.0:

+

+ BIND 9.11.0-P4 addresses the security issue described in + CVE-2017-3136, and updates the built in trusted keys for + the root zone. +

BIND 9.11.0-P3 addresses the security issue described in CVE-2017-3135, and fixes a regression introduced in a prior @@ -47,8 +52,42 @@

+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 + will roll seamlessly to the new key when it is published in + the root zone. 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 + . +

+
+
+

Security Fixes

    +
  • + dns64 with break-dnssec yes; + can result in an assertion failure. This flaw is disclosed in + CVE-2017-3136.[RT #44653] +

  • If a server is configured with a response policy zone (RPZ) that rewrites an answer with local data, and is also configured diff --git a/doc/arm/notes.pdf b/doc/arm/notes.pdf index da77594c060..975c2b77d64 100644 Binary files a/doc/arm/notes.pdf and b/doc/arm/notes.pdf differ