From: Willem Toorop Date: Wed, 10 Jun 2026 14:40:43 +0000 (+0200) Subject: Merge tag '1.9.2' into develop X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;p=thirdparty%2Fldns.git Merge tag '1.9.2' into develop ldns-1.9.2 security release --- 5c4591e3a0429a0e77a0e04c75688d1667f6a310 diff --cc Changelog index 9df390e9,5f6b2193..289000c6 --- a/Changelog +++ b/Changelog @@@ -1,15 -1,7 +1,19 @@@ +1.9.1 2026-??-?? + * Fix #290: ldns-verify-zone prints to stdout instead of myerr + Thanks RoyArends + * Fix memory leak in ldns-notify + * Prevent "null pointer pass as 2nd argument to memcpy" runtime + error, when size is 0 + * Fix to reserve enough space to convert the largest packets to + presentation format in ldns_pkt2str_fmt. Thanks Peter Kästle + * The -O option to calculate (and sign) only the ZONEMD an input + zone with ldns-signzone + * Fix to parse SVCB and HTTPS svcparam ech=0. - ++ + 1.9.2 2026-06-10 + * Fix to set VERSION_INFO to create .so.3 instead of .so.11 which will + be reserved for a future 1.10.0 release + 1.9.1 2026-06-10 * Bugfix: Insufficient verification that responses belong to a query (CVE-2026-10846). Thanks Pablo Ruiz from 'codecome.ai'