Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] package/mosquitto: bump to version 2.0.17
@ 2023-08-25 10:15 Peter Korsgaard
  2023-08-25 17:18 ` Thomas Petazzoni via buildroot
  0 siblings, 1 reply; 5+ messages in thread
From: Peter Korsgaard @ 2023-08-25 10:15 UTC (permalink / raw)
  To: buildroot; +Cc: Titouan Christophe

Bugfix release, fixing a number of regressions in 2.0.16

From the changelog
(https://github.com/eclipse/mosquitto/blob/master/ChangeLog.txt)

2.0.17 - 2023-08-22
===================

Broker:
- Fix `max_queued_messages 0` stopping clients from receiving messages.
  Closes #2879.
- Fix `max_inflight_messages` not being set correctly. Closes #2876.

Apps:
- Fix `mosquitto_passwd -U` backup file creation. Closes #2873.

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
---
 package/mosquitto/mosquitto.hash | 4 ++--
 package/mosquitto/mosquitto.mk   | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/package/mosquitto/mosquitto.hash b/package/mosquitto/mosquitto.hash
index cbe54d6d1a..df0a51df3a 100644
--- a/package/mosquitto/mosquitto.hash
+++ b/package/mosquitto/mosquitto.hash
@@ -1,6 +1,6 @@
 # Locally calculated after checking gpg signature
-# from https://mosquitto.org/files/source/mosquitto-2.0.16.tar.gz.asc
-sha256  638db9e43e89d243ea98d10d66e76ff376131217780decd01abaffacc66d8035  mosquitto-2.0.16.tar.gz
+# from https://mosquitto.org/files/source/mosquitto-2.0.17.tar.gz.asc
+sha256  3be7a911236567c1a9fbe25baf3e3167004ba4a0c151a448ef1f7fc077dba52f  mosquitto-2.0.17.tar.gz
 
 # License files
 sha256  d3c4ccace4e5d3cc89d34cf2a0bc85b8596bfc0a32b815d0d77f9b7c41b5350c  LICENSE.txt
diff --git a/package/mosquitto/mosquitto.mk b/package/mosquitto/mosquitto.mk
index f146a86d0a..0b85246f39 100644
--- a/package/mosquitto/mosquitto.mk
+++ b/package/mosquitto/mosquitto.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-MOSQUITTO_VERSION = 2.0.16
+MOSQUITTO_VERSION = 2.0.17
 MOSQUITTO_SITE = https://mosquitto.org/files/source
 MOSQUITTO_LICENSE = EPL-2.0 or EDLv1.0
 MOSQUITTO_LICENSE_FILES = LICENSE.txt epl-v20 edl-v10
-- 
2.30.2

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

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

* Re: [Buildroot] [PATCH] package/mosquitto: bump to version 2.0.17
  2023-08-25 10:15 [Buildroot] [PATCH] package/mosquitto: bump to version 2.0.17 Peter Korsgaard
@ 2023-08-25 17:18 ` Thomas Petazzoni via buildroot
  2023-08-25 18:28   ` Peter Korsgaard
  0 siblings, 1 reply; 5+ messages in thread
From: Thomas Petazzoni via buildroot @ 2023-08-25 17:18 UTC (permalink / raw)
  To: Peter Korsgaard; +Cc: Titouan Christophe, buildroot

On Fri, 25 Aug 2023 12:15:35 +0200
Peter Korsgaard <peter@korsgaard.com> wrote:

> Bugfix release, fixing a number of regressions in 2.0.16
> 
> From the changelog
> (https://github.com/eclipse/mosquitto/blob/master/ChangeLog.txt)
> 
> 2.0.17 - 2023-08-22
> ===================
> 
> Broker:
> - Fix `max_queued_messages 0` stopping clients from receiving messages.
>   Closes #2879.
> - Fix `max_inflight_messages` not being set correctly. Closes #2876.
> 
> Apps:
> - Fix `mosquitto_passwd -U` backup file creation. Closes #2873.
> 
> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
> ---
>  package/mosquitto/mosquitto.hash | 4 ++--
>  package/mosquitto/mosquitto.mk   | 2 +-
>  2 files changed, 3 insertions(+), 3 deletions(-)

Applied to next, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* Re: [Buildroot] [PATCH] package/mosquitto: bump to version 2.0.17
  2023-08-25 17:18 ` Thomas Petazzoni via buildroot
@ 2023-08-25 18:28   ` Peter Korsgaard
  2023-08-25 21:03     ` Thomas Petazzoni via buildroot
  2023-09-13 16:08     ` Peter Korsgaard
  0 siblings, 2 replies; 5+ messages in thread
From: Peter Korsgaard @ 2023-08-25 18:28 UTC (permalink / raw)
  To: Thomas Petazzoni; +Cc: Titouan Christophe, buildroot

>>>>> "Thomas" == Thomas Petazzoni <thomas.petazzoni@bootlin.com> writes:

 > On Fri, 25 Aug 2023 12:15:35 +0200
 > Peter Korsgaard <peter@korsgaard.com> wrote:

 >> Bugfix release, fixing a number of regressions in 2.0.16
 >> 
 >> From the changelog
 >> (https://github.com/eclipse/mosquitto/blob/master/ChangeLog.txt)
 >> 
 >> 2.0.17 - 2023-08-22
 >> ===================
 >> 
 >> Broker:
 >> - Fix `max_queued_messages 0` stopping clients from receiving messages.
 >> Closes #2879.
 >> - Fix `max_inflight_messages` not being set correctly. Closes #2876.
 >> 
 >> Apps:
 >> - Fix `mosquitto_passwd -U` backup file creation. Closes #2873.
 >> 
 >> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
 >> ---
 >> package/mosquitto/mosquitto.hash | 4 ++--
 >> package/mosquitto/mosquitto.mk   | 2 +-
 >> 2 files changed, 3 insertions(+), 3 deletions(-)

 > Applied to next, thanks.

Sorry if that wasn't clear, but given that it fixes regressions in
2.0.16 (which is in master), I think it makes sense to apply it to
master as well.

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

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

* Re: [Buildroot] [PATCH] package/mosquitto: bump to version 2.0.17
  2023-08-25 18:28   ` Peter Korsgaard
@ 2023-08-25 21:03     ` Thomas Petazzoni via buildroot
  2023-09-13 16:08     ` Peter Korsgaard
  1 sibling, 0 replies; 5+ messages in thread
From: Thomas Petazzoni via buildroot @ 2023-08-25 21:03 UTC (permalink / raw)
  To: Peter Korsgaard; +Cc: Titouan Christophe, buildroot

On Fri, 25 Aug 2023 20:28:13 +0200
Peter Korsgaard <peter@korsgaard.com> wrote:

> Sorry if that wasn't clear, but given that it fixes regressions in
> 2.0.16 (which is in master), I think it makes sense to apply it to
> master as well.

Indeed, wasn't immediately clear to me. I cherry-picked the commit in
the master branch. Thanks!

Thomas
-- 
Thomas Petazzoni, co-owner and CEO, Bootlin
Embedded Linux and Kernel engineering and training
https://bootlin.com
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* Re: [Buildroot] [PATCH] package/mosquitto: bump to version 2.0.17
  2023-08-25 18:28   ` Peter Korsgaard
  2023-08-25 21:03     ` Thomas Petazzoni via buildroot
@ 2023-09-13 16:08     ` Peter Korsgaard
  1 sibling, 0 replies; 5+ messages in thread
From: Peter Korsgaard @ 2023-09-13 16:08 UTC (permalink / raw)
  To: Thomas Petazzoni; +Cc: Titouan Christophe, buildroot

>>>>> "Peter" == Peter Korsgaard <peter@korsgaard.com> writes:

>>>>> "Thomas" == Thomas Petazzoni <thomas.petazzoni@bootlin.com> writes:
 >> On Fri, 25 Aug 2023 12:15:35 +0200
 >> Peter Korsgaard <peter@korsgaard.com> wrote:

 >>> Bugfix release, fixing a number of regressions in 2.0.16
 >>> 
 >>> From the changelog
 >>> (https://github.com/eclipse/mosquitto/blob/master/ChangeLog.txt)
 >>> 
 >>> 2.0.17 - 2023-08-22
 >>> ===================
 >>> 
 >>> Broker:
 >>> - Fix `max_queued_messages 0` stopping clients from receiving messages.
 >>> Closes #2879.
 >>> - Fix `max_inflight_messages` not being set correctly. Closes #2876.
 >>> 
 >>> Apps:
 >>> - Fix `mosquitto_passwd -U` backup file creation. Closes #2873.
 >>> 
 >>> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
 >>> ---
 >>> package/mosquitto/mosquitto.hash | 4 ++--
 >>> package/mosquitto/mosquitto.mk   | 2 +-
 >>> 2 files changed, 3 insertions(+), 3 deletions(-)

 >> Applied to next, thanks.

 > Sorry if that wasn't clear, but given that it fixes regressions in
 > 2.0.16 (which is in master), I think it makes sense to apply it to
 > master as well.

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

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

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

end of thread, other threads:[~2023-09-13 16:08 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-08-25 10:15 [Buildroot] [PATCH] package/mosquitto: bump to version 2.0.17 Peter Korsgaard
2023-08-25 17:18 ` Thomas Petazzoni via buildroot
2023-08-25 18:28   ` Peter Korsgaard
2023-08-25 21:03     ` Thomas Petazzoni via buildroot
2023-09-13 16:08     ` Peter Korsgaard

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