Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=zbKxHEDy; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=lSl8r5YP Received: by mail.netbsd.org (Postfix, from userid 605) id 3218A84F52; Wed, 15 May 2024 09:44:38 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1715766278; bh=zQhjV6PzWq/E40o/uyXWnxW56xgi54o6vAw4gETGB5Y=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=zbKxHEDyXmi8OIP8pxF3OBqJ05CtmQUADuoybBP9KAAJwMOB2xO3SLz2a1oA5jIG5 shr4PiKolamz3GqIfduKnRTHk7K307pBPKU5LQ7aRiJ7HQw6Y0FUJv153x8X1ExmxQ xaD2bbFX15Smll/eUJiZKG7SRezKmnl63G01Hzgk= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 225B284EDA for ; Wed, 15 May 2024 09:44:37 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Authentication-Results: mail.netbsd.org (amavisd-new); dkim=pass (1024-bit key) header.d=netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id 6G_Ryme4nOQV for ; Wed, 15 May 2024 09:44:36 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 7CFED84E8C for ; Wed, 15 May 2024 09:44:36 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1715766276; bh=zQhjV6PzWq/E40o/uyXWnxW56xgi54o6vAw4gETGB5Y=; h=Date:From:Subject:To:Reply-To; b=lSl8r5YPwpI0C5Ms0YdSmzD7C3soy7Z3Bh22zawTeWtlkIlphrboQE0hH2PGLmBGk HMj00LtQ8UylhEjnp1d0I4Zl+ZG7kQ7X1MHbL4ujvayh9K+PEIKvqiRrAyeFUzcUHF rnXz7AVAyhd7plMgoa/BcV6ViX8hgDOd998w/ogQ= Received: by cvs.NetBSD.org (Postfix, from userid 500) id 6F089FA2C; Wed, 15 May 2024 09:44:36 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1715766276271980" MIME-Version: 1.0 Date: Wed, 15 May 2024 09:44:36 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/chat/swirc To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20240515094436.6F089FA2C@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1715766276271980 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" 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. --_----------=_1715766276271980 Content-Disposition: inline Content-Length: 1950 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii 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 --_----------=_1715766276271980--