]> git.ipfire.org Git - thirdparty/ldns.git/commitdiff
Merge branch 'develop' into features/additional-rr-types features/additional-rr-types 270/head
authorWillem Toorop <willem@nlnetlabs.nl>
Wed, 7 May 2025 14:49:40 +0000 (16:49 +0200)
committerGitHub <noreply@github.com>
Wed, 7 May 2025 14:49:40 +0000 (16:49 +0200)
1  2 
Changelog
examples/ldns-verify-zone.c
host2str.c
ldns/host2str.h
ldns/rdata.h
rdata.c
rr.c
wire2host.c

diff --cc Changelog
index e350bae7ccf49f295ca682b60908f2b5eb3bc237,c14a2957e7cb304173ceb7021ad68cdac84ace4a..76714386be7e31e63a8976066e40b58eb3f13ffd
+++ b/Changelog
          Follows the long string unquoted syntax from RFC8659, section 4.1.1.
        * Fix #266: ldns-read-zone -u fails if a type is the only type in a
          window and the type modulo 256 is equal to zero.
-       * Fix memory leak when trying to read zones that have equal RRs.
+       * Fix #271: Intermittent build failure with multi-job
+         builds (make -j).
+       * Add ldns-verify-zone -s option. It checks all signature results,
+         instead of passing by when one RRSIG validates. That prints output
+         for spurious RRSIGs, the failures for them.
+       * Fix RR types NSAP-PTR, GPOS and RESINFO to print unquoted strings.
++  * Fix memory leak when trying to read zones that have equal RRs.
 +        the ldns_dnssec_*_add_rr() functions now return LDNS_STATUS_EQUAL_RR
 +        when an already existing RR is tried to be added. This is a API
 +        change, hence this also bumps the version to 1.9.0
  
  1.8.4 2024-07-19
        * Fix building documentation in build directory.
Simple merge
diff --cc host2str.c
Simple merge
diff --cc ldns/host2str.h
Simple merge
diff --cc ldns/rdata.h
Simple merge
diff --cc rdata.c
Simple merge
diff --cc rr.c
Simple merge
diff --cc wire2host.c
Simple merge