Index | Thread | Search

From:
aisha <openbsd.ports@aisha.cc>
Subject:
Re: UPDATE: net/znc 1.9.1 -> 1.10.2
To:
Christopher Hylarides <hylaride@capybara.org>
Cc:
ports@openbsd.org
Date:
Thu, 16 Jul 2026 20:38:36 -0400

Download raw body.

Thread
On Sun, 12 Jul 2026 15:33:19 -0400
Christopher Hylarides <hylaride@capybara.org> wrote:

> Any update?  Would like to get this merged!
> 
> Thanks.
> 
> —


Sorry for the ate reply, IRL has been hectic.
I'll update it over the weekend.

Aisha


> Christopher
> 
> > On Jul 8, 2026, at 18:49, Christopher Hylarides
> > <hylaride@capybara.org> wrote:
> > 
> > Diff below.
> > 
> > Built and tested on OpenBSD 7.9 GENERIC#399 amd64.  Seems stable.
> > 
> > On top of some new features, 1.10.x:
> > - fixes a use-after-free crash in capabilities handling
> > - new saslplainauth module (builds with no extra dependencies)
> > accounts for the PLIST addition.
> > 
> > Full changeling between 1.9.1 and 1.10.2 can be seen
> > here: https://github.com/znc/znc/blob/master/ChangeLog.md
> > 
> > Thanks!
> > 
> > -- 
> > Christopher
> > 
> > 
> > cvs server: Diffing net/znc
> > Index: net/znc/Makefile
> > ===================================================================
> > RCS file: /cvs/ports/net/znc/Makefile,v
> > diff -u -p -u -p -r1.55 Makefile
> > --- net/znc/Makefile	9 Mar 2026 20:27:30 -0000	1.55
> > +++ net/znc/Makefile	8 Jul 2026 20:46:41 -0000
> > @@ -1,8 +1,7 @@
> > COMMENT-main=	advanced IRC bouncer
> > COMMENT-sasl=	SASL module for ZNC
> > 
> > -DISTNAME=	znc-1.9.1
> > -REVISION=	0
> > +DISTNAME=	znc-1.10.2
> > CATEGORIES=	net
> > SITES=		${HOMEPAGE}releases/
> > 
> > Index: net/znc/distinfo
> > ===================================================================
> > RCS file: /cvs/ports/net/znc/distinfo,v
> > diff -u -p -u -p -r1.25 distinfo
> > --- net/znc/distinfo	4 Jul 2024 03:32:58 -0000	1.25
> > +++ net/znc/distinfo	8 Jul 2026 20:46:41 -0000
> > @@ -1,2 +1,2 @@
> > -SHA256 (znc-1.9.1.tar.gz) =
> > 6KfPgOGarVELTigur2G1a8MN+I6i4PZPrc3TA8SJTzw= -SIZE
> > (znc-1.9.1.tar.gz) = 2236498 +SHA256 (znc-1.10.2.tar.gz) =
> > W3Vh87EAI01YrklG6sAmKrMF0nXAlOZK5yPkXQe+CKs= +SIZE
> > (znc-1.10.2.tar.gz) = 2313233 cvs server: Diffing net/znc/pkg
> > Index: net/znc/pkg/PLIST-main
> > ===================================================================
> > RCS file: /cvs/ports/net/znc/pkg/PLIST-main,v
> > diff -u -p -u -p -r1.4 PLIST-main
> > --- net/znc/pkg/PLIST-main	4 Jul 2024 03:32:58 -0000
> > 1.4 +++ net/znc/pkg/PLIST-main	8 Jul 2026 20:46:41 -0000
> > @@ -92,6 +92,7 @@ lib/znc/
> > @so lib/znc/sample.so
> > @so lib/znc/samplewebapi.so
> > @so lib/znc/sasl.so
> > +@so lib/znc/saslplainauth.so
> > @so lib/znc/savebuff.so
> > @so lib/znc/schat.so
> > @so lib/znc/send_raw.so
> > 
> >   
> 
>