Skip to content

Commit

Permalink
ldns: upgrade 1.8.1 -> 1.8.2
Browse files Browse the repository at this point in the history
Changelog:
===========
* bugfix openembedded#147: Allow for tabs in whitespace before quoted rdata fields.
* bugfix openembedded#149: Add some missing [out] annotations to doxygen parameters.
* Fix build error on Solaris 10 with inet_ntop redeclaration error.
* Fix -U flag with ldns-signzone.
* Enable compile of SVCB and HTTPS support by default.
* bugfix openembedded#179: Free line memory even if zone file parsing fails
* bugfix openembedded#166: Grow buffer when writing chars and fixed size
  strings when converting to presentation format, preventing
  potential assersion errors.
* bugfix openembedded#46: Print network errors when secure tracing.
* EDNS0 Option handling and conversion into presentation format.
* bugfix openembedded#145: ldns-verify-zone should not call occluded records
  glue.

Signed-off-by: Wang Mingyu <[email protected]>
Signed-off-by: Khem Raj <[email protected]>
  • Loading branch information
wangmingyu84 authored and kraj committed Aug 15, 2022
1 parent 4fa7d9e commit 1180d65
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ LICENSE = "BSD-3-Clause"
LIC_FILES_CHKSUM = "file://LICENSE;md5=34330f15b2b4abbbaaa7623f79a6a019"

SRC_URI = "https://www.nlnetlabs.nl/downloads/ldns/ldns-${PV}.tar.gz"
SRC_URI[sha256sum] = "958229abce4d3aaa19a75c0d127666564b17216902186e952ca4aef47c6d7fa3"
SRC_URI[sha256sum] = "b92b001cdd382de653620a05445e42e17a827eec93d64ee587ad291a533cc1e9"

DEPENDS = "openssl"

Expand Down

0 comments on commit 1180d65

Please sign in to comment.