All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/4] package/snmppp: bump to version 3.4.10
@ 2022-09-17 12:35 luca.ceresoli
  2022-09-17 12:36 ` [Buildroot] [PATCH 2/4] package/agentpp: bump to version 4.5.4 luca.ceresoli
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: luca.ceresoli @ 2022-09-17 12:35 UTC (permalink / raw)
  To: buildroot; +Cc: Luca Ceresoli

From: Luca Ceresoli <luca.ceresoli@bootlin.com>

Changelog:

  - Fixed: Winsock has to be included before windows header.
  - Fixed: Added SnmpTarget::version_to_string() function
  - Fixed: Fixed compiler warning on MSYS2 g++

Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com>
---
 package/snmppp/snmppp.hash | 2 +-
 package/snmppp/snmppp.mk   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/package/snmppp/snmppp.hash b/package/snmppp/snmppp.hash
index db3a4b5f4f0f..6dc3d39ced1a 100644
--- a/package/snmppp/snmppp.hash
+++ b/package/snmppp/snmppp.hash
@@ -1,3 +1,3 @@
 # Locally computed:
-sha256  7c0aaf4ea21db082453f880cc2062a86dcbbf0ee6c8d47c72beb8e0c77c26b6c  snmp++-3.4.9.tar.gz
+sha256  d7a77fd05ecd99b25c51cbab08dfeef22a5edf2677875695c213631af59d5bae  snmp++-3.4.10.tar.gz
 sha256  61337e799c8274e596e5783b22607beea8073ee296c6b27fc5c7487296e56851  src/v3.cpp
diff --git a/package/snmppp/snmppp.mk b/package/snmppp/snmppp.mk
index bc05cad5835c..005a5a9f3526 100644
--- a/package/snmppp/snmppp.mk
+++ b/package/snmppp/snmppp.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-SNMPPP_VERSION = 3.4.9
+SNMPPP_VERSION = 3.4.10
 SNMPPP_SOURCE = snmp++-$(SNMPPP_VERSION).tar.gz
 SNMPPP_SITE = http://www.agentpp.com/download
 SNMPPP_DEPENDENCIES = host-pkgconf
-- 
2.34.1

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2022-09-22 12:51 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-17 12:35 [Buildroot] [PATCH 1/4] package/snmppp: bump to version 3.4.10 luca.ceresoli
2022-09-17 12:36 ` [Buildroot] [PATCH 2/4] package/agentpp: bump to version 4.5.4 luca.ceresoli
2022-09-17 12:36 ` [Buildroot] [PATCH 3/4] package/snmppp: fix broken URL in help text luca.ceresoli
2022-09-22 12:51   ` Peter Korsgaard
2022-09-17 12:36 ` [Buildroot] [PATCH 4/4] package/agentpp: " luca.ceresoli
2022-09-22 12:51   ` Peter Korsgaard
2022-09-17 12:54 ` [Buildroot] [PATCH 1/4] package/snmppp: bump to version 3.4.10 Thomas Petazzoni

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.