mirror of
https://git.yoctoproject.org/meta-security
synced 2026-07-26 19:17:08 +00:00
opendnssec: blacklist do to ldns being blacklisted
Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
@@ -39,7 +39,6 @@ RDEPENDS:packagegroup-security-utils = "\
|
|||||||
python3-fail2ban \
|
python3-fail2ban \
|
||||||
softhsm \
|
softhsm \
|
||||||
libest \
|
libest \
|
||||||
opendnssec \
|
|
||||||
sshguard \
|
sshguard \
|
||||||
${@bb.utils.contains_any("TUNE_FEATURES", "riscv32 ", "", " libseccomp",d)} \
|
${@bb.utils.contains_any("TUNE_FEATURES", "riscv32 ", "", " libseccomp",d)} \
|
||||||
${@bb.utils.contains("DISTRO_FEATURES", "pam", "sssd google-authenticator-libpam", "",d)} \
|
${@bb.utils.contains("DISTRO_FEATURES", "pam", "sssd google-authenticator-libpam", "",d)} \
|
||||||
|
|||||||
+3
-1
@@ -10,7 +10,7 @@ SRC_URI = "https://dist.opendnssec.org/source/opendnssec-${PV}.tar.gz \
|
|||||||
file://libdns_conf_fix.patch \
|
file://libdns_conf_fix.patch \
|
||||||
"
|
"
|
||||||
|
|
||||||
SRC_URI[sha256sum] = "6d1d466c8d7f507f3e665f4bfe4d16a68d6bff9d7c2ab65f852e2b2a821c28b5"
|
SRC_URI[sha256sum] = "c0a8427de241118dccbf7abc508e4dd53fb75b45e9f386addbadae7ecc092756"
|
||||||
|
|
||||||
inherit autotools pkgconfig perlnative
|
inherit autotools pkgconfig perlnative
|
||||||
|
|
||||||
@@ -32,3 +32,5 @@ do_install:append () {
|
|||||||
}
|
}
|
||||||
|
|
||||||
RDEPENDS:${PN} = "softhsm"
|
RDEPENDS:${PN} = "softhsm"
|
||||||
|
|
||||||
|
PNBLACKLIST[opendnssec] ?= "Needs porting to openssl 3.x"
|
||||||
Reference in New Issue
Block a user