diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7ed7dca05e..1c593914a7 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1590,7 +1590,7 @@ abi-check: CC: gcc CFLAGS: "${CFLAGS_COMMON} -Og" EXTRA_CONFIGURE: "--enable-dnstap --with-libidn2" - BIND_BASELINE_VERSION: v9_11_26 + BIND_BASELINE_VERSION: v9_11_27 script: - *configure - make -j${BUILD_PARALLEL_JOBS:-1} V=1 diff --git a/CHANGES b/CHANGES index b3766c4164..417184287d 100644 --- a/CHANGES +++ b/CHANGES @@ -1,13 +1,15 @@ + --- 9.11.27 released --- + 5559. [bug] The --with-maxminddb=PATH form of the build-time option enabling support for libmaxminddb was not working correctly. This has been fixed. [GL #2366] -5557. [bug] Prevent rbtdb instances being destroyed by multiple - threads at the same time. [GL #2355] +5557. [bug] Prevent RBTDB instances from being destroyed by multiple + threads at the same time. [GL #2317] -5548. [bug] When BIND 9 was compiled with --disable-threads and - --with-epoll, it was possible to trigger an assertion - failure due to a double lock. [GL !4454] +5548. [bug] named exited with an assertion failure upon startup when + compiled with --disable-threads and --with-epoll. + [GL !4454] 5547. [bug] BIND 9 failed to build with --disable-threads and --with-geoip2. [GL #2324] diff --git a/README b/README index 75616b3dfe..bdd6b563c3 100644 --- a/README +++ b/README @@ -364,6 +364,10 @@ BIND 9.11.26 BIND 9.11.26 is a maintenance release. +BIND 9.11.27 + +BIND 9.11.27 is a maintenance release. + Building BIND Minimally, BIND requires a UNIX or Linux system with an ANSI C compiler, diff --git a/README.md b/README.md index 560c99358d..d4fa43dffc 100644 --- a/README.md +++ b/README.md @@ -381,6 +381,10 @@ BIND 9.11.25 is a maintenance release. BIND 9.11.26 is a maintenance release. +#### BIND 9.11.27 + +BIND 9.11.27 is a maintenance release. + ### Building BIND Minimally, BIND requires a UNIX or Linux system with an ANSI C compiler, diff --git a/bin/check/named-checkconf.8 b/bin/check/named-checkconf.8 index 10979e7046..629491d7da 100644 --- a/bin/check/named-checkconf.8 +++ b/bin/check/named-checkconf.8 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2000-2002, 2004, 2005, 2007, 2009, 2014-2016, 2018-2020 Internet Systems Consortium, Inc. ("ISC") +.\" Copyright (C) 2000-2002, 2004, 2005, 2007, 2009, 2014-2016, 2018-2021 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 @@ -131,5 +131,5 @@ BIND 9 Administrator Reference Manual\&. \fBInternet Systems Consortium, Inc\&.\fR .SH "COPYRIGHT" .br -Copyright \(co 2000-2002, 2004, 2005, 2007, 2009, 2014-2016, 2018-2020 Internet Systems Consortium, Inc. ("ISC") +Copyright \(co 2000-2002, 2004, 2005, 2007, 2009, 2014-2016, 2018-2021 Internet Systems Consortium, Inc. ("ISC") .br diff --git a/bin/check/named-checkconf.html b/bin/check/named-checkconf.html index 091c9ee879..9f4f8fb17d 100644 --- a/bin/check/named-checkconf.html +++ b/bin/check/named-checkconf.html @@ -1,6 +1,6 @@ + +
Notes for BIND 9.11.28 + +
Security Fixes + + + + None. + + + +
+ +
Known Issues + + + + None. + + + +
+ +
New Features + + + + None. + + + +
+ +
Removed Features + + + + None. + + + +
+ +
Feature Changes + + + + None. + + + +
+ +
Bug Fixes + + + + None. + + + +
+ +
diff --git a/doc/arm/notes.html b/doc/arm/notes.html index 1a962094d3..91dc2ed72a 100644 --- a/doc/arm/notes.html +++ b/doc/arm/notes.html @@ -13,7 +13,7 @@

-Release Notes for BIND Version 9.11.26

+Release Notes for BIND Version 9.11.27

Introduction

@@ -69,6 +69,20 @@

+Notes for BIND 9.11.27

+
+

+Bug Fixes

+
  • + Multiple threads could attempt to destroy a single RBTDB instance at + the same time, resulting in an unpredictable but low-probability + assertion failure in free_rbtdb(). This has been + fixed. [GL #2317] +

+
+
+
+

Notes for BIND 9.11.26

diff --git a/doc/arm/notes.pdf b/doc/arm/notes.pdf index bbf47d2fba..06bcd97fda 100644 Binary files a/doc/arm/notes.pdf and b/doc/arm/notes.pdf differ diff --git a/doc/arm/notes.txt b/doc/arm/notes.txt index fe285728ff..4e9131a3f5 100644 --- a/doc/arm/notes.txt +++ b/doc/arm/notes.txt @@ -1,4 +1,4 @@ -Release Notes for BIND Version 9.11.26 +Release Notes for BIND Version 9.11.27 Introduction @@ -36,6 +36,14 @@ Those unsure whether or not the license change affects their use of BIND, or who wish to discuss how to comply with the license may contact ISC at https://www.isc.org/mission/contact/. +Notes for BIND 9.11.27 + +Bug Fixes + + • Multiple threads could attempt to destroy a single RBTDB instance at + the same time, resulting in an unpredictable but low-probability + assertion failure in free_rbtdb(). This has been fixed. [GL #2317] + Notes for BIND 9.11.26 Feature Changes diff --git a/doc/arm/notes.xml b/doc/arm/notes.xml index 9cab4e5595..013708cc1a 100644 --- a/doc/arm/notes.xml +++ b/doc/arm/notes.xml @@ -21,6 +21,7 @@ + diff --git a/isc-config.sh.1 b/isc-config.sh.1 index 65b0ef80b0..b30397db92 100644 --- a/isc-config.sh.1 +++ b/isc-config.sh.1 @@ -1,4 +1,4 @@ -.\" Copyright (C) 2009, 2014-2016, 2018-2020 Internet Systems Consortium, Inc. ("ISC") +.\" Copyright (C) 2009, 2014-2016, 2018-2021 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 @@ -91,5 +91,5 @@ returns an exit status of 1 if invoked with invalid arguments or no arguments at \fBInternet Systems Consortium, Inc\&.\fR .SH "COPYRIGHT" .br -Copyright \(co 2009, 2014-2016, 2018-2020 Internet Systems Consortium, Inc. ("ISC") +Copyright \(co 2009, 2014-2016, 2018-2021 Internet Systems Consortium, Inc. ("ISC") .br diff --git a/isc-config.sh.html b/isc-config.sh.html index 8aba628c46..b53ce96bac 100644 --- a/isc-config.sh.html +++ b/isc-config.sh.html @@ -1,6 +1,6 @@