Update to 9.16.29
Previously, CDS and CDNSKEY DELETE records were removed from the zone when configured with the auto-dnssec maintain; option. This has been fixed. [GL #2931] https://downloads.isc.org/isc/bind9/9.16.29/doc/arm/html/notes.html#notes-for-bind-9-16-29 Resolves: rhbz#2087920
This commit is contained in:
parent
fdb091757f
commit
bb1dcf68da
2
.gitignore
vendored
2
.gitignore
vendored
@ -172,3 +172,5 @@ bind-9.7.2b1.tar.gz
|
||||
/bind-9.16.27.tar.xz.asc
|
||||
/bind-9.16.28.tar.xz
|
||||
/bind-9.16.28.tar.xz.asc
|
||||
/bind-9.16.29.tar.xz
|
||||
/bind-9.16.29.tar.xz.asc
|
||||
|
@ -51,8 +51,8 @@
|
||||
Summary: The Berkeley Internet Name Domain (BIND) DNS (Domain Name System) server
|
||||
Name: bind
|
||||
License: MPLv2.0
|
||||
Version: 9.16.28
|
||||
Release: 2%{?dist}
|
||||
Version: 9.16.29
|
||||
Release: 1%{?dist}
|
||||
Epoch: 32
|
||||
Url: https://www.isc.org/downloads/bind/
|
||||
#
|
||||
@ -1117,6 +1117,9 @@ fi;
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Thu May 26 2022 Petr Menšík <pemensik@redhat.com> - 32:9.16.29-1
|
||||
- Update to 9.16.29 (#2087920)
|
||||
|
||||
* Tue May 17 2022 Petr Menšík <pemensik@redhat.com> - 32:9.16.28-2
|
||||
- Parse again timeout and attempts from resolv.conf (#2087156)
|
||||
- Reenable unit tests during build
|
||||
|
4
sources
4
sources
@ -1,2 +1,2 @@
|
||||
SHA512 (bind-9.16.28.tar.xz) = 7314c039b6d61b90e7f7c6d4465a26b214de67272116e334b8a3e2551b1d66c028819024ec819676c1cc66e6bf81f17890239bb48e4c40f9d6cea35f025976d3
|
||||
SHA512 (bind-9.16.28.tar.xz.asc) = f0461c6764054108c78161e6ef4582559a6ee5fa81d609fb35234022ac0970f712021037c7d94cfc4ad8c5b6a823d5129a7b95fe88c6af31b657683f5b5349ec
|
||||
SHA512 (bind-9.16.29.tar.xz) = b4acbafed370438ac53e73468ccb5ea5745a1c8f764dd96f9c9a027594a3b7ce0d486e7f01138b39795b456265e0e6116cd76e44f5a3329687cd718550ca79fb
|
||||
SHA512 (bind-9.16.29.tar.xz.asc) = 98c1fea8cc2a2465aff5f4449a122046fbb98ff648a96147885c4bdd9d1e7e578de693d14587544a8846c89c0cff97d2fa9620fb1a63c3938086b2fea0eb1112
|
||||
|
Loading…
Reference in New Issue
Block a user