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 Oct 14 01:41:08 UTC 2024

Modified Files:
        pkgsrc/devel/MoarVM: Makefile buildlink3.mk distinfo

Log Message:
(devel/MoarVM) Updated 2024.08 to 2024.09

New in 2024.09

Core:
+ When -latomic is needed, don't lose the libs entry [6ed6986b]
+ Hand-Apply fix to minilua for CVE-2014-5461 [570db261]
+ Fix NAN/INFINITY definitions to work on Windows 11 SDK [b7750ec2]
+ We don't have to account for "start" in size calculation ...

Documentation:

GC:
+ A re-imagining of the MVMROOT macros [ac82e446]

JIT:

Spesh:
+ When guarding conc or type and type is known, guard just conc/type [abab265d]

Strings:
+ latin1.c and ascii.c can return str_consts.empty for 0-length string [2a0dc7f1]
+ Split string's "any" union field into "any" and "any_ptr" [f14712b6]


To generate a diff of this commit:
cvs rdiff -u -r1.48 -r1.49 pkgsrc/devel/MoarVM/Makefile
cvs rdiff -u -r1.17 -r1.18 pkgsrc/devel/MoarVM/buildlink3.mk
cvs rdiff -u -r1.37 -r1.38 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.48 pkgsrc/devel/MoarVM/Makefile:1.49
--- pkgsrc/devel/MoarVM/Makefile:1.48   Sat Sep 21 20:26:42 2024
+++ pkgsrc/devel/MoarVM/Makefile        Mon Oct 14 01:41:08 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.48 2024/09/21 20:26:42 mef Exp $
+# $NetBSD: Makefile,v 1.49 2024/10/14 01:41:08 mef Exp $
 
-DISTNAME=      MoarVM-2024.08
+DISTNAME=      MoarVM-2024.09
 CATEGORIES=    devel perl6
 MASTER_SITES=  http://www.moarvm.org/releases/
 

Index: pkgsrc/devel/MoarVM/buildlink3.mk
diff -u pkgsrc/devel/MoarVM/buildlink3.mk:1.17 pkgsrc/devel/MoarVM/buildlink3.mk:1.18
--- pkgsrc/devel/MoarVM/buildlink3.mk:1.17      Mon Apr 29 03:19:07 2024
+++ pkgsrc/devel/MoarVM/buildlink3.mk   Mon Oct 14 01:41:08 2024
@@ -1,12 +1,12 @@
-# $NetBSD: buildlink3.mk,v 1.17 2024/04/29 03:19:07 mef Exp $
+# $NetBSD: buildlink3.mk,v 1.18 2024/10/14 01:41:08 mef Exp $
 
 BUILDLINK_TREE+=       MoarVM
 
 .if !defined(MOARVM_BUILDLINK3_MK)
 MOARVM_BUILDLINK3_MK:=
 
-BUILDLINK_API_DEPENDS.MoarVM+= MoarVM>=2024.04
-BUILDLINK_ABI_DEPENDS.MoarVM+= MoarVM>=2024.04
+BUILDLINK_API_DEPENDS.MoarVM+= MoarVM>=2024.09
+BUILDLINK_ABI_DEPENDS.MoarVM+= MoarVM>=2024.09
 BUILDLINK_PKGSRCDIR.MoarVM?=   ../../devel/MoarVM
 
 .include "../../devel/libatomic_ops/buildlink3.mk"

Index: pkgsrc/devel/MoarVM/distinfo
diff -u pkgsrc/devel/MoarVM/distinfo:1.37 pkgsrc/devel/MoarVM/distinfo:1.38
--- pkgsrc/devel/MoarVM/distinfo:1.37   Sat Sep 21 20:26:42 2024
+++ pkgsrc/devel/MoarVM/distinfo        Mon Oct 14 01:41:08 2024
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.37 2024/09/21 20:26:42 mef Exp $
+$NetBSD: distinfo,v 1.38 2024/10/14 01:41:08 mef Exp $
 
-BLAKE2s (MoarVM-2024.08.tar.gz) = a7965c076ac1a276be66f42a27852ba0a15533e6febd056123555d73940c94fd
-SHA512 (MoarVM-2024.08.tar.gz) = b1e3d0b067d4e685d4978962f9008d28e0cad960f55b373f6f3a13df35b8865da9301f0a2b67f9a0d8222a6d5500fce474168ecdf2837c3dc21e04fcb3211bfc
-Size (MoarVM-2024.08.tar.gz) = 14993560 bytes
+BLAKE2s (MoarVM-2024.09.tar.gz) = 2f98646ed5fc35f1b411a3017a850f616f7578d5af04384a4d137e10bd20bbe1
+SHA512 (MoarVM-2024.09.tar.gz) = ff3b3db60a726e5dfdca617dc5ea4393b84e2317a6ca8079a7cebb7737a5cf614850097cc73b5d7d3edf8c9f7ff0ffb375ec73b67d591d31f90aca1d2bb5f079
+Size (MoarVM-2024.09.tar.gz) = 14993316 bytes
 SHA1 (patch-build_setup.pm) = fd53d47bd3126b2c89d4e8d82c6bc0b6db5f4fdf



Home | Main Index | Thread Index | Old Index