Saturday, February 01, 2025

UPDATE: net/swirc 3.5.2

Index: Makefile
===================================================================
RCS file: /cvs/ports/net/swirc/Makefile,v
diff -u -p -r1.35 Makefile
--- Makefile 21 Nov 2024 21:58:53 -0000 1.35
+++ Makefile 1 Feb 2025 10:42:58 -0000
@@ -1,5 +1,5 @@
COMMENT = curses icb and irc client
-DISTNAME = swirc-3.5.1
+DISTNAME = swirc-3.5.2
CATEGORIES = net
HOMEPAGE = https://www.nifty-networks.net/swirc/

Index: distinfo
===================================================================
RCS file: /cvs/ports/net/swirc/distinfo,v
diff -u -p -r1.30 distinfo
--- distinfo 21 Nov 2024 21:58:53 -0000 1.30
+++ distinfo 1 Feb 2025 10:42:58 -0000
@@ -1,2 +1,2 @@
-SHA256 (swirc-3.5.1.tgz) = ghY315VFX6PCwHMxgNbkPDz8dmvSEzkiUBvSM3j0q8A=
-SIZE (swirc-3.5.1.tgz) = 381708
+SHA256 (swirc-3.5.2.tgz) = Pe6dd+8kOuHU4eL3BOE3ca4/dkqZdHnYbaEoKKYrihA=
+SIZE (swirc-3.5.2.tgz) = 398274
Hi ports@,

Today I released net/swirc 3.5.2, with the following changes:

## [3.5.2] - 2025-02-01 ##
- **Added** command `/ctcp`
- **Added** command `/ftp`
- **Added** subcommand `ls` to `/dcc` which can be used to list the
  contents of the upload/download directories.
- **Added** the following options:
  - `ctcp_userinfo` (string)
  - `ftp_host` (string)
  - `ftp_port` (integer, defaults to 21)
  - `ftp_user` (string)
  - `ftp_pass` (string)
  - `ftp_upload_dir` (string)
- **Added** the key combination `CTRL+w` (List all windows)
- **Added** the possibility to switch between windows by just entering the
  reference number, i.e. `/1`, `/2`, `/3`...
- **Added** usage of `emplace_back()`. Performance. Multiple occurrences.
- **Changed** `is_valid_filename()` to disallow `..`
- **Changed** the program to beep on certain window activity.
- **Fixed** `-Wshadow` warnings
- **Fixed** a resource leak found by Coverity.
- **Fixed** uncontrolled data used in path expressions.

I attach a diff.

Best regards
Markus

No comments:

Post a Comment