From ed628ff0ce67cadf4c7995591bc1cde51ea35161 Mon Sep 17 00:00:00 2001 From: oalbrigt Date: Mon, 10 Aug 2026 14:18:35 +0200 Subject: [PATCH] - Fix NVR (CVE-2026-55204, RHEL-211083) --- haproxy.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/haproxy.spec b/haproxy.spec index 7a4a86f..ab19445 100644 --- a/haproxy.spec +++ b/haproxy.spec @@ -8,7 +8,7 @@ Name: haproxy Version: 1.8.27 -Release: 6%{?dist} +Release: 5%{?dist}.2 Summary: HAProxy reverse proxy for high availability environments Group: System Environment/Daemons @@ -160,7 +160,7 @@ exit 0 %{_mandir}/man1/* %changelog -* Thu Jul 16 2026 RHEL Packaging Agent - 1.8.27-6 +* Thu Jul 16 2026 RHEL Packaging Agent - 1.8.27-5.2 - Fix NULL pointer dereference in hpack_dht_insert() (CVE-2026-55204, RHEL-211083)