diff mbox series

[meta-oe] ldns: upgrade 1.8.2 -> 1.8.3

Message ID 1661243978-4657-1-git-send-email-wangmy@fujitsu.com
State Under Review
Headers show
Series [meta-oe] ldns: upgrade 1.8.2 -> 1.8.3 | expand

Commit Message

Mingyu Wang (Fujitsu) Aug. 23, 2022, 8:39 a.m. UTC
Changelog:
==========
* bugfix #183: Assertion failure with OPT record without rdata.
	  This caused packet creation with only a DO bit (for DNSSEC OK)
	  to crash. Thanks Anand Buddhdev and others for reporting this
	  so quickly.
* Fix for syntax error in pyldns

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 meta-oe/recipes-devtools/ldns/{ldns_1.8.2.bb => ldns_1.8.3.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-oe/recipes-devtools/ldns/{ldns_1.8.2.bb => ldns_1.8.3.bb} (88%)
diff mbox series

Patch

diff --git a/meta-oe/recipes-devtools/ldns/ldns_1.8.2.bb b/meta-oe/recipes-devtools/ldns/ldns_1.8.3.bb
similarity index 88%
rename from meta-oe/recipes-devtools/ldns/ldns_1.8.2.bb
rename to meta-oe/recipes-devtools/ldns/ldns_1.8.3.bb
index 90c369e651..16816e62d8 100644
--- a/meta-oe/recipes-devtools/ldns/ldns_1.8.2.bb
+++ b/meta-oe/recipes-devtools/ldns/ldns_1.8.3.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] = "b92b001cdd382de653620a05445e42e17a827eec93d64ee587ad291a533cc1e9"
+SRC_URI[sha256sum] = "c3f72dd1036b2907e3a56e6acf9dfb2e551256b3c1bbd9787942deeeb70e7860"
 
 DEPENDS = "openssl"