Received: by mail.netbsd.org (Postfix, from userid 605) id 3E31684F7C; Sun, 4 Feb 2024 05:52:10 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 6BA4884E87 for ; Sun, 4 Feb 2024 05:52:09 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id QCJl7BcWLHe5 for ; Sun, 4 Feb 2024 05:52:08 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id B9CF384D72 for ; Sun, 4 Feb 2024 05:52:08 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id AFAF8FA42; Sun, 4 Feb 2024 05:52:08 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1707025928222400" MIME-Version: 1.0 Date: Sun, 4 Feb 2024 05:52:08 +0000 From: "matthew green" Subject: CVS commit: pkgsrc/chat/ircII To: pkgsrc-changes@NetBSD.org Reply-To: mrg@netbsd.org X-Mailer: log_accum Message-Id: <20240204055208.AFAF8FA42@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1707025928222400 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: mrg Date: Sun Feb 4 05:52:08 UTC 2024 Modified Files: pkgsrc/chat/ircII: Makefile distinfo Log Message: update to ircii 20240111. changes include: o fix various iconv issues: build, usage, fallback o fix debian bug 994552: crash in /help o fixes for recursive crashes when exiting o better support for multi-homed hosts where the connection to the first host fails and additional IPs should be tried o fix some ICB references o some more /window create fixes o handle multi-IP/IP version host lookups less poorly o fix /window create resizing o fix and enable the AES crypto support. uses openssl AES256-CBC and PKCS padding, will become default probably in 2022. To generate a diff of this commit: cvs rdiff -u -r1.87 -r1.88 pkgsrc/chat/ircII/Makefile cvs rdiff -u -r1.54 -r1.55 pkgsrc/chat/ircII/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1707025928222400 Content-Disposition: inline Content-Length: 1748 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/chat/ircII/Makefile diff -u pkgsrc/chat/ircII/Makefile:1.87 pkgsrc/chat/ircII/Makefile:1.88 --- pkgsrc/chat/ircII/Makefile:1.87 Tue Oct 24 22:08:20 2023 +++ pkgsrc/chat/ircII/Makefile Sun Feb 4 05:52:08 2024 @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.87 2023/10/24 22:08:20 wiz Exp $ +# $NetBSD: Makefile,v 1.88 2024/02/04 05:52:08 mrg Exp $ DISTNAME= ircii-${VERS} PKGNAME= ircII-${VERS} -PKGREVISION= 1 CATEGORIES= chat MASTER_SITES= http://ircii.warped.com/ EXTRACT_SUFX= .tar.bz2 @@ -14,7 +13,7 @@ LICENSE= modified-bsd CONFLICTS= blackened-[0-9]* -VERS= 20210314 +VERS= 20240111 PLIST_SUBST+= VERS=${VERS:Q} .include "../../mk/bsd.prefs.mk" Index: pkgsrc/chat/ircII/distinfo diff -u pkgsrc/chat/ircII/distinfo:1.54 pkgsrc/chat/ircII/distinfo:1.55 --- pkgsrc/chat/ircII/distinfo:1.54 Tue Oct 26 10:05:16 2021 +++ pkgsrc/chat/ircII/distinfo Sun Feb 4 05:52:08 2024 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.54 2021/10/26 10:05:16 nia Exp $ +$NetBSD: distinfo,v 1.55 2024/02/04 05:52:08 mrg Exp $ -BLAKE2s (ircii-20210314.tar.bz2) = 0538d59af697b52863b46abf9a5288c576a723f3101d427c8a46744a5383d17d -SHA512 (ircii-20210314.tar.bz2) = 3dc3a4ddb000133907edb9b867ae7cb0b36488c875f5d4f56e70d7263cf042da6c429f60a8ed6cced89bca077aec42c9d992ea6b56b2ed8b4e91f125eeced310 -Size (ircii-20210314.tar.bz2) = 590626 bytes +BLAKE2s (ircii-20240111.tar.bz2) = 88bd43380465e6560f38b2e83d3b37d62bb03febe0dddd474ee1939daa76f0c3 +SHA512 (ircii-20240111.tar.bz2) = 4705b851671f89d1b4903539eb7e701913748138d460572bfeb7e6d565e760b9782aecb55d82c691f6f182864b12e78e13a7b5a1e3abcd535e5bc24c9815e1aa +Size (ircii-20240111.tar.bz2) = 576700 bytes SHA1 (patch-Makefile.in) = 77fd2cfb1ef528faf03a3ef61c4802917fb6c8d5 --_----------=_1707025928222400--