[PATCH] gnu: prosody: Update to 0.11.9.

  • Done
  • quality assurance status badge
Details
2 participants
  • Ludovic Courtès
  • Solene Rapenne
Owner
unassigned
Submitted by
Solene Rapenne
Severity
normal

Debbugs page

Solene Rapenne wrote 4 years ago
(address . guix-patches@gnu.org)
20210612094229.599a716c@perso.pw
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(-)

Toggle diff (23 lines)
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
Ludovic Courtès wrote 4 years ago
(name . Solene Rapenne)(address . solene@perso.pw)(address . 48969-done@debbugs.gnu.org)
877dixzd3m.fsf@gnu.org
Hi,

Solene Rapenne <solene@perso.pw> skribis:

Toggle quote (11 lines)
> 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’.
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 48969@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 48969
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help