Merge branch '4621-account-for-changes-to-struct-dns_rbtnode-9.16.49' into 'v9.16.49-release'

[9.16.49] Account for changes to struct dns_rbtnode

See merge request isc-projects/bind9!8841
This commit is contained in:
Petr Špaček
2024-03-07 09:24:06 +00:00
2 changed files with 3 additions and 3 deletions

View File

@@ -293,7 +293,7 @@ status=$((status + ret))
echo_i "checking corrupt map files fail to load (bad node header) ($n)"
ret=0
cp map.5 badmap
stomp badmap 3706 2 99
stomp badmap 3578 2 99
$CHECKZONE -D -f map -F text -o text.5 example.nil badmap >/dev/null
[ $? = 1 ] || ret=1
n=$((n + 1))
@@ -303,7 +303,7 @@ status=$((status + ret))
echo_i "checking corrupt map files fail to load (bad node data) ($n)"
ret=0
cp map.5 badmap
stomp badmap 3137 5 127
stomp badmap 3057 5 127
$CHECKZONE -D -f map -F text -o text.5 example.nil badmap >/dev/null
[ $? = 1 ] || ret=1
n=$((n + 1))

View File

@@ -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=4.0
MAPAPI=5.0