aboutsummaryrefslogtreecommitdiffstats
path: root/main/bind/bind-9.16.20-map-format-fix.patch
diff options
context:
space:
mode:
authorKevin Daudt <kdaudt@alpinelinux.org>2021-08-21 16:37:33 +0000
committerKevin Daudt <kdaudt@alpinelinux.org>2021-08-21 16:52:11 +0000
commit1a919bbc217a21f87272114be315fea69d85740a (patch)
treec1c48b07b37deaf090026e5484dd9b4a028bf7dc /main/bind/bind-9.16.20-map-format-fix.patch
parent807a5b50d3df7adf4dce7268a46d2ab84224011e (diff)
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
Diffstat (limited to 'main/bind/bind-9.16.20-map-format-fix.patch')
-rw-r--r--main/bind/bind-9.16.20-map-format-fix.patch8
1 files changed, 8 insertions, 0 deletions
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 00000000000..f6e3c9b3782
--- /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