From aa96ec25c8db58c6d00be4df1adea55165735206 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20K=C4=99pie=C5=84?= Date: Mon, 13 Jan 2020 14:32:19 +0100 Subject: [PATCH] Add CHANGES entry 5339. [bug] With some libmaxminddb versions, named could erroneously match an IP address not belonging to any subnet defined in a given GeoIP2 database to one of the existing entries in that database. [GL #1552] --- CHANGES | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGES b/CHANGES index 1434df9a5b..23e465e6af 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,8 @@ +5339. [bug] With some libmaxminddb versions, named could erroneously + match an IP address not belonging to any subnet defined + in a given GeoIP2 database to one of the existing + entries in that database. [GL #1552] + 5338. [bug] Fix line spacing in `rndc secroots`. Thanks to Tony Finch. [GL !2478]