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:           Mon Aug 16 10:59:48 UTC 2021

Modified Files:
        pkgsrc/devel/MoarVM: Makefile distinfo

Log Message:
(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


To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30 pkgsrc/devel/MoarVM/Makefile
cvs rdiff -u -r1.18 -r1.19 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.29 pkgsrc/devel/MoarVM/Makefile:1.30
--- pkgsrc/devel/MoarVM/Makefile:1.29   Sun Jul 18 21:34:21 2021
+++ pkgsrc/devel/MoarVM/Makefile        Mon Aug 16 10:59:48 2021
@@ -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/
 

Index: pkgsrc/devel/MoarVM/distinfo
diff -u pkgsrc/devel/MoarVM/distinfo:1.18 pkgsrc/devel/MoarVM/distinfo:1.19
--- pkgsrc/devel/MoarVM/distinfo:1.18   Sun Jul 18 21:34:21 2021
+++ pkgsrc/devel/MoarVM/distinfo        Mon Aug 16 10:59:48 2021
@@ -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