unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#62423] [PATCH] gnu: mosquitto: Update to 2.0.15.
@ 2023-03-24 18:28 Yovan Naumovski via Guix-patches via
  2023-03-27 16:04 ` Christopher Baines
  0 siblings, 1 reply; 2+ messages in thread
From: Yovan Naumovski via Guix-patches via @ 2023-03-24 18:28 UTC (permalink / raw)
  To: 62423; +Cc: Yovan Naumovski

* gnu/packages/messaging.scm (mosquitto): Update to 2.0.15.
---
 gnu/packages/messaging.scm | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/messaging.scm b/gnu/packages/messaging.scm
index 5ba7d166c0..fd813b75b9 100644
--- a/gnu/packages/messaging.scm
+++ b/gnu/packages/messaging.scm
@@ -38,6 +38,7 @@
 ;;; Copyright © 2022 Maxim Cournoyer <maxim.cournoyer@gmail.com>
 ;;; Copyright © 2022 Giovanni Biscuolo <g@xelera.eu>
 ;;; Copyright © 2023 Giacomo Leidi <goodoldpaul@autistici.org>
+;;; Copyright © 2023 Yovan Naumovski <yovan@gorski.stream>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -2842,7 +2843,7 @@ (define-public chatty
 (define-public mosquitto
   (package
     (name "mosquitto")
-    (version "1.6.12")
+    (version "2.0.15")
     (source
      (origin
        (method url-fetch)
@@ -2850,10 +2851,10 @@ (define-public mosquitto
                            version ".tar.gz"))
        (sha256
         (base32
-         "1yq7y329baa1ly488rw125c3mvsnsa7kjkik602xv1xpkz8p73al"))))
+         "1ils0ckxz86gvr37k2gfl4q9gs12625dhhb7i6lcg49z5v9v2da7"))))
     (build-system cmake-build-system)
     (inputs
-     (list openssl))
+     (list openssl libxslt))
     (synopsis "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
-- 
2.39.2





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

* [bug#62423] [PATCH] gnu: mosquitto: Update to 2.0.15.
  2023-03-24 18:28 [bug#62423] [PATCH] gnu: mosquitto: Update to 2.0.15 Yovan Naumovski via Guix-patches via
@ 2023-03-27 16:04 ` Christopher Baines
  0 siblings, 0 replies; 2+ messages in thread
From: Christopher Baines @ 2023-03-27 16:04 UTC (permalink / raw)
  To: Yovan Naumovski; +Cc: 62423, 62423-done

[-- Attachment #1: Type: text/plain, Size: 336 bytes --]


Yovan Naumovski via Guix-patches via <guix-patches@gnu.org> writes:

> * gnu/packages/messaging.scm (mosquitto): Update to 2.0.15.
> ---
>  gnu/packages/messaging.scm | 7 ++++---
>  1 file changed, 4 insertions(+), 3 deletions(-)

Thanks Yovan, I've pushed this to the master branch as
5a8d9d2721e3e463c805eaa4c2c459c88570be6f.

Chris

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 987 bytes --]

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

end of thread, other threads:[~2023-03-27 16:05 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-24 18:28 [bug#62423] [PATCH] gnu: mosquitto: Update to 2.0.15 Yovan Naumovski via Guix-patches via
2023-03-27 16:04 ` Christopher Baines

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).