diff --git a/MoarVM-2024.04.tar.gz b/MoarVM-2024.04.tar.gz deleted file mode 100644 index 3b7dbfe..0000000 --- a/MoarVM-2024.04.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:499f2aa1d8b85db5b4335a1b5ae72b0bf8d80534c9a3b663f2c3a04a75c975ee -size 14953770 diff --git a/MoarVM-2025.05.tar.gz b/MoarVM-2025.05.tar.gz new file mode 100644 index 0000000..3f681dc --- /dev/null +++ b/MoarVM-2025.05.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61fc9ecc8b479ccc8d389fc73cce927c9f5b1070a9c62c60a0817f89dc832d91 +size 15114902 diff --git a/moarvm.changes b/moarvm.changes index 84f9d76..6eff3ba 100644 --- a/moarvm.changes +++ b/moarvm.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Sun Jun 15 16:19:31 CEST 2025 - nine@detonation.org + +- update to version 2025.05 + ++ Use rapidhash instead of siphash for string hashes ++ Optimizations in string decoding and comparison: ++ Micro-optimizations for attribute access and extops ++ Avoid unnecessary memcpy or qsort when NULL ++ Switch to direct malloc instead of stack+malloc+memcpy ++ Prevent crashes, guard jumps, avoid deep recursion in Spesh and GC ++ More detailed logging, new syscalls, user-accessible telemetry ++ Add is-debugserver-running syscall ++ Fix for Lua CVE-2014-5461 + ------------------------------------------------------------------- Thu May 23 04:53:11 UTC 2024 - Martin Schreiner diff --git a/moarvm.spec b/moarvm.spec index 779cbe9..af495de 100644 --- a/moarvm.spec +++ b/moarvm.spec @@ -1,7 +1,7 @@ # # spec file for package moarvm # -# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2025 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,7 +16,7 @@ # -%global mvrel 2024.04 +%global mvrel 2025.05 Name: moarvm Version: %{mvrel} Release: 0