Received: by mail.netbsd.org (Postfix, from userid 605) id 80D3B84E56; Sun, 23 Oct 2022 15:49:24 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id B242384D82 for ; Sun, 23 Oct 2022 15:49:23 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id qmkL-nNYpc1K for ; Sun, 23 Oct 2022 15:49:23 +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 2CC3484D1B for ; Sun, 23 Oct 2022 15:49:23 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 24A4AFA90; Sun, 23 Oct 2022 15:49:23 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1666540163110820" MIME-Version: 1.0 Date: Sun, 23 Oct 2022 15:49:23 +0000 From: "Frederic Cambus" Subject: CVS commit: pkgsrc/chat/swirc To: pkgsrc-changes@NetBSD.org Reply-To: fcambus@netbsd.org X-Mailer: log_accum Message-Id: <20221023154923.24A4AFA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1666540163110820 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: fcambus Date: Sun Oct 23 15:49:23 UTC 2022 Modified Files: pkgsrc/chat/swirc: Makefile distinfo Log Message: swirc: update to 3.3.7. ## [3.3.7] - 2022-10-22 ## - **Added** code to the following scripts: - `posixshell/link_with_gnu_libidn.sh` - `posixshell/link_with_libnotify.sh` - **Added** preprogrammed IRC network [OFTC](https://www.oftc.net/) - **Added** usage of `swircpaths.h`, a header which is automatically generated during the build process. - **Fixed** a case of a possibly negative array subscript To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 pkgsrc/chat/swirc/Makefile cvs rdiff -u -r1.5 -r1.6 pkgsrc/chat/swirc/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1666540163110820 Content-Disposition: inline Content-Length: 1536 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.8 pkgsrc/chat/swirc/Makefile:1.9 --- pkgsrc/chat/swirc/Makefile:1.8 Fri Oct 7 14:24:07 2022 +++ pkgsrc/chat/swirc/Makefile Sun Oct 23 15:49:22 2022 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.8 2022/10/07 14:24:07 fcambus Exp $ +# $NetBSD: Makefile,v 1.9 2022/10/23 15:49:22 fcambus Exp $ -DISTNAME= swirc-3.3.6 +DISTNAME= swirc-3.3.7 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.5 pkgsrc/chat/swirc/distinfo:1.6 --- pkgsrc/chat/swirc/distinfo:1.5 Fri Oct 7 14:24:07 2022 +++ pkgsrc/chat/swirc/distinfo Sun Oct 23 15:49:22 2022 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.5 2022/10/07 14:24:07 fcambus Exp $ +$NetBSD: distinfo,v 1.6 2022/10/23 15:49:22 fcambus Exp $ -BLAKE2s (swirc-3.3.6.tgz) = 3a23ef3fd21d4056f24b5a67c38c3dfe59b94a75522e4967b37b18f55a95b43c -SHA512 (swirc-3.3.6.tgz) = 2a124eec0b7fe6005d44edc89b5771daf402cfaa5c362ef8dc407ebd69c1aa3ebe56fda7f9b746379f0253bb93de728adbca7a2eaa00da8a1628191e3012a0e0 -Size (swirc-3.3.6.tgz) = 300923 bytes +BLAKE2s (swirc-3.3.7.tgz) = ab30f3962d2e63c01fcd113bdedf6072e3b3d31ffa6f70b300e83a7b1357f3db +SHA512 (swirc-3.3.7.tgz) = 7d4ed542165f4adb8a6aae5ad8ca6b0414442c67d95a0d617941f445000e743cf59f2cb4e461c25b63ae90bf59aa248d345a52d9b40b51107d5a2291f0d6a516 +Size (swirc-3.3.7.tgz) = 284155 bytes SHA1 (patch-src_printtext.cpp) = 476d813c9c4aff2c3d81920d66aa5baafddfaaaa --_----------=_1666540163110820--