[Buildroot] [git commit] package/mini-snmpd: bump to version 2.1
From: Thomas Petazzoni via buildroot <hidden>
Date: 2026-09-09 15:01:46
Subsystem:
the rest · Maintainer:
Linus Torvalds
commit: https://gitlab.com/buildroot.org/buildroot/-/commit/2ffcb1e181b5de9afa4efa76f2548f8adbc2a088 branch: https://gitlab.com/buildroot.org/buildroot/-/tree/master Fixes: - Reassemble SNMP requests split across TCP segments, and drop over-large messages, by Noam Rathaus - Fix encoded-length accounting for decoded OIDs, by Noam Rathaus - Zero-fill memory from the internal `allocate()` helper - Build the interface trap OIDs without a run-time format string - Avoid needless variable shadowing under `-Wshadow` Signed-off-by: Alexander Sverdlin <alexander.sverdlin@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com> --- package/mini-snmpd/mini-snmpd.hash | 4 ++-- package/mini-snmpd/mini-snmpd.mk | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/package/mini-snmpd/mini-snmpd.hash b/package/mini-snmpd/mini-snmpd.hash
index d1e8f51f8e..937de891ad 100644
--- a/package/mini-snmpd/mini-snmpd.hash
+++ b/package/mini-snmpd/mini-snmpd.hash@@ -1,4 +1,4 @@ -# sha256 from https://github.com/troglobit/mini-snmpd/releases/tag/v2.0 -sha256 851acf49a1a36356664af0a7a040fa31f75403eb26e03627eba188ee15d4854c mini-snmpd-2.0.tar.gz +# sha256 from https://github.com/troglobit/mini-snmpd/releases/tag/v2.1 +sha256 2f9936e4c62d1469a13e43611001b6ac36901ddb9809e3c7cb2297830615a6a1 mini-snmpd-2.1.tar.gz # Locally calculated sha256 8a43b895972a24567297f44f35dab0f5f9ed3b7db6dac0bf6094075b27ab9d56 COPYING
diff --git a/package/mini-snmpd/mini-snmpd.mk b/package/mini-snmpd/mini-snmpd.mk
index 9873ad2dee..157aabfb53 100644
--- a/package/mini-snmpd/mini-snmpd.mk
+++ b/package/mini-snmpd/mini-snmpd.mk@@ -4,7 +4,7 @@ # ################################################################################ -MINI_SNMPD_VERSION = 2.0 +MINI_SNMPD_VERSION = 2.1 MINI_SNMPD_SITE = https://github.com/troglobit/mini-snmpd/releases/download/v$(MINI_SNMPD_VERSION) MINI_SNMPD_LICENSE = GPL-2.0 MINI_SNMPD_LICENSE_FILES = COPYING
_______________________________________________ buildroot mailing list buildroot@buildroot.org https://lists.buildroot.org/mailman/listinfo/buildroot