diff --git a/c-ares.spec b/c-ares.spec index 7e465a84b8572a054e0d55d67ec10355806bac19..7951ae1e7602cbbc42e531b43d5bd0dafb5500a4 100644 --- a/c-ares.spec +++ b/c-ares.spec @@ -1,11 +1,11 @@ Name: c-ares Version: 1.16.1 -Release: 8 +Release: 9 Summary: A C library for asynchronous DNS requests License: MIT URL: https://github.com/c-ares/c-ares -Source0: https://github.com/c-ares/c-ares/releases/tag/%{name}-%{version}.tar.gz +Source0: https://c-ares.org/download/%{name}-%{version}.tar.gz BuildRequires: gcc autoconf automake libtool # Patch0 from Redhat is applied for stopping overriding AC_CONFIG_MACRO_DIR @@ -75,6 +75,12 @@ make %{?_smp_mflags} %{_mandir}/man3/* %changelog +* Wed Mar 12 2024 lifeifei - 1.16.1-9 +- Type:bugfix +- ID:NA +- SUG:NA +- DESC:fix source0 url + * Thu Feb 29 2024 liweigang - 1.16.1-8 - Type: cves - CVE: CVE-2024-25629