Hey David, Thanks a lot for taking care of this on my vacations! :D
David Goerger <da...@goerger.info> wrote: > Hi ports@ and Lucas, > > I've been running 0.11.8 for about a week without issue on amd64. > Might it be possible to get this in for 6.9? Thanks! > > The changelog for 0.11.7 -> 0.11.8 consists of the usual fare of > bugfixes, performance improvements, and security updates. It builds fine on -current, and deployed a backported patch in -stable in my server, which is working correctly. Had to modify the diff adding `FIX_EXTRACT_PERMISSIONS=Yes` as all the directories and a single file in the release tarball are `o-rwx` and I run with `PORTS_PRIVSEP=Yes` in my `/etc/mk.conf`. Upstream said they don't plan to fix that released tarball. With that, this is "OK" maintainer. -Lucas Index: Makefile =================================================================== RCS file: /home/cvs/ports/net/prosody/Makefile,v retrieving revision 1.59 diff -u -p -r1.59 Makefile --- Makefile 5 Oct 2020 22:09:34 -0000 1.59 +++ Makefile 6 Mar 2021 18:06:54 -0000 @@ -1,7 +1,7 @@ # $OpenBSD: Makefile,v 1.59 2020/10/05 22:09:34 solene Exp $ COMMENT= communications server for Jabber/XMPP written in Lua -DISTNAME= prosody-0.11.7 +DISTNAME= prosody-0.11.8 CATEGORIES= net MASTER_SITES= https://prosody.im/downloads/source/ @@ -11,6 +11,8 @@ MAINTAINER= Lucas <lu...@sexy.is> # MIT PERMIT_PACKAGE= Yes + +FIX_EXTRACT_PERMISSIONS= Yes MAKE_FILE= makefile MODULES= lang/lua Index: distinfo =================================================================== RCS file: /home/cvs/ports/net/prosody/distinfo,v retrieving revision 1.19 diff -u -p -r1.19 distinfo --- distinfo 5 Oct 2020 22:09:34 -0000 1.19 +++ distinfo 6 Mar 2021 17:49:42 -0000 @@ -1,2 +1,2 @@ -SHA256 (prosody-0.11.7.tar.gz) = KP/AdlNIXLY+IrOH0+pIJe4rqu4MWCfeTWBTo1sch0c= -SIZE (prosody-0.11.7.tar.gz) = 429369 +SHA256 (prosody-0.11.8.tar.gz) = gw8YO5jVdC2B6QjS2OMljxtTja10EfBv2lssxcdQaPg= +SIZE (prosody-0.11.8.tar.gz) = 429762 Index: pkg/PLIST =================================================================== RCS file: /home/cvs/ports/net/prosody/pkg/PLIST,v retrieving revision 1.16 diff -u -p -r1.16 PLIST --- pkg/PLIST 5 Oct 2020 22:09:35 -0000 1.16 +++ pkg/PLIST 6 Mar 2021 17:49:42 -0000 @@ -211,6 +211,7 @@ lib/prosody/util/stanza.lua lib/prosody/util/startup.lua lib/prosody/util/statistics.lua lib/prosody/util/statsd.lua +@so lib/prosody/util/strbitop.so @so lib/prosody/util/table.so lib/prosody/util/template.lua lib/prosody/util/termcolours.lua