summaryrefslogtreecommitdiffstats
path: root/recipes-security
diff options
context:
space:
mode:
authorArmin Kuster <akuster808@gmail.com>2021-10-24 19:54:00 -0700
committerArmin Kuster <akuster808@gmail.com>2021-10-24 19:54:00 -0700
commite5e54135da213d32b629146be5a671336a6eb77c (patch)
tree1ec3bd008a6ee1e38dd4c58c52802b90c9f9c6f5 /recipes-security
parent14e1db4ce8861d5672a6e42c31845fd5fc69ca67 (diff)
downloadmeta-security-e5e54135da213d32b629146be5a671336a6eb77c.tar.gz
opendnssec: blacklist do to ldns being blacklisted
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'recipes-security')
-rw-r--r--recipes-security/opendnssec/opendnssec_2.1.10.bb (renamed from recipes-security/opendnssec/opendnssec_2.1.9.bb)4
1 files changed, 3 insertions, 1 deletions
diff --git a/recipes-security/opendnssec/opendnssec_2.1.9.bb b/recipes-security/opendnssec/opendnssec_2.1.10.bb
index 6c1bd46..6b53711 100644
--- a/recipes-security/opendnssec/opendnssec_2.1.9.bb
+++ b/recipes-security/opendnssec/opendnssec_2.1.10.bb
@@ -10,7 +10,7 @@ SRC_URI = "https://dist.opendnssec.org/source/opendnssec-${PV}.tar.gz \
10 file://libdns_conf_fix.patch \ 10 file://libdns_conf_fix.patch \
11 " 11 "
12 12
13SRC_URI[sha256sum] = "6d1d466c8d7f507f3e665f4bfe4d16a68d6bff9d7c2ab65f852e2b2a821c28b5" 13SRC_URI[sha256sum] = "c0a8427de241118dccbf7abc508e4dd53fb75b45e9f386addbadae7ecc092756"
14 14
15inherit autotools pkgconfig perlnative 15inherit autotools pkgconfig perlnative
16 16
@@ -32,3 +32,5 @@ do_install:append () {
32} 32}
33 33
34RDEPENDS:${PN} = "softhsm" 34RDEPENDS:${PN} = "softhsm"
35
36PNBLACKLIST[opendnssec] ?= "Needs porting to openssl 3.x"