]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
increase MAPAPI
authorPetr Špaček <pspacek@isc.org>
Thu, 19 Aug 2021 17:54:44 +0000 (19:54 +0200)
committerEvan Hunt <each@isc.org>
Sat, 28 Aug 2021 04:44:04 +0000 (21:44 -0700)
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.

configure.ac

index 777a87923719a1a4cbbda36cc98fda16271c7611..39168fc072d5d36974141e6d67821bb3e198805d 100644 (file)
@@ -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])