From a41eb823e9001cc7af12c0ea0f52dfd480527b25 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Sur=C3=BD?= Date: Wed, 5 Apr 2023 15:42:05 +0200 Subject: [PATCH] Add CHANGES note for [GL #3986] (cherry picked from commit 3d36e0bb89521d8bfad017ce4b415aa4cec47b52) --- CHANGES | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGES b/CHANGES index babe9fc298..d7a68f1971 100644 --- a/CHANGES +++ b/CHANGES @@ -16,6 +16,13 @@ in the dispatch code to avoid retrying with the same server. [GL #4005]< +6152. [bug] In dispatch, honour the configured source-port + selection when UDP connection fails with address + in use error. + + Also treat ISC_R_NOPERM same as ISC_R_ADDRINUSE. + [GL #3986] + 6149. [test] As a workaround, include an OpenSSL header file before including cmocka.h in the unit tests, because OpenSSL 3.1.0 uses __attribute__(malloc), conflicting with a