diff --git a/c-ares.spec b/c-ares.spec index 60f393a..6247bad 100644 --- a/c-ares.spec +++ b/c-ares.spec @@ -3,7 +3,7 @@ Summary: A library that performs asynchronous DNS operations Name: c-ares Version: 1.34.6 -Release: 3%{?dist} +Release: 4%{?dist} License: MIT URL: http://c-ares.org/ Source0: https://github.com/c-ares/c-ares/releases/download/v%{version}/c-ares-%{version}.tar.gz @@ -81,7 +81,7 @@ rm -f $RPM_BUILD_ROOT/%{_libdir}/libcares.la %{_mandir}/man3/ares_* %changelog -* Wed Jul 22 2026 RHEL Packaging Agent - 1.34.6-3 +* Wed Jul 22 2026 RHEL Packaging Agent - 1.34.6-4 - Fix double-free in process_timeouts() (CVE-2026-33630) Resolves: RHEL-192867