Backport TLS functionality into nsupdate

Resolves: RHEL-76331
This commit is contained in:
Petr Menšík 2025-01-27 10:59:00 +01:00
parent 20d3dd3f31
commit 7065a4d280
2 changed files with 1609 additions and 1 deletions

1602
bind-9.18-nsupdate-TLS.patch Normal file

File diff suppressed because it is too large Load Diff

View File

@ -77,7 +77,7 @@ License: MPL-2.0 AND ISC AND MIT AND BSD-3-Clause AND BSD-2-Clause
# ./lib/isc/tm.c BSD-2-clause and/or MPL-2.0
# ./lib/isccfg/parser.c BSD-2-clause and/or MPL-2.0
Version: 9.18.29
Release: 1%{?dist}
Release: 2%{?dist}
Epoch: 32
Url: https://www.isc.org/downloads/bind/
#
@ -114,6 +114,9 @@ Patch10: bind-9.5-PIE.patch
Patch16: bind-9.16-redhat_doc.patch
# https://bugzilla.redhat.com/show_bug.cgi?id=2122010
Patch26: bind-9.18-unittest-netmgr-unstable.patch
# https://issues.redhat.com/browse/FREEIPA-11706
# https://issues.redhat.com/browse/RHEL-76331
Patch27: bind-9.18-nsupdate-TLS.patch
%{?systemd_ordering}
Requires: coreutils
@ -961,6 +964,9 @@ fi;
%endif
%changelog
* Mon Jan 27 2025 Petr Menšík <pemensik@redhat.com> - 32:9.18.29-2
- Backport nsupdate TLS support into 9.18 (RHEL-76331)
* Wed Aug 21 2024 Petr Menšík <pemensik@redhat.com> - 32:9.18.29-1
- Update to 9.18.29 (RHEL-53015)