aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2022-08-15 14:28:55 +0800
committerKhem Raj <raj.khem@gmail.com>2022-08-15 16:27:53 -0700
commit1180d651a7ac9f6ea5f73e61c3ff06751350fc7b (patch)
tree58f3d2604c309a67d19930475dea9ff85a3fac32
parent4fa7d9ee9ad54f1f22a3a92410bbc474f0de8a10 (diff)
downloadmeta-openembedded-contrib-1180d651a7ac9f6ea5f73e61c3ff06751350fc7b.tar.gz
ldns: upgrade 1.8.1 -> 1.8.2
Changelog: =========== * bugfix #147: Allow for tabs in whitespace before quoted rdata fields. * bugfix #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 #179: Free line memory even if zone file parsing fails * 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. * EDNS0 Option handling and conversion into presentation format. * bugfix #145: ldns-verify-zone should not call occluded records glue. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-oe/recipes-devtools/ldns/ldns_1.8.2.bb (renamed from meta-oe/recipes-devtools/ldns/ldns_1.8.1.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-devtools/ldns/ldns_1.8.1.bb b/meta-oe/recipes-devtools/ldns/ldns_1.8.2.bb
index 81e1c62a07..90c369e651 100644
--- a/meta-oe/recipes-devtools/ldns/ldns_1.8.1.bb
+++ b/meta-oe/recipes-devtools/ldns/ldns_1.8.2.bb
@@ -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"