net-snmp: enable blumenthal-aes for SNMPv3 encryption
authorChristian Korber <redacted>
Wed, 17 Jun 2026 07:16:30 +0000 (09:16 +0200)
committerFlorian Eckert <redacted>
Wed, 17 Jun 2026 13:46:45 +0000 (15:46 +0200)
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 <redacted>
net/net-snmp/Makefile

index cc421d1072ecbaba6bb0a8fbb150af6b13caec80..5b41c3c922bd7a198b9baa1a8bdfeefade75049f 100644 (file)
@@ -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
git clone https://git.99rst.org/PROJECT