Releases: farsightsec/wdns
wdns version 0.12.0 released
The wdns library version 0.12.0 is released with the following changes:
-
Add EDNS output to wdns_message_to_str().
-
Fix memory leak triggered by multiple OPT records in messages.
-
Fixes multiple bugs in base32 encoding, NSEC bitmap parsing, and HTTPS svcparam parsing.
-
Fix out of bounds memory write in wdns_str_to_name.
-
Fix handling of no address for client subnets.
A source tarball may be found at https://dl.farsightsecurity.com/dist/wdns/wdns-0.12.0.tar.gz
SHA-256: 44eb1fbb6993889f116e38b85eaf5badc114a87148734d39943c18752b4da74e
wdns 0.11.0 release with SVCB/HTTPS support
The wdns library version 0.11.0 is released with the following main changes:
-
Improve support for CAA records. (CAA was previously rendered as a "generic" rdata type.)
-
Bug fix for NSEC/NSEC3/CSYNC: do not output empty rrtype bitmaps per RFC6840 section 6.4.
-
Fix parsing of A6 records that omit an address portion. Correct parsing of A6 records with prefix length 0. Correct handling of A6 address bytes. The address bytes of an A6 record are an address suffix relative to the prefix represented by the domain name, and so must be copied to and from the lower order bytes of the internal address representation. These A6 code updates were for the purposes of clearing "round trip" test errors in the existing code base. (A6 is deprecated and was moved to historic status.)
-
Fix bug in IPv6 prefix length processing in _wdns_str_to_rdata_ubuf().
-
Add support for SVCB and HTTPS resource record types. This is based on an Internet-Draft but is widely used in the real world. https://datatracker.ietf.org/doc/html/draft-ietf-dnsop-svcb-https-08
A source tarball is at https://dl.farsightsecurity.com/dist/wdns/wdns-0.11.0.tar.gz
SHA256: 4a5928e19c6ff1d3f033748248f3671b4800fcd420c8476498b7327a49570b77
wdns 0.10.0 released
The wdns library version 0.10.0 is released with the following main changes:
-
Handle corner case of NSEC3 hash field with length zero.
-
Preserve name case when parsing rdata strings.
-
Fix printing of bitmap entries for rrtypes larger than 255. Improve rrtype sorting.
-
Preserve character-string boundaries when formatting TXT rdata.
-
Added library versioning API: wdns_get_version() and wdns_get_version_number() available at run-time and WDNS_LIBRARY_VERSION and WDNS_LIBRARY_VERSION_NUMBER for compile-time.
A source tarball is at https://dl.farsightsecurity.com/dist/wdns/wdns-0.10.0.tar.gz
SHA256: a51630142c3f2290df11ea0187113b3601d1537f0b04adeeb8922b0779024758
wdns 0.9.1
This minor release provides a README, fixes test compilation on some compilers, and doesn't install the compiled examples.
wdns 0.9.0
tags/v0.9.0 debian/changelog: 0.9.0-1
wdns 0.8.1
tags/v0.8.1 debian/changelog: 0.8.1-1
wdns 0.8.0
tags/v0.8.0 debian/changelog: 0.8.0-1
wdns 0.7.0
wdns/libwdns.sym: Fix wdns_str_to_rdata, wdns_str_to_rrclass These symbols were introduced in wdns 0.7.0, not wdns 0.6.0.