forked from pool/c-ares
Accepting request 1116650 from devel:libraries:c_c++
- Update to version 1.20.1 * Remove bin/acountry from built tools as nerd.dk is gone * Default per-query timeout has been reduced to 2s with a 3x retry count * rand: add support for getrandom() Bug fixes: * TCP back to back queries were broken * Ensure queries for ares_getaddrinfo() are not requeued during destruction * ares_getaddrinfo() should not retry other address classes if one address class has already been returned * Avoid production ill-formed result when qualifying a name with the root domain * Fix missing prefix for CMake generated libcares.pc * DNS server ports can now be read from system configuration instead of defaulting to port 53, aka openBSD resolv.conf format * Replace usages of sprintf with snprintf OBS-URL: https://build.opensuse.org/request/show/1116650 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/c-ares?expand=0&rev=19
This commit is contained in:
BIN
c-ares-1.19.1.tar.gz
(Stored with Git LFS)
BIN
c-ares-1.19.1.tar.gz
(Stored with Git LFS)
Binary file not shown.
@@ -1,11 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEEJ+3q8i86vOtQ25oSXMkI/bceEsIFAmRrXuwACgkQXMkI/bce
|
||||
EsKdGgf9EP41uA/RWuaXGaRhUjlUasGGwUFntEkcOjLtxZNwLXkdE2d3NOIVeiVR
|
||||
HG6Dto+20ygqorDsHnLHH8iOyER3g/aRDtzY95uE6t4UBA69NOcWhO0H28t5NG1y
|
||||
q+OUI4zcbLn78UddF5vMNoUrVt5eZf5x+EgnpPldn86cAmT8+2KZ1+LiI3XpzEbK
|
||||
L4+VpkqrSEdSVMN4qqzzQCsC2jxgQuDgZe6as+cf4Bsf6upQT6iH4f+O9+cPFObM
|
||||
p0LvdyTWDOXiosjyWuWoYat0LdEcExYjNFEh9V3+drkjUNXJ3HvcyBottQQBUsNV
|
||||
PGGrIY76CXzqOYv+j/0us7400RQD9A==
|
||||
=J2nY
|
||||
-----END PGP SIGNATURE-----
|
BIN
c-ares-1.20.1.tar.gz
(Stored with Git LFS)
Normal file
BIN
c-ares-1.20.1.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
11
c-ares-1.20.1.tar.gz.asc
Normal file
11
c-ares-1.20.1.tar.gz.asc
Normal file
@@ -0,0 +1,11 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEEJ+3q8i86vOtQ25oSXMkI/bceEsIFAmUjHhkACgkQXMkI/bce
|
||||
EsIQxwf/VjQpVZwt18Lux5nt7g7MvMVCJLPmSK7I7PFdV+5RtHxtC9od/kef6qb/
|
||||
TCCcA2wL4CXu1rQFo2kcBRIk5Irs5vgZoUuKsDuTUzz69dntBjGTVONDgUhR//UQ
|
||||
siJS6qtKOhMqxzXhuuTDEXd5VFyx/w7E4SbJDwZJL50BvMo0YGZ58t3wXb4PfPxs
|
||||
En4QCS/+TtNOlS4ZqAhT5Da/ReeD1eLUhPMZRIkriuR0ggUP8nhEft12DFMQH9dQ
|
||||
1/BiupilP0R0u6Am3BIUOaDweIxVA6d8/hc5hpiXel3zNcaQqGZQHHk6bOiJqOcp
|
||||
be+3+9VBEoyF5KTT4pBP7a4Kxvxvbw==
|
||||
=23cF
|
||||
-----END PGP SIGNATURE-----
|
@@ -1,3 +1,24 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 10 09:31:38 UTC 2023 - Adam Majer <adam.majer@suse.de> - 1.20.1
|
||||
|
||||
- Update to version 1.20.1
|
||||
* Remove bin/acountry from built tools as nerd.dk is gone
|
||||
* Default per-query timeout has been reduced to 2s with a 3x retry count
|
||||
* rand: add support for getrandom()
|
||||
|
||||
Bug fixes:
|
||||
* TCP back to back queries were broken
|
||||
* Ensure queries for ares_getaddrinfo() are not requeued during
|
||||
destruction
|
||||
* ares_getaddrinfo() should not retry other address classes if
|
||||
one address class has already been returned
|
||||
* Avoid production ill-formed result when qualifying a name
|
||||
with the root domain
|
||||
* Fix missing prefix for CMake generated libcares.pc
|
||||
* DNS server ports can now be read from system configuration
|
||||
instead of defaulting to port 53, aka openBSD resolv.conf format
|
||||
* Replace usages of sprintf with snprintf
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon May 22 13:56:59 UTC 2023 - Adam Majer <adam.majer@suse.de>
|
||||
|
||||
|
@@ -22,7 +22,7 @@
|
||||
%define cmake_build make -O VERBOSE=1 %{?_smp_mflags}
|
||||
%endif
|
||||
Name: c-ares
|
||||
Version: 1.19.1
|
||||
Version: 1.20.1
|
||||
Release: 0
|
||||
Summary: Library for asynchronous name resolves
|
||||
License: MIT
|
||||
@@ -67,7 +67,7 @@ by Greg Hudson at MIT.
|
||||
This package provides the shared libraries for c-ares.
|
||||
|
||||
%package devel
|
||||
Summary: Development files for %{name}
|
||||
Summary: Development files for c-ares
|
||||
Requires: %{libname} = %{version}
|
||||
Requires: glibc-devel
|
||||
Provides: libcares-devel = %{version}
|
||||
@@ -108,10 +108,8 @@ LD_LIBRARY_PATH=.%_libdir:./%_lib ./bin/arestest
|
||||
|
||||
%files utils
|
||||
%license LICENSE.md
|
||||
%{_bindir}/acountry
|
||||
%{_bindir}/adig
|
||||
%{_bindir}/ahost
|
||||
%{_mandir}/man1/acountry.1%{?ext_man}
|
||||
%{_mandir}/man1/adig.1%{?ext_man}
|
||||
%{_mandir}/man1/ahost.1%{?ext_man}
|
||||
|
||||
|
Reference in New Issue
Block a user