pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/MoarVM



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.

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



Home | Main Index | Thread Index | Old Index