pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/wabt
Module Name: pkgsrc
Committed By: adam
Date: Wed Mar 11 17:41:49 UTC 2026
Modified Files:
pkgsrc/devel/wabt: Makefile distinfo
Log Message:
wabt: updated to 1.0.40
1.0.40
Remove macos-13 from CI. NFC
Lower the Ubuntu version for the release
Add support for (ref ...) / (ref null ...) constructs
Implement return_call_ref, ref.as_non_null, br_on_[non_]null instructions
Support table initializer expressions; completes function references support
Code improvements for call ref and br_on_[non_]null
Fix use of uninitialized value in WastParser::ParseSimdV128Const.
Fix reference tracking in SharedValidator
Save local set data in EndTryTable
wast-parser: make IsPowerOfTwo support memory64 addresses
[binary-reader] Validate import type earlier. NFC
[binary-reader] Re-use ReadExternalKind for import as well as exports. NFC
Add initial support for compact import section. NFC
Update gtest from release-1.10.0 -> release-1.12.0. NFC
Add bounds check for function body size in binary reader
Fix integer overflow in section and subsection size checks
Fix wrong iterator variable in InterpDropKeep ref tracking
Fix incorrect parameter index in WASI fd_read
[wasm-objdump] Fix missing error on bad opcode
Fix CanonNaN template to use correct type for f64 NaN canonicalization
Fix off-by-one in Select instruction ref tracking
Fix GC root leak in RefPtr assignment operators
Initial support for wide arithmetic
Fix typed select pushing Type::Any instead of expected type
Prevent fuzzer allocation errors
Update minimum CMake version to 3.10 in wabt-config.cmake
To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 pkgsrc/devel/wabt/Makefile
cvs rdiff -u -r1.23 -r1.24 pkgsrc/devel/wabt/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/wabt/Makefile
diff -u pkgsrc/devel/wabt/Makefile:1.27 pkgsrc/devel/wabt/Makefile:1.28
--- pkgsrc/devel/wabt/Makefile:1.27 Wed Nov 5 07:49:24 2025
+++ pkgsrc/devel/wabt/Makefile Wed Mar 11 17:41:49 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.27 2025/11/05 07:49:24 adam Exp $
+# $NetBSD: Makefile,v 1.28 2026/03/11 17:41:49 adam Exp $
-DISTNAME= wabt-1.0.39
+DISTNAME= wabt-1.0.40
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GITHUB:=WebAssembly/}
Index: pkgsrc/devel/wabt/distinfo
diff -u pkgsrc/devel/wabt/distinfo:1.23 pkgsrc/devel/wabt/distinfo:1.24
--- pkgsrc/devel/wabt/distinfo:1.23 Wed Nov 5 07:49:24 2025
+++ pkgsrc/devel/wabt/distinfo Wed Mar 11 17:41:49 2026
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.23 2025/11/05 07:49:24 adam Exp $
+$NetBSD: distinfo,v 1.24 2026/03/11 17:41:49 adam Exp $
-BLAKE2s (wabt-1.0.39.tar.gz) = a96a8270fc3e3b128dc6e66646052af138e5f11bbca12e15dc79e0e87d6cc2ce
-SHA512 (wabt-1.0.39.tar.gz) = be6424783fd9cb87d8b1b69babcd8ce257b71146b6c9df63989c2c2a3a83f321f94dd9441115eec8ad62b7c7b57aeade5b3803f23181c89265d027525fbabc6a
-Size (wabt-1.0.39.tar.gz) = 1405906 bytes
+BLAKE2s (wabt-1.0.40.tar.gz) = 8fe1801f3d7a5664d9e3e9b3c1cc169feec7cc5c88f39f3b4d7590cfd0608a08
+SHA512 (wabt-1.0.40.tar.gz) = 48e6419067c8323a56887b4fb37c4ef694296395328dd03ca414c83e62a2163face4da9c01d595eb6d1a73bded0a8b56fa0f4ae917f8062814b1166bcd027b47
+Size (wabt-1.0.40.tar.gz) = 1437778 bytes
SHA1 (patch-CMakeLists.txt) = e65ad4657be060a20273e88014dc3279cfe1e230
Home |
Main Index |
Thread Index |
Old Index