From cc0282433916d47fe1439841c40ef68c0cab90192d4b750e6bfe610af0da5b1f Mon Sep 17 00:00:00 2001 From: Adam Majer Date: Thu, 9 Feb 2023 15:49:44 +0000 Subject: [PATCH] Add bug numbers - update to 1.19.0 * Stack overflow in ares_set_sortlist() which is used during c-ares initialization and typically provided by an administrator and not an end user. (bsc#1208067, CVE-2022-4904) * Add ARES_OPT_HOSTS_FILE similar to ARES_OPT_RESOLVCONF for specifying a custom hosts file location * Add vcpkg installation instructions * A number of bugfixes, for complete list see https://c-ares.org/changelog.html OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/c-ares?expand=0&rev=48 --- c-ares.changes | 1 + 1 file changed, 1 insertion(+) diff --git a/c-ares.changes b/c-ares.changes index 3f412c9..80da375 100644 --- a/c-ares.changes +++ b/c-ares.changes @@ -6,6 +6,7 @@ Sun Jan 29 09:31:00 UTC 2023 - Martin Hauke * Low. Stack overflow in ares_set_sortlist() which is used during c-ares initialization and typically provided by an administrator and not an end user. + (bsc#1208067, CVE-2022-4904) Changes: * Add ARES_OPT_HOSTS_FILE similar to ARES_OPT_RESOLVCONF for specifying a custom hosts file location.