diff --git a/c-ares-1.34.2.tar.gz b/c-ares-1.34.2.tar.gz deleted file mode 100644 index e1b6204..0000000 --- a/c-ares-1.34.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:35410aa625cc9ee95b66475f54aea7c81c673fb63d75fad5eee267711503b72a -size 1008432 diff --git a/c-ares-1.34.2.tar.gz.asc b/c-ares-1.34.2.tar.gz.asc deleted file mode 100644 index 11a394f..0000000 --- a/c-ares-1.34.2.tar.gz.asc +++ /dev/null @@ -1,7 +0,0 @@ ------BEGIN PGP SIGNATURE----- - -iHUEABYKAB0WIQR162yg5j6QxP8sho/B0VYRsuRyCwUCZw4/vQAKCRDB0VYRsuRy -C7N2AP9DTluIueO0OIl8bm4oufkYlOmMTWVcxRmcZ9enUL0XdAEAqA34I6CJ01lp -TXsmIQ3x9V7nuvaLUygrz5D3QyrbJgA= -=ncWz ------END PGP SIGNATURE----- diff --git a/c-ares-1.34.4.tar.gz b/c-ares-1.34.4.tar.gz new file mode 100644 index 0000000..428b404 --- /dev/null +++ b/c-ares-1.34.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa38dbed659ee4cc5a32df5e27deda575fa6852c79a72ba1af85de35a6ae222f +size 1001209 diff --git a/c-ares-1.34.4.tar.gz.asc b/c-ares-1.34.4.tar.gz.asc new file mode 100644 index 0000000..3acb0c7 --- /dev/null +++ b/c-ares-1.34.4.tar.gz.asc @@ -0,0 +1,7 @@ +-----BEGIN PGP SIGNATURE----- + +iHUEABYKAB0WIQR162yg5j6QxP8sho/B0VYRsuRyCwUCZ12h2wAKCRDB0VYRsuRy +CxKEAP91aSsfGvFmgxEI6MAwR+RpqGG3rd4BrbWPyyiOfZ1t4wD/dDpVlP48TvqG +QlzCeji6ngkysUh2hXqVhrLmyb8HWgY= +=wI3w +-----END PGP SIGNATURE----- diff --git a/c-ares.changes b/c-ares.changes index 13e75b2..5eb036c 100644 --- a/c-ares.changes +++ b/c-ares.changes @@ -1,3 +1,33 @@ +------------------------------------------------------------------- +Mon Dec 30 11:13:26 UTC 2024 - Adam Majer + +- 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 diff --git a/c-ares.spec b/c-ares.spec index 7a9c74e..ce82357 100644 --- a/c-ares.spec +++ b/c-ares.spec @@ -26,7 +26,7 @@ %endif Name: c-ares%pkg_suffix -Version: 1.34.2 +Version: 1.34.4 Release: 0 Summary: Library for asynchronous name resolves License: MIT