From d7274882cc4fc32cce3265e4ba1069a345697c0a Mon Sep 17 00:00:00 2001 From: Tom Callaway Date: Mon, 10 Jun 2024 11:47:43 -0400 Subject: [PATCH 01/11] update to 1.30.0 --- .gitignore | 1 + c-ares.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 2667643..cf71915 100644 --- a/.gitignore +++ b/.gitignore @@ -21,3 +21,4 @@ c-ares-1.7.3.tar.gz /c-ares-1.25.0.tar.gz /c-ares-1.28.0.tar.gz /c-ares-1.28.1.tar.gz +/c-ares-1.30.0.tar.gz diff --git a/c-ares.spec b/c-ares.spec index 81fb908..98a4341 100644 --- a/c-ares.spec +++ b/c-ares.spec @@ -2,7 +2,7 @@ Summary: A library that performs asynchronous DNS operations Name: c-ares -Version: 1.28.1 +Version: 1.30.0 Release: 1%{?dist} License: MIT URL: http://c-ares.org/ @@ -80,6 +80,9 @@ rm -f $RPM_BUILD_ROOT/%{_libdir}/libcares.la %{_mandir}/man3/ares_* %changelog +* Mon Jun 10 2024 Tom Callaway - 1.30.0-1 +- update to 1.30.0 + * Sun Mar 31 2024 Tom Callaway - 1.28.1-1 - update to 1.28.1 diff --git a/sources b/sources index c58d584..dbc1121 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (c-ares-1.28.1.tar.gz) = 9a24f40002b661d97c9b49a617d2e6b12bad1c9f22e872611252d051ec650f886c010207939fac6992610b3cd5a87588f802d7dfa1310ced7c6621ea2f99dd90 +SHA512 (c-ares-1.30.0.tar.gz) = 427f2acd34f40464972af0baa5ff547f41e64495c4871b74a9b572d8ac3cecba08c7cd79dad4702307dee25b58963cabef90123601e033d4fd4e9ee530afc2f3 From 0a419528f87d8ed3c3be7d7fb40970fd3a34a82d Mon Sep 17 00:00:00 2001 From: Tom Callaway Date: Mon, 1 Jul 2024 10:20:34 -0400 Subject: [PATCH 02/11] 1.31.0 --- .gitignore | 1 + c-ares.spec | 9 ++++++--- sources | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index cf71915..12f363b 100644 --- a/.gitignore +++ b/.gitignore @@ -22,3 +22,4 @@ c-ares-1.7.3.tar.gz /c-ares-1.28.0.tar.gz /c-ares-1.28.1.tar.gz /c-ares-1.30.0.tar.gz +/c-ares-1.31.0.tar.gz diff --git a/c-ares.spec b/c-ares.spec index 98a4341..41d2366 100644 --- a/c-ares.spec +++ b/c-ares.spec @@ -2,7 +2,7 @@ Summary: A library that performs asynchronous DNS operations Name: c-ares -Version: 1.30.0 +Version: 1.31.0 Release: 1%{?dist} License: MIT URL: http://c-ares.org/ @@ -33,7 +33,7 @@ compile applications or shared objects that use c-ares. %prep %autosetup -p1 -f=CHANGES ; iconv -f iso-8859-1 -t utf-8 $f -o $f.utf8 ; mv $f.utf8 $f +# f=CHANGES ; iconv -f iso-8859-1 -t utf-8 $f -o $f.utf8 ; mv $f.utf8 $f %build # autoreconf -if @@ -61,7 +61,7 @@ rm -f $RPM_BUILD_ROOT/%{_libdir}/libcares.la %files %license LICENSE.md -%doc README.cares CHANGES NEWS +%doc README.md RELEASE-NOTES.md %{_libdir}/*.so.* %files devel @@ -80,6 +80,9 @@ rm -f $RPM_BUILD_ROOT/%{_libdir}/libcares.la %{_mandir}/man3/ares_* %changelog +* Mon Jul 1 2024 Tom Callaway - 1.31.0-1 +- update to 1.31.0 + * Mon Jun 10 2024 Tom Callaway - 1.30.0-1 - update to 1.30.0 diff --git a/sources b/sources index dbc1121..c489bf3 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (c-ares-1.30.0.tar.gz) = 427f2acd34f40464972af0baa5ff547f41e64495c4871b74a9b572d8ac3cecba08c7cd79dad4702307dee25b58963cabef90123601e033d4fd4e9ee530afc2f3 +SHA512 (c-ares-1.31.0.tar.gz) = 571d2555b4aaf3bf9cd7b5c89be8448ca26fe0ea1f3d664b07a01b42d28af4f5412b30485ef01d4bacc4e08de487dc6eeda98acf212a6a08edec6805f17210cc From 6862bdcabe7c15b53d571220fa123b8ddba4dd55 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 17 Jul 2024 18:47:48 +0000 Subject: [PATCH 03/11] Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild --- c-ares.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/c-ares.spec b/c-ares.spec index 41d2366..4092217 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.31.0 -Release: 1%{?dist} +Release: 2%{?dist} License: MIT URL: http://c-ares.org/ Source0: http://c-ares.org/download/%{name}-%{version}.tar.gz @@ -80,6 +80,9 @@ rm -f $RPM_BUILD_ROOT/%{_libdir}/libcares.la %{_mandir}/man3/ares_* %changelog +* Wed Jul 17 2024 Fedora Release Engineering - 1.31.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild + * Mon Jul 1 2024 Tom Callaway - 1.31.0-1 - update to 1.31.0 From 76a10d7707f261f635cf4aa525831bb3d55abd11 Mon Sep 17 00:00:00 2001 From: Tom Callaway Date: Wed, 7 Aug 2024 14:28:09 -0400 Subject: [PATCH 04/11] 1.33.0 --- .gitignore | 1 + c-ares.spec | 9 ++++++--- sources | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 12f363b..8d7a749 100644 --- a/.gitignore +++ b/.gitignore @@ -23,3 +23,4 @@ c-ares-1.7.3.tar.gz /c-ares-1.28.1.tar.gz /c-ares-1.30.0.tar.gz /c-ares-1.31.0.tar.gz +/c-ares-1.33.0.tar.gz diff --git a/c-ares.spec b/c-ares.spec index 4092217..4e547b5 100644 --- a/c-ares.spec +++ b/c-ares.spec @@ -2,8 +2,8 @@ Summary: A library that performs asynchronous DNS operations Name: c-ares -Version: 1.31.0 -Release: 2%{?dist} +Version: 1.33.0 +Release: 1%{?dist} License: MIT URL: http://c-ares.org/ Source0: http://c-ares.org/download/%{name}-%{version}.tar.gz @@ -70,7 +70,7 @@ rm -f $RPM_BUILD_ROOT/%{_libdir}/libcares.la %{_includedir}/ares_dns.h %{_includedir}/ares_dns_record.h %{_includedir}/ares_nameser.h -%{_includedir}/ares_rules.h +# %%{_includedir}/ares_rules.h %{_includedir}/ares_version.h %{_libdir}/*.so %if %{use_cmake} @@ -80,6 +80,9 @@ rm -f $RPM_BUILD_ROOT/%{_libdir}/libcares.la %{_mandir}/man3/ares_* %changelog +* Wed Aug 7 2024 Tom Callaway - 1.33.0-1 +- update to 1.33.0 + * Wed Jul 17 2024 Fedora Release Engineering - 1.31.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild diff --git a/sources b/sources index c489bf3..ee935e2 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (c-ares-1.31.0.tar.gz) = 571d2555b4aaf3bf9cd7b5c89be8448ca26fe0ea1f3d664b07a01b42d28af4f5412b30485ef01d4bacc4e08de487dc6eeda98acf212a6a08edec6805f17210cc +SHA512 (c-ares-1.33.0.tar.gz) = 3cf1b94d6e8e53742703a679d7e35d3f985320720f41fa58189a0bcad4aca80405c73c4689abe7879df292dbe8f3ddca34b2d48429af5afcc9d2933edb075788 From 3d6cc6335936904a499ea5c41b8e6ea0872a1ad4 Mon Sep 17 00:00:00 2001 From: Tom Callaway Date: Fri, 18 Oct 2024 12:41:55 -0400 Subject: [PATCH 05/11] 1.34.2 --- .gitignore | 1 + c-ares.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 8d7a749..cd80be2 100644 --- a/.gitignore +++ b/.gitignore @@ -24,3 +24,4 @@ c-ares-1.7.3.tar.gz /c-ares-1.30.0.tar.gz /c-ares-1.31.0.tar.gz /c-ares-1.33.0.tar.gz +/c-ares-1.34.2.tar.gz diff --git a/c-ares.spec b/c-ares.spec index 4e547b5..a613c2d 100644 --- a/c-ares.spec +++ b/c-ares.spec @@ -2,7 +2,7 @@ Summary: A library that performs asynchronous DNS operations Name: c-ares -Version: 1.33.0 +Version: 1.34.2 Release: 1%{?dist} License: MIT URL: http://c-ares.org/ @@ -80,6 +80,9 @@ rm -f $RPM_BUILD_ROOT/%{_libdir}/libcares.la %{_mandir}/man3/ares_* %changelog +* Fri Oct 18 2024 Tom Callaway - 1.34.2-1 +- update to 1.34.2 + * Wed Aug 7 2024 Tom Callaway - 1.33.0-1 - update to 1.33.0 diff --git a/sources b/sources index ee935e2..7f81bbc 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (c-ares-1.33.0.tar.gz) = 3cf1b94d6e8e53742703a679d7e35d3f985320720f41fa58189a0bcad4aca80405c73c4689abe7879df292dbe8f3ddca34b2d48429af5afcc9d2933edb075788 +SHA512 (c-ares-1.34.2.tar.gz) = ddcda2f4c82ece7d670d0beb11485253a0f0db1f01131164e7253a20405c081844d2c69e366300c76ca0419a025e0fed516ee54314443afc39d55ce292354ad9 From 57f99144c95dfdb8e8f7957b413d1aa779b8fcf5 Mon Sep 17 00:00:00 2001 From: Tom Callaway Date: Sat, 14 Dec 2024 15:40:52 -0500 Subject: [PATCH 06/11] 1.34.4 --- .gitignore | 1 + c-ares.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index cd80be2..237d698 100644 --- a/.gitignore +++ b/.gitignore @@ -25,3 +25,4 @@ c-ares-1.7.3.tar.gz /c-ares-1.31.0.tar.gz /c-ares-1.33.0.tar.gz /c-ares-1.34.2.tar.gz +/c-ares-1.34.4.tar.gz diff --git a/c-ares.spec b/c-ares.spec index a613c2d..8f03ff7 100644 --- a/c-ares.spec +++ b/c-ares.spec @@ -2,7 +2,7 @@ Summary: A library that performs asynchronous DNS operations Name: c-ares -Version: 1.34.2 +Version: 1.34.4 Release: 1%{?dist} License: MIT URL: http://c-ares.org/ @@ -80,6 +80,9 @@ rm -f $RPM_BUILD_ROOT/%{_libdir}/libcares.la %{_mandir}/man3/ares_* %changelog +* Sat Dec 14 2024 Tom Callaway - 1.34.4-1 +- update to 1.34.4 + * Fri Oct 18 2024 Tom Callaway - 1.34.2-1 - update to 1.34.2 diff --git a/sources b/sources index 7f81bbc..dd39a8d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (c-ares-1.34.2.tar.gz) = ddcda2f4c82ece7d670d0beb11485253a0f0db1f01131164e7253a20405c081844d2c69e366300c76ca0419a025e0fed516ee54314443afc39d55ce292354ad9 +SHA512 (c-ares-1.34.4.tar.gz) = 3285e14d94bc736d6caddfe7ad7e3c6a6e69d49b079c989bb3e8aba4da62c022e38229d1e691aaa030b7d3bcd89e458d203f260806149a71ad9adb31606eae02 From a1121f851c2b50b5bfdf773ea5772b2c2d32c456 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 16 Jan 2025 13:07:22 +0000 Subject: [PATCH 07/11] Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild --- c-ares.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/c-ares.spec b/c-ares.spec index 8f03ff7..5f93bae 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.4 -Release: 1%{?dist} +Release: 2%{?dist} License: MIT URL: http://c-ares.org/ Source0: http://c-ares.org/download/%{name}-%{version}.tar.gz @@ -80,6 +80,9 @@ rm -f $RPM_BUILD_ROOT/%{_libdir}/libcares.la %{_mandir}/man3/ares_* %changelog +* Thu Jan 16 2025 Fedora Release Engineering - 1.34.4-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild + * Sat Dec 14 2024 Tom Callaway - 1.34.4-1 - update to 1.34.4 From 4a4ff91a9afb65525bb4e4cb6b8b5160e1103d28 Mon Sep 17 00:00:00 2001 From: Tom spot Callaway Date: Fri, 14 Feb 2025 13:32:09 -0500 Subject: [PATCH 08/11] fix pkgconfig file (do not need to mess with cmake for libdir) --- c-ares.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/c-ares.spec b/c-ares.spec index 5f93bae..1f7af1d 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.4 -Release: 2%{?dist} +Release: 3%{?dist} License: MIT URL: http://c-ares.org/ Source0: http://c-ares.org/download/%{name}-%{version}.tar.gz @@ -40,7 +40,7 @@ compile applications or shared objects that use c-ares. # %%configure --enable-shared --disable-static \ # --disable-dependency-tracking %if %{use_cmake} -%{cmake} -DCMAKE_INSTALL_LIBDIR:PATH="%{_libdir}" -DCARES_BUILD_TOOLS:BOOL=OFF +%{cmake} -DCARES_BUILD_TOOLS:BOOL=OFF %cmake_build %else autoreconf -if @@ -80,6 +80,9 @@ rm -f $RPM_BUILD_ROOT/%{_libdir}/libcares.la %{_mandir}/man3/ares_* %changelog +* Fri Feb 14 2025 Tom Callaway - 1.34.4-3 +- fix pkgconfig file (do not need to mess with cmake for libdir) + * Thu Jan 16 2025 Fedora Release Engineering - 1.34.4-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild From 6cb1f37ceada3dde31447adc68e590cbac470f7c Mon Sep 17 00:00:00 2001 From: Tom spot Callaway Date: Tue, 8 Apr 2025 13:55:06 -0400 Subject: [PATCH 09/11] 1.34.5 --- .gitignore | 1 + c-ares.spec | 9 ++++++--- sources | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 237d698..ac47084 100644 --- a/.gitignore +++ b/.gitignore @@ -26,3 +26,4 @@ c-ares-1.7.3.tar.gz /c-ares-1.33.0.tar.gz /c-ares-1.34.2.tar.gz /c-ares-1.34.4.tar.gz +/c-ares-1.34.5.tar.gz diff --git a/c-ares.spec b/c-ares.spec index 1f7af1d..7d960c3 100644 --- a/c-ares.spec +++ b/c-ares.spec @@ -2,11 +2,11 @@ Summary: A library that performs asynchronous DNS operations Name: c-ares -Version: 1.34.4 -Release: 3%{?dist} +Version: 1.34.5 +Release: 1%{?dist} License: MIT URL: http://c-ares.org/ -Source0: http://c-ares.org/download/%{name}-%{version}.tar.gz +Source0: https://github.com/c-ares/c-ares/releases/download/v%{version}/c-ares-%{version}.tar.gz BuildRequires: gcc %if %{use_cmake} BuildRequires: cmake @@ -80,6 +80,9 @@ rm -f $RPM_BUILD_ROOT/%{_libdir}/libcares.la %{_mandir}/man3/ares_* %changelog +* Tue Apr 8 2025 Tom Callaway - 1.34.5-1 +- update to 1.34.5 + * Fri Feb 14 2025 Tom Callaway - 1.34.4-3 - fix pkgconfig file (do not need to mess with cmake for libdir) diff --git a/sources b/sources index dd39a8d..890f0c2 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (c-ares-1.34.4.tar.gz) = 3285e14d94bc736d6caddfe7ad7e3c6a6e69d49b079c989bb3e8aba4da62c022e38229d1e691aaa030b7d3bcd89e458d203f260806149a71ad9adb31606eae02 +SHA512 (c-ares-1.34.5.tar.gz) = 386709e9f405034cb16ba514f9792e89992be52b24a237e6c51f1032e4ca99a8c57b1c3038d6f0a205202a3bfb1246bb95ff0d5e6fc0ee2bba1cb17f6677f97f From 5b080ad8c849c937c9d2b45e882302f2978a527a Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 23 Jul 2025 18:00:14 +0000 Subject: [PATCH 10/11] Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild --- c-ares.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/c-ares.spec b/c-ares.spec index 7d960c3..c7da1a2 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.5 -Release: 1%{?dist} +Release: 2%{?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 @@ -80,6 +80,9 @@ rm -f $RPM_BUILD_ROOT/%{_libdir}/libcares.la %{_mandir}/man3/ares_* %changelog +* Wed Jul 23 2025 Fedora Release Engineering - 1.34.5-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild + * Tue Apr 8 2025 Tom Callaway - 1.34.5-1 - update to 1.34.5 From d3b57fda76468500c6459e917402eaaf1731fcfb Mon Sep 17 00:00:00 2001 From: Tom spot Callaway Date: Wed, 17 Dec 2025 12:26:36 -0500 Subject: [PATCH 11/11] update to 1.34.6, fixes CVE-2025-62408 (among other fixes) --- .gitignore | 1 + c-ares.spec | 8 ++++++-- sources | 2 +- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index ac47084..ad2206f 100644 --- a/.gitignore +++ b/.gitignore @@ -27,3 +27,4 @@ c-ares-1.7.3.tar.gz /c-ares-1.34.2.tar.gz /c-ares-1.34.4.tar.gz /c-ares-1.34.5.tar.gz +/c-ares-1.34.6.tar.gz diff --git a/c-ares.spec b/c-ares.spec index c7da1a2..44fb72e 100644 --- a/c-ares.spec +++ b/c-ares.spec @@ -2,8 +2,8 @@ Summary: A library that performs asynchronous DNS operations Name: c-ares -Version: 1.34.5 -Release: 2%{?dist} +Version: 1.34.6 +Release: 1%{?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 @@ -80,6 +80,10 @@ rm -f $RPM_BUILD_ROOT/%{_libdir}/libcares.la %{_mandir}/man3/ares_* %changelog +* Wed Dec 17 2025 Tom Callaway - 1.34.6-1 +- update to 1.34.6 +- fixes CVE-2025-62408 (among other fixes) + * Wed Jul 23 2025 Fedora Release Engineering - 1.34.5-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild diff --git a/sources b/sources index 890f0c2..8681ea7 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (c-ares-1.34.5.tar.gz) = 386709e9f405034cb16ba514f9792e89992be52b24a237e6c51f1032e4ca99a8c57b1c3038d6f0a205202a3bfb1246bb95ff0d5e6fc0ee2bba1cb17f6677f97f +SHA512 (c-ares-1.34.6.tar.gz) = 826eecdb40942caf75da982b9ca57fbe7c3e7c23af43a908683c7c1523c46b06ebac68405c26db8bf4c8b0774ca415666866249a3bde663a71c278f4ec7b1827