summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-devtools/ldns
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2022-08-23 16:39:35 +0800
committerKhem Raj <raj.khem@gmail.com>2022-08-23 10:04:07 -0700
commit02cf10eb4fec7147b5a2f16d45a5e67a635208b8 (patch)
tree2bd59312ff5d9290778b307f3ac8db96780ba6ea /meta-oe/recipes-devtools/ldns
parentce1486c93c5187f653db089f5cb56dbc6e0811c8 (diff)
downloadmeta-openembedded-02cf10eb4fec7147b5a2f16d45a5e67a635208b8.tar.gz
ldns: upgrade 1.8.2 -> 1.8.3
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> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-devtools/ldns')
-rw-r--r--meta-oe/recipes-devtools/ldns/ldns_1.8.3.bb (renamed from meta-oe/recipes-devtools/ldns/ldns_1.8.2.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-devtools/ldns/ldns_1.8.2.bb b/meta-oe/recipes-devtools/ldns/ldns_1.8.3.bb
index 90c369e65..16816e62d 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"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=34330f15b2b4abbbaaa7623f79a6a019" 4LIC_FILES_CHKSUM = "file://LICENSE;md5=34330f15b2b4abbbaaa7623f79a6a019"
5 5
6SRC_URI = "https://www.nlnetlabs.nl/downloads/ldns/ldns-${PV}.tar.gz" 6SRC_URI = "https://www.nlnetlabs.nl/downloads/ldns/ldns-${PV}.tar.gz"
7SRC_URI[sha256sum] = "b92b001cdd382de653620a05445e42e17a827eec93d64ee587ad291a533cc1e9" 7SRC_URI[sha256sum] = "c3f72dd1036b2907e3a56e6acf9dfb2e551256b3c1bbd9787942deeeb70e7860"
8 8
9DEPENDS = "openssl" 9DEPENDS = "openssl"
10 10