forked from pool/c-ares
- 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/package/show/devel:libraries:c_c++/c-ares?expand=0&rev=52
This commit is contained in:
parent
dd6f9f454c
commit
8c83e2cbe8
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:321700399b72ed0e037d0074c629e7741f6b2ec2dda92956abe3e9671d3e268e
|
||||
size 1579100
|
@ -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-----
|
3
c-ares-1.20.1.tar.gz
Normal file
3
c-ares-1.20.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:de24a314844cb157909730828560628704f4f896d167dd7da0fa2fb93ea18b10
|
||||
size 1599175
|
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}
|
||||
|
Loading…
Reference in New Issue
Block a user