diff --git a/CHANGES b/CHANGES index 36db530137..cef13738f4 100644 --- a/CHANGES +++ b/CHANGES @@ -5,6 +5,8 @@ configuration included the "tkey-gssapi-credential" option. This has been fixed. [GL #2634] + --- 9.11.30 released --- + 5617. [security] A specially crafted GSS-TSIG query could cause a buffer overflow in the ISC implementation of SPNEGO. (CVE-2021-25216) [GL #2604] diff --git a/README b/README index bd12f96cec..bf2eef7817 100644 --- a/README +++ b/README @@ -377,6 +377,12 @@ BIND 9.11.29 BIND 9.11.29 is a maintenance release. +BIND 9.11.30 + +BIND 9.11.30 is a maintenance release, and also addresses the security +vulnerabilities disclosed in CVE-2021-25214, CVE-2021-25215, and +CVE-2021-25216. + Building BIND Minimally, BIND requires a UNIX or Linux system with an ANSI C compiler, diff --git a/README.md b/README.md index 6ecb9b3b73..201124153e 100644 --- a/README.md +++ b/README.md @@ -394,6 +394,12 @@ vulnerability disclosed in CVE-2020-8625. BIND 9.11.29 is a maintenance release. +#### BIND 9.11.30 + +BIND 9.11.30 is a maintenance release, and also addresses the security +vulnerabilities disclosed in CVE-2021-25214, CVE-2021-25215, and +CVE-2021-25216. + ### Building BIND Minimally, BIND requires a UNIX or Linux system with an ANSI C compiler, diff --git a/configure b/configure index ce5a1dca9d..5e68976c6f 100755 --- a/configure +++ b/configure @@ -978,7 +978,6 @@ infodir docdir oldincludedir includedir -runstatedir localstatedir sharedstatedir sysconfdir @@ -1152,7 +1151,6 @@ datadir='${datarootdir}' sysconfdir='${prefix}/etc' sharedstatedir='${prefix}/com' localstatedir='${prefix}/var' -runstatedir='${localstatedir}/run' includedir='${prefix}/include' oldincludedir='/usr/include' docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' @@ -1405,15 +1403,6 @@ do | -silent | --silent | --silen | --sile | --sil) silent=yes ;; - -runstatedir | --runstatedir | --runstatedi | --runstated \ - | --runstate | --runstat | --runsta | --runst | --runs \ - | --run | --ru | --r) - ac_prev=runstatedir ;; - -runstatedir=* | --runstatedir=* | --runstatedi=* | --runstated=* \ - | --runstate=* | --runstat=* | --runsta=* | --runst=* | --runs=* \ - | --run=* | --ru=* | --r=*) - runstatedir=$ac_optarg ;; - -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb) ac_prev=sbindir ;; -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \ @@ -1551,7 +1540,7 @@ fi for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \ datadir sysconfdir sharedstatedir localstatedir includedir \ oldincludedir docdir infodir htmldir dvidir pdfdir psdir \ - libdir localedir mandir runstatedir + libdir localedir mandir do eval ac_val=\$$ac_var # Remove trailing slashes. @@ -1704,7 +1693,6 @@ Fine tuning of the installation directories: --sysconfdir=DIR read-only single-machine data [PREFIX/etc] --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com] --localstatedir=DIR modifiable single-machine data [PREFIX/var] - --runstatedir=DIR modifiable per-process data [LOCALSTATEDIR/run] --libdir=DIR object code libraries [EPREFIX/lib] --includedir=DIR C header files [PREFIX/include] --oldincludedir=DIR C header files for non-gcc [/usr/include] diff --git a/doc/arm/Bv9ARM.ch01.html b/doc/arm/Bv9ARM.ch01.html index 297269af6f..baf9e036bd 100644 --- a/doc/arm/Bv9ARM.ch01.html +++ b/doc/arm/Bv9ARM.ch01.html @@ -576,6 +576,6 @@ -
BIND 9.11.29 (Extended Support Version)
+BIND 9.11.30 (Extended Support Version)