pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/MoarVM (devel/MoarVM) Updated to 2021.07
details: https://anonhg.NetBSD.org/pkgsrc/rev/c3c49bbc5582
branches: trunk
changeset: 457079:c3c49bbc5582
user: mef <mef%pkgsrc.org@localhost>
date: Mon Aug 16 10:59:48 2021 +0000
description:
(devel/MoarVM) Updated to 2021.07
2021.07
6model:
[21f8cadd] Fix "Collectable in a gen2 freelist accessed" when
deserializing a method cache
[d7a07bf3] Fix possible acces to a freed SC during deserialization
[8f513d55] Convert more realloc+memset(0) to recalloc
Core:
[736154d2] Fix some bugs in the various hash_fsck functions
[1180c988] Fix read buffer overflow in bytecode dumper
[a27efd30] Fix overflows on slight reallocations of fixed size
alloced buffers
IO:
[8e9afcf5] Fix error handling of mkdir
[97948c2a] Assign the result of a socket(2) call immediately
[af001c96,3a3eb7f9] Fix possible deadlock when waiting for mutex_threads
Profiler:
[ab2a0100,f8d5f300] Simplify code needed for GCC to avoid a warning
Spesh:
[a4d59492] Fix memory corruption by accessing freed spesh stats
Strings:
[4fea2f9a] Fix ShiftJIS decoder bug where a replacement is used
and a decoding error is encountered after '\r' character
Tooling/Build:
[42bbff95] Remove msinttypes from $PREFIX\include as no longer needed
diffstat:
devel/MoarVM/Makefile | 4 ++--
devel/MoarVM/distinfo | 10 +++++-----
2 files changed, 7 insertions(+), 7 deletions(-)
diffs (28 lines):
diff -r 9c755edcc947 -r c3c49bbc5582 devel/MoarVM/Makefile
--- a/devel/MoarVM/Makefile Mon Aug 16 01:47:24 2021 +0000
+++ b/devel/MoarVM/Makefile Mon Aug 16 10:59:48 2021 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.29 2021/07/18 21:34:21 mef Exp $
+# $NetBSD: Makefile,v 1.30 2021/08/16 10:59:48 mef Exp $
-DISTNAME= MoarVM-2021.06
+DISTNAME= MoarVM-2021.07
CATEGORIES= devel perl6
MASTER_SITES= http://www.moarvm.org/releases/
diff -r 9c755edcc947 -r c3c49bbc5582 devel/MoarVM/distinfo
--- a/devel/MoarVM/distinfo Mon Aug 16 01:47:24 2021 +0000
+++ b/devel/MoarVM/distinfo Mon Aug 16 10:59:48 2021 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.18 2021/07/18 21:34:21 mef Exp $
+$NetBSD: distinfo,v 1.19 2021/08/16 10:59:48 mef Exp $
-SHA1 (MoarVM-2021.06.tar.gz) = 28e2f68de3522d5e6fb8dbe04685b41affa5d97b
-RMD160 (MoarVM-2021.06.tar.gz) = 12782f149243c3706e37152de8f54a74f57cdcfd
-SHA512 (MoarVM-2021.06.tar.gz) = b23e20ed3e0830395ac09bd84a33ea3ab7ba52bce835c67b1feec45823ca2f0c9d04957d1f1b48b400fc30a48db37c5f89c3975b0273f684d9677145e2296f2c
-Size (MoarVM-2021.06.tar.gz) = 5449936 bytes
+SHA1 (MoarVM-2021.07.tar.gz) = 9fbfe70079fa8ced7a56731c754880b3ae69ce75
+RMD160 (MoarVM-2021.07.tar.gz) = fab74335e4c4ab7c35d687030ed167a3f3817834
+SHA512 (MoarVM-2021.07.tar.gz) = 7dffb8da9dd2720b9ff52f9a345e96a5dced5a2f1003270ef00a2b9244b4da4242e2d9890146d6648f9cfe7673c7c1433899bf3b2d7971e45496308d215d92f7
+Size (MoarVM-2021.07.tar.gz) = 5451296 bytes
SHA1 (patch-build_setup.pm) = fd53d47bd3126b2c89d4e8d82c6bc0b6db5f4fdf
Home |
Main Index |
Thread Index |
Old Index