From: Tinderbox User Date: Mon, 9 Sep 2019 13:02:15 +0000 (+0000) Subject: prep for 9.15.4 X-Git-Tag: v9.15.4^2~1 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=1e896fbec674090722c092bf879b23d7a5975eb0;p=thirdparty%2Fbind9.git prep for 9.15.4 --- diff --git a/doc/arm/Bv9ARM.ch01.html b/doc/arm/Bv9ARM.ch01.html index 388ae8dd6b4..4319abf766c 100644 --- a/doc/arm/Bv9ARM.ch01.html +++ b/doc/arm/Bv9ARM.ch01.html @@ -614,6 +614,6 @@ -

BIND 9.15.3 (Development Release)

+

BIND 9.15.4 (Development Release)

diff --git a/doc/arm/Bv9ARM.ch02.html b/doc/arm/Bv9ARM.ch02.html index 15ed3e87c26..9d6a6fee5de 100644 --- a/doc/arm/Bv9ARM.ch02.html +++ b/doc/arm/Bv9ARM.ch02.html @@ -146,6 +146,6 @@ -

BIND 9.15.3 (Development Release)

+

BIND 9.15.4 (Development Release)

diff --git a/doc/arm/Bv9ARM.ch03.html b/doc/arm/Bv9ARM.ch03.html index d005bb6178e..801bc447ca1 100644 --- a/doc/arm/Bv9ARM.ch03.html +++ b/doc/arm/Bv9ARM.ch03.html @@ -856,6 +856,6 @@ controls { -

BIND 9.15.3 (Development Release)

+

BIND 9.15.4 (Development Release)

diff --git a/doc/arm/Bv9ARM.ch04.html b/doc/arm/Bv9ARM.ch04.html index 97123a818d1..21e2b020cfd 100644 --- a/doc/arm/Bv9ARM.ch04.html +++ b/doc/arm/Bv9ARM.ch04.html @@ -2840,6 +2840,6 @@ $ORIGIN 0.0.0.0.0.0.0.0.8.b.d.0.1.0.0.2.ip6.arpa. -

BIND 9.15.3 (Development Release)

+

BIND 9.15.4 (Development Release)

diff --git a/doc/arm/Bv9ARM.ch05.html b/doc/arm/Bv9ARM.ch05.html index f231deb5104..ee0dc40f282 100644 --- a/doc/arm/Bv9ARM.ch05.html +++ b/doc/arm/Bv9ARM.ch05.html @@ -6968,18 +6968,7 @@ avoid-v6-udp-ports { 40000; range 50000 60000; }; this has the greatest chance of success on the first try.

- If the initial response times out, named - will try again with plain DNS, and if that is successful, - it will be taken as evidence that the server does not - support EDNS. After enough failures using EDNS and - successes using plain DNS, named - will default to plain DNS for future communications - with that server. (Periodically, named - will send an EDNS query to see if the situation has - improved.) -

-

- However, if the initial query is successful with + If the initial query is successful with EDNS advertising a buffer size of 512, then named will advertise progressively larger buffer sizes on successive queries, until @@ -8258,22 +8247,6 @@ example.com CNAME rpz-tcp-only. but are counted to compute the query per second rate.

-

- Rate limiters for different name spaces maintain - separate counters: If, for example, there is a - rate-limit statement for "com" and - another for "example.com", queries matching "example.com" - will not be debited against the rate limiter for "com". -

- -

- If a rate-limit statement does not specify a - domain, then it applies to the root domain - (".") and thus affects the entire DNS namespace, except those - portions covered by other rate-limit - statements. -

-

Communities of DNS clients can be given their own parameters or no rate limiting by putting @@ -14924,6 +14897,6 @@ HOST-127.EXAMPLE. MX 0 . -

BIND 9.15.3 (Development Release)

+

BIND 9.15.4 (Development Release)

diff --git a/doc/arm/Bv9ARM.ch06.html b/doc/arm/Bv9ARM.ch06.html index 2ef3708ea16..4ef63d93ac2 100644 --- a/doc/arm/Bv9ARM.ch06.html +++ b/doc/arm/Bv9ARM.ch06.html @@ -360,6 +360,6 @@ allow-query { !{ !10/8; any; }; key example; }; -

BIND 9.15.3 (Development Release)

+

BIND 9.15.4 (Development Release)

diff --git a/doc/arm/Bv9ARM.ch07.html b/doc/arm/Bv9ARM.ch07.html index d432c3e6318..38fcd9c5c29 100644 --- a/doc/arm/Bv9ARM.ch07.html +++ b/doc/arm/Bv9ARM.ch07.html @@ -191,6 +191,6 @@ -

BIND 9.15.3 (Development Release)

+

BIND 9.15.4 (Development Release)

diff --git a/doc/arm/Bv9ARM.ch08.html b/doc/arm/Bv9ARM.ch08.html index 3d699109b8b..098f23cf248 100644 --- a/doc/arm/Bv9ARM.ch08.html +++ b/doc/arm/Bv9ARM.ch08.html @@ -36,7 +36,7 @@

Table of Contents

-
Release Notes for BIND Version 9.15.3
+
Release Notes for BIND Version 9.15.4
Introduction
Note on Version Numbering
@@ -55,7 +55,7 @@

-Release Notes for BIND Version 9.15.3

+Release Notes for BIND Version 9.15.4

@@ -163,6 +163,15 @@

New Features

    +
  • +

    + Added a new command line option to dig: + <comand>+[no]unexpected</comand>. By default, dig + won't accept a reply from a source other than the one to which + it sent the query. Add the +unexpected argument + to enable it to process replies from unexpected sources. +

    +
  • The GeoIP2 API from MaxMind is now supported. Geolocation support @@ -236,9 +245,16 @@

  • - Statistics channel groups are now toggleable. [GL #1030] + Statistics channel groups are now toggleable. [GL #1030]

  • +
  • +

    + dig, mdig and + delv can all now take a +yaml + option to print output in a a detailed YAML format. [RT #1145] +

    +

@@ -328,7 +344,7 @@ A SipHash 2-4 based DNS Cookie (RFC 7873) algorithm has been added and made default. Old non-default HMAC-SHA based DNS Cookie algorithms have been removed, and only the default AES algorithm is being kept - for legacy reasons. This changes doesn't have any operational impact + for legacy reasons. This change doesn't have any operational impact in most common scenarios. [GL #605]

@@ -426,8 +442,8 @@

  • - named-checkconf now correctly reports missing - dnstap-output option when + named-checkconf now correctly reports + a missing dnstap-output option when dnstap is set. [GL #1136]

  • @@ -443,6 +459,13 @@ when run with +expandaaaa +short. [GL #1152]

    +
  • +

    + When a response-policy zone expires, ensure + that its policies are removed from the RPZ summary database. + [GL #1146] +

    +
  • @@ -518,6 +541,6 @@
    -

    BIND 9.15.3 (Development Release)

    +

    BIND 9.15.4 (Development Release)

    diff --git a/doc/arm/Bv9ARM.ch09.html b/doc/arm/Bv9ARM.ch09.html index f448321ef9e..a3537cef766 100644 --- a/doc/arm/Bv9ARM.ch09.html +++ b/doc/arm/Bv9ARM.ch09.html @@ -148,6 +148,6 @@ -

    BIND 9.15.3 (Development Release)

    +

    BIND 9.15.4 (Development Release)

    diff --git a/doc/arm/Bv9ARM.ch10.html b/doc/arm/Bv9ARM.ch10.html index 3e324a182d4..a49ccc53bbb 100644 --- a/doc/arm/Bv9ARM.ch10.html +++ b/doc/arm/Bv9ARM.ch10.html @@ -914,6 +914,6 @@ -

    BIND 9.15.3 (Development Release)

    +

    BIND 9.15.4 (Development Release)

    diff --git a/doc/arm/Bv9ARM.ch11.html b/doc/arm/Bv9ARM.ch11.html index b77839528e0..1f99f9d5d02 100644 --- a/doc/arm/Bv9ARM.ch11.html +++ b/doc/arm/Bv9ARM.ch11.html @@ -537,6 +537,6 @@ $ sample-update -a sample-update -k Kxxx.+nnn+mm -

    BIND 9.15.3 (Development Release)

    +

    BIND 9.15.4 (Development Release)

    diff --git a/doc/arm/Bv9ARM.ch12.html b/doc/arm/Bv9ARM.ch12.html index e587f54fa30..af5147d95ce 100644 --- a/doc/arm/Bv9ARM.ch12.html +++ b/doc/arm/Bv9ARM.ch12.html @@ -210,6 +210,6 @@ -

    BIND 9.15.3 (Development Release)

    +

    BIND 9.15.4 (Development Release)

    diff --git a/doc/arm/man.arpaname.html b/doc/arm/man.arpaname.html index 11f1d0db1b8..f4c3c81de17 100644 --- a/doc/arm/man.arpaname.html +++ b/doc/arm/man.arpaname.html @@ -90,6 +90,6 @@ -

    BIND 9.15.3 (Development Release)

    +

    BIND 9.15.4 (Development Release)

    diff --git a/doc/arm/man.ddns-confgen.html b/doc/arm/man.ddns-confgen.html index a5a6303eae2..2604e653035 100644 --- a/doc/arm/man.ddns-confgen.html +++ b/doc/arm/man.ddns-confgen.html @@ -220,6 +220,6 @@ -

    BIND 9.15.3 (Development Release)

    +

    BIND 9.15.4 (Development Release)

    diff --git a/doc/arm/man.delv.html b/doc/arm/man.delv.html index 9e42f2bf9b1..405341cb919 100644 --- a/doc/arm/man.delv.html +++ b/doc/arm/man.delv.html @@ -566,6 +566,12 @@ in the type's presentation format.

    +
    +[no]yaml
    +
    +

    + Print response data in YAML format. +

    +

    @@ -615,6 +621,6 @@ -

    BIND 9.15.3 (Development Release)

    +

    BIND 9.15.4 (Development Release)

    diff --git a/doc/arm/man.dig.html b/doc/arm/man.dig.html index 421d213a624..5f2bb2956bd 100644 --- a/doc/arm/man.dig.html +++ b/doc/arm/man.dig.html @@ -1018,6 +1018,14 @@ seconds, minutes, hours, days and weeks. Implies +ttlid.

    +
    +[no]unexpected
    +
    +

    + Accept [do not accept] answers from unexpected sources. By + default, dig won't accept a reply from a + source other than the one to which it sent the query. +

    +
    +[no]unknownformat

    @@ -1035,6 +1043,13 @@ stands for "virtual circuit".

    +
    +[no]yaml
    +
    +

    + Print the responses (and, if +qr is in use, + also the outgoing queries) in a detailed YAML format. +

    +
    +[no]zflag

    @@ -1173,6 +1188,6 @@ dig +qr www.isc.org any -x 127.0.0.1 isc.org ns +noqr -

    BIND 9.15.3 (Development Release)

    +

    BIND 9.15.4 (Development Release)

    diff --git a/doc/arm/man.dnssec-cds.html b/doc/arm/man.dnssec-cds.html index 01ab2e26849..ab289866ab5 100644 --- a/doc/arm/man.dnssec-cds.html +++ b/doc/arm/man.dnssec-cds.html @@ -376,6 +376,6 @@ nsupdate -l -

    BIND 9.15.3 (Development Release)

    +

    BIND 9.15.4 (Development Release)

    diff --git a/doc/arm/man.dnssec-checkds.html b/doc/arm/man.dnssec-checkds.html index 046c9fc714d..2cdd6eda6ec 100644 --- a/doc/arm/man.dnssec-checkds.html +++ b/doc/arm/man.dnssec-checkds.html @@ -156,6 +156,6 @@ -

    BIND 9.15.3 (Development Release)

    +

    BIND 9.15.4 (Development Release)

    diff --git a/doc/arm/man.dnssec-coverage.html b/doc/arm/man.dnssec-coverage.html index 41a8bd5d36b..45f3a3e45a5 100644 --- a/doc/arm/man.dnssec-coverage.html +++ b/doc/arm/man.dnssec-coverage.html @@ -270,6 +270,6 @@ -

    BIND 9.15.3 (Development Release)

    +

    BIND 9.15.4 (Development Release)

    diff --git a/doc/arm/man.dnssec-dsfromkey.html b/doc/arm/man.dnssec-dsfromkey.html index afab0097927..ad45a53e2f8 100644 --- a/doc/arm/man.dnssec-dsfromkey.html +++ b/doc/arm/man.dnssec-dsfromkey.html @@ -341,6 +341,6 @@ -

    BIND 9.15.3 (Development Release)

    +

    BIND 9.15.4 (Development Release)

    diff --git a/doc/arm/man.dnssec-importkey.html b/doc/arm/man.dnssec-importkey.html index 277d47e322c..e153cd5e9a8 100644 --- a/doc/arm/man.dnssec-importkey.html +++ b/doc/arm/man.dnssec-importkey.html @@ -250,6 +250,6 @@ -

    BIND 9.15.3 (Development Release)

    +

    BIND 9.15.4 (Development Release)

    diff --git a/doc/arm/man.dnssec-keyfromlabel.html b/doc/arm/man.dnssec-keyfromlabel.html index fae9624d214..c5290dcdf5c 100644 --- a/doc/arm/man.dnssec-keyfromlabel.html +++ b/doc/arm/man.dnssec-keyfromlabel.html @@ -498,6 +498,6 @@ -

    BIND 9.15.3 (Development Release)

    +

    BIND 9.15.4 (Development Release)

    diff --git a/doc/arm/man.dnssec-keygen.html b/doc/arm/man.dnssec-keygen.html index aa51c19e1ff..d9e0fdb89eb 100644 --- a/doc/arm/man.dnssec-keygen.html +++ b/doc/arm/man.dnssec-keygen.html @@ -555,6 +555,6 @@ -

    BIND 9.15.3 (Development Release)

    +

    BIND 9.15.4 (Development Release)

    diff --git a/doc/arm/man.dnssec-keymgr.html b/doc/arm/man.dnssec-keymgr.html index a852d7d1d64..4d377c1c2c3 100644 --- a/doc/arm/man.dnssec-keymgr.html +++ b/doc/arm/man.dnssec-keymgr.html @@ -405,6 +405,6 @@ -

    BIND 9.15.3 (Development Release)

    +

    BIND 9.15.4 (Development Release)

    diff --git a/doc/arm/man.dnssec-revoke.html b/doc/arm/man.dnssec-revoke.html index 836e556bfba..9ad5e9b2bb1 100644 --- a/doc/arm/man.dnssec-revoke.html +++ b/doc/arm/man.dnssec-revoke.html @@ -171,6 +171,6 @@ -

    BIND 9.15.3 (Development Release)

    +

    BIND 9.15.4 (Development Release)

    diff --git a/doc/arm/man.dnssec-settime.html b/doc/arm/man.dnssec-settime.html index ae4d75fcdb5..38d0a42c00d 100644 --- a/doc/arm/man.dnssec-settime.html +++ b/doc/arm/man.dnssec-settime.html @@ -349,6 +349,6 @@ -

    BIND 9.15.3 (Development Release)

    +

    BIND 9.15.4 (Development Release)

    diff --git a/doc/arm/man.dnssec-signzone.html b/doc/arm/man.dnssec-signzone.html index 9ee84c9c2fe..f19fa309300 100644 --- a/doc/arm/man.dnssec-signzone.html +++ b/doc/arm/man.dnssec-signzone.html @@ -707,6 +707,6 @@ db.example.com.signed -

    BIND 9.15.3 (Development Release)

    +

    BIND 9.15.4 (Development Release)

    diff --git a/doc/arm/man.dnssec-verify.html b/doc/arm/man.dnssec-verify.html index e7c8dfe36de..e74dab17920 100644 --- a/doc/arm/man.dnssec-verify.html +++ b/doc/arm/man.dnssec-verify.html @@ -214,6 +214,6 @@ -

    BIND 9.15.3 (Development Release)

    +

    BIND 9.15.4 (Development Release)

    diff --git a/doc/arm/man.dnstap-read.html b/doc/arm/man.dnstap-read.html index aa026c985b3..21a01348d88 100644 --- a/doc/arm/man.dnstap-read.html +++ b/doc/arm/man.dnstap-read.html @@ -143,6 +143,6 @@ -

    BIND 9.15.3 (Development Release)

    +

    BIND 9.15.4 (Development Release)

    diff --git a/doc/arm/man.filter-aaaa.html b/doc/arm/man.filter-aaaa.html index 1c141aeacbc..497c62ea351 100644 --- a/doc/arm/man.filter-aaaa.html +++ b/doc/arm/man.filter-aaaa.html @@ -168,6 +168,6 @@ plugin query "/usr/local/lib/filter-aaaa.so" { -

    BIND 9.15.3 (Development Release)

    +

    BIND 9.15.4 (Development Release)

    diff --git a/doc/arm/man.host.html b/doc/arm/man.host.html index e877b34d88d..bd72dc29f57 100644 --- a/doc/arm/man.host.html +++ b/doc/arm/man.host.html @@ -366,6 +366,6 @@ -

    BIND 9.15.3 (Development Release)

    +

    BIND 9.15.4 (Development Release)

    diff --git a/doc/arm/man.mdig.html b/doc/arm/man.mdig.html index 4fc655a7064..670846731b1 100644 --- a/doc/arm/man.mdig.html +++ b/doc/arm/man.mdig.html @@ -351,6 +351,12 @@ stands for "virtual circuit".

    +
    +[no]yaml
    +
    +

    + Print the responses in a detailed YAML format. +

    +

    @@ -604,6 +610,6 @@ -

    BIND 9.15.3 (Development Release)

    +

    BIND 9.15.4 (Development Release)

    diff --git a/doc/arm/man.named-checkconf.html b/doc/arm/man.named-checkconf.html index 432855a55e1..b70d7efdd4f 100644 --- a/doc/arm/man.named-checkconf.html +++ b/doc/arm/man.named-checkconf.html @@ -214,6 +214,6 @@ -

    BIND 9.15.3 (Development Release)

    +

    BIND 9.15.4 (Development Release)

    diff --git a/doc/arm/man.named-checkzone.html b/doc/arm/man.named-checkzone.html index 35875aa335d..0a50816134f 100644 --- a/doc/arm/man.named-checkzone.html +++ b/doc/arm/man.named-checkzone.html @@ -463,6 +463,6 @@ -

    BIND 9.15.3 (Development Release)

    +

    BIND 9.15.4 (Development Release)

    diff --git a/doc/arm/man.named-journalprint.html b/doc/arm/man.named-journalprint.html index a21a7db81b7..db62c9a61e6 100644 --- a/doc/arm/man.named-journalprint.html +++ b/doc/arm/man.named-journalprint.html @@ -117,6 +117,6 @@ -

    BIND 9.15.3 (Development Release)

    +

    BIND 9.15.4 (Development Release)

    diff --git a/doc/arm/man.named-nzd2nzf.html b/doc/arm/man.named-nzd2nzf.html index 41ec8298fc8..3f03ef211a7 100644 --- a/doc/arm/man.named-nzd2nzf.html +++ b/doc/arm/man.named-nzd2nzf.html @@ -119,6 +119,6 @@ -

    BIND 9.15.3 (Development Release)

    +

    BIND 9.15.4 (Development Release)

    diff --git a/doc/arm/man.named-rrchecker.html b/doc/arm/man.named-rrchecker.html index 96b6c00f7b9..36a0da2fe3f 100644 --- a/doc/arm/man.named-rrchecker.html +++ b/doc/arm/man.named-rrchecker.html @@ -121,6 +121,6 @@ -

    BIND 9.15.3 (Development Release)

    +

    BIND 9.15.4 (Development Release)

    diff --git a/doc/arm/man.named.conf.html b/doc/arm/man.named.conf.html index 62937c856c2..c7a3284e45e 100644 --- a/doc/arm/man.named.conf.html +++ b/doc/arm/man.named.conf.html @@ -1069,6 +1069,6 @@ zone -

    BIND 9.15.3 (Development Release)

    +

    BIND 9.15.4 (Development Release)

    diff --git a/doc/arm/man.named.html b/doc/arm/man.named.html index fded4b86d46..46d8062c401 100644 --- a/doc/arm/man.named.html +++ b/doc/arm/man.named.html @@ -492,6 +492,6 @@ -

    BIND 9.15.3 (Development Release)

    +

    BIND 9.15.4 (Development Release)

    diff --git a/doc/arm/man.nsec3hash.html b/doc/arm/man.nsec3hash.html index 60a2864f064..32d76b35ed0 100644 --- a/doc/arm/man.nsec3hash.html +++ b/doc/arm/man.nsec3hash.html @@ -155,6 +155,6 @@ -

    BIND 9.15.3 (Development Release)

    +

    BIND 9.15.4 (Development Release)

    diff --git a/doc/arm/man.nslookup.html b/doc/arm/man.nslookup.html index 5cb59265384..ef04d501910 100644 --- a/doc/arm/man.nslookup.html +++ b/doc/arm/man.nslookup.html @@ -437,6 +437,6 @@ nslookup -query=hinfo -timeout=10 -

    BIND 9.15.3 (Development Release)

    +

    BIND 9.15.4 (Development Release)

    diff --git a/doc/arm/man.nsupdate.html b/doc/arm/man.nsupdate.html index 6bed8666eb5..04f800af8c1 100644 --- a/doc/arm/man.nsupdate.html +++ b/doc/arm/man.nsupdate.html @@ -818,6 +818,6 @@ -

    BIND 9.15.3 (Development Release)

    +

    BIND 9.15.4 (Development Release)

    diff --git a/doc/arm/man.pkcs11-destroy.html b/doc/arm/man.pkcs11-destroy.html index 0ea382049d5..692c032b578 100644 --- a/doc/arm/man.pkcs11-destroy.html +++ b/doc/arm/man.pkcs11-destroy.html @@ -162,6 +162,6 @@ -

    BIND 9.15.3 (Development Release)

    +

    BIND 9.15.4 (Development Release)

    diff --git a/doc/arm/man.pkcs11-keygen.html b/doc/arm/man.pkcs11-keygen.html index 331e5931cf4..a73d76a0e27 100644 --- a/doc/arm/man.pkcs11-keygen.html +++ b/doc/arm/man.pkcs11-keygen.html @@ -200,6 +200,6 @@ -

    BIND 9.15.3 (Development Release)

    +

    BIND 9.15.4 (Development Release)

    diff --git a/doc/arm/man.pkcs11-list.html b/doc/arm/man.pkcs11-list.html index cdc7c7445b7..d6eacf6d812 100644 --- a/doc/arm/man.pkcs11-list.html +++ b/doc/arm/man.pkcs11-list.html @@ -158,6 +158,6 @@ -

    BIND 9.15.3 (Development Release)

    +

    BIND 9.15.4 (Development Release)

    diff --git a/doc/arm/man.pkcs11-tokens.html b/doc/arm/man.pkcs11-tokens.html index 25cbdda6988..dd18c7f26f5 100644 --- a/doc/arm/man.pkcs11-tokens.html +++ b/doc/arm/man.pkcs11-tokens.html @@ -123,6 +123,6 @@ -

    BIND 9.15.3 (Development Release)

    +

    BIND 9.15.4 (Development Release)

    diff --git a/doc/arm/man.rndc-confgen.html b/doc/arm/man.rndc-confgen.html index c376895c3a0..2718bc29289 100644 --- a/doc/arm/man.rndc-confgen.html +++ b/doc/arm/man.rndc-confgen.html @@ -260,6 +260,6 @@ -

    BIND 9.15.3 (Development Release)

    +

    BIND 9.15.4 (Development Release)

    diff --git a/doc/arm/man.rndc.conf.html b/doc/arm/man.rndc.conf.html index 3d2bde23f5c..fd0135cabe4 100644 --- a/doc/arm/man.rndc.conf.html +++ b/doc/arm/man.rndc.conf.html @@ -268,6 +268,6 @@ -

    BIND 9.15.3 (Development Release)

    +

    BIND 9.15.4 (Development Release)

    diff --git a/doc/arm/man.rndc.html b/doc/arm/man.rndc.html index f113c42d60e..740e92a162b 100644 --- a/doc/arm/man.rndc.html +++ b/doc/arm/man.rndc.html @@ -1017,6 +1017,6 @@ -

    BIND 9.15.3 (Development Release)

    +

    BIND 9.15.4 (Development Release)