Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package c-ares for openSUSE:Factory checked in at 2024-04-03 17:18:32 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/c-ares (Old) and /work/SRC/openSUSE:Factory/.c-ares.new.1905 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "c-ares" Wed Apr 3 17:18:32 2024 rev:22 rq:1164057 version:1.28.1 Changes: -------- --- /work/SRC/openSUSE:Factory/c-ares/c-ares.changes 2024-02-27 22:44:34.358323798 +0100 +++ /work/SRC/openSUSE:Factory/.c-ares.new.1905/c-ares.changes 2024-04-03 17:18:48.733950742 +0200 @@ -1,0 +2,34 @@ +Tue Apr 2 08:42:30 UTC 2024 - Adam Majer <adam.ma...@suse.de> + +- c-ares 1.28.1 + +Features: + * Emit warnings when deprecated c-ares functions are used. + This can be disabled by passing a compiler definition of + `CARES_NO_DEPRECATED`. [PR #732] + * Add function `ares_search_dnsrec()` to search for records + using the new DNS record data structures. [PR #719] + * Rework internals to pass around `ares_dns_record_t` instead of + binary data, this introduces new public functions of + `ares_query_dnsrec()` and `ares_send_dnsrec()`. [PR #730] + +Changes: + * tests: when performing simulated queries, reduce timeouts + to make tests run faster + * Replace configuration file parsers with memory-safe parser. [PR #725] + * Remove `acountry` completely, the manpage might still get + installed otherwise. [Issue #718] + +Bugfixes: + * CMake: don't overwrite global required libraries/definitions/includes + which could cause build errors for projects chain building c-ares. + [Issue #729] + * On some platforms, `netinet6/in6.h` is not included by `netinet/in.h` + and needs to be included separately. [PR #728] + * Fix a potential memory leak in `ares_init()`. [Issue #724] + * Some platforms don't have the `isascii()` function. + Implement as a macro. [PR #721] + * CMake: Fix Chain building if CMAKE runtime paths not set + * NDots configuration should allow a value of zero. [PR #735] + +------------------------------------------------------------------- Old: ---- c-ares-1.27.0.tar.gz c-ares-1.27.0.tar.gz.asc New: ---- c-ares-1.28.1.tar.gz c-ares-1.28.1.tar.gz.asc ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ c-ares.spec ++++++ --- /var/tmp/diff_new_pack.ZvMwtK/_old 2024-04-03 17:18:49.513979484 +0200 +++ /var/tmp/diff_new_pack.ZvMwtK/_new 2024-04-03 17:18:49.513979484 +0200 @@ -26,7 +26,7 @@ %endif Name: c-ares%pkg_suffix -Version: 1.27.0 +Version: 1.28.1 Release: 0 Summary: Library for asynchronous name resolves License: MIT @@ -91,7 +91,7 @@ %endif %prep -%autosetup -p1 -n c-ares-%{version} +%autosetup -n c-ares-%{version} %build %cmake \ ++++++ c-ares-1.27.0.tar.gz -> c-ares-1.28.1.tar.gz ++++++ ++++ 7807 lines of diff (skipped)