Hi ports,

Update for Prosody 0.12.4, fresh out of the oven. Maintainance release,
with bugfixes small improvements. Changelog:

 - core.certmanager: Update Mozilla TLS config to version 5.7
 - util.error: Fix error on conversion of invalid error stanza
 - util.array: Fix new() library function
 - util.array: Expose new() on module table
 - prosodyctl: Fix output of error messages containing '%'
 - util.prosodyctl.check: Correct suggested replacement for
   'disallow_s2s'
 - util.prosodyctl.check: Allow same config syntax variants as in
   Prosody for some options
 - util.prosodyctl.check: Fix error where hostname can't be turned into
   A label
 - util.prosodyctl.check: Hint about the 'external_addresses' config
   option
 - util.prosodyctl.check: Suggest 'http_cors_override' instead of older
   CORS settings
 - util.prosodyctl.check: Validate format of module list options
 - mod_websocket: Add a 'pre-session-close' event
 - mod_smacks: Fix stray watchdog closing sessions
 - mod_csi_simple: Disable revert-to-inactive timer when going to active
   mode
 - mod_csi_simple: Clear delayed active mode timer on disable
 - mod_admin_shell: Fix display of remote cert status when expired etc
 - mod_smacks: Replace existing watchdog when starting hibernation
 - mod_http: Fix error if 'access_control_allow_origins' is set
 - mod_pubsub: Send correct 'jid' attribute in disco#items
 - mod_http: Unhook CORS handlers only if active to fix an error
 - mod_s2s: Add event where resolver for s2sout can be tweaked

It's already running fine in my server.

Partly related: I wanted to switch it to Lua 5.4, but that requires
adding lua54 FLAVOR to almost all the deps. Should I make that change
in two parts, first enabling the FLAVORs and then switching Prosody to
Lua 5.4, or should I fold all those changes into this patch?

-Lucas


diff /usr/ports
commit - d2d0ce8a223822322e5653ad5efe79e7a205019a
path + /usr/ports
blob - 9c12606c38f94966b6da741b6a5597cefbbbef60
file + net/prosody/Makefile
--- net/prosody/Makefile
+++ net/prosody/Makefile
@@ -1,9 +1,9 @@
 COMMENT =      communications server for Jabber/XMPP written in Lua
-DISTNAME =     prosody-0.12.3
+DISTNAME =     prosody-0.12.4
 CATEGORIES =   net
 HOMEPAGE =     https://prosody.im/
 
-MAINTAINER =   Lucas <[email protected]>
+MAINTAINER =   Lucas Gabriel Vuotto <[email protected]>
 
 MASTER_SITES = https://prosody.im/downloads/source/
 
blob - 5cd92532a69aeebcbe5d4d247328e933a34069e7
file + net/prosody/distinfo
--- net/prosody/distinfo
+++ net/prosody/distinfo
@@ -1,2 +1,2 @@
-SHA256 (prosody-0.12.3.tar.gz) = NdoNAx/0YECi1jjgBNQlXiSbYyP+YhLbnd12tAHbIQE=
-SIZE (prosody-0.12.3.tar.gz) = 615302
+SHA256 (prosody-0.12.4.tar.gz) = R9cSJzwvKVWMQS9s2uwHMmC7wmt92iQ9tYAzAYPWWFY=
+SIZE (prosody-0.12.4.tar.gz) = 616043

Reply via email to