| Message ID | 20260123074225.1538346-1-yi.zhao@windriver.com |
|---|---|
| State | New |
| Headers | show |
| Series | [meta-networking] net-snmp: remove des from default packageconfig | expand |
this breaks openhpi recipe https://autobuilder.yoctoproject.org/valkyrie/api/v2/logs/5110186/raw_inline On Thu, Jan 22, 2026 at 11:42 PM Yi Zhao via lists.openembedded.org <yi.zhao=eng.windriver.com@lists.openembedded.org> wrote: > 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-networking/recipes-protocols/net-snmp/net-snmp_5.9.5.2.bb | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/meta-networking/recipes-protocols/net-snmp/ > net-snmp_5.9.5.2.bb b/meta-networking/recipes-protocols/net-snmp/ > net-snmp_5.9.5.2.bb > index b7c9607b3b..d467bf56d3 100644 > --- a/meta-networking/recipes-protocols/net-snmp/net-snmp_5.9.5.2.bb > +++ b/meta-networking/recipes-protocols/net-snmp/net-snmp_5.9.5.2.bb > @@ -41,7 +41,7 @@ PARALLEL_MAKE = "" > CCACHE = "" > CLEANBROKEN = "1" > > -PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'ipv6 systemd', > d)} des smux" > +PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'ipv6 systemd', > d)} smux" > PACKAGECONFIG[des] = "--enable-des, --disable-des" > PACKAGECONFIG[elfutils] = "--with-elf, --without-elf, elfutils" > PACKAGECONFIG[ipv6] = "--enable-ipv6, --disable-ipv6" > -- > 2.34.1 > > > -=-=-=-=-=-=-=-=-=-=-=- > Links: You receive all messages sent to this group. > View/Reply Online (#123770): > https://lists.openembedded.org/g/openembedded-devel/message/123770 > Mute This Topic: https://lists.openembedded.org/mt/117414670/1997914 > Group Owner: openembedded-devel+owner@lists.openembedded.org > Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [ > raj.khem@gmail.com] > -=-=-=-=-=-=-=-=-=-=-=- > >
diff --git a/meta-networking/recipes-protocols/net-snmp/net-snmp_5.9.5.2.bb b/meta-networking/recipes-protocols/net-snmp/net-snmp_5.9.5.2.bb index b7c9607b3b..d467bf56d3 100644 --- a/meta-networking/recipes-protocols/net-snmp/net-snmp_5.9.5.2.bb +++ b/meta-networking/recipes-protocols/net-snmp/net-snmp_5.9.5.2.bb @@ -41,7 +41,7 @@ PARALLEL_MAKE = "" CCACHE = "" CLEANBROKEN = "1" -PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'ipv6 systemd', d)} des smux" +PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'ipv6 systemd', d)} smux" PACKAGECONFIG[des] = "--enable-des, --disable-des" PACKAGECONFIG[elfutils] = "--with-elf, --without-elf, elfutils" PACKAGECONFIG[ipv6] = "--enable-ipv6, --disable-ipv6"
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-networking/recipes-protocols/net-snmp/net-snmp_5.9.5.2.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)