From: Petr Špaček Date: Thu, 19 Aug 2021 17:54:44 +0000 (+0200) Subject: increase MAPAPI X-Git-Tag: v9.17.18~15^2~2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4a68c7be225ddc3443d647bb8257278c1fdb4da8;p=thirdparty%2Fbind9.git increase MAPAPI bump the map zonefile version number to avoid an assertion failure when loading map files from versions of BIND prior to the most recent change to the in-memory structure of zone databases. --- diff --git a/configure.ac b/configure.ac index 777a8792371..39168fc072d 100644 --- a/configure.ac +++ b/configure.ac @@ -48,7 +48,7 @@ AC_DEFINE([PACKAGE_SRCID], ["][bind_SRCID]["], [A short hash from git]) # 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. -AC_DEFINE([MAPAPI], ["2.0"], [BIND 9 MAPAPI Version]) +AC_DEFINE([MAPAPI], ["3.0"], [BIND 9 MAPAPI Version]) bind_CONFIGARGS="${ac_configure_args:-default}" AC_DEFINE_UNQUOTED([PACKAGE_CONFIGARGS], ["$bind_CONFIGARGS"], [Either 'defaults' or used ./configure options])