Compare commits

...
Sign in to create a new pull request.

29 commits

Author SHA1 Message Date
Tom spot Callaway
d3b57fda76 update to 1.34.6, fixes CVE-2025-62408 (among other fixes) 2025-12-17 12:26:36 -05:00
Fedora Release Engineering
5b080ad8c8 Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild 2025-07-23 18:00:14 +00:00
Tom spot Callaway
6cb1f37cea 1.34.5 2025-04-08 13:55:06 -04:00
Tom spot Callaway
4a4ff91a9a fix pkgconfig file (do not need to mess with cmake for libdir) 2025-02-14 13:32:09 -05:00
Fedora Release Engineering
a1121f851c Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild 2025-01-16 13:07:22 +00:00
Tom Callaway
57f99144c9 1.34.4 2024-12-14 15:40:52 -05:00
Tom Callaway
3d6cc63359 1.34.2 2024-10-18 12:41:55 -04:00
Tom Callaway
76a10d7707 1.33.0 2024-08-07 14:28:09 -04:00
Fedora Release Engineering
6862bdcabe Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild 2024-07-17 18:47:48 +00:00
Tom Callaway
0a419528f8 1.31.0 2024-07-01 10:20:34 -04:00
Tom Callaway
d7274882cc update to 1.30.0 2024-06-10 11:47:43 -04:00
Tom Callaway
389cd93e33 1.28.1 2024-03-31 10:59:14 -04:00
Tom Callaway
ed0d4b3b7b 1.28.0 2024-03-29 12:03:37 -04:00
Fedora Release Engineering
41a1a5d6ec Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild 2024-01-23 01:02:40 +00:00
Fedora Release Engineering
1d010f8896 Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild 2024-01-19 14:53:44 +00:00
Tom Callaway
8a9a3bfaf2 1.25.0 2024-01-10 10:14:55 -05:00
Tom Callaway
80a06f28c9 1.22.1 2023-11-21 09:55:33 -05:00
Tom Callaway
36c6ef2277 1.21.0 2023-11-05 09:39:39 -05:00
Tom Callaway
e65adb586d 1.19.1 2023-05-24 08:59:00 -04:00
Tom Callaway
41a6dcd730 update to 1.19.0, fixes CVE-2022-4904 2023-02-20 09:06:29 -05:00
Fedora Release Engineering
361ea59227 Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2023-01-18 23:21:24 +00:00
Fedora Release Engineering
6b7a827d83 Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2022-07-20 22:26:09 +00:00
Fedora Release Engineering
cce3641867 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2022-01-19 22:45:31 +00:00
Tom spot Callaway
b4df9ed533 update to 1.17.2, fixes multiple security issues including CVE-2021-3672 2021-08-16 15:18:46 -04:00
Fedora Release Engineering
b6baca863d - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2021-07-21 19:01:40 +00:00
Fedora Release Engineering
3f5ea31b1d - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2021-07-21 14:04:23 +00:00
Fedora Release Engineering
503688dbdc - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2021-01-26 01:32:08 +00:00
Tom Stellard
b53e2416a7 Add BuildRequires: make
https://fedoraproject.org/wiki/Changes/Remove_make_from_BuildRoot
2020-12-19 05:11:40 +00:00
Tom spot Callaway
fcb6e5afb0 1.17.1 2020-11-20 10:50:14 -05:00
4 changed files with 115 additions and 34 deletions

16
.gitignore vendored
View file

@ -12,3 +12,19 @@ c-ares-1.7.3.tar.gz
/c-ares-1.16.0.tar.gz
/c-ares-1.16.1.tar.gz
/c-ares-1.17.0.tar.gz
/c-ares-1.17.1.tar.gz
/c-ares-1.17.2.tar.gz
/c-ares-1.19.0.tar.gz
/c-ares-1.19.1.tar.gz
/c-ares-1.21.0.tar.gz
/c-ares-1.22.1.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
/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
/c-ares-1.34.5.tar.gz
/c-ares-1.34.6.tar.gz

View file

@ -1,11 +0,0 @@
diff -up c-ares-1.17.0/include/CMakeLists.txt.ares_dns c-ares-1.17.0/include/CMakeLists.txt
--- c-ares-1.17.0/include/CMakeLists.txt.ares_dns 2020-11-17 10:52:31.669935103 -0500
+++ c-ares-1.17.0/include/CMakeLists.txt 2020-11-17 10:52:42.507979110 -0500
@@ -3,6 +3,6 @@ CONFIGURE_FILE (ares_build.h.cmake ${PRO
# Headers installation target
IF (CARES_INSTALL)
- SET (CARES_HEADERS ares.h ares_version.h "${PROJECT_BINARY_DIR}/ares_build.h" ares_rules.h)
+ SET (CARES_HEADERS ares.h ares_version.h "${PROJECT_BINARY_DIR}/ares_build.h" ares_rules.h ../src/lib/ares_dns.h)
INSTALL (FILES ${CARES_HEADERS} COMPONENT Devel DESTINATION ${CMAKE_INSTALL_INCLUDEDIR})
ENDIF ()

View file

@ -2,20 +2,11 @@
Summary: A library that performs asynchronous DNS operations
Name: c-ares
Version: 1.17.0
Version: 1.34.6
Release: 1%{?dist}
License: MIT
URL: http://c-ares.haxx.se/
Source0: http://c-ares.haxx.se/download/%{name}-%{version}.tar.gz
# The license can be obtained at http://c-ares.haxx.se/license.html
Source1: LICENSE
# Missing from 1.17.0 tarball
# Should be fixed in 1.17.1
# https://github.com/c-ares/c-ares/issues/373
Source2: https://raw.githubusercontent.com/c-ares/c-ares/master/c-ares-config.cmake.in
Source3: https://raw.githubusercontent.com/c-ares/c-ares/master/libcares.pc.cmake
Patch0: 0001-Use-RPM-compiler-options.patch
Patch1: c-ares-1.17.0-cmake-ares_dns_h.patch
URL: http://c-ares.org/
Source0: https://github.com/c-ares/c-ares/releases/download/v%{version}/c-ares-%{version}.tar.gz
BuildRequires: gcc
%if %{use_cmake}
BuildRequires: cmake
@ -24,10 +15,11 @@ BuildRequires: autoconf
BuildRequires: automake
BuildRequires: libtool
%endif
BuildRequires: make
%description
c-ares is a C library that performs DNS requests and name resolves
asynchronously. c-ares is a fork of the library named 'ares', written
c-ares is a C library that performs DNS requests and name resolves
asynchronously. c-ares is a fork of the library named 'ares', written
by Greg Hudson at MIT.
%package devel
@ -41,17 +33,14 @@ compile applications or shared objects that use c-ares.
%prep
%autosetup -p1
cp %{SOURCE1} .
cp %{SOURCE2} .
cp %{SOURCE3} .
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
# %%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
@ -71,15 +60,17 @@ rm -f $RPM_BUILD_ROOT/%{_libdir}/libcares.la
%ldconfig_scriptlets
%files
%license LICENSE
%doc README.cares CHANGES NEWS
%license LICENSE.md
%doc README.md RELEASE-NOTES.md
%{_libdir}/*.so.*
%files devel
%{_includedir}/ares.h
%{_includedir}/ares_build.h
%{_includedir}/ares_dns.h
%{_includedir}/ares_rules.h
%{_includedir}/ares_dns_record.h
%{_includedir}/ares_nameser.h
# %%{_includedir}/ares_rules.h
%{_includedir}/ares_version.h
%{_libdir}/*.so
%if %{use_cmake}
@ -89,6 +80,91 @@ rm -f $RPM_BUILD_ROOT/%{_libdir}/libcares.la
%{_mandir}/man3/ares_*
%changelog
* Wed Dec 17 2025 Tom Callaway <spot@fedoraproject.org> - 1.34.6-1
- update to 1.34.6
- fixes CVE-2025-62408 (among other fixes)
* Wed Jul 23 2025 Fedora Release Engineering <releng@fedoraproject.org> - 1.34.5-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild
* Tue Apr 8 2025 Tom Callaway <spot@fedoraproject.org> - 1.34.5-1
- update to 1.34.5
* Fri Feb 14 2025 Tom Callaway <spot@fedoraproject.org> - 1.34.4-3
- fix pkgconfig file (do not need to mess with cmake for libdir)
* Thu Jan 16 2025 Fedora Release Engineering <releng@fedoraproject.org> - 1.34.4-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
* Sat Dec 14 2024 Tom Callaway <spot@fedoraproject.org> - 1.34.4-1
- update to 1.34.4
* Fri Oct 18 2024 Tom Callaway <spot@fedoraproject.org> - 1.34.2-1
- update to 1.34.2
* Wed Aug 7 2024 Tom Callaway <spot@fedoraproject.org> - 1.33.0-1
- update to 1.33.0
* Wed Jul 17 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.31.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
* Mon Jul 1 2024 Tom Callaway <spot@fedoraproject.org> - 1.31.0-1
- update to 1.31.0
* Mon Jun 10 2024 Tom Callaway <spot@fedoraproject.org> - 1.30.0-1
- update to 1.30.0
* Sun Mar 31 2024 Tom Callaway <spot@fedoraproject.org> - 1.28.1-1
- update to 1.28.1
* Fri Mar 29 2024 Tom Callaway <spot@fedoraproject.org> - 1.28.0-1
- update to 1.28.0
* Tue Jan 23 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.25.0-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Fri Jan 19 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.25.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
* Wed Jan 10 2024 Tom Callaway <spot@fedoraproject.org> - 1.25.0-1
- update to 1.25.0
* Tue Nov 21 2023 Tom Callaway <spot@fedoraproject.org> - 1.22.1-1
- update to 1.22.1
* Sun Nov 5 2023 Tom Callaway <spot@fedoraproject.org> - 1.21.0-1
- update to 1.21.0
* Wed May 24 2023 Tom Callaway <spot@fedoraproject.org> - 1.19.1-1
- update to 1.19.1
- fixes CVE-2023-32067
* Fri Feb 17 2023 Tom Callaway <spot@fedoraproject.org> - 1.19.0-1
- update to 1.19.0
- fixes CVE-2022-4904
* Wed Jan 18 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.17.2-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
* Wed Jul 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.17.2-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
* Wed Jan 19 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.17.2-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
* Mon Aug 16 2021 Tom Callaway <spot@fedoraproject.org> - 1.17.2-1
- update to 1.17.2
- fixes multiple security issues including CVE-2021-3672
* Wed Jul 21 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.17.1-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.17.1-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
* Fri Nov 20 2020 Tom Callaway <spot@fedoraproject.org> - 1.17.1-1
- update to 1.17.1
* Tue Nov 17 2020 Tom Callaway <spot@fedoraproject.org> - 1.17.0-1
- update to 1.17.0

View file

@ -1 +1 @@
SHA512 (c-ares-1.17.0.tar.gz) = 366a668c2c8bc089155e473a0197bc74c7ef785caa4a9eb3c2cf14e99be6d2640f4d0e3310917ad571b5f7562866671b2aa4a27adb739fb59f7e5c5e0007b5ea
SHA512 (c-ares-1.34.6.tar.gz) = 826eecdb40942caf75da982b9ca57fbe7c3e7c23af43a908683c7c1523c46b06ebac68405c26db8bf4c8b0774ca415666866249a3bde663a71c278f4ec7b1827