* [Buildroot] [PATCH] package/mosquitto: security bump to version 2.0.15
@ 2022-09-03 9:27 Francois Perrad
2022-09-04 7:16 ` Yann E. MORIN
2022-09-18 7:49 ` Peter Korsgaard
0 siblings, 2 replies; 3+ messages in thread
From: Francois Perrad @ 2022-09-03 9:27 UTC (permalink / raw)
To: buildroot
see https://mosquitto.org/blog/2022/08/version-2-0-15-released/
Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
---
package/mosquitto/Config.in | 2 +-
package/mosquitto/mosquitto.hash | 4 ++--
package/mosquitto/mosquitto.mk | 2 +-
3 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/package/mosquitto/Config.in b/package/mosquitto/Config.in
index b4effa36b..6fa5f79c6 100644
--- a/package/mosquitto/Config.in
+++ b/package/mosquitto/Config.in
@@ -17,7 +17,7 @@ config BR2_PACKAGE_MOSQUITTO
implementing MQTT clients, and the very popular mosquitto_pub
and mosquitto_sub command line MQTT clients.
- http://mosquitto.org/
+ https://mosquitto.org/
config BR2_PACKAGE_MOSQUITTO_BROKER
bool "install the mosquitto broker"
diff --git a/package/mosquitto/mosquitto.hash b/package/mosquitto/mosquitto.hash
index 24b8869d1..2cfd0d942 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.13.tar.gz.asc
-sha256 d0dde8fdb12caf6e2426b4f28081919a2fce3448773bdb8af0d3cd5fe5776925 mosquitto-2.0.14.tar.gz
+# from https://mosquitto.org/files/source/mosquitto-2.0.15.tar.gz.asc
+sha256 4735b1d32e3f91c7a8896741d88a3022e89730a1ee897946decfa0df27039ac6 mosquitto-2.0.15.tar.gz
# License files
sha256 d3c4ccace4e5d3cc89d34cf2a0bc85b8596bfc0a32b815d0d77f9b7c41b5350c LICENSE.txt
diff --git a/package/mosquitto/mosquitto.mk b/package/mosquitto/mosquitto.mk
index 3e7a728ac..c47e61850 100644
--- a/package/mosquitto/mosquitto.mk
+++ b/package/mosquitto/mosquitto.mk
@@ -4,7 +4,7 @@
#
################################################################################
-MOSQUITTO_VERSION = 2.0.14
+MOSQUITTO_VERSION = 2.0.15
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.34.1
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [Buildroot] [PATCH] package/mosquitto: security bump to version 2.0.15
2022-09-03 9:27 [Buildroot] [PATCH] package/mosquitto: security bump to version 2.0.15 Francois Perrad
@ 2022-09-04 7:16 ` Yann E. MORIN
2022-09-18 7:49 ` Peter Korsgaard
1 sibling, 0 replies; 3+ messages in thread
From: Yann E. MORIN @ 2022-09-04 7:16 UTC (permalink / raw)
To: Francois Perrad; +Cc: buildroot
François, All,
On 2022-09-03 11:27 +0200, Francois Perrad spake thusly:
> see https://mosquitto.org/blog/2022/08/version-2-0-15-released/
>
> Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
Security fix, bug fix: applied to master, thanks.
Regards,
Yann E. MORIN.
> ---
> package/mosquitto/Config.in | 2 +-
> package/mosquitto/mosquitto.hash | 4 ++--
> package/mosquitto/mosquitto.mk | 2 +-
> 3 files changed, 4 insertions(+), 4 deletions(-)
>
> diff --git a/package/mosquitto/Config.in b/package/mosquitto/Config.in
> index b4effa36b..6fa5f79c6 100644
> --- a/package/mosquitto/Config.in
> +++ b/package/mosquitto/Config.in
> @@ -17,7 +17,7 @@ config BR2_PACKAGE_MOSQUITTO
> implementing MQTT clients, and the very popular mosquitto_pub
> and mosquitto_sub command line MQTT clients.
>
> - http://mosquitto.org/
> + https://mosquitto.org/
>
> config BR2_PACKAGE_MOSQUITTO_BROKER
> bool "install the mosquitto broker"
> diff --git a/package/mosquitto/mosquitto.hash b/package/mosquitto/mosquitto.hash
> index 24b8869d1..2cfd0d942 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.13.tar.gz.asc
> -sha256 d0dde8fdb12caf6e2426b4f28081919a2fce3448773bdb8af0d3cd5fe5776925 mosquitto-2.0.14.tar.gz
> +# from https://mosquitto.org/files/source/mosquitto-2.0.15.tar.gz.asc
> +sha256 4735b1d32e3f91c7a8896741d88a3022e89730a1ee897946decfa0df27039ac6 mosquitto-2.0.15.tar.gz
>
> # License files
> sha256 d3c4ccace4e5d3cc89d34cf2a0bc85b8596bfc0a32b815d0d77f9b7c41b5350c LICENSE.txt
> diff --git a/package/mosquitto/mosquitto.mk b/package/mosquitto/mosquitto.mk
> index 3e7a728ac..c47e61850 100644
> --- a/package/mosquitto/mosquitto.mk
> +++ b/package/mosquitto/mosquitto.mk
> @@ -4,7 +4,7 @@
> #
> ################################################################################
>
> -MOSQUITTO_VERSION = 2.0.14
> +MOSQUITTO_VERSION = 2.0.15
> 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.34.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] 3+ messages in thread
* Re: [Buildroot] [PATCH] package/mosquitto: security bump to version 2.0.15
2022-09-03 9:27 [Buildroot] [PATCH] package/mosquitto: security bump to version 2.0.15 Francois Perrad
2022-09-04 7:16 ` Yann E. MORIN
@ 2022-09-18 7:49 ` Peter Korsgaard
1 sibling, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2022-09-18 7:49 UTC (permalink / raw)
To: Francois Perrad; +Cc: buildroot
>>>>> "Francois" == Francois Perrad <fperrad@gmail.com> writes:
> see https://mosquitto.org/blog/2022/08/version-2-0-15-released/
> Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
Committed to 2022.05.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] 3+ messages in thread
end of thread, other threads:[~2022-09-18 7:49 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-09-03 9:27 [Buildroot] [PATCH] package/mosquitto: security bump to version 2.0.15 Francois Perrad
2022-09-04 7:16 ` Yann E. MORIN
2022-09-18 7:49 ` Peter Korsgaard
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox