[meta-security][PATCH 09/12] opendnssec: update to 2.1.8
Signed-off-by: Armin Kuster <akuster808@...>
--- .../opendnssec/{opendnssec_2.1.6.bb => opendnssec_2.1.8.bb} | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) rename recipes-security/opendnssec/{opendnssec_2.1.6.bb => opendnssec_2.1.8.bb} (87%) diff --git a/recipes-security/opendnssec/opendnssec_2.1.6.bb b/recipes-security/opendnssec/opendnssec_2.1.8.bb similarity index 87% rename from recipes-security/opendnssec/opendnssec_2.1.6.bb rename to recipes-security/opendnssec/opendnssec_2.1.8.bb index 5e42ca8..9137743 100644 --- a/recipes-security/opendnssec/opendnssec_2.1.6.bb +++ b/recipes-security/opendnssec/opendnssec_2.1.8.bb @@ -5,18 +5,16 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=b041dbe2da80d4efd951393fbba90937" DEPENDS = "libxml2 openssl ldns libmicrohttpd jansson libyaml " -SRC_URI = "git://github.com/opendnssec/opendnssec;branch=develop \ +SRC_URI = "https://dist.opendnssec.org/source/opendnssec-${PV}.tar.gz \ file://libxml2_conf.patch \ file://libdns_conf_fix.patch \ file://fix_fprint.patch \ " -SRCREV = "5876bccb38428790e2e9afc806ca68b029879874" +SRC_URI[sha256sum] = "900a213103ff19a405e446327fbfcea9ec13e405283d87b6ffc24a10d9a268f5" inherit autotools pkgconfig perlnative -S = "${WORKDIR}/git" - EXTRA_OECONF = " --with-libxml2=${STAGING_DIR_HOST}/usr --with-ldns=${STAGING_DIR_HOST}/usr \ --with-ssl=${STAGING_DIR_HOST}/usr " -- 2.25.1 |
|