Hi ports@, Swirc 3.4.2 out. A small bug fix release. I think only Windows was affected but I post it anyway.
>From the changelog: ## [3.4.2] - 2023-02-22 ## - **Added** usage of typedefs (`STRING`, `CSTRING`, `errno_t`, ...) - **Fixed** printtext() bugs due to not checking if the wide character passed to `wcrtomb_s()` or `wcrtomb()` is a null character. I attach a diff. Kind regards Markus
Index: Makefile =================================================================== RCS file: /cvs/ports/net/swirc/Makefile,v retrieving revision 1.24 diff -u -p -r1.24 Makefile --- Makefile 19 Feb 2023 12:04:54 -0000 1.24 +++ Makefile 22 Feb 2023 19:00:16 -0000 @@ -1,5 +1,5 @@ COMMENT = curses icb and irc client -DISTNAME = swirc-3.4.1 +DISTNAME = swirc-3.4.2 CATEGORIES = net HOMEPAGE = https://www.nifty-networks.net/swirc/ Index: distinfo =================================================================== RCS file: /cvs/ports/net/swirc/distinfo,v retrieving revision 1.21 diff -u -p -r1.21 distinfo --- distinfo 19 Feb 2023 12:04:54 -0000 1.21 +++ distinfo 22 Feb 2023 19:00:16 -0000 @@ -1,2 +1,2 @@ -SHA256 (swirc-3.4.1.tgz) = 2nbhy8sGu6su+K7VwFqqYKmvwRrhoaYzkGzD8B52w74= -SIZE (swirc-3.4.1.tgz) = 302612 +SHA256 (swirc-3.4.2.tgz) = zf5NfVh5tAeR91n+lKldxrMQxUocaFeQ/I0kR7ov3Jc= +SIZE (swirc-3.4.2.tgz) = 302886