Hi ports@, Here comes an update for net/swirc. It didn't get updated to 3.3.2 so I post the changelog for both versions:
## [3.3.3] - 2021-11-27 ## - **Added** event `531`. Undocumented in the RFC. (You cannot send CTCPs to this user whilst they have the +T `u_noctcp` mode set.) - **Added** event `728` and `729`. Undocumented in the RFC. Channel Quiet List. - **Added** function `xstrnlen()` and made use of it - **Added** new [Libera Chat](https://libera.chat/) servers - **Added** null checks - **Deleted** unused includes - **Fixed** macro redefinitions - **Fixed** unchecked return values - Made improvements to the following files: - `commands/invite.c` - `commands/notice.cpp` - `commands/services.c` - `events/invite.cpp` - `events/wallops.cpp` - `assertAPI.c` - `errHand.c` - `icb.c` - Added status message `Idle-Mod`. - Added status message `Timeout`. - `readlineTabCompletion.c` - Refactoring - ... - Reformatted and reindented files: - `commands/me.c` - `commands/msg.c` - `commands/squery.cpp` - `commands/znc.cpp` - `events/account.cpp` - `events/banlist.cpp` - `events/servlist.cpp` - `statusbar.cpp` - `titlebar.c` - ... ## [3.3.2] - 2021-10-17 ## - **Added** command line option `-j` - **Added** function `getuser()` and made use of it - **Added** null checks - **Added** the following command aliases: - `/j` (`/join`) - `/p` (`/part`) - **Added** the following commands: - `/ignore` - `/unignore` - **Fixed** unchecked return values - Made improvements to the following files: - `commands/connect.c` - `events/channel.cpp` - `events/misc.cpp` - `events/notice.cpp` - `events/privmsg.cpp` - `events/welcome.cpp` - `events/whois.cpp` - `dataClassify.c` - `log.c` - `nestHome.c` - Reformatted and reindented files - **Rewrote** the `/join` and `/part` commands in C++ - **Updated** the translations I attach a diff. Markus
? patches Index: Makefile =================================================================== RCS file: /cvs/ports/net/swirc/Makefile,v retrieving revision 1.13 diff -u -p -r1.13 Makefile --- Makefile 13 Sep 2021 17:06:45 -0000 1.13 +++ Makefile 27 Nov 2021 17:26:10 -0000 @@ -1,7 +1,7 @@ # $OpenBSD: Makefile,v 1.13 2021/09/13 17:06:45 solene Exp $ COMMENT = curses icb and irc client -DISTNAME = swirc-3.3.1 +DISTNAME = swirc-3.3.3 CATEGORIES = net HOMEPAGE = https://www.nifty-networks.net/swirc/ Index: distinfo =================================================================== RCS file: /cvs/ports/net/swirc/distinfo,v retrieving revision 1.12 diff -u -p -r1.12 distinfo --- distinfo 13 Sep 2021 17:06:45 -0000 1.12 +++ distinfo 27 Nov 2021 17:26:10 -0000 @@ -1,2 +1,2 @@ -SHA256 (swirc-3.3.1.tgz) = YGbT4xu415MJiVhveoreCgSQG8d77+K89Y2ZaJ0wRoU= -SIZE (swirc-3.3.1.tgz) = 253839 +SHA256 (swirc-3.3.3.tgz) = Kb2OzjhFJ6si7plMAABJukYj6M5uDKgCPhOGumDnKs8= +SIZE (swirc-3.3.3.tgz) = 258705