[Bug 265814] dns/ldns: update to 1.8.2

From: <bugzilla-noreply_at_freebsd.org>
Date: Sat, 13 Aug 2022 12:20:00 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=265814

            Bug ID: 265814
           Summary: dns/ldns: update to 1.8.2
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
               URL: https://www.nlnetlabs.nl/news/2022/Aug/12/ldns-1.8.2-r
                    eleased/
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: ports-bugs@FreeBSD.org
          Reporter: jaap@NLnetLabs.nl
 Attachment #235877 maintainer-approval+
             Flags:

Created attachment 235877
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=235877&action=edit
patch to upgrade

NOTE: This patch also upgrades the dependent port dns/py-ldns

Features:

Besides some bugfixes, this release also has a few new features, most
notably:

* Since draft-ietf-dnsop-svcb-https will become RFC now anytime soon,
   SVCB and HTTPS RR types are now compiled by default.

* Functionality for parsing and printing of EDNS0 Options.

   The list of options in a packet can be accessed via a new function:
   ldns_pkt_edns_get_option_list(ldns_pkt *packet). The list can be
   further manipulated with functions as described in edns.h. Finally
   the options can be converted to presentation format with
   ldns_edns_option_list2buffer_str() from host2str.h.

   drill will now also print EDNS0 options in a parsed format.


Changelog
=========
1.8.2   2022-08-12
         * bugfix #147: Allow for tabs in whitespace before quoted rdata
           fields. Thanks Felipe Gasper
         * bugfix #149: Add some missing [out] annotations to doxygen
           parameters. Thanks aldot.
         * Fix build error on Solaris 10 with inet_ntop redeclaration
           error.
         * Fix -U flag with ldns-signzone. Thanks Ulrich and Jonathan
         * Enable compile of SVCB and HTTPS support by default.
         * bugfix #179: Free line memory even if zone file parsing fails
           Thanks Claudius Zingerli
         * bugfix #166: Grow buffer when writing chars and fixed size
           strings when converting to presentation format, preventing
           potential assersion errors.
         * bugfix #46: Print network errors when secure tracing.
           Thanks reedjc
         * EDNS0 Option handling and conversion into presentation format.
         * bugfix #145: ldns-verify-zone should not call occluded records
           glue. Thanks Habbie

-- 
You are receiving this mail because:
You are the assignee for the bug.