All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] azmq: bump to version 1.0.2
@ 2018-02-27 20:51 Fabrice Fontaine
  2018-02-27 21:03 ` Peter Korsgaard
  0 siblings, 1 reply; 9+ messages in thread
From: Fabrice Fontaine @ 2018-02-27 20:51 UTC (permalink / raw)
  To: buildroot

Add license hash

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

diff --git a/package/azmq/azmq.hash b/package/azmq/azmq.hash
index d3993f4988..35139cfaeb 100644
--- a/package/azmq/azmq.hash
+++ b/package/azmq/azmq.hash
@@ -1,3 +1,4 @@
 # Locally calculated
-# https://github.com/zeromq/azmq/archive/v1.0.tar.gz
-sha256 c204c731bcb7810ca3a2c5515e88974ef2ff8d0589e60a897dc238b369180e7b  azmq-v1.0.tar.gz
+# https://github.com/zeromq/azmq/archive/v1.0.2.tar.gz
+sha256 25fa8b07756cffae95e25a55c7ea42efe02e8cd797552201aa771dd69cfc8fbf  azmq-v1.0.2.tar.gz
+sha256 c9bff75738922193e67fa726fa225535870d2aa1059f91452c411736284ad566  LICENSE-BOOST_1_0
diff --git a/package/azmq/azmq.mk b/package/azmq/azmq.mk
index 427ad0f5b4..9ccb407a65 100644
--- a/package/azmq/azmq.mk
+++ b/package/azmq/azmq.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-AZMQ_VERSION = v1.0
+AZMQ_VERSION = v1.0.2
 AZMQ_SITE = $(call github,zeromq,azmq,$(AZMQ_VERSION))
 AZMQ_DEPENDENCIES = boost zeromq
 AZMQ_LICENSE = BSL-1.0
-- 
2.14.1

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

* [Buildroot] [PATCH 1/1] azmq: bump to version 1.0.2
  2018-02-27 20:51 [Buildroot] [PATCH 1/1] azmq: bump to version 1.0.2 Fabrice Fontaine
@ 2018-02-27 21:03 ` Peter Korsgaard
  2018-02-27 21:15   ` Fabrice Fontaine
  2018-02-28  6:11   ` Trent Piepho
  0 siblings, 2 replies; 9+ messages in thread
From: Peter Korsgaard @ 2018-02-27 21:03 UTC (permalink / raw)
  To: buildroot

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

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

Does this fix any big / security issues so it needs to go to master or
is this for next?

-- 
Bye, Peter Korsgaard

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

* [Buildroot] [PATCH 1/1] azmq: bump to version 1.0.2
  2018-02-27 21:03 ` Peter Korsgaard
@ 2018-02-27 21:15   ` Fabrice Fontaine
  2018-02-27 21:28     ` Peter Korsgaard
  2018-02-28  6:11   ` Trent Piepho
  1 sibling, 1 reply; 9+ messages in thread
From: Fabrice Fontaine @ 2018-02-27 21:15 UTC (permalink / raw)
  To: buildroot

Dear Peter,

2018-02-27 22:03 GMT+01:00 Peter Korsgaard <peter@korsgaard.com>:

> >>>>> "Fabrice" == Fabrice Fontaine <fontaine.fabrice@gmail.com> writes:
>
>  > Add license hash
>  > Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
>
> Does this fix any big / security issues so it needs to go to master or
> is this for next?
>
There is no big / security issues, this is for next.

>
> --
> Bye, Peter Korsgaard
>
Best Regards,

Fabrice
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20180227/6129d8af/attachment.html>

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

* [Buildroot] [PATCH 1/1] azmq: bump to version 1.0.2
  2018-02-27 21:15   ` Fabrice Fontaine
@ 2018-02-27 21:28     ` Peter Korsgaard
  0 siblings, 0 replies; 9+ messages in thread
From: Peter Korsgaard @ 2018-02-27 21:28 UTC (permalink / raw)
  To: buildroot

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

 > Dear Peter,
 > 2018-02-27 22:03 GMT+01:00 Peter Korsgaard <peter@korsgaard.com>:

 >> >>>>> "Fabrice" == Fabrice Fontaine <fontaine.fabrice@gmail.com> writes:
 >> 
 >> > Add license hash
 >> > Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
 >> 
 >> Does this fix any big / security issues so it needs to go to master or
 >> is this for next?
 >> 
 > There is no big / security issues, this is for next.

Ok - Committed to next, thanks.

-- 
Bye, Peter Korsgaard

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

* [Buildroot] [PATCH 1/1] azmq: bump to version 1.0.2
  2018-02-27 21:03 ` Peter Korsgaard
  2018-02-27 21:15   ` Fabrice Fontaine
@ 2018-02-28  6:11   ` Trent Piepho
  2018-02-28  6:33     ` Peter Korsgaard
  1 sibling, 1 reply; 9+ messages in thread
From: Trent Piepho @ 2018-02-28  6:11 UTC (permalink / raw)
  To: buildroot

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

>Does this fix any big / security issues so it needs to go to master or
> s this for next?

The previous version of azmq will not build with the boost version in 2018.02-rc2.

It does work with buildroot 2017.11.2.

Not sure exactly where the breakage point was between those releases.

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

* [Buildroot] [PATCH 1/1] azmq: bump to version 1.0.2
  2018-02-28  6:11   ` Trent Piepho
@ 2018-02-28  6:33     ` Peter Korsgaard
  2018-02-28 12:51       ` Fabrice Fontaine
  2018-02-28 18:23       ` Trent Piepho
  0 siblings, 2 replies; 9+ messages in thread
From: Peter Korsgaard @ 2018-02-28  6:33 UTC (permalink / raw)
  To: buildroot

>>>>> "Trent" == Trent Piepho <tpiepho@impinj.com> writes:

 >> >>>>> "Fabrice" == Fabrice Fontaine <fontaine.fabrice@gmail.com> writes:
 >> Does this fix any big / security issues so it needs to go to master or
 >> s this for next?

 > The previous version of azmq will not build with the boost version in 2018.02-rc2.

 > It does work with buildroot 2017.11.2.

 > Not sure exactly where the breakage point was between those releases.

Ahh, so azmq-1.0 doesn't build in 2018.02-rc3? Odd, I don't see it in
the autobuilders.

-- 
Bye, Peter Korsgaard

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

* [Buildroot] [PATCH 1/1] azmq: bump to version 1.0.2
  2018-02-28  6:33     ` Peter Korsgaard
@ 2018-02-28 12:51       ` Fabrice Fontaine
  2018-02-28 18:23       ` Trent Piepho
  1 sibling, 0 replies; 9+ messages in thread
From: Fabrice Fontaine @ 2018-02-28 12:51 UTC (permalink / raw)
  To: buildroot

Dear Peter and Trent,

2018-02-28 7:33 GMT+01:00 Peter Korsgaard <peter@korsgaard.com>:

> >>>>> "Trent" == Trent Piepho <tpiepho@impinj.com> writes:
>
>  >> >>>>> "Fabrice" == Fabrice Fontaine <fontaine.fabrice@gmail.com>
> writes:
>  >> Does this fix any big / security issues so it needs to go to master or
>  >> s this for next?
>
>  > The previous version of azmq will not build with the boost version in
> 2018.02-rc2.
>
>  > It does work with buildroot 2017.11.2.
>
>  > Not sure exactly where the breakage point was between those releases.
>
> Ahh, so azmq-1.0 doesn't build in 2018.02-rc3? Odd, I don't see it in
> the autobuilders.
>
From my knowledge, azmq didn't build on targets without NPTL support but
the error was tagged as a boost error:
http://autobuild.buildroot.net/?reason=boost-1.66.0.
The patch https://patchwork.ozlabs.org/patch/877238 fixed this issue.
The issue was that NPTL was wrongly selected by azmq.

I'm not aware of any other issues.

>
> --
> Bye, Peter Korsgaard
>

Best Regards,

Fabrice
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20180228/31bdcac8/attachment.html>

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

* [Buildroot] [PATCH 1/1] azmq: bump to version 1.0.2
  2018-02-28  6:33     ` Peter Korsgaard
  2018-02-28 12:51       ` Fabrice Fontaine
@ 2018-02-28 18:23       ` Trent Piepho
  2018-03-01 20:54         ` Arnout Vandecappelle
  1 sibling, 1 reply; 9+ messages in thread
From: Trent Piepho @ 2018-02-28 18:23 UTC (permalink / raw)
  To: buildroot

On Wed, 2018-02-28 at 07:33 +0100, Peter Korsgaard wrote:
> > > > > > "Trent" == Trent Piepho <tpiepho@impinj.com> writes:
> 
>  >> >>>>> "Fabrice" == Fabrice Fontaine <fontaine.fabrice@gmail.com> writes:
>  >> Does this fix any big / security issues so it needs to go to master or
>  >> s this for next?
> 
>  > The previous version of azmq will not build with the boost version in 2018.02-rc2.
> 
>  > It does work with buildroot 2017.11.2.
> 
>  > Not sure exactly where the breakage point was between those releases.
> 
> Ahh, so azmq-1.0 doesn't build in 2018.02-rc3? Odd, I don't see it in
> the autobuilder

azmq is a header only library and buildroot disables the library's unit
tests, so there is nothing to fail when buildroot "builds" the library.
 But if you use it, it doesn't work with some asio changes that went
into boost.

It would be interesting if buildroot could build and run a package's
unit tests.  I wonder if autobuilders would be able to find many bugs
that way?

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

* [Buildroot] [PATCH 1/1] azmq: bump to version 1.0.2
  2018-02-28 18:23       ` Trent Piepho
@ 2018-03-01 20:54         ` Arnout Vandecappelle
  0 siblings, 0 replies; 9+ messages in thread
From: Arnout Vandecappelle @ 2018-03-01 20:54 UTC (permalink / raw)
  To: buildroot



On 28-02-18 19:23, Trent Piepho wrote:
> On Wed, 2018-02-28 at 07:33 +0100, Peter Korsgaard wrote:
>>>>>>> "Trent" == Trent Piepho <tpiepho@impinj.com> writes:
>>
>>  >> >>>>> "Fabrice" == Fabrice Fontaine <fontaine.fabrice@gmail.com> writes:
>>  >> Does this fix any big / security issues so it needs to go to master or
>>  >> s this for next?
>>
>>  > The previous version of azmq will not build with the boost version in 2018.02-rc2.
>>
>>  > It does work with buildroot 2017.11.2.
>>
>>  > Not sure exactly where the breakage point was between those releases.
>>
>> Ahh, so azmq-1.0 doesn't build in 2018.02-rc3? Odd, I don't see it in
>> the autobuilder
> 
> azmq is a header only library and buildroot disables the library's unit
> tests, so there is nothing to fail when buildroot "builds" the library.
>  But if you use it, it doesn't work with some asio changes that went
> into boost.
> 
> It would be interesting if buildroot could build and run a package's
> unit tests.  I wonder if autobuilders would be able to find many bugs
> that way?

 The runtime testing infrastructure is meant for exactly that. Well, it would
need to be extended with some way to build the unit tests and copy them to the
target - possibly in a post-build script.

 Regards,
 Arnout

-- 
Arnout Vandecappelle                          arnout at mind be
Senior Embedded Software Architect            +32-16-286500
Essensium/Mind                                http://www.mind.be
G.Geenslaan 9, 3001 Leuven, Belgium           BE 872 984 063 RPR Leuven
LinkedIn profile: http://www.linkedin.com/in/arnoutvandecappelle
GPG fingerprint:  7493 020B C7E3 8618 8DEC 222C 82EB F404 F9AC 0DDF

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

end of thread, other threads:[~2018-03-01 20:54 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-02-27 20:51 [Buildroot] [PATCH 1/1] azmq: bump to version 1.0.2 Fabrice Fontaine
2018-02-27 21:03 ` Peter Korsgaard
2018-02-27 21:15   ` Fabrice Fontaine
2018-02-27 21:28     ` Peter Korsgaard
2018-02-28  6:11   ` Trent Piepho
2018-02-28  6:33     ` Peter Korsgaard
2018-02-28 12:51       ` Fabrice Fontaine
2018-02-28 18:23       ` Trent Piepho
2018-03-01 20:54         ` Arnout Vandecappelle

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.