All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/paho-mqtt-c: bump to version 1.3.2
@ 2020-04-21 11:48 Julien Grossholtz
  2020-04-21 19:36 ` Thomas Petazzoni
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Julien Grossholtz @ 2020-04-21 11:48 UTC (permalink / raw)
  To: buildroot

paho-c-mqtt 1.3.2 is a maintenance release. It fixes many bugs
including memory leaks and segmentation faults.

Release notes: https://github.com/eclipse/paho.mqtt.c/milestone/7?closed=1

Signed-off-by: Julien Grossholtz <julien.grossholtz@openest.io>
---
 package/paho-mqtt-c/paho-mqtt-c.hash | 2 +-
 package/paho-mqtt-c/paho-mqtt-c.mk   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/package/paho-mqtt-c/paho-mqtt-c.hash b/package/paho-mqtt-c/paho-mqtt-c.hash
index 97b15d1320..80231c762a 100644
--- a/package/paho-mqtt-c/paho-mqtt-c.hash
+++ b/package/paho-mqtt-c/paho-mqtt-c.hash
@@ -1,4 +1,4 @@
 # Locally computed:
-sha256  7b4eed66ae3df3613629139c0df28b16abfa4e0927bd17360027d936784aa55e  paho-mqtt-c-1.3.1.tar.gz
+sha256  c2d74a37c8e23d6eef229db0e04cb8e511571562668808e02d836e82d5bbd0ae  paho-mqtt-c-1.3.2.tar.gz
 sha256  83bbba033dc985487e321b6dfde111772affb73460be48726299fed3da684b1c  edl-v10
 sha256  44277b2bec6093e4ac313afec251a4de599d24c4e768f8574d95b13a9d2d97b5  epl-v10
diff --git a/package/paho-mqtt-c/paho-mqtt-c.mk b/package/paho-mqtt-c/paho-mqtt-c.mk
index 8772d73be0..49d5be3777 100644
--- a/package/paho-mqtt-c/paho-mqtt-c.mk
+++ b/package/paho-mqtt-c/paho-mqtt-c.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-PAHO_MQTT_C_VERSION = 1.3.1
+PAHO_MQTT_C_VERSION = 1.3.2
 PAHO_MQTT_C_SITE = $(call github,eclipse,paho.mqtt.c,v$(PAHO_MQTT_C_VERSION))
 PAHO_MQTT_C_LICENSE = EPL-1.0 or BSD-3-Clause
 PAHO_MQTT_C_LICENSE_FILES = epl-v10 edl-v10
-- 
2.25.2

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

* [Buildroot] [PATCH 1/1] package/paho-mqtt-c: bump to version 1.3.2
  2020-04-21 11:48 [Buildroot] [PATCH 1/1] package/paho-mqtt-c: bump to version 1.3.2 Julien Grossholtz
@ 2020-04-21 19:36 ` Thomas Petazzoni
  2020-04-28  5:38 ` Thomas Petazzoni
  2020-05-07 20:57 ` Peter Korsgaard
  2 siblings, 0 replies; 7+ messages in thread
From: Thomas Petazzoni @ 2020-04-21 19:36 UTC (permalink / raw)
  To: buildroot

On Tue, 21 Apr 2020 13:48:49 +0200
Julien Grossholtz <julien.grossholtz@openest.io> wrote:

> paho-c-mqtt 1.3.2 is a maintenance release. It fixes many bugs
> including memory leaks and segmentation faults.
> 
> Release notes: https://github.com/eclipse/paho.mqtt.c/milestone/7?closed=1
> 
> Signed-off-by: Julien Grossholtz <julien.grossholtz@openest.io>
> ---
>  package/paho-mqtt-c/paho-mqtt-c.hash | 2 +-
>  package/paho-mqtt-c/paho-mqtt-c.mk   | 2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)

Applied to master, thanks.

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

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

* [Buildroot] [PATCH 1/1] package/paho-mqtt-c: bump to version 1.3.2
  2020-04-21 11:48 [Buildroot] [PATCH 1/1] package/paho-mqtt-c: bump to version 1.3.2 Julien Grossholtz
  2020-04-21 19:36 ` Thomas Petazzoni
@ 2020-04-28  5:38 ` Thomas Petazzoni
  2020-04-28  6:31   ` Fabrice Fontaine
  2020-05-07 20:57 ` Peter Korsgaard
  2 siblings, 1 reply; 7+ messages in thread
From: Thomas Petazzoni @ 2020-04-28  5:38 UTC (permalink / raw)
  To: buildroot

On Tue, 21 Apr 2020 13:48:49 +0200
Julien Grossholtz <julien.grossholtz@openest.io> wrote:

> paho-c-mqtt 1.3.2 is a maintenance release. It fixes many bugs
> including memory leaks and segmentation faults.
> 
> Release notes: https://github.com/eclipse/paho.mqtt.c/milestone/7?closed=1
> 
> Signed-off-by: Julien Grossholtz <julien.grossholtz@openest.io>
> ---
>  package/paho-mqtt-c/paho-mqtt-c.hash | 2 +-
>  package/paho-mqtt-c/paho-mqtt-c.mk   | 2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)

This has been causing build issues since it was merged:

  http://autobuild.buildroot.net/?reason=paho-mqtt-c%

It tries to link with libanl:

/home/buildroot/autobuild/instance-1/output-1/host/opt/ext-toolchain/bin/../lib/gcc/powerpc-buildroot-linux-uclibc/8.3.0/../../../../powerpc-buildroot-linux-uclibc/bin/ld: cannot find -lanl

which I believe is only provided by glibc. Not sure what the fix is.
Making paho-mqtt-c depend on glibc would not be really nice.

Best regards,

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

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

* [Buildroot] [PATCH 1/1] package/paho-mqtt-c: bump to version 1.3.2
  2020-04-28  5:38 ` Thomas Petazzoni
@ 2020-04-28  6:31   ` Fabrice Fontaine
  2020-04-28  7:09     ` Thomas Petazzoni
  0 siblings, 1 reply; 7+ messages in thread
From: Fabrice Fontaine @ 2020-04-28  6:31 UTC (permalink / raw)
  To: buildroot

Hi Thomas,

Le mar. 28 avr. 2020 ? 07:38, Thomas Petazzoni
<thomas.petazzoni@bootlin.com> a ?crit :
>
> On Tue, 21 Apr 2020 13:48:49 +0200
> Julien Grossholtz <julien.grossholtz@openest.io> wrote:
>
> > paho-c-mqtt 1.3.2 is a maintenance release. It fixes many bugs
> > including memory leaks and segmentation faults.
> >
> > Release notes: https://github.com/eclipse/paho.mqtt.c/milestone/7?closed=1
> >
> > Signed-off-by: Julien Grossholtz <julien.grossholtz@openest.io>
> > ---
> >  package/paho-mqtt-c/paho-mqtt-c.hash | 2 +-
> >  package/paho-mqtt-c/paho-mqtt-c.mk   | 2 +-
> >  2 files changed, 2 insertions(+), 2 deletions(-)
>
> This has been causing build issues since it was merged:
>
>   http://autobuild.buildroot.net/?reason=paho-mqtt-c%
>
> It tries to link with libanl:
>
> /home/buildroot/autobuild/instance-1/output-1/host/opt/ext-toolchain/bin/../lib/gcc/powerpc-buildroot-linux-uclibc/8.3.0/../../../../powerpc-buildroot-linux-uclibc/bin/ld: cannot find -lanl
>
> which I believe is only provided by glibc. Not sure what the fix is.
> Making paho-mqtt-c depend on glibc would not be really nice.
I fixed it upstream with:
https://github.com/eclipse/paho.mqtt.c/commit/517e8659ab566b15cc409490a432e8935b164de8.
I'll send a patch.
It should be noted that that upstream has the "interesting" idea of
deleting and recreating git release. For example, 1.3.2 has been
"re-released" 20 hours ago. It could explain why the hash was wrong
when this package was bumped.
>
> Best regards,
>
> Thomas
> --
> Thomas Petazzoni, CTO, Bootlin
> Embedded Linux and Kernel engineering
> https://bootlin.com
Best Regards,

Fabrice

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

* [Buildroot] [PATCH 1/1] package/paho-mqtt-c: bump to version 1.3.2
  2020-04-28  6:31   ` Fabrice Fontaine
@ 2020-04-28  7:09     ` Thomas Petazzoni
  2020-04-28  9:21       ` Fabrice Fontaine
  0 siblings, 1 reply; 7+ messages in thread
From: Thomas Petazzoni @ 2020-04-28  7:09 UTC (permalink / raw)
  To: buildroot

On Tue, 28 Apr 2020 08:31:35 +0200
Fabrice Fontaine <fontaine.fabrice@gmail.com> wrote:

> > /home/buildroot/autobuild/instance-1/output-1/host/opt/ext-toolchain/bin/../lib/gcc/powerpc-buildroot-linux-uclibc/8.3.0/../../../../powerpc-buildroot-linux-uclibc/bin/ld: cannot find -lanl
> >
> > which I believe is only provided by glibc. Not sure what the fix is.
> > Making paho-mqtt-c depend on glibc would not be really nice.  
> I fixed it upstream with:
> https://github.com/eclipse/paho.mqtt.c/commit/517e8659ab566b15cc409490a432e8935b164de8.
> I'll send a patch.

Excellent, thanks!

> It should be noted that that upstream has the "interesting" idea of
> deleting and recreating git release. For example, 1.3.2 has been
> "re-released" 20 hours ago. It could explain why the hash was wrong
> when this package was bumped.

Gah, very bad. Since you're in touch with upstream, perhaps you could
tell them that this is really bad, and why it is really bad?

Thanks!

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

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

* [Buildroot] [PATCH 1/1] package/paho-mqtt-c: bump to version 1.3.2
  2020-04-28  7:09     ` Thomas Petazzoni
@ 2020-04-28  9:21       ` Fabrice Fontaine
  0 siblings, 0 replies; 7+ messages in thread
From: Fabrice Fontaine @ 2020-04-28  9:21 UTC (permalink / raw)
  To: buildroot

Hi,

Le mar. 28 avr. 2020 ? 09:09, Thomas Petazzoni
<thomas.petazzoni@bootlin.com> a ?crit :
>
> On Tue, 28 Apr 2020 08:31:35 +0200
> Fabrice Fontaine <fontaine.fabrice@gmail.com> wrote:
>
> > > /home/buildroot/autobuild/instance-1/output-1/host/opt/ext-toolchain/bin/../lib/gcc/powerpc-buildroot-linux-uclibc/8.3.0/../../../../powerpc-buildroot-linux-uclibc/bin/ld: cannot find -lanl
> > >
> > > which I believe is only provided by glibc. Not sure what the fix is.
> > > Making paho-mqtt-c depend on glibc would not be really nice.
> > I fixed it upstream with:
> > https://github.com/eclipse/paho.mqtt.c/commit/517e8659ab566b15cc409490a432e8935b164de8.
> > I'll send a patch.
>
> Excellent, thanks!
>
> > It should be noted that that upstream has the "interesting" idea of
> > deleting and recreating git release. For example, 1.3.2 has been
> > "re-released" 20 hours ago. It could explain why the hash was wrong
> > when this package was bumped.
>
> Gah, very bad. Since you're in touch with upstream, perhaps you could
> tell them that this is really bad, and why it is really bad?
Done: https://github.com/eclipse/paho.mqtt.c/pull/861
>
> Thanks!
>
> Thomas
> --
> Thomas Petazzoni, CTO, Bootlin
> Embedded Linux and Kernel engineering
> https://bootlin.com
Best Regards,

Fabrice

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

* [Buildroot] [PATCH 1/1] package/paho-mqtt-c: bump to version 1.3.2
  2020-04-21 11:48 [Buildroot] [PATCH 1/1] package/paho-mqtt-c: bump to version 1.3.2 Julien Grossholtz
  2020-04-21 19:36 ` Thomas Petazzoni
  2020-04-28  5:38 ` Thomas Petazzoni
@ 2020-05-07 20:57 ` Peter Korsgaard
  2 siblings, 0 replies; 7+ messages in thread
From: Peter Korsgaard @ 2020-05-07 20:57 UTC (permalink / raw)
  To: buildroot

>>>>> "Julien" == Julien Grossholtz <julien.grossholtz@openest.io> writes:

 > paho-c-mqtt 1.3.2 is a maintenance release. It fixes many bugs
 > including memory leaks and segmentation faults.

 > Release notes: https://github.com/eclipse/paho.mqtt.c/milestone/7?closed=1

 > Signed-off-by: Julien Grossholtz <julien.grossholtz@openest.io>

Committed to 2020.02.x, thanks.

-- 
Bye, Peter Korsgaard

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

end of thread, other threads:[~2020-05-07 20:57 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-21 11:48 [Buildroot] [PATCH 1/1] package/paho-mqtt-c: bump to version 1.3.2 Julien Grossholtz
2020-04-21 19:36 ` Thomas Petazzoni
2020-04-28  5:38 ` Thomas Petazzoni
2020-04-28  6:31   ` Fabrice Fontaine
2020-04-28  7:09     ` Thomas Petazzoni
2020-04-28  9:21       ` Fabrice Fontaine
2020-05-07 20:57 ` Peter Korsgaard

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.