From 63e94c37e1d5433197d9c009bc7af1b1d62196c7 Mon Sep 17 00:00:00 2001 From: xinghe Date: Mon, 8 Apr 2024 07:34:24 +0000 Subject: [PATCH] fix source0 url --- c-ares.spec | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/c-ares.spec b/c-ares.spec index 7e465a8..d487795 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 +* Mon Apr 08 2024 xinghe - 1.16.1-9 +- Type:bugfix +- CVE:NA +- SUG:NA +- DESC:fix source0 url + * Thu Feb 29 2024 liweigang - 1.16.1-8 - Type: cves - CVE: CVE-2024-25629 -- Gitee