diff options
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.patch | 8 |
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 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 |