Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/agentpp: security bump to version 4.6.0
@ 2023-03-20  7:34 Fabrice Fontaine
  2023-03-20  9:07 ` Peter Korsgaard
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Fabrice Fontaine @ 2023-03-20  7:34 UTC (permalink / raw)
  To: buildroot; +Cc: Luca Ceresoli, Fabrice Fontaine

- Fixed (security) [APP-70]: Memory leak in MibLeaf::set if same OID is set
  twice in the same PDU.
- Fix the following build failure raised since bump of snmppp to version
  3.5.0 in commit e011fa0415883b9d44df616cfaf6956e1a11da88:

snmp_pp_ext.cpp: In member function 'int Agentpp::Snmpx::send(const Agentpp::Pdux&, Snmp_pp::SnmpTarget*)':
snmp_pp_ext.cpp:1172:47: error: binding reference of type 'Snmp_pp::Pdu&' to 'const Snmp_pp::Pdu' discards qualifiers
 1172 |     status = snmpmsg.loadv3(Snmp::get_mpv3(), pdu, engine_id, security_name,
      |

Fixes:
 - http://autobuild.buildroot.net/results/d7347b8b3953596b66da6ca6d85f084fb427934c

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
---
 package/agentpp/agentpp.hash | 2 +-
 package/agentpp/agentpp.mk   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/package/agentpp/agentpp.hash b/package/agentpp/agentpp.hash
index 99aae70263..527414eed5 100644
--- a/package/agentpp/agentpp.hash
+++ b/package/agentpp/agentpp.hash
@@ -1,3 +1,3 @@
 # Locally computed:
-sha256  5f2cfe98fd1d50683e02c65fccd9423351254df427e5825e4f321c488a9234eb  agent++-4.5.4.tar.gz
+sha256  e09dc2d40277d468c18f1539ad18f43e0c3a95b10fad8a02184e9ace8bac0d67  agent++-4.6.0.tar.gz
 sha256  1eb85fc97224598dad1852b5d6483bbcf0aa8608790dcc657a5a2a761ae9c8c6  LICENSE-2_0.txt
diff --git a/package/agentpp/agentpp.mk b/package/agentpp/agentpp.mk
index d020228e44..0ef549426e 100644
--- a/package/agentpp/agentpp.mk
+++ b/package/agentpp/agentpp.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-AGENTPP_VERSION = 4.5.4
+AGENTPP_VERSION = 4.6.0
 AGENTPP_SOURCE = agent++-$(AGENTPP_VERSION).tar.gz
 AGENTPP_SITE = http://www.agentpp.com/download
 AGENTPP_LICENSE = Apache-2.0
-- 
2.39.1

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

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

* Re: [Buildroot] [PATCH 1/1] package/agentpp: security bump to version 4.6.0
  2023-03-20  7:34 [Buildroot] [PATCH 1/1] package/agentpp: security bump to version 4.6.0 Fabrice Fontaine
@ 2023-03-20  9:07 ` Peter Korsgaard
  2023-04-10 19:29 ` Peter Korsgaard
  2023-04-16  8:55 ` Yann E. MORIN
  2 siblings, 0 replies; 4+ messages in thread
From: Peter Korsgaard @ 2023-03-20  9:07 UTC (permalink / raw)
  To: Fabrice Fontaine; +Cc: Luca Ceresoli, buildroot

>>>>> "Fabrice" == Fabrice Fontaine <fontaine.fabrice@gmail.com> writes:

 > - Fixed (security) [APP-70]: Memory leak in MibLeaf::set if same OID is set
 >   twice in the same PDU.
 > - Fix the following build failure raised since bump of snmppp to version
 >   3.5.0 in commit e011fa0415883b9d44df616cfaf6956e1a11da88:

 > snmp_pp_ext.cpp: In member function 'int Agentpp::Snmpx::send(const Agentpp::Pdux&, Snmp_pp::SnmpTarget*)':
 > snmp_pp_ext.cpp:1172:47: error: binding reference of type 'Snmp_pp::Pdu&' to 'const Snmp_pp::Pdu' discards qualifiers
 >  1172 |     status = snmpmsg.loadv3(Snmp::get_mpv3(), pdu, engine_id, security_name,
 >       |

 > Fixes:
 >  - http://autobuild.buildroot.net/results/d7347b8b3953596b66da6ca6d85f084fb427934c

 > Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>

Committed, thanks.

-- 
Bye, Peter Korsgaard
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* Re: [Buildroot] [PATCH 1/1] package/agentpp: security bump to version 4.6.0
  2023-03-20  7:34 [Buildroot] [PATCH 1/1] package/agentpp: security bump to version 4.6.0 Fabrice Fontaine
  2023-03-20  9:07 ` Peter Korsgaard
@ 2023-04-10 19:29 ` Peter Korsgaard
  2023-04-16  8:55 ` Yann E. MORIN
  2 siblings, 0 replies; 4+ messages in thread
From: Peter Korsgaard @ 2023-04-10 19:29 UTC (permalink / raw)
  To: Fabrice Fontaine; +Cc: Luca Ceresoli, buildroot

>>>>> "Fabrice" == Fabrice Fontaine <fontaine.fabrice@gmail.com> writes:

 > - Fixed (security) [APP-70]: Memory leak in MibLeaf::set if same OID is set
 >   twice in the same PDU.
 > - Fix the following build failure raised since bump of snmppp to version
 >   3.5.0 in commit e011fa0415883b9d44df616cfaf6956e1a11da88:

 > snmp_pp_ext.cpp: In member function 'int Agentpp::Snmpx::send(const Agentpp::Pdux&, Snmp_pp::SnmpTarget*)':
 > snmp_pp_ext.cpp:1172:47: error: binding reference of type 'Snmp_pp::Pdu&' to 'const Snmp_pp::Pdu' discards qualifiers
 >  1172 |     status = snmpmsg.loadv3(Snmp::get_mpv3(), pdu, engine_id, security_name,
 >       |

 > Fixes:
 >  - http://autobuild.buildroot.net/results/d7347b8b3953596b66da6ca6d85f084fb427934c

 > Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>

Committed to 2023.02.x and 2022.02.x, thanks.

-- 
Bye, Peter Korsgaard
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* Re: [Buildroot] [PATCH 1/1] package/agentpp: security bump to version 4.6.0
  2023-03-20  7:34 [Buildroot] [PATCH 1/1] package/agentpp: security bump to version 4.6.0 Fabrice Fontaine
  2023-03-20  9:07 ` Peter Korsgaard
  2023-04-10 19:29 ` Peter Korsgaard
@ 2023-04-16  8:55 ` Yann E. MORIN
  2 siblings, 0 replies; 4+ messages in thread
From: Yann E. MORIN @ 2023-04-16  8:55 UTC (permalink / raw)
  To: Fabrice Fontaine; +Cc: Luca Ceresoli, buildroot

Fabrice, All,

On 2023-03-20 08:34 +0100, Fabrice Fontaine spake thusly:
> - Fixed (security) [APP-70]: Memory leak in MibLeaf::set if same OID is set
>   twice in the same PDU.
> - Fix the following build failure raised since bump of snmppp to version
>   3.5.0 in commit e011fa0415883b9d44df616cfaf6956e1a11da88:
> 
> snmp_pp_ext.cpp: In member function 'int Agentpp::Snmpx::send(const Agentpp::Pdux&, Snmp_pp::SnmpTarget*)':
> snmp_pp_ext.cpp:1172:47: error: binding reference of type 'Snmp_pp::Pdu&' to 'const Snmp_pp::Pdu' discards qualifiers
>  1172 |     status = snmpmsg.loadv3(Snmp::get_mpv3(), pdu, engine_id, security_name,

That does not seem to be fixed, unfortunately;

    http://autobuild.buildroot.org/results/694/694dfd225d2b8392cd231a8622d731d53579c713/

Regards,
Yann E. MORIN.

> Fixes:
>  - http://autobuild.buildroot.net/results/d7347b8b3953596b66da6ca6d85f084fb427934c
> 
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
> ---
>  package/agentpp/agentpp.hash | 2 +-
>  package/agentpp/agentpp.mk   | 2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/package/agentpp/agentpp.hash b/package/agentpp/agentpp.hash
> index 99aae70263..527414eed5 100644
> --- a/package/agentpp/agentpp.hash
> +++ b/package/agentpp/agentpp.hash
> @@ -1,3 +1,3 @@
>  # Locally computed:
> -sha256  5f2cfe98fd1d50683e02c65fccd9423351254df427e5825e4f321c488a9234eb  agent++-4.5.4.tar.gz
> +sha256  e09dc2d40277d468c18f1539ad18f43e0c3a95b10fad8a02184e9ace8bac0d67  agent++-4.6.0.tar.gz
>  sha256  1eb85fc97224598dad1852b5d6483bbcf0aa8608790dcc657a5a2a761ae9c8c6  LICENSE-2_0.txt
> diff --git a/package/agentpp/agentpp.mk b/package/agentpp/agentpp.mk
> index d020228e44..0ef549426e 100644
> --- a/package/agentpp/agentpp.mk
> +++ b/package/agentpp/agentpp.mk
> @@ -4,7 +4,7 @@
>  #
>  ################################################################################
>  
> -AGENTPP_VERSION = 4.5.4
> +AGENTPP_VERSION = 4.6.0
>  AGENTPP_SOURCE = agent++-$(AGENTPP_VERSION).tar.gz
>  AGENTPP_SITE = http://www.agentpp.com/download
>  AGENTPP_LICENSE = Apache-2.0
> -- 
> 2.39.1
> 
> _______________________________________________
> buildroot mailing list
> buildroot@buildroot.org
> https://lists.buildroot.org/mailman/listinfo/buildroot

-- 
.-----------------.--------------------.------------------.--------------------.
|  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software  Designer | \ / CAMPAIGN     |  ___               |
| +33 561 099 427 `------------.-------:  X  AGAINST      |  \e/  There is no  |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL    |   v   conspiracy.  |
'------------------------------^-------^------------------^--------------------'
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

end of thread, other threads:[~2023-04-16  8:55 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-03-20  7:34 [Buildroot] [PATCH 1/1] package/agentpp: security bump to version 4.6.0 Fabrice Fontaine
2023-03-20  9:07 ` Peter Korsgaard
2023-04-10 19:29 ` Peter Korsgaard
2023-04-16  8:55 ` Yann E. MORIN

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox