Index | Thread | Search

From:
Stuart Henderson <stu@spacehopper.org>
Subject:
Re: update + security cvs fixes: caddy -> 2.11.2
To:
Keith Henderson Jr <keithhendersonjr@yahoo.com>, "ports@openbsd.org" <ports@openbsd.org>
Date:
Wed, 11 Mar 2026 12:20:17 +0000

Download raw body.

Thread
On 2026/03/11 12:11, Stuart Henderson wrote:
> On 2026/03/11 05:01, Keith Henderson Jr wrote:
> > Just realized I modified the Makefile in a goofy way. Fixed with this diff. Please disregarded last email!
> 
> This doesn't build, the modules list needs updating (and REVISION should
> normally be removed for updates).

btw, usual update procedure for ports using go modules starts with:

update MODGO_VERSION
make modgo-gen-modules > modules.new
mv modules.new modules.inc
make makesum