* [Buildroot] [PATCH] package/mini-snmpd: bump to version 2.1
@ 2026-08-30 18:07 Alexander Sverdlin
2026-09-09 15:02 ` Thomas Petazzoni via buildroot
0 siblings, 1 reply; 2+ messages in thread
From: Alexander Sverdlin @ 2026-08-30 18:07 UTC (permalink / raw)
To: buildroot; +Cc: Alexander Sverdlin, Joachim Wiberg
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>
---
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
--
2.55.0
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [Buildroot] [PATCH] package/mini-snmpd: bump to version 2.1
2026-08-30 18:07 [Buildroot] [PATCH] package/mini-snmpd: bump to version 2.1 Alexander Sverdlin
@ 2026-09-09 15:02 ` Thomas Petazzoni via buildroot
0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni via buildroot @ 2026-09-09 15:02 UTC (permalink / raw)
To: Alexander Sverdlin; +Cc: buildroot, Joachim Wiberg
On Sun, Aug 30, 2026 at 08:07:55PM +0200, Alexander Sverdlin wrote:
> 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>
Applied, thanks!
Thomas
--
Thomas Petazzoni, co-owner and CEO, Bootlin
Embedded Linux and Kernel engineering and training
https://bootlin.com
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2026-09-09 15:02 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-08-30 18:07 [Buildroot] [PATCH] package/mini-snmpd: bump to version 2.1 Alexander Sverdlin
2026-09-09 15:02 ` Thomas Petazzoni via buildroot
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.