Name: | bind-sdb |
---|---|
Epoch: | 32 |
Version: | 9.11.4 |
Release: | 26.P2.el7 |
Architecture: | aarch64 |
Group: | Unspecified |
Size: | 1132209 |
License: | MPLv2.0 |
RPM: | bind-sdb-9.11.4-26.P2.el7.aarch64.rpm |
Source RPM: | bind-9.11.4-26.P2.el7.src.rpm |
Build Date: | Thu Oct 01 2020 |
Build Host: | ca-buildarm01.us.oracle.com |
Vendor: | Oracle America |
URL: | http://www.isc.org/products/BIND/ |
Summary: | BIND server with database backends and DLZ support |
Description: | BIND (Berkeley Internet Name Domain) is an implementation of the DNS (Domain Name System) protocols. BIND includes a DNS server (named-sdb) which has compiled-in SDB (Simplified Database Backend) which includes support for using alternative Zone Databases stored in an LDAP server (ldapdb), a postgreSQL database (pgsqldb), an sqlite database (sqlitedb), or in the filesystem (dirdb), in addition to the standard in-memory RBT (Red Black Tree) zone database. It also includes support for DLZ (Dynamic Loadable Zones) |
- Fix EDNS512 loops on broken servers
- rebinding protection for forwarding DNS server upstream patch (#1832812)
- Add CVE tests to codebase
- Limit number of queries triggered by a request (CVE-2020-8616) - Fix invalid tsig request (CVE-2020-8617)
- Solve often priming queries on some forwarder (#1756201)
- Disable atomic operations also on ppc (#1779589)
- Do not crash when nsupdate with GSS terminated early (#1300636)
- Allow conflicting zone files with a warning (#1744081)
- Disable atomic operations on ppc64, ppc64le, aarch64 (#1779589)
- Prevent deadlock on reload (#1781576) - Disable unit test timer_test on ppc64le because of its instability