pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/chat/swirc
Module Name: pkgsrc
Committed By: fcambus
Date: Tue Nov 7 07:58:36 UTC 2023
Modified Files:
pkgsrc/chat/swirc: Makefile distinfo
pkgsrc/chat/swirc/patches: patch-src_printtext.cpp
Log Message:
swirc: update to 3.4.6.
## [3.4.6] - 2023-11-05 ##
- **Added** adoption of SPDX-tags for the distributed manual pages
- **Added** better detection of server Wallops
- **Added** command-line option `-S` (Force TLS)
- **Added** event 249 (`RPL_STATSDEBUG`)
- **Added** extensive use of the `CPPFLAGS` make macro
- **Added** handling of empty user@host combinations in Wallops messages
- **Added** handling of znc messages. (Made them look like notices and
appear in the active window.)
- **Added** protection for bad filenames for IRC logs
- **Added** translations
- **Changed** the way of recognizing a user mode versus channel mode
- **Did** code improvements
- **Fixed** occurrences of hardcoded function names in messages
- **Fixed** typos in manual pages
- **Improved** C++ exception handling
- **Limited** notification messages in length
## [3.4.5] - 2023-09-14 ##
- **Added** command-line option `-W`
- **Added** tab completion for:
- `/cs`, `/chanserv`
- `/ns`, `/nickserv`
- `/squery`
- **Added** the following commands:
- `/admin`
- `/die`
- `/gline`
- `/info`
- `/ison`
- `/kline`
- `/rehash`
- `/restart`
- `/servstats`
- `/wallops`
- **Added** the following events:
- 211 (`RPL_STATSLINKINFO`)
- 212 (`RPL_STATSCOMMANDS`)
- 216 (`RPL_STATSKLINE`)
- 219 (`RPL_ENDOFSTATS`)
- 242 (`RPL_STATSUPTIME`)
- 256 (`RPL_ADMINME`)
- 257 (`RPL_ADMINLOC1`)
- 258 (`RPL_ADMINLOC2`)
- 259 (`RPL_ADMINEMAIL`)
- 303 (`RPL_ISON`)
- 371 (`RPL_INFO`)
- 374 (`RPL_ENDOFINFO`)
- **Added** translations
- **Did** code improvements
To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 pkgsrc/chat/swirc/Makefile
cvs rdiff -u -r1.13 -r1.14 pkgsrc/chat/swirc/distinfo
cvs rdiff -u -r1.2 -r1.3 pkgsrc/chat/swirc/patches/patch-src_printtext.cpp
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/chat/swirc/Makefile
diff -u pkgsrc/chat/swirc/Makefile:1.23 pkgsrc/chat/swirc/Makefile:1.24
--- pkgsrc/chat/swirc/Makefile:1.23 Tue Oct 24 22:08:23 2023
+++ pkgsrc/chat/swirc/Makefile Tue Nov 7 07:58:36 2023
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.23 2023/10/24 22:08:23 wiz Exp $
+# $NetBSD: Makefile,v 1.24 2023/11/07 07:58:36 fcambus Exp $
-DISTNAME= swirc-3.4.4
-PKGREVISION= 1
+DISTNAME= swirc-3.4.6
CATEGORIES= chat
MASTER_SITES= https://www.nifty-networks.net/swirc/releases/
EXTRACT_SUFX= .tgz
Index: pkgsrc/chat/swirc/distinfo
diff -u pkgsrc/chat/swirc/distinfo:1.13 pkgsrc/chat/swirc/distinfo:1.14
--- pkgsrc/chat/swirc/distinfo:1.13 Sat Jul 29 21:15:22 2023
+++ pkgsrc/chat/swirc/distinfo Tue Nov 7 07:58:36 2023
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.13 2023/07/29 21:15:22 fcambus Exp $
+$NetBSD: distinfo,v 1.14 2023/11/07 07:58:36 fcambus Exp $
-BLAKE2s (swirc-3.4.4.tgz) = f8035f262cbc4c73cc12a499316109e3104ed434b0707deb02acd1c05a8f3c32
-SHA512 (swirc-3.4.4.tgz) = 3c687f34156a583679b9500bfc58e6dc51464d1f1fb4898812ac62426a5104f5a59fac5f9cf8c33ba1df1c28fa7a4668be2a42e1ba574dceaf2b0a9faef98ca8
-Size (swirc-3.4.4.tgz) = 326731 bytes
-SHA1 (patch-src_printtext.cpp) = dfba0f7c83ec72160599f328d76d5527ed5316fd
+BLAKE2s (swirc-3.4.6.tgz) = eb0e9813d4e0ed23af4d8f614630e6b33247f188b086b75e3094669795c16a4e
+SHA512 (swirc-3.4.6.tgz) = 6e83b9f831f605371761d335b4260689872a2d9481c6ebda2c4bb5de772bba465740374f73b5e08656732aeb304ed17c64281f52e4e138c1157f0971e341cc78
+Size (swirc-3.4.6.tgz) = 338724 bytes
+SHA1 (patch-src_printtext.cpp) = 4151084851a2fdb7b006ff548da716c2c061d5ab
Index: pkgsrc/chat/swirc/patches/patch-src_printtext.cpp
diff -u pkgsrc/chat/swirc/patches/patch-src_printtext.cpp:1.2 pkgsrc/chat/swirc/patches/patch-src_printtext.cpp:1.3
--- pkgsrc/chat/swirc/patches/patch-src_printtext.cpp:1.2 Sat Jan 7 09:37:37 2023
+++ pkgsrc/chat/swirc/patches/patch-src_printtext.cpp Tue Nov 7 07:58:36 2023
@@ -1,8 +1,8 @@
-$NetBSD: patch-src_printtext.cpp,v 1.2 2023/01/07 09:37:37 fcambus Exp $
+$NetBSD: patch-src_printtext.cpp,v 1.3 2023/11/07 07:58:36 fcambus Exp $
Support iconv prototype on NetBSD 9 and earlier.
---- src/printtext.cpp.orig 2023-01-07 02:57:47.000000000 +0000
+--- src/printtext.cpp.orig 2023-11-05 13:36:56.000000000 +0000
+++ src/printtext.cpp
@@ -39,6 +39,15 @@
#include <iconv.h>
@@ -20,7 +20,7 @@ Support iconv prototype on NetBSD 9 and
#include "assertAPI.h"
#include "atomicops.h"
#ifdef UNIT_TESTING
-@@ -1364,8 +1373,13 @@ get_buffer(const char *orig)
+@@ -1411,8 +1420,13 @@ get_buffer(CSTRING orig)
out[outbytes] = '\0';
out_p = addrof(out[0]);
errno = 0;
Home |
Main Index |
Thread Index |
Old Index