forked from pool/c-ares
Accepting request 1178095 from home:jgwang:branches:devel:libraries:c_c++
c-ares 1.29.0 OBS-URL: https://build.opensuse.org/request/show/1178095 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/c-ares?expand=0&rev=67
This commit is contained in:
parent
1efadc9528
commit
26be3a8aef
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:675a69fc54ddbf42e6830bc671eeb6cd89eeca43828eb413243fd2c0a760809d
|
|
||||||
size 1312102
|
|
@ -1,11 +0,0 @@
|
|||||||
-----BEGIN PGP SIGNATURE-----
|
|
||||||
|
|
||||||
iQEzBAABCgAdFiEEJ+3q8i86vOtQ25oSXMkI/bceEsIFAmYILRAACgkQXMkI/bce
|
|
||||||
EsKCAQf8CTPnRxYF5zGB7CrniSzkIH96sdD3dEN08OsrB1ZxtrW2tWeHzmuPcX5S
|
|
||||||
+i9916Sx9X/3KOsyWpTDnOZnxkCkBFDQM5+jOv3z6DhXtEO0tRkKfL37MMO6jSXA
|
|
||||||
/iglsDrvfeuly6l2wYDEZB5BG7h34aJWNQzJ97H9f7vdHNh4VaNWTGujpbh5/QOU
|
|
||||||
XJYj1JFu7F+fnH9e8VhCuwRZbX1ULZ84QHzH3vNvGMmor0giiKTBCSaEQjwXeFRx
|
|
||||||
rrGaDVSXjaJAItHvBKZ0UYLMvhR+8bbBYrGRPwognjy7YSmfLCNJcbazlaYs29pO
|
|
||||||
RUoEKm1hP3v68f3X6bypCOkt+Y98EA==
|
|
||||||
=Ftwh
|
|
||||||
-----END PGP SIGNATURE-----
|
|
3
c-ares-1.29.0.tar.gz
Normal file
3
c-ares-1.29.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:0b89fa425b825c4c7bc708494f374ae69340e4d1fdc64523bdbb2750bfc02ea7
|
||||||
|
size 1329299
|
11
c-ares-1.29.0.tar.gz.asc
Normal file
11
c-ares-1.29.0.tar.gz.asc
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
-----BEGIN PGP SIGNATURE-----
|
||||||
|
|
||||||
|
iQEzBAABCgAdFiEEJ+3q8i86vOtQ25oSXMkI/bceEsIFAmZQOL4ACgkQXMkI/bce
|
||||||
|
EsLP1wgAnOqiFPVT/X4PyUPN9z2j4Le8DSlEY/ylsMiMi+9hsQzasxGEBiv0XSRz
|
||||||
|
KQodqbVc1qneeYfi63GF6/iQU+EbrLFYEDj/4LJoeOa0hhVQa+pM5LaptFU5Jzrm
|
||||||
|
VdZ/ZJNxEg0zmw9PiqLFmG761F29c/5XpKPXM4VKRYNEbS1uuQZBnnxe2vTyGIup
|
||||||
|
p6v+IjDNUYRgCRsy2d5t0AenIZFbA2Kb8LwWI7cPJ9q1e2vHAH60Eet3ukupSZgB
|
||||||
|
mLlm+ieKFF9W4rk5UJFxcMC/Nk9KeiU4duQfzJhu45I6UbVtmKvyUmfRkcYit0g7
|
||||||
|
lcwC8mrfwJD6m8Fl57lmNFYoNlYYQA==
|
||||||
|
=xv4I
|
||||||
|
-----END PGP SIGNATURE-----
|
@ -1,3 +1,38 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Jun 2 02:30:49 UTC 2024 - jun wang <jgwang@suse.com>
|
||||||
|
|
||||||
|
- c-ares 1.29.0
|
||||||
|
|
||||||
|
Features:
|
||||||
|
* When using ARES_OPT_EVENT_THREAD, automatically reload
|
||||||
|
system configuration when network conditions change.
|
||||||
|
[PR #759]
|
||||||
|
* Apple: reimplement DNS configuration reading to more
|
||||||
|
accurately pull DNS settings. [PR #750]
|
||||||
|
* Add observability into DNS server health via a server state
|
||||||
|
callback, invoked whenever a query finishes. [PR #744]
|
||||||
|
* Add server failover retry behavior, where failed servers are
|
||||||
|
retried with small probability after a minimum delay.
|
||||||
|
[PR #731]
|
||||||
|
|
||||||
|
Changes:
|
||||||
|
* Mark ares_channel_t * as const in more places in the public
|
||||||
|
API. [PR #758]
|
||||||
|
|
||||||
|
Bugfixes:
|
||||||
|
* Due to a logic flaw dns name compression writing was not
|
||||||
|
properly implemented which would result in the name prefix not
|
||||||
|
being written for a partial match. This could cause issues in
|
||||||
|
various record types such as MX records when using the
|
||||||
|
deprecated API. Regression introduced in 1.28.0. [Issue #757]
|
||||||
|
* Revert OpenBSD SOCK_DNS flag, it doesn't do what the docs say
|
||||||
|
it does and causes c-ares to become non-functional. [PR #754]
|
||||||
|
* ares_getnameinfo(): loosen validation on salen parameter.
|
||||||
|
[Issue #752]
|
||||||
|
* cmake: Android requires C99. [PR #748]
|
||||||
|
* ares_queue_wait_empty() does not honor timeout_ms >= 0.
|
||||||
|
[Issue #742]
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Apr 2 08:42:30 UTC 2024 - Adam Majer <adam.majer@suse.de>
|
Tue Apr 2 08:42:30 UTC 2024 - Adam Majer <adam.majer@suse.de>
|
||||||
|
|
||||||
|
@ -26,7 +26,7 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: c-ares%pkg_suffix
|
Name: c-ares%pkg_suffix
|
||||||
Version: 1.28.1
|
Version: 1.29.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Library for asynchronous name resolves
|
Summary: Library for asynchronous name resolves
|
||||||
License: MIT
|
License: MIT
|
||||||
|
Loading…
Reference in New Issue
Block a user