summaryrefslogtreecommitdiffstats
path: root/meta-networking
diff options
context:
space:
mode:
authorPeter Kjellerstedt <pkj@axis.com>2026-01-06 17:56:12 +0100
committerKhem Raj <raj.khem@gmail.com>2026-01-06 23:33:06 -0800
commit254f1285e8332f9c81bf1441f0098b0de4d2d745 (patch)
tree3ee1e3889c9dffd43ace9ca15b2edac33aeb58c0 /meta-networking
parentbc8066fd7fa213f128c45bcb94e1fd6a4a229cbd (diff)
downloadmeta-openembedded-master.tar.gz
net-snmp: Update to 5.9.5.2HEADmaster
5.9.5.1: * Only a version numbering fix. 5.9.5.2: * Fix an issue with needing limits.h included. Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-networking')
-rw-r--r--meta-networking/recipes-protocols/net-snmp/net-snmp_5.9.5.2.bb (renamed from meta-networking/recipes-protocols/net-snmp/net-snmp_5.9.5.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-networking/recipes-protocols/net-snmp/net-snmp_5.9.5.bb b/meta-networking/recipes-protocols/net-snmp/net-snmp_5.9.5.2.bb
index f4108d9715..b7c9607b3b 100644
--- a/meta-networking/recipes-protocols/net-snmp/net-snmp_5.9.5.bb
+++ b/meta-networking/recipes-protocols/net-snmp/net-snmp_5.9.5.2.bb
@@ -26,7 +26,7 @@ SRC_URI = "${SOURCEFORGE_MIRROR}/net-snmp/net-snmp-${PV}.tar.gz \
26 file://0011-ac_add_search_path.m4-keep-consistent-between-32bit-.patch \ 26 file://0011-ac_add_search_path.m4-keep-consistent-between-32bit-.patch \
27 file://netsnmp-swinst-crash.patch \ 27 file://netsnmp-swinst-crash.patch \
28 " 28 "
29SRC_URI[sha256sum] = "07f94f06a8d681485e43eeec4f190d9bea43e1b335146d0de466b6de3f3f4c5a" 29SRC_URI[sha256sum] = "16707719f833184a4b72835dac359ae188123b06b5e42817c00790d7dc1384bf"
30 30
31UPSTREAM_CHECK_URI = "https://sourceforge.net/projects/net-snmp/files/net-snmp/" 31UPSTREAM_CHECK_URI = "https://sourceforge.net/projects/net-snmp/files/net-snmp/"
32UPSTREAM_CHECK_REGEX = "/net-snmp/(?P<pver>\d+(\.\d+)+)/" 32UPSTREAM_CHECK_REGEX = "/net-snmp/(?P<pver>\d+(\.\d+)+)/"