Accepting request 859291 from home:dirkmueller:branches:network
- update to 9.16.10: New Features: * NSEC3 support was added to KASP. A new option for dnssec-policy, nsec3param, can be used to set the desired NSEC3 parameters. NSEC3 salt collisions are automatically prevented during resalting. [GL #1620] * A new configuration option, stale-refresh-time, has been introduced. It allows a stale RRset to be served directly from cache for a period of time after a failed lookup, before a new attempt to refresh it is made. [GL #2066] Feature Changes: * The default value of max-recursion-queries was increased from 75 to 100. Since the queries sent towards root and TLD servers are now included in the count (as a result of the fix for CVE-2020-8616), max-recursion-queries has a higher chance of being exceeded by non-attack queries, which is the main reason for increasing its default value. [GL #2305] The default value of nocookie-udp-size was restored back to 4096 bytes. Since max-udp-size is the upper bound for nocookie-udp-size, this change relieves the operator from having to change nocookie-udp-size together with max-udp-size in order to increase the default EDNS buffer size limit. nocookie-udp-size can still be set to a value lower than max-udp-size, if desired. [GL #2250] Bug Fixes: Handling of missing DNS COOKIE responses over UDP was tightened by falling back to TCP. [GL #2275] The CNAME synthesized from a DNAME was incorrectly followed when the QTYPE was CNAME or ANY. [GL #2280] Building with native PKCS#11 support for AEP Keyper has been broken since BIND 9.16.6. This has been fixed. [GL #2315] named could crash with an assertion failure if a TCP connection were closed while a request was still being processed. [GL #2227] named acting as a resolver could incorrectly treat signed zones with no DS record at the parent as bogus. Such zones should be treated as insecure. This OBS-URL: https://build.opensuse.org/request/show/859291 OBS-URL: https://build.opensuse.org/package/show/network/bind?expand=0&rev=306
This commit is contained in:
committed by
Git OBS Bridge
parent
d00771e830
commit
b585e7fb90
10
bind.spec
10
bind.spec
@@ -20,17 +20,17 @@
|
||||
# Note that the sonums are LIBINTERFACE - LIBAGE
|
||||
%define bind9_sonum 1600
|
||||
%define libbind9 libbind9-%{bind9_sonum}
|
||||
%define dns_sonum 1608
|
||||
%define dns_sonum 1610
|
||||
%define libdns libdns%{dns_sonum}
|
||||
%define irs_sonum 1601
|
||||
%define libirs libirs%{irs_sonum}
|
||||
%define isc_sonum 1607
|
||||
%define isc_sonum 1608
|
||||
%define libisc libisc%{isc_sonum}
|
||||
%define isccc_sonum 1600
|
||||
%define libisccc libisccc%{isccc_sonum}
|
||||
%define isccfg_sonum 1601
|
||||
%define isccfg_sonum 1602
|
||||
%define libisccfg libisccfg%{isccfg_sonum}
|
||||
%define ns_sonum 1605
|
||||
%define ns_sonum 1606
|
||||
%define libns libns%{ns_sonum}
|
||||
|
||||
%define VENDOR SUSE
|
||||
@@ -61,7 +61,7 @@
|
||||
%define _fillupdir %{_localstatedir}/adm/fillup-templates
|
||||
%endif
|
||||
Name: bind
|
||||
Version: 9.16.8
|
||||
Version: 9.16.10
|
||||
Release: 0
|
||||
Summary: Domain Name System (DNS) Server (named)
|
||||
License: MPL-2.0
|
||||
|
Reference in New Issue
Block a user