[Buildroot] [PATCH 1/1] package/mosquitto: bump to v1.6.11

Titouan Christophe titouan.christophe at railnova.eu
Mon Aug 17 22:18:15 UTC 2020


Hi Thomas,

On 17/08/20 15:13, Thomas Petazzoni wrote:
> On Mon, 17 Aug 2020 11:10:55 +0200
> Titouan Christophe <titouan.christophe at railnova.eu> wrote:
> 
>> Mosquitto 1.6.11 is a bugfix release, read the whole announcement on
>> http://mosquitto.org/blog/2020/08/version-1-6-11-released/
>>
>>  From the changelog of the client library:
>> mosquitto_loop_start() now sets a thread name on Linux, FreeBSD, NetBSD,
>> and OpenBSD. Closes #1777.
>> This is done with pthread_setname_np; so mosquitto now requires
>> BR2_TOOLCHAIN_HAS_THREADS_NPTL.
>>
>> Signed-off-by: Titouan Christophe <titouan.christophe at railnova.eu>
>> ---
>>   package/mosquitto/Config.in      | 4 ++++
>>   package/mosquitto/mosquitto.hash | 4 ++--
>>   package/mosquitto/mosquitto.mk   | 2 +-
>>   3 files changed, 7 insertions(+), 3 deletions(-)
>>
>> diff --git a/package/mosquitto/Config.in b/package/mosquitto/Config.in
>> index b4effa36be..21cd56c492 100644
>> --- a/package/mosquitto/Config.in
>> +++ b/package/mosquitto/Config.in
>> @@ -1,5 +1,6 @@
>>   config BR2_PACKAGE_MOSQUITTO
>>   	bool "mosquitto"
>> +	depends on BR2_TOOLCHAIN_HAS_THREADS_NPTL  # pthread_setname_np
> 
> It seems like this new dependency was not propagated to all reverse
> dependencies of mosquitto. Could you double check this ?

Oh right, and I now realize that it hasn't been done for a while, and 
several reverse dependencies are outdated (still requiring SYNC4, no 
static libs, etc...).

> Thanks!
> 
> Thomas
> 

Thank you for the review,

Titouan



More information about the buildroot mailing list