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:   wiz
Date:           Wed May 15 09:44:36 UTC 2024

Modified Files:
        pkgsrc/chat/swirc: Makefile distinfo

Log Message:
swirc: update to 3.4.7.

## [3.4.7] - 2024-03-12 ##
- Added command `/dcc`
- Added event `BATCH` (IRCv3). The following types were added:
  - `chathistory`
  - `netjoin`
  - `netsplit`
  - `znc.in/playback`
- Added tab completion for:
  - `/mode`
- Added the following config options:
  - `batch` (bool)
  - `dcc` (bool)
  - `dcc_cipher_suite` (string)
  - `dcc_own_ip` (string)
  - `dcc_port` (int)
  - `dcc_upload_dir` (string)
  - `multi_prefix` (bool)
- Did code optimizations:
  - Measure string length once, found by
    [PVS-Studio](https://pvs-studio.com/en/pvs-studio/).
  - ...
- Enabled `iconv_conversion` by default.
- Fixed an off-by-one error in the IRC module. The previous program
  versions weren't really affected however.
- Fixed building on any setup where Ncurses is built with opaque
  types.
- Fixed new [Coverity](https://scan.coverity.com/) defects
- Fixed the precision of the error log size in KB.
- Improved C++ exception handling. Among other things, handle if 'new'
  throws.
- Renamed option `ircv3_server_time` to `server_time` and enabled it
  by default.


To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 pkgsrc/chat/swirc/Makefile
cvs rdiff -u -r1.14 -r1.15 pkgsrc/chat/swirc/distinfo

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.27 pkgsrc/chat/swirc/Makefile:1.28
--- pkgsrc/chat/swirc/Makefile:1.27     Mon May  6 08:40:22 2024
+++ pkgsrc/chat/swirc/Makefile  Wed May 15 09:44:36 2024
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.27 2024/05/06 08:40:22 jperkin Exp $
+# $NetBSD: Makefile,v 1.28 2024/05/15 09:44:36 wiz Exp $
 
-DISTNAME=      swirc-3.4.6
-PKGREVISION=   2
+DISTNAME=      swirc-3.4.7
 CATEGORIES=    chat
 MASTER_SITES=  https://www.nifty-networks.net/swirc/releases/
 EXTRACT_SUFX=  .tgz
@@ -21,6 +20,8 @@ MAKE_FLAGS+=  Q= CC="${CC}" CXX="${CXX}" 
 MAKE_FLAGS+=   DEST_MANUAL=${DESTDIR}${PREFIX}/${PKGMANDIR}/man1
 MAKE_FLAGS+=   DEST_CONFMAN=${DESTDIR}${PREFIX}/${PKGMANDIR}/man5
 
+BUILDLINK_TRANSFORM+=  l:gnupanelw:gnupanel
+
 .include "../../devel/libidn/buildlink3.mk"
 # Relies on ncurses struct internals - cannot use NetBSD libcurses.
 .include "../../devel/ncurses/buildlink3.mk"

Index: pkgsrc/chat/swirc/distinfo
diff -u pkgsrc/chat/swirc/distinfo:1.14 pkgsrc/chat/swirc/distinfo:1.15
--- pkgsrc/chat/swirc/distinfo:1.14     Tue Nov  7 07:58:36 2023
+++ pkgsrc/chat/swirc/distinfo  Wed May 15 09:44:36 2024
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.14 2023/11/07 07:58:36 fcambus Exp $
+$NetBSD: distinfo,v 1.15 2024/05/15 09:44:36 wiz Exp $
 
-BLAKE2s (swirc-3.4.6.tgz) = eb0e9813d4e0ed23af4d8f614630e6b33247f188b086b75e3094669795c16a4e
-SHA512 (swirc-3.4.6.tgz) = 6e83b9f831f605371761d335b4260689872a2d9481c6ebda2c4bb5de772bba465740374f73b5e08656732aeb304ed17c64281f52e4e138c1157f0971e341cc78
-Size (swirc-3.4.6.tgz) = 338724 bytes
+BLAKE2s (swirc-3.4.7.tgz) = ba3e7fa13c6b974fbf312609d6fb1d073bd801d9f57878c6293e25407c4ae27e
+SHA512 (swirc-3.4.7.tgz) = c68a73001f28ee857eb2e0e00d2b57d53f3d9f954b332ccc22a25335109f4ebfba1047cb16ce43d6f9cbb43e0f5d06f815707c9b948e81f474f8f0a786ee9f4b
+Size (swirc-3.4.7.tgz) = 353641 bytes
 SHA1 (patch-src_printtext.cpp) = 4151084851a2fdb7b006ff548da716c2c061d5ab



Home | Main Index | Thread Index | Old Index