From d15c97dbae9b676e280038999620da27dec7eb33 Mon Sep 17 00:00:00 2001 From: Tomas Korbar Date: Tue, 18 Feb 2025 10:34:59 +0100 Subject: [PATCH] Fix application of patch for CVE-2024-11187 Resolves: RHEL-77103 --- bind9.16.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/bind9.16.spec b/bind9.16.spec index af88a58..65404e1 100644 --- a/bind9.16.spec +++ b/bind9.16.spec @@ -62,7 +62,7 @@ Summary: The Berkeley Internet Name Domain (BIND) DNS (Domain Name System) serv Name: bind9.16 License: MPLv2.0 Version: 9.16.23 -Release: 0.22%{?dist}.1 +Release: 0.22%{?dist}.2 Epoch: 32 Url: https://www.isc.org/downloads/bind/ # @@ -506,6 +506,8 @@ in HTML and PDF format. %patch211 -p1 -b .CVE-2024-1737-types %patch212 -p1 -b .CVE-2024-1737-types-test %patch213 -p1 -b .CVE-2024-1737-records-test2 +%patch215 -p1 -b .CVE-2024-11187-pre-test +%patch216 -p1 -b .CVE-2024-11187 %if %{with PKCS11} %patch135 -p1 -b .config-pkcs11 @@ -1248,6 +1250,10 @@ fi; %endif %changelog +* Tue Feb 18 2025 Tomas Korbar - 32:9.16.23-0.22.2 +- Fix application of patch for CVE-2024-11187 +- Resolves: RHEL-77103 + * Wed Feb 05 2025 Petr Menšík - 32:9.16.23-0.22.1 - Limit additional section records CPU processing (CVE-2024-11187) - Fix test backport changes