From: yaydn@protonmail.com Subject: Re: UPDATE: ircII 20260115 To: Brad Smith , "ports@openbsd.org" Date: Sun, 09 Aug 2026 18:25:50 +0000 På søndag 9. august 2026 kl. 01:22, skrev Brad Smith : > Here is an update to ircII 20260115. > > > Changes in ircII 20260115: > > o fix a couple of bugs that would cause segv or infinite loop when the > irc server connection dies > $ cd /usr/ports/net/ircII/ && make build package test ; make port-lib-depends-check check-shlib-syms clean No regression tests for ircII-20260115 ===> Cleaning for ircII-20260115 -- # TRUSTED_PKG_PATH=/usr/ports/packages/amd64/all/ pkg_add -Dsnap -aa ircII ircII-20260115: ok -- Builds on current/amd64 with privsep. Hope this helps. -- yaydn > > Index: Makefile > =================================================================== > RCS file: /cvs/ports/net/ircII/Makefile,v > retrieving revision 1.58 > diff -u -p -u -p -r1.58 Makefile > --- Makefile 10 Apr 2024 10:39:41 -0000 1.58 > +++ Makefile 27 Mar 2026 04:31:36 -0000 > @@ -1,6 +1,6 @@ > COMMENT= Internet Relay Chat client > > -VERSION= 20240111 > +VERSION= 20260115 > DISTNAME= ircii-${VERSION} > PKGNAME= ircII-${VERSION} > CATEGORIES= net > Index: distinfo > =================================================================== > RCS file: /cvs/ports/net/ircII/distinfo,v > retrieving revision 1.24 > diff -u -p -u -p -r1.24 distinfo > --- distinfo 10 Apr 2024 10:39:41 -0000 1.24 > +++ distinfo 27 Mar 2026 04:31:36 -0000 > @@ -1,2 +1,2 @@ > -SHA256 (ircii-20240111.tar.bz2) = rLk1HZIVx4MRGtEYqyodOsJ/luU9ub3GheXd4cFP2V0= > -SIZE (ircii-20240111.tar.bz2) = 576700 > +SHA256 (ircii-20260115.tar.bz2) = pCdJJQpe7gpX2zty/nCb1ri4HsdsBMT4nwh474mRaOs= > +SIZE (ircii-20260115.tar.bz2) = 578287 > Index: patches/patch-configure > =================================================================== > RCS file: /cvs/ports/net/ircII/patches/patch-configure,v > retrieving revision 1.8 > diff -u -p -u -p -r1.8 patch-configure > --- patches/patch-configure 10 Apr 2024 10:39:41 -0000 1.8 > +++ patches/patch-configure 27 Mar 2026 04:31:36 -0000 > @@ -1,7 +1,7 @@ > Index: configure > --- configure.orig > +++ configure > -@@ -1645,6 +1645,10 @@ else $as_nop > +@@ -1644,6 +1644,10 @@ else case e in #( > #include > #undef $2 > > >