Received: by mail.netbsd.org (Postfix, from userid 605) id 382F684E71; Fri, 12 May 2023 16:40:46 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 66F1084CD9 for ; Fri, 12 May 2023 16:40:45 +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 6UrSiexjLfEG for ; Fri, 12 May 2023 16:40:45 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id B2B7684C86 for ; Fri, 12 May 2023 16:40:44 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 3FBF1FA87; Fri, 12 May 2023 16:40:42 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1683909642122910" MIME-Version: 1.0 Date: Fri, 12 May 2023 16:40:42 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/doc To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20230512164042.3FBF1FA87@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1683909642122910 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Fri May 12 16:40:42 UTC 2023 Modified Files: pkgsrc/doc: CHANGES-2023 TODO Log Message: Updated lang/erlang, net/rabbitmq To generate a diff of this commit: cvs rdiff -u -r1.3007 -r1.3008 pkgsrc/doc/CHANGES-2023 cvs rdiff -u -r1.22924 -r1.22925 pkgsrc/doc/TODO Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1683909642122910 Content-Disposition: inline Content-Length: 1310 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/doc/CHANGES-2023 diff -u pkgsrc/doc/CHANGES-2023:1.3007 pkgsrc/doc/CHANGES-2023:1.3008 --- pkgsrc/doc/CHANGES-2023:1.3007 Fri May 12 11:37:48 2023 +++ pkgsrc/doc/CHANGES-2023 Fri May 12 16:40:41 2023 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2023,v 1.3007 2023/05/12 11:37:48 wiz Exp $ +$NetBSD: CHANGES-2023,v 1.3008 2023/05/12 16:40:41 adam Exp $ Changes to the packages collection and infrastructure in 2023: @@ -4205,3 +4205,5 @@ Changes to the packages collection and i Updated net/grpc to 1.54.2 [adam 2023-05-12] Updated misc/py-platformdirs to 3.5.1 [adam 2023-05-12] Updated www/py-autobahn to 23.1.2nb1 [wiz 2023-05-12] + Updated lang/erlang to 25.3.2 [adam 2023-05-12] + Updated net/rabbitmq to 3.11.15 [adam 2023-05-12] Index: pkgsrc/doc/TODO diff -u pkgsrc/doc/TODO:1.22924 pkgsrc/doc/TODO:1.22925 --- pkgsrc/doc/TODO:1.22924 Thu May 11 09:58:48 2023 +++ pkgsrc/doc/TODO Fri May 12 16:40:41 2023 @@ -1,4 +1,4 @@ -$NetBSD: TODO,v 1.22924 2023/05/11 09:58:48 adam Exp $ +$NetBSD: TODO,v 1.22925 2023/05/12 16:40:41 adam Exp $ Suggested new packages ====================== @@ -611,7 +611,6 @@ For possible Perl packages updates, see o epiphany-extensions-3.2.0 o epubcheck-4.0.2 o eric5-5.4.6 - o erlang-25.3.2 o es-0.83 o esh-0.8.5 o ess-18.10.2 --_----------=_1683909642122910--