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 Dec 30 22:06:36 UTC 2024

Modified Files:
        pkgsrc/devel/MoarVM: Makefile distinfo

Log Message:
(devel/MoarVM) Updated 2024.10 to 2024.12

New in 2024.12

Core:
+ Update libuv to version 1.49.2 [00ad43bb]
+ Add missing mode initializers to socket function pointer structs [740aa3b9]
+ all-thread-bt syscall: dump backtraces, optionally exit [33c9996a]
+ Initialize telemeh in MVM_vm_create_instance [b45eac44]
+ add telemetry output to queue, semaphore, and procops [3e74bea7]
+ Allow user code to send to telemetry log [a02ec774]
+ telemetry: output mapping CUs from files/bytes/buffer [c6e4ea8b]
+ telemetry: output something when oops or panic [e3a1790d]
+ telemetry: ensure at least one batch is serialized [eb383b95]
+ Explicitly cast to unsigned during a sign-extending shift [b9416a2f]
+ Only memcpy operands of extop if it is not NULL [6faec356]
+ Fix longjmp on Windows [2891ad5b][b9461e90][275348bc]
+ More UBSAN fixes [79edc97f][6242cbb5][c5cd090c]
+ Fix MVM_dump_p6opaque debug helper for bigints [c3629fb7]
+ Windows long path support revival [54a16387][dc99016a][f56e6b95][612aa25d]
  [efd9632a][db9984b0][cf3a8945][fb6e5231][704065a9][7f7757e9]
+ Fix a compile warning on cl / Windows [e851fcff]
+ Difference fast path when comparing 8-bit strings [aff9c1c9]
+ add "is-debugserver-running" syscall [32a8500a]
+ debugserver: prevent GC oops when stepping past a gc run [f6d81f99]

Documentation:
+ Update release guide to align with current practice. [fd9da869]

GC:
+ vmeventsubscribe: don't crash in gc run [939e64dc]

JIT:

Spesh:
+ spesh: don't deeply recurse into inline attempts [a041dd10]
+ Only memcpy spesh_slots if it is not NULL [20e180d8]
+ Only qsort outcome_hits if it is not NULL [d03de65b]

Strings:


To generate a diff of this commit:
cvs rdiff -u -r1.50 -r1.51 pkgsrc/devel/MoarVM/Makefile
cvs rdiff -u -r1.39 -r1.40 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.50 pkgsrc/devel/MoarVM/Makefile:1.51
--- pkgsrc/devel/MoarVM/Makefile:1.50   Sun Oct 27 05:37:25 2024
+++ pkgsrc/devel/MoarVM/Makefile        Mon Dec 30 22:06:36 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.50 2024/10/27 05:37:25 mef Exp $
+# $NetBSD: Makefile,v 1.51 2024/12/30 22:06:36 mef Exp $
 
-DISTNAME=      MoarVM-2024.10
+DISTNAME=      MoarVM-2024.12
 CATEGORIES=    devel perl6
 MASTER_SITES=  http://www.moarvm.org/releases/
 

Index: pkgsrc/devel/MoarVM/distinfo
diff -u pkgsrc/devel/MoarVM/distinfo:1.39 pkgsrc/devel/MoarVM/distinfo:1.40
--- pkgsrc/devel/MoarVM/distinfo:1.39   Sun Oct 27 05:37:25 2024
+++ pkgsrc/devel/MoarVM/distinfo        Mon Dec 30 22:06:36 2024
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.39 2024/10/27 05:37:25 mef Exp $
+$NetBSD: distinfo,v 1.40 2024/12/30 22:06:36 mef Exp $
 
-BLAKE2s (MoarVM-2024.10.tar.gz) = 8dc7ee83584ae7c85b6ce08b35cb3bdad68797e845360a47d69fe4f6943fb692
-SHA512 (MoarVM-2024.10.tar.gz) = 3e9a1f47751ccdd04e128fa50cf3362d66372485d7ddd10a7d7de9d82bf6f832a1f788363a2a5692873944b3abd12283390670ee04f6724e949d92bd73900a04
-Size (MoarVM-2024.10.tar.gz) = 15013798 bytes
+BLAKE2s (MoarVM-2024.12.tar.gz) = 8fa580aa224ccd0e3d9b4d73614f14a0199271e7eb6a28fc64f1f48b6a8ec665
+SHA512 (MoarVM-2024.12.tar.gz) = 4ade60f0c10030e1a24f8e0b1bb2e68fb62af4d3da7fe7751920d9ded145825c8a55f648f10c6a44d862ea1ad0753c5074643dab960374b325caa742129dea10
+Size (MoarVM-2024.12.tar.gz) = 15016376 bytes
 SHA1 (patch-build_setup.pm) = fd53d47bd3126b2c89d4e8d82c6bc0b6db5f4fdf



Home | Main Index | Thread Index | Old Index