Usually I'm happy to wait for the next release but there are two distinct crash fixes in HEAD and upstream does not plan a release soon (unless there's a major fix or feature).
One crash occured when LC_CTYPE wasn't UTF-8, another occured when passing too narrow colour hashes in an attempt to disable colours; the latter is now implemented as such: `-H 0,0' disables nick/channel colours - I ran into both crashes, hence this unordinary update. Changelog at https://git.causal.agency/catgirl/log/ Feedback? OK? Index: Makefile =================================================================== RCS file: /cvs/ports/net/catgirl/Makefile,v retrieving revision 1.7 diff -u -p -r1.7 Makefile --- Makefile 14 Feb 2021 23:27:08 -0000 1.7 +++ Makefile 12 Mar 2021 19:31:57 -0000 @@ -1,8 +1,8 @@ # $OpenBSD: Makefile,v 1.7 2021/02/14 23:27:08 kn Exp $ COMMENT = curses TLS-only IRC client -DISTNAME = catgirl-1.6 -REVISION = 0 +DISTNAME = catgirl-441f561f72090a30d1e17e015c3e5257a70ecd85 +PKGNAME = catgirl-1.6.20120310 CATEGORIES = net Index: distinfo =================================================================== RCS file: /cvs/ports/net/catgirl/distinfo,v retrieving revision 1.3 diff -u -p -r1.3 distinfo --- distinfo 9 Feb 2021 10:49:51 -0000 1.3 +++ distinfo 12 Mar 2021 19:32:22 -0000 @@ -1,2 +1,2 @@ -SHA256 (catgirl-1.6.tar.gz) = OzLuO1fKtfopsKbLnSGkpeX0Hv1KaYy53xXjFr8AD2o= -SIZE (catgirl-1.6.tar.gz) = 58524 +SHA256 (catgirl-441f561f72090a30d1e17e015c3e5257a70ecd85.tar.gz) = M8CDScKGRcldP6xiOe0XFNOKCXdHajAy20aMjCbADig= +SIZE (catgirl-441f561f72090a30d1e17e015c3e5257a70ecd85.tar.gz) = 58937
