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 32E581A9239 for ; Fri, 4 Mar 2022 10:29:22 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id A2CA284F4D; Fri, 4 Mar 2022 10:29:21 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id DE43184F4C for ; Fri, 4 Mar 2022 10:29:20 +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 k6__QMrO31xU for ; Fri, 4 Mar 2022 10:29:20 +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 35F4784E62 for ; Fri, 4 Mar 2022 10:29:20 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 29F8FFB24; Fri, 4 Mar 2022 10:29:20 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_164638976013790" MIME-Version: 1.0 Date: Fri, 4 Mar 2022 10:29:20 +0000 From: "Benny Siegert" Subject: CVS commit: [pkgsrc-2021Q4] pkgsrc/chat/unrealircd To: pkgsrc-changes@NetBSD.org Reply-To: bsiegert@netbsd.org X-Mailer: log_accum Message-Id: <20220304102920.29F8FFB24@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_164638976013790 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: bsiegert Date: Fri Mar 4 10:29:20 UTC 2022 Modified Files: pkgsrc/chat/unrealircd [pkgsrc-2021Q4]: Makefile PLIST distinfo Log Message: Pullup ticket #6596 - requested by nia chat/unrealircd: bugfix Revisions pulled up: - chat/unrealircd/Makefile 1.82 - chat/unrealircd/PLIST 1.20 - chat/unrealircd/distinfo 1.34 --- Module Name: pkgsrc Committed By: nia Date: Fri Mar 4 08:50:46 UTC 2022 Modified Files: pkgsrc/chat/unrealircd: Makefile PLIST distinfo Log Message: unrealircd: update to 5.2.4 This fixes a crash bug. To generate a diff of this commit: cvs rdiff -u -r1.81 -r1.81.2.1 pkgsrc/chat/unrealircd/Makefile cvs rdiff -u -r1.19 -r1.19.4.1 pkgsrc/chat/unrealircd/PLIST cvs rdiff -u -r1.33 -r1.33.2.1 pkgsrc/chat/unrealircd/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_164638976013790 Content-Disposition: inline Content-Length: 2660 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/chat/unrealircd/Makefile diff -u pkgsrc/chat/unrealircd/Makefile:1.81 pkgsrc/chat/unrealircd/Makefile:1.81.2.1 --- pkgsrc/chat/unrealircd/Makefile:1.81 Wed Dec 8 16:03:33 2021 +++ pkgsrc/chat/unrealircd/Makefile Fri Mar 4 10:29:19 2022 @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.81 2021/12/08 16:03:33 adam Exp $ +# $NetBSD: Makefile,v 1.81.2.1 2022/03/04 10:29:19 bsiegert Exp $ -DISTNAME= unrealircd-5.2.2 -PKGREVISION= 1 +DISTNAME= unrealircd-5.2.4 CATEGORIES= chat MASTER_SITES= https://www.unrealircd.org/downloads/ Index: pkgsrc/chat/unrealircd/PLIST diff -u pkgsrc/chat/unrealircd/PLIST:1.19 pkgsrc/chat/unrealircd/PLIST:1.19.4.1 --- pkgsrc/chat/unrealircd/PLIST:1.19 Thu Jul 15 09:57:47 2021 +++ pkgsrc/chat/unrealircd/PLIST Fri Mar 4 10:29:19 2022 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.19 2021/07/15 09:57:47 nia Exp $ +@comment $NetBSD: PLIST,v 1.19.4.1 2022/03/04 10:29:19 bsiegert Exp $ bin/unrealircd lib/unrealircd/modules/account-notify.so lib/unrealircd/modules/account-tag.so @@ -200,6 +200,7 @@ share/examples/unrealircd/aliases/operst share/examples/unrealircd/badwords.conf share/examples/unrealircd/dccallow.conf share/examples/unrealircd/example.conf +share/examples/unrealircd/example.es.conf share/examples/unrealircd/example.fr.conf share/examples/unrealircd/example.tr.conf share/examples/unrealircd/help/help.conf Index: pkgsrc/chat/unrealircd/distinfo diff -u pkgsrc/chat/unrealircd/distinfo:1.33 pkgsrc/chat/unrealircd/distinfo:1.33.2.1 --- pkgsrc/chat/unrealircd/distinfo:1.33 Tue Oct 26 10:05:28 2021 +++ pkgsrc/chat/unrealircd/distinfo Fri Mar 4 10:29:19 2022 @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.33 2021/10/26 10:05:28 nia Exp $ +$NetBSD: distinfo,v 1.33.2.1 2022/03/04 10:29:19 bsiegert Exp $ -BLAKE2s (unrealircd-5.2.2.tar.gz) = 260be5b5738f6eee2a734bf668827f8670882820d5838f29e6c9521bcd48fa2a -SHA512 (unrealircd-5.2.2.tar.gz) = 9d36eb1567431bc4a5420bc830bfc8dc89daa08ed1746efd6102e5ef161f67baf52e75e373454df7df6a443c4f575fb300d3c289d4dd99239a6de7d2b2a555a0 -Size (unrealircd-5.2.2.tar.gz) = 7192024 bytes +BLAKE2s (unrealircd-5.2.4.tar.gz) = 379e3bf11e3e246dc2326dc0d14d7c1775805b0d69197ecce5ef5283fb012853 +SHA512 (unrealircd-5.2.4.tar.gz) = b6784d011bc56b0b8253d61fb1edddb2133e791e9ce4ae978f90059563d11f3f7b3ebca1cf13765b4077ebc39f0699e101bdfc71cbb0c5cf51d508c5a5fdacb3 +Size (unrealircd-5.2.4.tar.gz) = 7201203 bytes SHA1 (patch-include_h.h) = 3fa85b08f1d9e317a45cb8f54a61e0560617e72d SHA1 (patch-src_modules_Makefile.in) = e8e9f9a33f11a4f511b00dbf8bc0d31d5d3629eb SHA1 (patch-src_modules_chanmodes_Makefile.in) = 1e9b14a406d429c871fcd6be5c43a19c3c28b2b3 --_----------=_164638976013790--