Hello ports@,

I have released a new version (3.4.9) of net/swirc with the following changes:

## [3.4.9] - 2024-07-28 ##
- **Added** event 468 (`ERR_INVALIDUSERNAME`)
- **Added** usage of `nullptr`.
- **Changed** the program to not start reconnecting on event 433
   (`ERR_NICKNAMEINUSE`) if a connection is in progress.
- **Fixed** [CWE-190](https://cwe.mitre.org/data/definitions/190.html)
   bugs found by Coverity.
- **Fixed** a few potential data races found by TSan.
- **Fixed** a null pointer dereference.
- **Improved** the thread safety.

I attach a diff.

Best regards
Markus
Index: Makefile
===================================================================
RCS file: /cvs/ports/net/swirc/Makefile,v
diff -u -p -r1.33 Makefile
--- Makefile	4 Jun 2024 17:50:52 -0000	1.33
+++ Makefile	28 Jul 2024 22:11:40 -0000
@@ -1,5 +1,5 @@
 COMMENT =	curses icb and irc client
-DISTNAME =	swirc-3.4.8
+DISTNAME =	swirc-3.4.9
 CATEGORIES =	net
 HOMEPAGE =	https://www.nifty-networks.net/swirc/
 
Index: distinfo
===================================================================
RCS file: /cvs/ports/net/swirc/distinfo,v
diff -u -p -r1.28 distinfo
--- distinfo	4 Jun 2024 17:50:52 -0000	1.28
+++ distinfo	28 Jul 2024 22:11:40 -0000
@@ -1,2 +1,2 @@
-SHA256 (swirc-3.4.8.tgz) = DtCTd6ls4S454JwjTSdsLqDWugj2xcOJ3yS3W0Q6Qos=
-SIZE (swirc-3.4.8.tgz) = 359443
+SHA256 (swirc-3.4.9.tgz) = EAnIECAc14Rrbjea8mQj8ai7objRcRNQmG694M0Pgfo=
+SIZE (swirc-3.4.9.tgz) = 361774
Index: pkg/DESCR
===================================================================
RCS file: /cvs/ports/net/swirc/pkg/DESCR,v
diff -u -p -r1.1.1.1 DESCR
--- pkg/DESCR	11 Nov 2019 19:25:12 -0000	1.1.1.1
+++ pkg/DESCR	28 Jul 2024 22:11:40 -0000
@@ -7,4 +7,9 @@ Features:
  - TLS/SSL
  - Multiple IRCv3 features such as SASL auth mechanism
  - Themes
+ - DCC
+ - Identd
+ - Nicklist
+ - SOCKS 5 proxy
+ - Spell checking
  - And more...

Reply via email to