Compare commits

..

No commits in common. "c8s" and "c8" have entirely different histories.
c8s ... c8

107 changed files with 3 additions and 569 deletions

2
.bind.metadata Normal file
View File

@ -0,0 +1,2 @@
4b45d15edc1e3b7902129ce27baec58a50d76b5c SOURCES/bind-9.11.36.tar.gz
a164fcad1d64d6b5fab5034928cb7260f1fa8fdd SOURCES/random.data

View File

@ -1 +0,0 @@
1

2
.gitignore vendored
View File

@ -1,4 +1,2 @@
SOURCES/bind-9.11.36.tar.gz
SOURCES/random.data
/bind-9.11.36.tar.gz
/random.data

View File

@ -68,7 +68,7 @@ Summary: The Berkeley Internet Name Domain (BIND) DNS (Domain Name System) serv
Name: bind
License: MPLv2.0
Version: 9.11.36
Release: 16%{?PATCHVER:.%{PATCHVER}}%{?PREVER:.%{PREVER}}%{?dist}.5
Release: 16%{?PATCHVER:.%{PATCHVER}}%{?PREVER:.%{PREVER}}%{?dist}.4
Epoch: 32
Url: https://www.isc.org/downloads/bind/
#
@ -200,10 +200,6 @@ Patch208: bind-9.11-CVE-2024-1737-runtime-env.patch
# https://gitlab.isc.org/isc-projects/bind9/-/commit/c6e6a7af8ac6b575dd3657b0f5cf4248d734c2b0
Patch209: bind-9.18-CVE-2024-11187-pre-test.patch
Patch210: bind-9.18-CVE-2024-11187.patch
# RH downstream, adds limits configurable from file
Patch211: bind-9.11-d-max-records-per-type.patch
Patch212: bind-9.11-d-max-types-per-name.patch
Patch213: bind-9.11-d-max-records-checkconf.patch
# SDB patches
Patch11: bind-9.3.2b2-sdbsrc.patch
@ -629,9 +625,6 @@ are used for building ISC DHCP.
%patch -P 208 -p1 -b .CVE-2024-1737-env
%patch -P 209 -p1 -b .CVE-2024-11187-pre-test
%patch -P 210 -p1 -b .CVE-2024-11187
%patch -P 211 -p1 -b .records-per-type
%patch -P 212 -p1 -b .types-per-name
%patch -P 213 -p1 -b .records-checkconf
mkdir lib/dns/tests/testdata/dstrandom
cp -a %{SOURCE50} lib/dns/tests/testdata/dstrandom/random.data
@ -1684,11 +1677,6 @@ rm -rf ${RPM_BUILD_ROOT}
%endif
%changelog
* Thu Jul 10 2025 Petr Menšík <pemensik@redhat.com> - 32:9.11.36-16.5
- Add support for max-records-per-type and max-types-per-name options
(RHEL-61936)
- Support reading of new options also in named-checkconf -z, v2
* Thu Feb 06 2025 Petr Menšík <pemensik@redhat.com> - 32:9.11.36-16.4
- Change patches applying to use -P parameter

Some files were not shown because too many files have changed in this diff Show More