The DES algorithm is considered weak and outdated. Remove des from default PACKAGECONFIG to disable it.
Signed-off-by: Yi Zhao <[email protected]> --- meta-oe/recipes-support/xmlsec1/xmlsec1_1.3.9.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-support/xmlsec1/xmlsec1_1.3.9.bb b/meta-oe/recipes-support/xmlsec1/xmlsec1_1.3.9.bb index ca6ebba59c..e0888f1ff4 100644 --- a/meta-oe/recipes-support/xmlsec1/xmlsec1_1.3.9.bb +++ b/meta-oe/recipes-support/xmlsec1/xmlsec1_1.3.9.bb @@ -33,7 +33,7 @@ inherit autotools-brokensep ptest pkgconfig #CFLAGS += "-I${STAGING_INCDIR}/nss3" #CPPFLAGS += "-I${STAGING_INCDIR}/nss3" -PACKAGECONFIG ??= "gnutls libgcrypt nss openssl des" +PACKAGECONFIG ??= "gnutls libgcrypt nss openssl" PACKAGECONFIG[gnutls] = ",,gnutls" PACKAGECONFIG[libgcrypt] = ",,libgcrypt" PACKAGECONFIG[nss] = "--with-nss=${STAGING_DIR_HOST} --with-nspr=${STAGING_DIR_HOST},--with-nss=no --with-nspr=no,nss nspr" -- 2.34.1
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#123771): https://lists.openembedded.org/g/openembedded-devel/message/123771 Mute This Topic: https://lists.openembedded.org/mt/117414671/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
