diff mbox series

[meta-oe] xmlsec1: remove des from default packageconfig

Message ID 20260123074225.1538346-2-yi.zhao@windriver.com
State New
Headers show
Series [meta-oe] xmlsec1: remove des from default packageconfig | expand

Commit Message

Yi Zhao Jan. 23, 2026, 7:42 a.m. UTC
The DES algorithm is considered weak and outdated. Remove des from
default PACKAGECONFIG to disable it.

Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
---
 meta-oe/recipes-support/xmlsec1/xmlsec1_1.3.9.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

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"