Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id 9838A1A9239 for ; Sun, 17 Oct 2021 18:14:06 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id C639184E95; Sun, 17 Oct 2021 18:14:05 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 0ADBC84E89 for ; Sun, 17 Oct 2021 18:14:05 +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 WF1D5DCh8WC3 for ; Sun, 17 Oct 2021 18:14:04 +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 76F2284E86 for ; Sun, 17 Oct 2021 18:14:04 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 740CBFA97; Sun, 17 Oct 2021 18:14:04 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1634494444263120" MIME-Version: 1.0 Date: Sun, 17 Oct 2021 18:14:04 +0000 From: "Thomas Merkel" Subject: CVS commit: pkgsrc/chat/icbirc To: pkgsrc-changes@NetBSD.org Reply-To: tm@netbsd.org X-Mailer: log_accum Message-Id: <20211017181404.740CBFA97@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1634494444263120 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: tm Date: Sun Oct 17 18:14:04 UTC 2021 Modified Files: pkgsrc/chat/icbirc: Makefile distinfo Log Message: chat/icbirc: Update to 2.1 2.1: Return *** as nick in IRC error messages (where missing), add pledge(2) call on OpenBSD, from semarie@. 2.0: Merge OpenBSD port patches, originally from ray@ in 2009: Fix corruption that occurs when connecting and reconnecting to icbirc repeatedly. After a while, icbirc starts reusing the command buffer from a previous connection, causing all further connections to incorrectly parse commands. To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21 pkgsrc/chat/icbirc/Makefile cvs rdiff -u -r1.11 -r1.12 pkgsrc/chat/icbirc/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1634494444263120 Content-Disposition: inline Content-Length: 1814 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/chat/icbirc/Makefile diff -u pkgsrc/chat/icbirc/Makefile:1.20 pkgsrc/chat/icbirc/Makefile:1.21 --- pkgsrc/chat/icbirc/Makefile:1.20 Wed Aug 16 20:45:32 2017 +++ pkgsrc/chat/icbirc/Makefile Sun Oct 17 18:14:04 2021 @@ -1,18 +1,17 @@ -# $NetBSD: Makefile,v 1.20 2017/08/16 20:45:32 wiz Exp $ +# $NetBSD: Makefile,v 1.21 2021/10/17 18:14:04 tm Exp $ -DISTNAME= icbirc-1.9 +DISTNAME= icbirc-2.1 CATEGORIES= chat MASTER_SITES= http://www.benzedrine.ch/ MAINTAINER= pkgsrc-users@NetBSD.org -#HOMEPAGE= http://www.benzedrine.cx/icbirc.html +HOMEPAGE= http://www.benzedrine.ch/icbirc.html COMMENT= Proxy IRC client and ICB server LICENSE= 2-clause-bsd # uses strlcpy BROKEN_ON_PLATFORM= Linux-*-* -WRKSRC= ${WRKDIR}/${PKGBASE} MAKE_ENV+= BINDIR="${PREFIX}/bin" MANDIR="${PREFIX}/man" SRCS= icb.c irc.c icbirc.c Index: pkgsrc/chat/icbirc/distinfo diff -u pkgsrc/chat/icbirc/distinfo:1.11 pkgsrc/chat/icbirc/distinfo:1.12 --- pkgsrc/chat/icbirc/distinfo:1.11 Thu Oct 7 13:23:23 2021 +++ pkgsrc/chat/icbirc/distinfo Sun Oct 17 18:14:04 2021 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.11 2021/10/07 13:23:23 nia Exp $ +$NetBSD: distinfo,v 1.12 2021/10/17 18:14:04 tm Exp $ -RMD160 (icbirc-1.9.tar.gz) = 42d53e01463b0562d1254c855b347180b29787d4 -SHA512 (icbirc-1.9.tar.gz) = 2c0de7840b6af705f12ef68dec640c1bfff90092e2d7015e792b45be2134b6bc9253c1c2fb74af10c78e577694fd9e50c29da42bd78e27527b7dbf42b47451d7 -Size (icbirc-1.9.tar.gz) = 11070 bytes +RMD160 (icbirc-2.1.tar.gz) = 5baa2c98b8d6cbf562234a94c1bb245b856e560c +SHA512 (icbirc-2.1.tar.gz) = 65307ea451849dab06a59614e4183f4bbb3eb391b5c36a729bc86864d5aeda025ddc22f4d101181e8ebedc8927e83a8d27b33b12e246dab7a04f8b763b5e526d +Size (icbirc-2.1.tar.gz) = 11257 bytes SHA1 (patch-aa) = 19aa0b6fae7f7f85af3546116e0c7d76f5b9c523 --_----------=_1634494444263120--