]> git.ipfire.org Git - thirdparty/ldns.git/commitdiff
Merge tag '1.9.2' into develop develop
authorWillem Toorop <willem@nlnetlabs.nl>
Wed, 10 Jun 2026 14:40:43 +0000 (16:40 +0200)
committerWillem Toorop <willem@nlnetlabs.nl>
Wed, 10 Jun 2026 14:40:43 +0000 (16:40 +0200)
ldns-1.9.2 security release

1  2 
Changelog

diff --cc Changelog
index 9df390e993be90f803b912d0e964d43cca64c552,5f6b2193cdb93030d777bcc9d15d3a8321d8d5e1..289000c671184f29dc4bc646559f5e5487c1dfcf
+++ 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'