From d910cc4eda9136a303fa643022cd9af51c9dd682 Mon Sep 17 00:00:00 2001 From: Troy Dawson Date: Mon, 24 Jun 2024 08:37:59 -0700 Subject: [PATCH] Bump release for June 2024 mass rebuild --- c-ares.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/c-ares.spec b/c-ares.spec index 8c52f5f..1a97668 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.25.0 -Release: 4%{?dist} +Release: 5%{?dist} License: MIT URL: http://c-ares.org/ Source0: http://c-ares.org/download/%{name}-%{version}.tar.gz @@ -81,6 +81,9 @@ rm -f $RPM_BUILD_ROOT/%{_libdir}/libcares.la %{_mandir}/man3/ares_* %changelog +* Mon Jun 24 2024 Troy Dawson - 1.25.0-5 +- Bump release for June 2024 mass rebuild + * Tue Mar 26 2024 Alexey Tikhonov - 1.25.0-4 - Resolves: RHEL-30025 - Out of bounds read in ares__read_line() [rhel-10.0]