emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#48969: closed ([PATCH] gnu: prosody: Update to 0.11.9.)


From: GNU bug Tracking System
Subject: bug#48969: closed ([PATCH] gnu: prosody: Update to 0.11.9.)
Date: Sun, 13 Jun 2021 21:10:01 +0000

Your message dated Sun, 13 Jun 2021 23:09:01 +0200
with message-id <877dixzd3m.fsf@gnu.org>
and subject line Re: bug#48969: [PATCH] gnu: prosody: Update to 0.11.9.
has caused the debbugs.gnu.org bug report #48969,
regarding [PATCH] gnu: prosody: Update to 0.11.9.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
48969: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=48969
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: prosody: Update to 0.11.9. Date: Sat, 12 Jun 2021 09:42:29 +0200
Prosody 0.11.3 was released in september 2019, I sincerely hope nobody
is using it on Guix because it's clearly outdated and unsecure. From
0.11.3 to 0.11.9 there are no breaking changes to my knowledge and the
update should be smooth for current users.

I didn't try the runtime because it's not that easy without a
configured server.


* gnu/packages/messaging.scm (prosody): Update to 0.11.9.
---
 gnu/packages/messaging.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/messaging.scm b/gnu/packages/messaging.scm
index 7b91284b10..9ff45026e1 100644
--- a/gnu/packages/messaging.scm
+++ b/gnu/packages/messaging.scm
@@ -1275,14 +1275,14 @@ default.")
 (define-public prosody
   (package
     (name "prosody")
-    (version "0.11.3")
+    (version "0.11.9")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://prosody.im/downloads/source/";
                                   "prosody-" version ".tar.gz"))
               (sha256
                (base32
-                "11xz4milv2962qf75vrdwsvd8sy2332nf69202rmvz5989pvvnng"))))
+                "02gzvsaq0l5lx608sfh7hfz14s6yfsr4sr4kzcsqd1cxljp35h6c"))))
     (build-system gnu-build-system)
     (arguments
      `(#:tests? #f                      ;tests require "busted"
-- 
2.32.0




--- End Message ---
--- Begin Message --- Subject: Re: bug#48969: [PATCH] gnu: prosody: Update to 0.11.9. Date: Sun, 13 Jun 2021 23:09:01 +0200 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux)
Hi,

Solene Rapenne <solene@perso.pw> skribis:

> Prosody 0.11.3 was released in september 2019, I sincerely hope nobody
> is using it on Guix because it's clearly outdated and unsecure. From
> 0.11.3 to 0.11.9 there are no breaking changes to my knowledge and the
> update should be smooth for current users.
>
> I didn't try the runtime because it's not that easy without a
> configured server.
>
>
> * gnu/packages/messaging.scm (prosody): Update to 0.11.9.

“make check-system TESTS=prosody” passes, so I went ahead and applied it.

Please add comments after the “--” line so that they’re not part of the
commit log when applying the patch.

Thanks!

Ludo’.


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]