Received: by mail.netbsd.org (Postfix, from userid 605) id 76C0E84E98; Thu, 30 Sep 2021 13:31:59 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id AAC0B84E7A for ; Thu, 30 Sep 2021 13:31:58 +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 KOW4lo9UCqPt for ; Thu, 30 Sep 2021 13:31:58 +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 2453684DB2 for ; Thu, 30 Sep 2021 13:31:58 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 1D373FA97; Thu, 30 Sep 2021 13:31:58 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1633008718182470" MIME-Version: 1.0 Date: Thu, 30 Sep 2021 13:31:58 +0000 From: "Makoto Fujiwara" Subject: CVS commit: pkgsrc/devel/MoarVM To: pkgsrc-changes@NetBSD.org Reply-To: mef@netbsd.org X-Mailer: log_accum Message-Id: <20210930133158.1D373FA97@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1633008718182470 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: mef Date: Thu Sep 30 13:31:58 UTC 2021 Modified Files: pkgsrc/devel/MoarVM: Makefile distinfo Log Message: (devel/MoarVM) Updated 2021.08 to 2021.009 New in 2021.09 Core: + [0b713ada,e5cbede8] Store `key_right_shift` - metadata_hash_bits in the hashtable + [5ead9f0d] Respect `--full-cleanup` in `nqp::exit` + [7a385a35] Fix possible access to fromspace in NativeCall callbacks GC: + [bb14f423] Fix finalizers of gen2 objects rarely getting run To generate a diff of this commit: cvs rdiff -u -r1.31 -r1.32 pkgsrc/devel/MoarVM/Makefile cvs rdiff -u -r1.20 -r1.21 pkgsrc/devel/MoarVM/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1633008718182470 Content-Disposition: inline Content-Length: 1663 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/MoarVM/Makefile diff -u pkgsrc/devel/MoarVM/Makefile:1.31 pkgsrc/devel/MoarVM/Makefile:1.32 --- pkgsrc/devel/MoarVM/Makefile:1.31 Sat Sep 4 11:02:36 2021 +++ pkgsrc/devel/MoarVM/Makefile Thu Sep 30 13:31:57 2021 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.31 2021/09/04 11:02:36 mef Exp $ +# $NetBSD: Makefile,v 1.32 2021/09/30 13:31:57 mef Exp $ -DISTNAME= MoarVM-2021.08 +DISTNAME= MoarVM-2021.09 CATEGORIES= devel perl6 MASTER_SITES= http://www.moarvm.org/releases/ Index: pkgsrc/devel/MoarVM/distinfo diff -u pkgsrc/devel/MoarVM/distinfo:1.20 pkgsrc/devel/MoarVM/distinfo:1.21 --- pkgsrc/devel/MoarVM/distinfo:1.20 Sat Sep 4 11:02:36 2021 +++ pkgsrc/devel/MoarVM/distinfo Thu Sep 30 13:31:57 2021 @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.20 2021/09/04 11:02:36 mef Exp $ +$NetBSD: distinfo,v 1.21 2021/09/30 13:31:57 mef Exp $ -SHA1 (MoarVM-2021.08.tar.gz) = 75b7218914f3a302b4a6964a5ebeaff5ecb20f30 -RMD160 (MoarVM-2021.08.tar.gz) = 73ba479b173da4fa2fb73fbc286870fc1e51c210 -SHA512 (MoarVM-2021.08.tar.gz) = 6199871f51a4998e1b5260ba833e3bf09c6115e12334a94de5aa4135b93f8dc754967712ce8e092a36b4940368433be840cbf1a8ce7aec52219f768acd90078d -Size (MoarVM-2021.08.tar.gz) = 13643526 bytes +SHA1 (MoarVM-2021.09.tar.gz) = 7ea3e351a37304ae025bebb635eedc4f679d24d7 +RMD160 (MoarVM-2021.09.tar.gz) = 286ab431fa5709043f3e5d0ec759d9e2e55e4ee8 +SHA512 (MoarVM-2021.09.tar.gz) = 494c0158670d16b9164b5267b6bc75714cbdd95fe8a1147258c098547f3b8b7509d058411f0912176ec2da4c4dcaa51cae786157eadd8c50e24d79e4b82e5ca2 +Size (MoarVM-2021.09.tar.gz) = 13643921 bytes SHA1 (patch-build_setup.pm) = fd53d47bd3126b2c89d4e8d82c6bc0b6db5f4fdf --_----------=_1633008718182470--