mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-10 00:04:06 -09:00
package/mini-snmpd: bump to version 2.1
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>
This commit is contained in:
committed by
Thomas Petazzoni
parent
36fa003547
commit
2ffcb1e181
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user