From: Christian Korber Date: Wed, 17 Jun 2026 07:16:30 +0000 (+0200) Subject: net-snmp: enable blumenthal-aes for SNMPv3 encryption X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=1fe6ecf9a2cf63c9fb93d6974c40e85c37239483;p=openwrt-packages.git net-snmp: enable blumenthal-aes for SNMPv3 encryption In order to use AES-192 and the like, it is necessary to enable blumenthal-aes. Blumenthal AES draft was not formalized in RFC but is widely implemented by many vendors. It has strong encryption in connection with SNMPv3. Signed-off-by: Christian Korber --- diff --git a/net/net-snmp/Makefile b/net/net-snmp/Makefile index cc421d107..5b41c3c92 100644 --- a/net/net-snmp/Makefile +++ b/net/net-snmp/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=net-snmp PKG_VERSION:=5.9.4 -PKG_RELEASE:=10 +PKG_RELEASE:=11 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=@SF/net-snmp @@ -284,6 +284,7 @@ endif ifeq ($(BUILD_VARIANT),ssl) CONFIGURE_ARGS+= --with-openssl="$(STAGING_DIR)/usr" +CONFIGURE_ARGS+= --enable-blumenthal-aes else CONFIGURE_ARGS+= --without-openssl endif