Download raw body.
Maintainer update: net/ergo (SECURITY)
Hi all, attached is an update to ergo 2.19.1 which brings a security fix
to 2.19.0, they advise everyone to update promptly. I also took make
update-plist's advice on the @sample line.
Index: Makefile
===================================================================
RCS file: /cvs/ports/net/ergo/Makefile,v
diff -u -p -r1.6 Makefile
--- Makefile 28 Jul 2026 00:43:58 -0000 1.6
+++ Makefile 5 Aug 2026 22:09:45 -0000
@@ -1,6 +1,6 @@
COMMENT = modern IRC server written in Go
-DIST_TUPLE += github ergochat ergo v2.19.0 .
+DIST_TUPLE += github ergochat ergo v2.19.1 .
CATEGORIES = net
HOMEPAGE = https://ergo.chat/
Index: distinfo
===================================================================
RCS file: /cvs/ports/net/ergo/distinfo,v
diff -u -p -r1.5 distinfo
--- distinfo 28 Jul 2026 00:43:58 -0000 1.5
+++ distinfo 5 Aug 2026 22:09:45 -0000
@@ -1,2 +1,2 @@
-SHA256 (ergochat-ergo-v2.19.0.tar.gz) = N6vMzZUfubZy7/+qkOAh1ffYtqMAE34tidcImG4EGSc=
-SIZE (ergochat-ergo-v2.19.0.tar.gz) = 47515091
+SHA256 (ergochat-ergo-v2.19.1.tar.gz) = ex9vrIdKdcdmzNQdBo9ECKwJqjDllCM6/ofneT2TxYc=
+SIZE (ergochat-ergo-v2.19.1.tar.gz) = 47517711
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/net/ergo/pkg/PLIST,v
diff -u -p -r1.2 PLIST
--- pkg/PLIST 28 Jul 2026 00:43:58 -0000 1.2
+++ pkg/PLIST 5 Aug 2026 22:09:45 -0000
@@ -216,6 +216,4 @@ share/examples/ergo/ircd.motd
share/examples/ergo/ircd.yaml
@mode 440
@group _ergo
-@sample /etc/ergo.yaml
-@mode
-@group
+@sample ${SYSCONFDIR}/ergo.yaml
Maintainer update: net/ergo (SECURITY)