All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 0/2] package/{snmppp, agentpp}: bump version
@ 2020-07-05 16:52 Sergio Prado
  2020-07-05 16:52 ` [Buildroot] [PATCH 1/2] package/snmppp: bump version to 3.4.1 Sergio Prado
  2020-07-05 16:52 ` [Buildroot] [PATCH 2/2] package/agentpp: bump version to 4.3.1 Sergio Prado
  0 siblings, 2 replies; 6+ messages in thread
From: Sergio Prado @ 2020-07-05 16:52 UTC (permalink / raw
  To: buildroot

Hi,

New snmppp version breaks compatibility with older versions, so it
should be updated in sync with agentpp.

Sergio Prado

---------------------------------------------------
Sergio Prado (2):
  package/snmppp: bump version to 3.4.1
  package/agentpp: bump version to 4.3.1

 package/agentpp/agentpp.hash | 4 ++--
 package/agentpp/agentpp.mk   | 2 +-
 package/snmppp/snmppp.hash   | 4 ++--
 package/snmppp/snmppp.mk     | 2 +-
 4 files changed, 6 insertions(+), 6 deletions(-)

-- 
2.17.1

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

* [Buildroot] [PATCH 1/2] package/snmppp: bump version to 3.4.1
  2020-07-05 16:52 [Buildroot] [PATCH 0/2] package/{snmppp, agentpp}: bump version Sergio Prado
@ 2020-07-05 16:52 ` Sergio Prado
  2020-07-05 21:48   ` Luca Ceresoli
  2020-07-11 22:10   ` Thomas Petazzoni
  2020-07-05 16:52 ` [Buildroot] [PATCH 2/2] package/agentpp: bump version to 4.3.1 Sergio Prado
  1 sibling, 2 replies; 6+ messages in thread
From: Sergio Prado @ 2020-07-05 16:52 UTC (permalink / raw
  To: buildroot

Also separate the fields in the hash file by two spaces.

Signed-off-by: Sergio Prado <sergio.prado@e-labworks.com>
---
 package/snmppp/snmppp.hash | 4 ++--
 package/snmppp/snmppp.mk   | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/package/snmppp/snmppp.hash b/package/snmppp/snmppp.hash
index bc54d8c6ba24..320581fb91e2 100644
--- a/package/snmppp/snmppp.hash
+++ b/package/snmppp/snmppp.hash
@@ -1,3 +1,3 @@
 # Locally computed:
-sha256 06a2af44b2976b61667756e3f74604820fce0ef8bfc7f31280308f1eeb7633f3	snmp++-3.3.11a.tar.gz
-sha256 5538f9efc2559a35025df5d6bf19dc85c2bfe54dca6e8409d5690d4f7c69166a	src/v3.cpp
+sha256  ea7b676e48c7a53c380c406bc6163b7057df74a6a1bf9f3cc1f13ba246225907  snmp++-3.4.1.tar.gz
+sha256  bf7bcfe654a7b4f30374035016e563d0f654af2c8306692ebcc53c3d7e655420  src/v3.cpp
diff --git a/package/snmppp/snmppp.mk b/package/snmppp/snmppp.mk
index 0e862faa4854..8090a03818eb 100644
--- a/package/snmppp/snmppp.mk
+++ b/package/snmppp/snmppp.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-SNMPPP_VERSION = 3.3.11a
+SNMPPP_VERSION = 3.4.1
 SNMPPP_SOURCE = snmp++-$(SNMPPP_VERSION).tar.gz
 SNMPPP_SITE = http://www.agentpp.com/download
 SNMPPP_DEPENDENCIES = host-pkgconf
-- 
2.17.1

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

* [Buildroot] [PATCH 2/2] package/agentpp: bump version to 4.3.1
  2020-07-05 16:52 [Buildroot] [PATCH 0/2] package/{snmppp, agentpp}: bump version Sergio Prado
  2020-07-05 16:52 ` [Buildroot] [PATCH 1/2] package/snmppp: bump version to 3.4.1 Sergio Prado
@ 2020-07-05 16:52 ` Sergio Prado
  2020-07-05 21:48   ` Luca Ceresoli
  1 sibling, 1 reply; 6+ messages in thread
From: Sergio Prado @ 2020-07-05 16:52 UTC (permalink / raw
  To: buildroot

Also separate the fields in the hash file by two spaces.

Signed-off-by: Sergio Prado <sergio.prado@e-labworks.com>
---
 package/agentpp/agentpp.hash | 4 ++--
 package/agentpp/agentpp.mk   | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/package/agentpp/agentpp.hash b/package/agentpp/agentpp.hash
index f45819072050..11b23c8ee2ec 100644
--- a/package/agentpp/agentpp.hash
+++ b/package/agentpp/agentpp.hash
@@ -1,3 +1,3 @@
 # Locally computed:
-sha256 ffbd06e6582978b6ea7344ae0ccfe58e634b84d31496bb6eb77f0a9e8f1e1df1  agent++-4.1.2.tar.gz
-sha256 1eb85fc97224598dad1852b5d6483bbcf0aa8608790dcc657a5a2a761ae9c8c6  LICENSE-2_0.txt
+sha256  9b45123df45e803198a1181540b37a4ccd0e63c68df6e826702e2ba49167edac  agent++-4.3.1.tar.gz
+sha256  1eb85fc97224598dad1852b5d6483bbcf0aa8608790dcc657a5a2a761ae9c8c6  LICENSE-2_0.txt
diff --git a/package/agentpp/agentpp.mk b/package/agentpp/agentpp.mk
index 0b6ef0a2a7f0..8982d9e564be 100644
--- a/package/agentpp/agentpp.mk
+++ b/package/agentpp/agentpp.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-AGENTPP_VERSION = 4.1.2
+AGENTPP_VERSION = 4.3.1
 AGENTPP_SOURCE = agent++-$(AGENTPP_VERSION).tar.gz
 AGENTPP_SITE = http://www.agentpp.com/download
 AGENTPP_LICENSE = Apache-2.0
-- 
2.17.1

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

* [Buildroot] [PATCH 1/2] package/snmppp: bump version to 3.4.1
  2020-07-05 16:52 ` [Buildroot] [PATCH 1/2] package/snmppp: bump version to 3.4.1 Sergio Prado
@ 2020-07-05 21:48   ` Luca Ceresoli
  2020-07-11 22:10   ` Thomas Petazzoni
  1 sibling, 0 replies; 6+ messages in thread
From: Luca Ceresoli @ 2020-07-05 21:48 UTC (permalink / raw
  To: buildroot

Hi Sergio,

On 05/07/20 18:52, Sergio Prado wrote:
> Also separate the fields in the hash file by two spaces.
> 
> Signed-off-by: Sergio Prado <sergio.prado@e-labworks.com>

Thanks for these two updates!

Reviewed-by: Luca Ceresoli <luca@lucaceresoli.net>

-- 
Luca

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

* [Buildroot] [PATCH 2/2] package/agentpp: bump version to 4.3.1
  2020-07-05 16:52 ` [Buildroot] [PATCH 2/2] package/agentpp: bump version to 4.3.1 Sergio Prado
@ 2020-07-05 21:48   ` Luca Ceresoli
  0 siblings, 0 replies; 6+ messages in thread
From: Luca Ceresoli @ 2020-07-05 21:48 UTC (permalink / raw
  To: buildroot

Hi Sergio,

On 05/07/20 18:52, Sergio Prado wrote:
> Also separate the fields in the hash file by two spaces.
> 
> Signed-off-by: Sergio Prado <sergio.prado@e-labworks.com>

Reviewed-by: Luca Ceresoli <luca@lucaceresoli.net>

-- 
Luca

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

* [Buildroot] [PATCH 1/2] package/snmppp: bump version to 3.4.1
  2020-07-05 16:52 ` [Buildroot] [PATCH 1/2] package/snmppp: bump version to 3.4.1 Sergio Prado
  2020-07-05 21:48   ` Luca Ceresoli
@ 2020-07-11 22:10   ` Thomas Petazzoni
  1 sibling, 0 replies; 6+ messages in thread
From: Thomas Petazzoni @ 2020-07-11 22:10 UTC (permalink / raw
  To: buildroot

On Sun,  5 Jul 2020 13:52:41 -0300
Sergio Prado <sergio.prado@e-labworks.com> wrote:

> Also separate the fields in the hash file by two spaces.
> 
> Signed-off-by: Sergio Prado <sergio.prado@e-labworks.com>
> ---
>  package/snmppp/snmppp.hash | 4 ++--
>  package/snmppp/snmppp.mk   | 2 +-
>  2 files changed, 3 insertions(+), 3 deletions(-)

Both applied. Thanks!

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com

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

end of thread, other threads:[~2020-07-11 22:10 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-07-05 16:52 [Buildroot] [PATCH 0/2] package/{snmppp, agentpp}: bump version Sergio Prado
2020-07-05 16:52 ` [Buildroot] [PATCH 1/2] package/snmppp: bump version to 3.4.1 Sergio Prado
2020-07-05 21:48   ` Luca Ceresoli
2020-07-11 22:10   ` Thomas Petazzoni
2020-07-05 16:52 ` [Buildroot] [PATCH 2/2] package/agentpp: bump version to 4.3.1 Sergio Prado
2020-07-05 21:48   ` Luca Ceresoli

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.