From 1a919bbc217a21f87272114be315fea69d85740a Mon Sep 17 00:00:00 2001 From: Kevin Daudt Date: Sat, 21 Aug 2021 16:37:33 +0000 Subject: main/bind: patch map format The latest version of BIND forgot to increment the API version, resulting into assertion errors when reading older zones. See: https://www.openwall.com/lists/oss-security/2021/08/20/2 --- main/bind/bind-9.16.20-map-format-fix.patch | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 main/bind/bind-9.16.20-map-format-fix.patch (limited to 'main/bind/bind-9.16.20-map-format-fix.patch') diff --git a/main/bind/bind-9.16.20-map-format-fix.patch b/main/bind/bind-9.16.20-map-format-fix.patch new file mode 100644 index 0000000000..f6e3c9b378 --- /dev/null +++ b/main/bind/bind-9.16.20-map-format-fix.patch @@ -0,0 +1,8 @@ +--- a/lib/dns/mapapi ++++ b/lib/dns/mapapi +@@ -13,4 +13,4 @@ + # Whenever releasing a new major release of BIND9, set this value + # back to 1.0 when releasing the first alpha. Map files are *never* + # compatible across major releases. +-MAPAPI=2.0 ++MAPAPI=3.0 -- cgit v1.2.3