forked from pool/c-ares
update to 1.34.4
This commit is contained in:
parent
2046744ef4
commit
d0790b568d
BIN
c-ares-1.34.2.tar.gz
(Stored with Git LFS)
BIN
c-ares-1.34.2.tar.gz
(Stored with Git LFS)
Binary file not shown.
@ -1,7 +0,0 @@
|
|||||||
-----BEGIN PGP SIGNATURE-----
|
|
||||||
|
|
||||||
iHUEABYKAB0WIQR162yg5j6QxP8sho/B0VYRsuRyCwUCZw4/vQAKCRDB0VYRsuRy
|
|
||||||
C7N2AP9DTluIueO0OIl8bm4oufkYlOmMTWVcxRmcZ9enUL0XdAEAqA34I6CJ01lp
|
|
||||||
TXsmIQ3x9V7nuvaLUygrz5D3QyrbJgA=
|
|
||||||
=ncWz
|
|
||||||
-----END PGP SIGNATURE-----
|
|
BIN
c-ares-1.34.4.tar.gz
(Stored with Git LFS)
Normal file
BIN
c-ares-1.34.4.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
7
c-ares-1.34.4.tar.gz.asc
Normal file
7
c-ares-1.34.4.tar.gz.asc
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
-----BEGIN PGP SIGNATURE-----
|
||||||
|
|
||||||
|
iHUEABYKAB0WIQR162yg5j6QxP8sho/B0VYRsuRyCwUCZ12h2wAKCRDB0VYRsuRy
|
||||||
|
CxKEAP91aSsfGvFmgxEI6MAwR+RpqGG3rd4BrbWPyyiOfZ1t4wD/dDpVlP48TvqG
|
||||||
|
QlzCeji6ngkysUh2hXqVhrLmyb8HWgY=
|
||||||
|
=wI3w
|
||||||
|
-----END PGP SIGNATURE-----
|
@ -1,3 +1,33 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Dec 30 11:13:26 UTC 2024 - Adam Majer <adam.majer@suse.de>
|
||||||
|
|
||||||
|
- c-ares 1.34.4
|
||||||
|
This is a bugfix release.
|
||||||
|
Changes:
|
||||||
|
|
||||||
|
QNX Port: Port to QNX 8, add primary config reading support, add CI build. PR #934, PR #937, PR #938
|
||||||
|
|
||||||
|
Bugfixes:
|
||||||
|
Empty TXT records were not being preserved. PR #922
|
||||||
|
docs: update deprecation notices for ares_create_query() and ares_mkquery(). PR #910
|
||||||
|
license: some files weren't properly updated. PR #920
|
||||||
|
Fix bind local device regression from 1.34.0. PR #929, PR #931, PR #935
|
||||||
|
CMake: set policy version to prevent deprecation warnings. PR #932
|
||||||
|
CMake: shared and static library names should be the same on unix platforms like autotools uses. PR #933
|
||||||
|
Update to latest autoconf archive macros for enhanced system compatibility. PR #936
|
||||||
|
|
||||||
|
In version 1.34.3
|
||||||
|
This is a bugfix release.
|
||||||
|
Changes:
|
||||||
|
Build the release package in an automated way so we can provide provenance as per SLSA3. PR #906
|
||||||
|
|
||||||
|
Bugfixes:
|
||||||
|
Some upstream servers are non-compliant with EDNS options, resend queries without EDNS. Issue #911
|
||||||
|
TSAN warns on missing lock, but lock isn't actually necessary. PR #915
|
||||||
|
ares_getaddrinfo() for AF_UNSPEC should retry IPv4 if only IPv6 is received. 765d558
|
||||||
|
ares_send() shouldn't return ARES_EBADRESP, its ARES_EBADQUERY. 91519e7
|
||||||
|
Fix typos in man pages. PR #905
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Oct 29 09:24:43 UTC 2024 - Adam Majer <adam.majer@suse.de>
|
Tue Oct 29 09:24:43 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.34.2
|
Version: 1.34.4
|
||||||
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