From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Mon, 27 Apr 2026 09:48:32 +0200 Received: from metis.whiteo.stw.pengutronix.de ([2a0a:edc0:2:b01:1d::104]) by lore.white.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1wHGhk-00Grfy-1P for lore@lore.pengutronix.de; Mon, 27 Apr 2026 09:48:32 +0200 Received: from [127.0.0.1] (helo=metis.whiteo.stw.pengutronix.de) by metis.whiteo.stw.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1wHGhk-0000hO-6V; Mon, 27 Apr 2026 09:48:32 +0200 Received: from drehscheibe.grey.stw.pengutronix.de ([2a0a:edc0:0:c01:1d::a2]) by metis.whiteo.stw.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1wHGfX-00063V-7S; Mon, 27 Apr 2026 09:46:15 +0200 Received: from dude05.red.stw.pengutronix.de ([2a0a:edc0:0:1101:1d::54]) by drehscheibe.grey.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1wHGfW-007S1g-29; Mon, 27 Apr 2026 09:46:14 +0200 Received: from mol by dude05.red.stw.pengutronix.de with local (Exim 4.98.2) (envelope-from ) id 1wHGfW-00000000DjV-2ZJ1; Mon, 27 Apr 2026 09:46:14 +0200 From: Michael Olbrich To: ptxdist@pengutronix.de Date: Mon, 27 Apr 2026 09:46:14 +0200 Message-ID: <20260427074614.52782-1-m.olbrich@pengutronix.de> X-Mailer: git-send-email 2.47.3 In-Reply-To: <20260420145524.1601202-1-ada@thorsis.com> References: <20260420145524.1601202-1-ada@thorsis.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [ptxdist] [APPLIED] net-snmp: version bump 5.9.4 -> 5.9.5.2 X-BeenThere: ptxdist@pengutronix.de X-Mailman-Version: 2.1.29 Precedence: list List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: ptxdist@pengutronix.de Cc: Alexander Dahl Sender: "ptxdist" X-SA-Exim-Connect-IP: 127.0.0.1 X-SA-Exim-Mail-From: ptxdist-bounces@pengutronix.de X-SA-Exim-Scanned: No (on metis.whiteo.stw.pengutronix.de); SAEximRunCond expanded to false Thanks, applied as ad3e1e4569b06de5f70ecf506b28d3c91d64d3ad. Michael [sent from post-receive hook] On Mon, 27 Apr 2026 09:46:14 +0200, Alexander Dahl 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 > Message-Id: <20260420145524.1601202-1-ada@thorsis.com> > Signed-off-by: Michael Olbrich > > 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))