From 347ce4f5908387d07ecb78a34ea8baaac155e140 Mon Sep 17 00:00:00 2001 From: Aram Sargsyan Date: Fri, 25 Feb 2022 09:22:10 +0000 Subject: [PATCH] Add CHANGES entry for [GL #3172] --- CHANGES | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGES b/CHANGES index 6f2bdf0d87..5c828a6213 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,7 @@ +5816. [bug] Make BIND compile with LibreSSL 3.5.0, as it was using + not very accurate pre-processor checks for using shims. + [GL #3172] + 5815. [bug] If an oversized key name of a specific length was used in the text form of an HTTP or SVBC record, an INSIST could be triggered when parsing it. [GL #3175]