1.21.0
This commit is contained in:
parent
e65adb586d
commit
36c6ef2277
1
.gitignore
vendored
1
.gitignore
vendored
@ -16,3 +16,4 @@ c-ares-1.7.3.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
|
||||
|
10
c-ares.spec
10
c-ares.spec
@ -2,13 +2,11 @@
|
||||
|
||||
Summary: A library that performs asynchronous DNS operations
|
||||
Name: c-ares
|
||||
Version: 1.19.1
|
||||
Version: 1.21.0
|
||||
Release: 1%{?dist}
|
||||
License: MIT
|
||||
URL: http://c-ares.org/
|
||||
Source0: http://c-ares.org/download/%{name}-%{version}.tar.gz
|
||||
# The license can be obtained at http://c-ares.haxx.se/license.html
|
||||
Source1: LICENSE
|
||||
Patch0: 0001-Use-RPM-compiler-options.patch
|
||||
BuildRequires: gcc
|
||||
%if %{use_cmake}
|
||||
@ -36,7 +34,6 @@ compile applications or shared objects that use c-ares.
|
||||
%prep
|
||||
%autosetup -p1
|
||||
|
||||
cp %{SOURCE1} .
|
||||
f=CHANGES ; iconv -f iso-8859-1 -t utf-8 $f -o $f.utf8 ; mv $f.utf8 $f
|
||||
|
||||
%build
|
||||
@ -64,7 +61,7 @@ rm -f $RPM_BUILD_ROOT/%{_libdir}/libcares.la
|
||||
%ldconfig_scriptlets
|
||||
|
||||
%files
|
||||
%license LICENSE
|
||||
%license LICENSE.md
|
||||
%doc README.cares CHANGES NEWS
|
||||
%{_libdir}/*.so.*
|
||||
|
||||
@ -83,6 +80,9 @@ rm -f $RPM_BUILD_ROOT/%{_libdir}/libcares.la
|
||||
%{_mandir}/man3/ares_*
|
||||
|
||||
%changelog
|
||||
* 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
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (c-ares-1.19.1.tar.gz) = 466a94efda626e815a6ef7a890637056339f883d549ea6055e289fd8cd2391130e5682c905c0fb3bd7e955af7f6deb793562c170eb0ee066a4a62085a82ba470
|
||||
SHA512 (c-ares-1.21.0.tar.gz) = c526b0a28d8ea1c6a53215dfd52e8250c968513a667c5414459d97d46288da7e7a2193d757fc78225e56c6684b3d30e756dd3e5a31917e996c871773a34892ea
|
||||
|
Loading…
Reference in New Issue
Block a user