* [ptxdist] [PATCH] net-snmp: version bump 5.9.4 -> 5.9.5.2
@ 2026-04-20 14:55 Alexander Dahl via ptxdist
2026-04-27 7:46 ` [ptxdist] [APPLIED] " Michael Olbrich
0 siblings, 1 reply; 2+ messages in thread
From: Alexander Dahl via ptxdist @ 2026-04-20 14:55 UTC (permalink / raw)
To: ptxdist; +Cc: Alexander Dahl
Fixes a critical vulnerability (CVE-2025-68615) in snmptrapd.
Otherwise fixes for crashes, memleaks, segfaults, and updates to MIBs.
Note, although there's a new ./configure option --with-wolfssl, adding
--without-wolfssl to the prepare stage leads to a build error.
Link: https://www.net-snmp.org/about/ChangeLog.html
Signed-off-by: Alexander Dahl <ada@thorsis.com>
---
...Don-t-disable-udp-and-tcp-when-disable-agentx-dom-so.patch | 4 ++--
patches/{net-snmp-5.9.4 => net-snmp-5.9.5.2}/autogen.sh | 0
patches/{net-snmp-5.9.4 => net-snmp-5.9.5.2}/series | 0
rules/net-snmp.make | 4 ++--
4 files changed, 4 insertions(+), 4 deletions(-)
rename patches/{net-snmp-5.9.4 => net-snmp-5.9.5.2}/0001-Don-t-disable-udp-and-tcp-when-disable-agentx-dom-so.patch (93%)
rename patches/{net-snmp-5.9.4 => net-snmp-5.9.5.2}/autogen.sh (100%)
rename patches/{net-snmp-5.9.4 => net-snmp-5.9.5.2}/series (100%)
diff --git a/patches/net-snmp-5.9.4/0001-Don-t-disable-udp-and-tcp-when-disable-agentx-dom-so.patch b/patches/net-snmp-5.9.5.2/0001-Don-t-disable-udp-and-tcp-when-disable-agentx-dom-so.patch
similarity index 93%
rename from patches/net-snmp-5.9.4/0001-Don-t-disable-udp-and-tcp-when-disable-agentx-dom-so.patch
rename to patches/net-snmp-5.9.5.2/0001-Don-t-disable-udp-and-tcp-when-disable-agentx-dom-so.patch
index bf0b88a82..36a06f4ec 100644
--- a/patches/net-snmp-5.9.4/0001-Don-t-disable-udp-and-tcp-when-disable-agentx-dom-so.patch
+++ b/patches/net-snmp-5.9.5.2/0001-Don-t-disable-udp-and-tcp-when-disable-agentx-dom-so.patch
@@ -17,10 +17,10 @@ semantic.
1 file changed, 5 insertions(+), 3 deletions(-)
diff --git a/configure.d/config_project_with_enable b/configure.d/config_project_with_enable
-index cdf56deb69dc..37d6ed1d6984 100644
+index e92319105676..b652ee178c45 100644
--- a/configure.d/config_project_with_enable
+++ b/configure.d/config_project_with_enable
-@@ -771,9 +771,11 @@ NETSNMP_ARG_ENABLE(local-smux,
+@@ -782,9 +782,11 @@ NETSNMP_ARG_ENABLE(local-smux,
fi])
NETSNMP_ARG_ENABLE(agentx-dom-sock-only,
diff --git a/patches/net-snmp-5.9.4/autogen.sh b/patches/net-snmp-5.9.5.2/autogen.sh
similarity index 100%
rename from patches/net-snmp-5.9.4/autogen.sh
rename to patches/net-snmp-5.9.5.2/autogen.sh
diff --git a/patches/net-snmp-5.9.4/series b/patches/net-snmp-5.9.5.2/series
similarity index 100%
rename from patches/net-snmp-5.9.4/series
rename to patches/net-snmp-5.9.5.2/series
diff --git a/rules/net-snmp.make b/rules/net-snmp.make
index e8b309f4c..f182e106b 100644
--- a/rules/net-snmp.make
+++ b/rules/net-snmp.make
@@ -16,8 +16,8 @@ PACKAGES-$(PTXCONF_NET_SNMP) += net-snmp
#
# Paths and names
#
-NET_SNMP_VERSION := 5.9.4
-NET_SNMP_MD5 := 395f7988f1ee4fd9b61eebbbb0961245
+NET_SNMP_VERSION := 5.9.5.2
+NET_SNMP_MD5 := 767407e160d02a4525079e91e40f7773
NET_SNMP := net-snmp-$(NET_SNMP_VERSION)
NET_SNMP_SUFFIX := tar.gz
NET_SNMP_URL := $(call ptx/mirror, SF, net-snmp/$(NET_SNMP).$(NET_SNMP_SUFFIX))
base-commit: 9e28c99dd6a5b30c578b75deb71bd82d41fda429
--
2.47.3
^ permalink raw reply [flat|nested] 2+ messages in thread* Re: [ptxdist] [APPLIED] net-snmp: version bump 5.9.4 -> 5.9.5.2
2026-04-20 14:55 [ptxdist] [PATCH] net-snmp: version bump 5.9.4 -> 5.9.5.2 Alexander Dahl via ptxdist
@ 2026-04-27 7:46 ` Michael Olbrich
0 siblings, 0 replies; 2+ messages in thread
From: Michael Olbrich @ 2026-04-27 7:46 UTC (permalink / raw)
To: ptxdist; +Cc: Alexander Dahl
Thanks, applied as ad3e1e4569b06de5f70ecf506b28d3c91d64d3ad.
Michael
[sent from post-receive hook]
On Mon, 27 Apr 2026 09:46:14 +0200, Alexander Dahl <ada@thorsis.com> wrote:
> Fixes a critical vulnerability (CVE-2025-68615) in snmptrapd.
>
> Otherwise fixes for crashes, memleaks, segfaults, and updates to MIBs.
>
> Note, although there's a new ./configure option --with-wolfssl, adding
> --without-wolfssl to the prepare stage leads to a build error.
>
> Link: https://www.net-snmp.org/about/ChangeLog.html
> Signed-off-by: Alexander Dahl <ada@thorsis.com>
> Message-Id: <20260420145524.1601202-1-ada@thorsis.com>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
>
> diff --git a/patches/net-snmp-5.9.4/0001-Don-t-disable-udp-and-tcp-when-disable-agentx-dom-so.patch b/patches/net-snmp-5.9.5.2/0001-Don-t-disable-udp-and-tcp-when-disable-agentx-dom-so.patch
> similarity index 93%
> rename from patches/net-snmp-5.9.4/0001-Don-t-disable-udp-and-tcp-when-disable-agentx-dom-so.patch
> rename to patches/net-snmp-5.9.5.2/0001-Don-t-disable-udp-and-tcp-when-disable-agentx-dom-so.patch
> index bf0b88a82509..36a06f4ecaa7 100644
> --- a/patches/net-snmp-5.9.4/0001-Don-t-disable-udp-and-tcp-when-disable-agentx-dom-so.patch
> +++ b/patches/net-snmp-5.9.5.2/0001-Don-t-disable-udp-and-tcp-when-disable-agentx-dom-so.patch
> @@ -17,10 +17,10 @@ semantic.
> 1 file changed, 5 insertions(+), 3 deletions(-)
>
> diff --git a/configure.d/config_project_with_enable b/configure.d/config_project_with_enable
> -index cdf56deb69dc..37d6ed1d6984 100644
> +index e92319105676..b652ee178c45 100644
> --- a/configure.d/config_project_with_enable
> +++ b/configure.d/config_project_with_enable
> -@@ -771,9 +771,11 @@ NETSNMP_ARG_ENABLE(local-smux,
> +@@ -782,9 +782,11 @@ NETSNMP_ARG_ENABLE(local-smux,
> fi])
>
> NETSNMP_ARG_ENABLE(agentx-dom-sock-only,
> diff --git a/patches/net-snmp-5.9.4/autogen.sh b/patches/net-snmp-5.9.5.2/autogen.sh
> similarity index 100%
> rename from patches/net-snmp-5.9.4/autogen.sh
> rename to patches/net-snmp-5.9.5.2/autogen.sh
> diff --git a/patches/net-snmp-5.9.4/series b/patches/net-snmp-5.9.5.2/series
> similarity index 100%
> rename from patches/net-snmp-5.9.4/series
> rename to patches/net-snmp-5.9.5.2/series
> diff --git a/rules/net-snmp.make b/rules/net-snmp.make
> index e8b309f4c1cb..f182e106b035 100644
> --- a/rules/net-snmp.make
> +++ b/rules/net-snmp.make
> @@ -16,8 +16,8 @@ PACKAGES-$(PTXCONF_NET_SNMP) += net-snmp
> #
> # Paths and names
> #
> -NET_SNMP_VERSION := 5.9.4
> -NET_SNMP_MD5 := 395f7988f1ee4fd9b61eebbbb0961245
> +NET_SNMP_VERSION := 5.9.5.2
> +NET_SNMP_MD5 := 767407e160d02a4525079e91e40f7773
> NET_SNMP := net-snmp-$(NET_SNMP_VERSION)
> NET_SNMP_SUFFIX := tar.gz
> NET_SNMP_URL := $(call ptx/mirror, SF, net-snmp/$(NET_SNMP).$(NET_SNMP_SUFFIX))
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2026-04-27 7:48 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-04-20 14:55 [ptxdist] [PATCH] net-snmp: version bump 5.9.4 -> 5.9.5.2 Alexander Dahl via ptxdist
2026-04-27 7:46 ` [ptxdist] [APPLIED] " Michael Olbrich
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox