GNU bug report logs -
#78373
[PATCH] gnu: mosquitto: Update to 2.0.21.
Previous Next
Reported by: Evgeny Pisemsky <mail <at> pisemsky.site>
Date: Sun, 11 May 2025 14:02:01 UTC
Severity: normal
Tags: patch
Done: Sharlatan Hellseher <sharlatanus <at> gmail.com>
Bug is archived. No further changes may be made.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 78373 in the body.
You can then email your comments to 78373 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#78373
; Package
guix-patches
.
(Sun, 11 May 2025 14:02:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Evgeny Pisemsky <mail <at> pisemsky.site>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Sun, 11 May 2025 14:02:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/messaging.scm (mosquitto): Update to 2.0.21, run guix style.
[description]: Adjust for guix lint.
Change-Id: Ia3612284ff50e893c96aad1de0a165d24c6e3277
---
gnu/packages/messaging.scm | 13 ++++++-------
1 file changed, 6 insertions(+), 7 deletions(-)
diff --git a/gnu/packages/messaging.scm b/gnu/packages/messaging.scm
index 5c48c5ff73..01fabfab33 100644
--- a/gnu/packages/messaging.scm
+++ b/gnu/packages/messaging.scm
@@ -2955,26 +2955,25 @@ (define-public chatty
(define-public mosquitto
(package
(name "mosquitto")
- (version "2.0.15")
+ (version "2.0.21")
(source
(origin
(method url-fetch)
(uri (string-append "https://mosquitto.org/files/source/mosquitto-"
version ".tar.gz"))
(sha256
- (base32
- "1ils0ckxz86gvr37k2gfl4q9gs12625dhhb7i6lcg49z5v9v2da7"))))
+ (base32 "17c9gf2xncxsi3v8fbgq3abfyb84lyr18in0s1pbplmqmr6fimbs"))))
(build-system cmake-build-system)
- (inputs
- (list openssl libxslt))
+ (inputs (list openssl libxslt))
(synopsis "Message broker")
- (description "This package provides Eclipse Mosquitto, a message broker
+ (description
+ "This package provides Eclipse Mosquitto, a message broker
that implements the MQTT protocol versions 5.0, 3.1.1 and 3.1. Mosquitto
is lightweight and is suitable for use on all devices from low power single
board computers to full servers.
The MQTT protocol provides a lightweight method of carrying out messaging
-using a publish/subscribe model. This makes it suitable for Internet of
+using a publish/subscribe model. This makes it suitable for Internet of
Things messaging such as with low power sensors or mobile devices such
as phones, embedded computers or microcontrollers.")
(home-page "https://mosquitto.org/")
base-commit: f6363db18636172f959e2709982bbe09b411c3d8
--
2.49.0
Information forwarded
to
guix-patches <at> gnu.org
:
bug#78373
; Package
guix-patches
.
(Fri, 16 May 2025 11:32:02 GMT)
Full text and
rfc822 format available.
Message #8 received at 78373 <at> debbugs.gnu.org (full text, mbox):
At first I wanted to enable websockets support, but guix lint displayed lots of CVEs on the current version of mosquitto, so this update is desirable.
Or I can prepare and send here a series of patches to make everything at once to avoid multiple rebuilds.
Reply sent
to
Sharlatan Hellseher <sharlatanus <at> gmail.com>
:
You have taken responsibility.
(Fri, 16 May 2025 20:59:05 GMT)
Full text and
rfc822 format available.
Notification sent
to
Evgeny Pisemsky <mail <at> pisemsky.site>
:
bug acknowledged by developer.
(Fri, 16 May 2025 20:59:06 GMT)
Full text and
rfc822 format available.
Message #13 received at 78373-done <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
Hi,
Thanks for the patch!
Pushed to master as 0e8baa398aae2076a88b95bfc97843bc697e4a00.
Please send a fresh series grouping together other related patch to a
new issue number or give it a go with PR on CodeBerg ;-)
--
Oleg
[signature.asc (application/pgp-signature, inline)]
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Sat, 14 Jun 2025 11:24:17 GMT)
Full text and
rfc822 format available.
This bug report was last modified 7 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.