diff options
| author | Armin Kuster <akuster808@gmail.com> | 2021-10-24 19:54:00 -0700 |
|---|---|---|
| committer | Armin Kuster <akuster808@gmail.com> | 2021-10-24 19:54:00 -0700 |
| commit | e5e54135da213d32b629146be5a671336a6eb77c (patch) | |
| tree | 1ec3bd008a6ee1e38dd4c58c52802b90c9f9c6f5 | |
| parent | 14e1db4ce8861d5672a6e42c31845fd5fc69ca67 (diff) | |
| download | meta-security-e5e54135da213d32b629146be5a671336a6eb77c.tar.gz | |
opendnssec: blacklist do to ldns being blacklisted
Signed-off-by: Armin Kuster <akuster808@gmail.com>
| -rw-r--r-- | recipes-core/packagegroup/packagegroup-core-security.bb | 1 | ||||
| -rw-r--r-- | recipes-security/opendnssec/opendnssec_2.1.10.bb (renamed from recipes-security/opendnssec/opendnssec_2.1.9.bb) | 4 |
2 files changed, 3 insertions, 2 deletions
diff --git a/recipes-core/packagegroup/packagegroup-core-security.bb b/recipes-core/packagegroup/packagegroup-core-security.bb index 6375e24..e9dad5b 100644 --- a/recipes-core/packagegroup/packagegroup-core-security.bb +++ b/recipes-core/packagegroup/packagegroup-core-security.bb | |||
| @@ -39,7 +39,6 @@ RDEPENDS:packagegroup-security-utils = "\ | |||
| 39 | python3-fail2ban \ | 39 | python3-fail2ban \ |
| 40 | softhsm \ | 40 | softhsm \ |
| 41 | libest \ | 41 | libest \ |
| 42 | opendnssec \ | ||
| 43 | sshguard \ | 42 | sshguard \ |
| 44 | ${@bb.utils.contains_any("TUNE_FEATURES", "riscv32 ", "", " libseccomp",d)} \ | 43 | ${@bb.utils.contains_any("TUNE_FEATURES", "riscv32 ", "", " libseccomp",d)} \ |
| 45 | ${@bb.utils.contains("DISTRO_FEATURES", "pam", "sssd google-authenticator-libpam", "",d)} \ | 44 | ${@bb.utils.contains("DISTRO_FEATURES", "pam", "sssd google-authenticator-libpam", "",d)} \ |
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 | ||
| 13 | SRC_URI[sha256sum] = "6d1d466c8d7f507f3e665f4bfe4d16a68d6bff9d7c2ab65f852e2b2a821c28b5" | 13 | SRC_URI[sha256sum] = "c0a8427de241118dccbf7abc508e4dd53fb75b45e9f386addbadae7ecc092756" |
| 14 | 14 | ||
| 15 | inherit autotools pkgconfig perlnative | 15 | inherit autotools pkgconfig perlnative |
| 16 | 16 | ||
| @@ -32,3 +32,5 @@ do_install:append () { | |||
| 32 | } | 32 | } |
| 33 | 33 | ||
| 34 | RDEPENDS:${PN} = "softhsm" | 34 | RDEPENDS:${PN} = "softhsm" |
| 35 | |||
| 36 | PNBLACKLIST[opendnssec] ?= "Needs porting to openssl 3.x" | ||
