From: Nicki Křížek Date: Wed, 7 Jan 2026 10:12:50 +0000 (+0100) Subject: chg: dev: Support compilation with cmocka 2.0.0+ X-Git-Tag: v9.21.17~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c49ee7907d87d0e60d2e8a08b34917ec0b94b2b1;p=thirdparty%2Fbind9.git chg: dev: Support compilation with cmocka 2.0.0+ The `assert_in_range()` function was deprecated in favor of `assert_int_in_range()` and `assert_uint_in_range()`. Add compatibility shims for cmocka<2.0.0 and use the new functions. Closes #5699 Merge branch '5699-support-cmocka-2.0.0' into 'main' See merge request isc-projects/bind9!11412 --- c49ee7907d87d0e60d2e8a08b34917ec0b94b2b1