Received: by mail.netbsd.org (Postfix, from userid 605) id ABC2984F42; Wed, 8 Jun 2022 11:47:50 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id E48F784F41 for ; Wed, 8 Jun 2022 11:47:49 +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 FGT1tu47dPmU for ; Wed, 8 Jun 2022 11:47:49 +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 59D9884CEC for ; Wed, 8 Jun 2022 11:47:49 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 99B86FB19; Wed, 8 Jun 2022 11:49:14 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1654688954222140" MIME-Version: 1.0 Date: Wed, 8 Jun 2022 11:49:14 +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: <20220608114914.99B86FB19@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1654688954222140 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: mef Date: Wed Jun 8 11:49:14 UTC 2022 Modified Files: pkgsrc/devel/MoarVM: Makefile distinfo Log Message: (devel/MoarVM) Updated 2022.03 to 2022.06 New in 2022.06 Core: Documentation: + Fix errata in docs/debug-server-protocol.md [99730293] GC: + Add missing SC write barriers to atomic attr bind and cas [a9fcd5a7] JIT: Spesh: Strings: New in 2022.04 Core: + Update libuv to version 1.44.1 (#1689) [2eb83739] + Fix sign comparison warnings in coerce_su implementation [3d65db97] + Mimalloc should only release memory to the OS at exit if --full-cleanup was used [c77e1623] + Turn on C11 atomics by default [a3476e28] + Add write_uint16_at method to MAST::Bytecode [9b9b4763] + Use stdatomic probe in using c11 atomics decision [d7dee3a2] GC: JIT: + JIT atposref_u + getattrref_u [b2a91e6c] Spesh: + Fix mis-spesh of native calls [01e1d116][87040eaa][2319bba4] Strings: To generate a diff of this commit: cvs rdiff -u -r1.36 -r1.37 pkgsrc/devel/MoarVM/Makefile cvs rdiff -u -r1.26 -r1.27 pkgsrc/devel/MoarVM/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1654688954222140 Content-Disposition: inline Content-Length: 1567 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.36 pkgsrc/devel/MoarVM/Makefile:1.37 --- pkgsrc/devel/MoarVM/Makefile:1.36 Sat Apr 2 13:53:02 2022 +++ pkgsrc/devel/MoarVM/Makefile Wed Jun 8 11:49:14 2022 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.36 2022/04/02 13:53:02 mef Exp $ +# $NetBSD: Makefile,v 1.37 2022/06/08 11:49:14 mef Exp $ -DISTNAME= MoarVM-2022.03 +DISTNAME= MoarVM-2022.06 CATEGORIES= devel perl6 MASTER_SITES= http://www.moarvm.org/releases/ Index: pkgsrc/devel/MoarVM/distinfo diff -u pkgsrc/devel/MoarVM/distinfo:1.26 pkgsrc/devel/MoarVM/distinfo:1.27 --- pkgsrc/devel/MoarVM/distinfo:1.26 Sat Apr 2 13:53:02 2022 +++ pkgsrc/devel/MoarVM/distinfo Wed Jun 8 11:49:14 2022 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.26 2022/04/02 13:53:02 mef Exp $ +$NetBSD: distinfo,v 1.27 2022/06/08 11:49:14 mef Exp $ -BLAKE2s (MoarVM-2022.03.tar.gz) = 9e09c77bcc7abb36a69959c2cd7e4478cdd8f06cb2847e5c34f81cf57b526151 -SHA512 (MoarVM-2022.03.tar.gz) = 47cf9dbeb10a20a4056fcc4d2e2e589699f861e1af58e878e2ec11fec448a02322c197f5a0d065775f6683e29d4c0b4032204e3f3a2d60dd2771e247c1c5f380 -Size (MoarVM-2022.03.tar.gz) = 14864736 bytes +BLAKE2s (MoarVM-2022.06.tar.gz) = b08ca9a79360be984ffef8b6fc1a36ca0edc9451ef9701522e2d0af57288f953 +SHA512 (MoarVM-2022.06.tar.gz) = 2a47fcd2e3d8ed0bd3845ec04f0bb8ead87190985e7b83acfa4f726ccc0f544d93bfb7fad5dcedfd09739c41632abb1618a128936a1053c5b0b85ca1857f87c3 +Size (MoarVM-2022.06.tar.gz) = 14867282 bytes SHA1 (patch-build_setup.pm) = fd53d47bd3126b2c89d4e8d82c6bc0b6db5f4fdf --_----------=_1654688954222140--