aboutsummaryrefslogtreecommitdiff
path: root/net/net-snmp/Makefile
diff options
context:
space:
mode:
authorIvan Pavlov <AuthorReflex@gmail.com>2024-02-10 08:07:50 +0300
committerRosen Penev <rosenp@gmail.com>2024-02-10 14:57:25 -0800
commit13a237d941845d3fbdb6dffbb837214d86b3b583 (patch)
tree03a9f17da2b29e2609f34b2ec7e8d6a0dcad653a /net/net-snmp/Makefile
parent4aff89f03cf00fa7ffb6cc87d091e972c3d03cde (diff)
net-snmp: update to 5.9.4
Adjust patches for current version changes Module "disk" renamed to "disk_hw" Internal type "unknown" changed to "u_int32_t" Add patch with removing macro syntax checking for successful build Signed-off-by: Ivan Pavlov <AuthorReflex@gmail.com>
Diffstat (limited to 'net/net-snmp/Makefile')
-rw-r--r--net/net-snmp/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/net/net-snmp/Makefile b/net/net-snmp/Makefile
index 1a1194955..6fb5c9006 100644
--- a/net/net-snmp/Makefile
+++ b/net/net-snmp/Makefile
@@ -8,12 +8,12 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=net-snmp
-PKG_VERSION:=5.9.1
-PKG_RELEASE:=7
+PKG_VERSION:=5.9.4
+PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=@SF/net-snmp
-PKG_HASH:=eb7fd4a44de6cddbffd9a92a85ad1309e5c1054fb9d5a7dd93079c8953f48c3f
+PKG_HASH:=8b4de01391e74e3c7014beb43961a2d6d6fa03acc34280b9585f4930745b0544
PKG_MAINTAINER:=Stijn Tintel <stijn@linux-ipv6.be>
PKG_LICENSE:=MIT BSD-3-Clause-Clear
PKG_CPE_ID:=cpe:/a:net-snmp:net-snmp
@@ -148,7 +148,7 @@ SNMP_MIB_MODULES_INCLUDED = \
snmpv3/usmStats \
snmpv3/usmUser \
tunnel \
- ucd-snmp/disk \
+ ucd-snmp/disk_hw \
ucd-snmp/dlmod \
ucd-snmp/extensible \
ucd-snmp/loadave \