Lucas <lu...@sexy.is> wrote: > Hi ports@, > > Here is an straightforward update for Prosody. Main points of release > notes [1] are: > > - mod_http (and dependent modules): Make CORS opt-in by default > - mod_http: Reintroduce support for disabling or limiting CORS > - net.unbound: Disable use of hosts file by default > - MUC: Allow kicking users with the same affiliation as the kicker; > fixing an issue and improves Jitsi Meet compatibility > - mod_tombstones: Add caching to improve performance on busy servers; > fixes mod_tombstone: inefficient I/O with internal storage > > Portwise, the patches for our and Fedora (or CentOS or some other RHEL > derived OS) outdated LuaSocket were merged. > > [1]: https://blog.prosody.im/prosody-0.12.1-released/
I'm testing this update on my server (running -STABLE) and so far it's working fine. Would you be fine with updating this on -STABLE too? It's almost the same but merges also the changes to prosody.rc from aja@. Thanks, Omar Polo Index: Makefile =================================================================== RCS file: /cvs/ports/net/prosody/Makefile,v retrieving revision 1.68 diff -u -p -r1.68 Makefile --- Makefile 1 Apr 2022 14:47:53 -0000 1.68 +++ Makefile 12 Jun 2022 08:59:39 -0000 @@ -1,5 +1,5 @@ COMMENT = communications server for Jabber/XMPP written in Lua -DISTNAME = prosody-0.12.0 +DISTNAME = prosody-0.12.1 CATEGORIES = net HOMEPAGE = https://prosody.im/ Index: distinfo =================================================================== RCS file: /cvs/ports/net/prosody/distinfo,v retrieving revision 1.25 diff -u -p -r1.25 distinfo --- distinfo 1 Apr 2022 14:47:53 -0000 1.25 +++ distinfo 12 Jun 2022 08:59:39 -0000 @@ -1,2 +1,2 @@ -SHA256 (prosody-0.12.0.tar.gz) = dS/zIBXaxWX8NBfCGWryaJccNY7gZuUfXZEkE1gNiJo= -SIZE (prosody-0.12.0.tar.gz) = 610330 +SHA256 (prosody-0.12.1.tar.gz) = p+y75B8BpCUYBVk6xtFdvGy3XZx6h2x2tFbPdP9LkOU= +SIZE (prosody-0.12.1.tar.gz) = 611898 Index: pkg/prosody.rc =================================================================== RCS file: /cvs/ports/net/prosody/pkg/prosody.rc,v retrieving revision 1.6 diff -u -p -r1.6 prosody.rc --- pkg/prosody.rc 11 Mar 2022 19:46:58 -0000 1.6 +++ pkg/prosody.rc 12 Jun 2022 08:59:39 -0000 @@ -10,8 +10,7 @@ pexp="${MODLUA_BIN} ${daemon}${daemon_fl rc_usercheck=NO rc_check() { - # return 1 is needed: prosodyctl returns a higher error code on failure - ${TRUEPREFIX}/sbin/prosodyctl status || return 1 + ${TRUEPREFIX}/sbin/prosodyctl status } rc_cmd $1