Index | Thread | Search

From:
Frederic Cambus <fred@statdns.com>
Subject:
Re: UPDATE: net/swirc v3.5.6
To:
Markus Uhlin <markus.uhlin@icloud.com>
Cc:
ports@openbsd.org
Date:
Sat, 18 Oct 2025 00:19:28 +0200

Download raw body.

Thread
On Sat, Oct 11, 2025 at 11:33:37PM +0200, Markus Uhlin wrote:

> Today I released net/swirc 3.5.6?? --?? with the following changes:
> 
> ## [3.5.6] - 2025-10-11 ##
> - **Added** command `/nsid` (NickServ identify).
> - **Added** command `/utctime`.
> - **Added** command-line option `-h`. (Sets the bind host)
> - **Added** small tab completion improvements.
> - During file creation, took care to give it the most restrictive
> ?? permissions possible. Multiple occurrences.
> - **Fixed** segmentation fault on OpenBSD 7.8 and greater due to a type
> ?? change of the global variable `malloc_options` which is now an
> ?? immutable char pointer. Better to not set it at all, not even at
> ?? file scope. It had been good if the declaration of `malloc_options`
> ?? had been provided within a system header, the segmentation fault had
> ?? instead resulted in a compilation error.
> - **Improved** the thread safety. Fixed potential data races found by TSan.

Committed, thanks!