From: Theo Buehler Subject: Re: UPDATE net/luaunbound from MAINTAINER To: ports@openbsd.org Date: Thu, 26 Mar 2026 05:56:22 +0100 On Wed, Mar 25, 2026 at 11:49:55PM +0000, Lucas Gabriel Vuotto wrote: > Hello ports@, > > there is a new release of luaunbound, which I'm currently testing in my > Prosody and is working fine. The main points of the release are a new > method to the exported object and better error reporting. > > I did build and package all the FLAVORs, but I'm only testing the lua54 > one as that's what Prosody uses. Should we keep all the FLAVORs? I don't > know how much churn is to remove FLAVORs, and it's a single, short C > file build, which is a negligible amount of time in bulks (probably). I'd just leave the FLAVORs as they are. Each of them costs a few seconds in bulks and updates are infrequent so there's little cost to them. In the unlikely event that this update with a really small source diff breaks one of the flavors you don't use, well, we can look when someone notices. ok tb