Opened 7 years ago

Closed 7 years ago

#9542 closed enhancement (fixed)

bind9-9.11.2

Reported by: bdubbs@… Owned by: bdubbs@…
Priority: normal Milestone: 8.1
Component: BOOK Version: SVN
Severity: normal Keywords:
Cc:

Description

New point version.

Change History (3)

comment:1 by bdubbs@…, 7 years ago

Owner: changed from blfs-book@… to bdubbs@…
Status: newassigned

comment:2 by bdubbs@…, 7 years ago

  1. [bug] Reorder includes to move @DST_OPENSSL_INC@ and

@ISC_OPENSSL_INC@ after shipped include directories. [RT #45581]

  1. [bug] The wrong zone was logged when a catalog zone is added.

[RT #45520]

  1. [bug] "rndc reconfig" on a slave no longer causes all member

zones of configured catalog zones to be removed from configuration. [RT #45310]

  1. [bug] Change 4643 broke verification of TSIG signed TCP

message sequences where not all the messages contain TSIG records. These may be used in AXFR and IXFR responses. [RT #45509]

  1. [bug] Fix PKCS#11 RSA parsing when MD5 is disabled.
  1. [security] An error in TSIG handling could permit unauthorized

zone transfers or zone updates. (CVE-2017-3142) (CVE-2017-3143) [RT #45383]

  1. [cleanup] Add more logging of RFC 5011 events affecting the

status of managed keys: newly observed keys, deletion of revoked keys, etc. [RT #45354]

  1. [cleanup] Parallel builds (make -j) could fail with --with-atf /

--enable-developer. [RT #45373]

  1. [bug] If query_findversion failed in query_getdb due to

memory failure the error status was incorrectly discarded. [RT #45331]

  1. [bug] Fix a regression in --with-tuning reporting introduced

by change 4488. [RT #45396]

  1. [bug] Reloading or reconfiguring named could fail on

some platforms when LMDB was in use. [RT #45203]

  1. [bug] Normalize rpz policy zone names when checking for

existence. [RT #45358]

  1. [bug] Fix RPZ NSDNAME logging that was logging

failures as NSIP. [RT #45052]

  1. [contrib] check5011.pl needs to handle optional space before

semi-colon in +multi-line output. [RT #45352]

  1. [maint] Updated AAAA (2001:500:200::b) for B.ROOT-SERVERS.NET.
  1. [security] The BIND installer on Windows used an unquoted

service path, which can enable privilege escalation. (CVE-2017-3141) [RT #45229]

  1. [security] Some RPZ configurations could go into an infinite

query loop when encountering responses with TTL=0. (CVE-2017-3140) [RT #45181]

  1. [bug] "dyndb" is dependent on dlopen existing / being

enabled. [RT #45291]

  1. [bug] dns_client_startupdate could not be called with a

running client. [RT #45277]

  1. [bug] Fixed a potential reference leak in query_getdb().

[RT #45247]

  1. [test] Added more tests for handling of different record

ordering in CNAME and DNAME responses. [QA #430]

  1. [bug] Running "rndc addzone" and "rndc delzone" at close

to the same time could trigger a deadlock if using LMDB. [RT #45209]

  1. [bug] Use --with-protobuf-c and --with-libfstrm to find

protoc-c and fstrm_capture. [RT #45187]

  1. [bug] Remove unnecessary escaping of semicolon in CAA and

URI records. [RT #45216]

  1. [port] Force alignment of oid arrays to silence loader

warnings. [RT #45131]

  1. [port] Handle EPFNOSUPPORT being returned when probing

to see if a socket type is supported. [RT #45214]

  1. [bug] Call isc_mem_put instead of isc_mem_free in

bin/named/server.c:setup_newzones. [RT #45202]

  1. [bug] Check isc_mem_strdup results in dns_view_setnewzones.

Add logging for lmdb call failures. [RT #45204]

  1. [test] Update rndc system test to be more delay tolerant.

[RT #45177]

  1. [bug] When using LMDB, zones deleted using "rndc delzone"

were not correctly removed from the new-zone database. [RT #45185]

  1. [bug] AD could be set on truncated answer with no records

present in the answer and authority sections. [RT #45140]

  1. [test] Fixed an error in the sockaddr unit test. [RT #45146]
  1. [bug] Silence 'may be use uninitalised' warning and simplify

the code in lwres/getaddinfo:process_answer. [RT #45158]

  1. [bug] The default LMDB mapsize was too low and caused

errors after few thousand zones were added using rndc addzone. A new config option "lmdb-mapsize" has been introduced to configure the LMDB mapsize depending on operational needs. [RT #44954]

  1. [cleanup] Rearrange makefiles to enable parallel execution

(i.e. "make -j"). [RT #45078]

  1. [func] DiG now warns about .local queries which are reserved

for Multicast DNS. [RT #44783]

  1. [port] Stop using experimental "Experimental keys on scalar"

feature of perl as it has been removed. [RT #45012]

  1. [bug] Don't use ERR_load_crypto_strings() when building

with OpenSSL 1.1.0. [RT #45117]

  1. [doc] Automatically generate named.conf(5) man page

from doc/misc/options. Thanks to Tony Finch. [RT #43525]

  1. [func] Threads are now set to human-readable

names to assist debugging, when supported by the OS. [RT #43234]

  1. [bug] Reject incorrect RSA key lengths during key

generation and and sign/verify context creation. [RT #45043]

  1. [bug] Adjust RPZ trigger counts only when the entry

being deleted exists. [RT #43386]

  1. [bug] Fix inconsistencies in inline signing time

comparison that were introduced with the introduction of rdatasetheader->resign_lsb. [RT #42112]

  1. [bug] The validator now ignores SHA-1 DS digest type

when a DS record with SHA-384 digest type is present and is a supported digest type. [RT #45017]

  1. [bug] Validate glue before adding it to the additional

section. This also fixes incorrect TTL capping when the RRSIG expired earlier than the TTL. [RT #45062]

  1. [doc] Update README using markdown, remove outdated FAQ

file in favor of the knowledge base.

  1. [bug] A race condition on shutdown could trigger an

assertion failure in dispatch.c. [RT #43822]

  1. [port] Addressed some python 3 compatibility issues.

Thanks to Ville Skytta. [RT #44955] [RT #44956]

  1. [bug] Support for PTHREAD_MUTEX_ADAPTIVE_NP was not being

properly detected. [RT #44871]

  1. [cleanup] "configure -q" is now silent. [RT #44829]
  1. [bug] nsupdate could send queries for TKEY to the wrong

server when using GSSAPI. Thanks to Tomas Hozza. [RT #39893]

  1. [bug] named-checkzone failed to handle occulted data below

DNAMEs correctly. [RT #44877]

  1. [func] dig, host and nslookup now use TCP for ANY queries.

[RT #44687]

  1. [port] win32: Set CompileAS value. [RT #42474]
  1. [bug] A number of memory usage statistics were not properly

reported when they exceeded 4G. [RT #44750]

  1. [bug] Dig leaked memory with multiple +subnet options.

[RT #44683]

  1. [func] dig +ednsopt: EDNS options can now be specified by

name in addition to numeric value. [RT #44461]

comment:3 by bdubbs@…, 7 years ago

Resolution: fixed
Status: assignedclosed

Fixed at revision 18986.

Note: See TracTickets for help on using tickets.