mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
From: Alexander Dahl <ada@thorsis.com>
To: ptxdist@pengutronix.de
Subject: [ptxdist] [PATCH] net-snmp: version bump 5.9 -> 5.9.1
Date: Thu, 30 Jun 2022 17:00:03 +0200	[thread overview]
Message-ID: <20220630150003.27426-1-ada@thorsis.com> (raw)

Bugfixes. Released last year already.

Signed-off-by: Alexander Dahl <ada@thorsis.com>
---
 .../0001-net-snmp-config-add-SYSROOT-support.patch     | 10 +++++-----
 ...isable-udp-and-tcp-when-disable-agentx-dom-so.patch |  4 ++--
 patches/{net-snmp-5.9 => net-snmp-5.9.1}/autogen.sh    |  0
 patches/{net-snmp-5.9 => net-snmp-5.9.1}/series        |  0
 rules/net-snmp.make                                    |  4 ++--
 5 files changed, 9 insertions(+), 9 deletions(-)
 rename patches/{net-snmp-5.9 => net-snmp-5.9.1}/0001-net-snmp-config-add-SYSROOT-support.patch (90%)
 rename patches/{net-snmp-5.9 => net-snmp-5.9.1}/0002-Don-t-disable-udp-and-tcp-when-disable-agentx-dom-so.patch (93%)
 rename patches/{net-snmp-5.9 => net-snmp-5.9.1}/autogen.sh (100%)
 rename patches/{net-snmp-5.9 => net-snmp-5.9.1}/series (100%)

diff --git a/patches/net-snmp-5.9/0001-net-snmp-config-add-SYSROOT-support.patch b/patches/net-snmp-5.9.1/0001-net-snmp-config-add-SYSROOT-support.patch
similarity index 90%
rename from patches/net-snmp-5.9/0001-net-snmp-config-add-SYSROOT-support.patch
rename to patches/net-snmp-5.9.1/0001-net-snmp-config-add-SYSROOT-support.patch
index e1c88ae10..8995a6ea2 100644
--- a/patches/net-snmp-5.9/0001-net-snmp-config-add-SYSROOT-support.patch
+++ b/patches/net-snmp-5.9.1/0001-net-snmp-config-add-SYSROOT-support.patch
@@ -16,10 +16,10 @@ Signed-off-by: Alexander Dahl <post@lespocky.de>
  1 file changed, 4 insertions(+), 4 deletions(-)
 
 diff --git a/net-snmp-config.in b/net-snmp-config.in
-index a412412118af..eb7bd0921fd6 100644
+index 6b5abf8f838a..366d648dfb19 100644
 --- a/net-snmp-config.in
 +++ b/net-snmp-config.in
-@@ -54,7 +54,7 @@ NSC_LAGENTLIBS="@LAGENTLIBS@ @PERLLDOPTS_FOR_APPS@"
+@@ -57,7 +57,7 @@ NSC_LAGENTLIBS="@LAGENTLIBS@ @PERLLDOPTS_FOR_APPS@"
  NSC_LMIBLIBS="@LMIBLIBS@"
  
  NSC_INCLUDEDIR=${includedir}
@@ -28,7 +28,7 @@ index a412412118af..eb7bd0921fd6 100644
  
  NSC_SNMPLIBS="-lnetsnmp ${NSC_LNETSNMPLIBS}"
  NSC_SUBAGENTLIBS="-lnetsnmpagent ${NSC_LAGENTLIBS} ${NSC_SNMPLIBS}"
-@@ -140,10 +140,10 @@ else
+@@ -143,10 +143,10 @@ else
        ;;
      #################################################### compile
      --base-cflags)
@@ -41,12 +41,12 @@ index a412412118af..eb7bd0921fd6 100644
        ;;
      --srcdir)
        echo $NSC_SRCDIR
-@@ -657,7 +657,7 @@ EOF
+@@ -660,7 +660,7 @@ EOF
          echo "Ack.  Can't create $tmpfile."
  	exit 1
        fi
 -      cmd="@CC@ $cflags @CFLAGS@ @DEVFLAGS@ -I. -I${NSC_INCLUDEDIR} -o $outname $tmpfile $cfiles $NSC_LDFLAGS $NSC_LIBDIR $NSC_BASE_AGENT_LIBS $NSC_AGENTLIBS $ldflags"
 +      cmd="@CC@ $cflags @CFLAGS@ @DEVFLAGS@ -I. -I${SYSROOT}${NSC_INCLUDEDIR} -o $outname $tmpfile $cfiles $NSC_LDFLAGS $NSC_LIBDIR $NSC_BASE_AGENT_LIBS $NSC_AGENTLIBS $ldflags"
        echo "running: $cmd"
-       `$cmd`
+       echo `$cmd`
        result=$?
diff --git a/patches/net-snmp-5.9/0002-Don-t-disable-udp-and-tcp-when-disable-agentx-dom-so.patch b/patches/net-snmp-5.9.1/0002-Don-t-disable-udp-and-tcp-when-disable-agentx-dom-so.patch
similarity index 93%
rename from patches/net-snmp-5.9/0002-Don-t-disable-udp-and-tcp-when-disable-agentx-dom-so.patch
rename to patches/net-snmp-5.9.1/0002-Don-t-disable-udp-and-tcp-when-disable-agentx-dom-so.patch
index 4b7338c71..bf0b88a82 100644
--- a/patches/net-snmp-5.9/0002-Don-t-disable-udp-and-tcp-when-disable-agentx-dom-so.patch
+++ b/patches/net-snmp-5.9.1/0002-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 daa0ccc0fbbc..fd7feba777b4 100644
+index cdf56deb69dc..37d6ed1d6984 100644
 --- a/configure.d/config_project_with_enable
 +++ b/configure.d/config_project_with_enable
-@@ -777,9 +777,11 @@ NETSNMP_ARG_ENABLE(local-smux,
+@@ -771,9 +771,11 @@ NETSNMP_ARG_ENABLE(local-smux,
      fi])
  
  NETSNMP_ARG_ENABLE(agentx-dom-sock-only,
diff --git a/patches/net-snmp-5.9/autogen.sh b/patches/net-snmp-5.9.1/autogen.sh
similarity index 100%
rename from patches/net-snmp-5.9/autogen.sh
rename to patches/net-snmp-5.9.1/autogen.sh
diff --git a/patches/net-snmp-5.9/series b/patches/net-snmp-5.9.1/series
similarity index 100%
rename from patches/net-snmp-5.9/series
rename to patches/net-snmp-5.9.1/series
diff --git a/rules/net-snmp.make b/rules/net-snmp.make
index 6bea8c8c2..1a57da3a3 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
-NET_SNMP_MD5		:= 382da80138897f294299badf9c62c699
+NET_SNMP_VERSION	:= 5.9.1
+NET_SNMP_MD5		:= e5ee202dfb15000342354d64f1837d19
 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: 85010b0d7eb9d209cdc2dc61e955289556ecac43
-- 
2.30.2




             reply	other threads:[~2022-06-30 15:00 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-06-30 15:00 Alexander Dahl [this message]
2022-07-29  6:23 ` [ptxdist] [APPLIED] " Michael Olbrich

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220630150003.27426-1-ada@thorsis.com \
    --to=ada@thorsis.com \
    --cc=ptxdist@pengutronix.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox