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 Nov  5 07:49:24 UTC 2025

Modified Files:
        pkgsrc/devel/wabt: Makefile distinfo

Log Message:
wabt: updated to 1.0.39

1.0.39

There were a couple of issues with the 1.0.38 release, such as some binaries being missing, and also that version not being updated.

Versions 1.0.39 should address those.

Note: The names of the release binaries have changed and are now standardized between all platforms and architectures.

What's Changed

[CI] Disable fail-fast for release builder
Update flake8 version. NFC
[wasm2c] Add more debugging for sigaltstack failures. NFC
Temporarily disable macos-latest testing. NFC
Temporarily disable s390 CI build
CMakeLists.txt: Update version to 1.0.38
Add arm64 linux release binaries. NFC
Bump version to 1.0.39


To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 pkgsrc/devel/wabt/Makefile
cvs rdiff -u -r1.22 -r1.23 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.26 pkgsrc/devel/wabt/Makefile:1.27
--- pkgsrc/devel/wabt/Makefile:1.26     Fri Oct 31 21:49:35 2025
+++ pkgsrc/devel/wabt/Makefile  Wed Nov  5 07:49:24 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.26 2025/10/31 21:49:35 adam Exp $
+# $NetBSD: Makefile,v 1.27 2025/11/05 07:49:24 adam Exp $
 
-DISTNAME=      wabt-1.0.38
+DISTNAME=      wabt-1.0.39
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=WebAssembly/}
 

Index: pkgsrc/devel/wabt/distinfo
diff -u pkgsrc/devel/wabt/distinfo:1.22 pkgsrc/devel/wabt/distinfo:1.23
--- pkgsrc/devel/wabt/distinfo:1.22     Fri Oct 31 21:49:35 2025
+++ pkgsrc/devel/wabt/distinfo  Wed Nov  5 07:49:24 2025
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.22 2025/10/31 21:49:35 adam Exp $
+$NetBSD: distinfo,v 1.23 2025/11/05 07:49:24 adam Exp $
 
-BLAKE2s (wabt-1.0.38.tar.gz) = 6a08f05cddcfaa62040d270c0f6900ef9218c501aa5d306bafda1d1c2fbecd01
-SHA512 (wabt-1.0.38.tar.gz) = 1a468110a34ea4654a423c0e2c5cc1c915eddb6ca306452a4f54b623b3cb5ca2043a4d29899c528dccbf8ac5fe8ac69f964057e2d9837c8843a9fe26499a30b6
-Size (wabt-1.0.38.tar.gz) = 1405739 bytes
+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
 SHA1 (patch-CMakeLists.txt) = e65ad4657be060a20273e88014dc3279cfe1e230



Home | Main Index | Thread Index | Old Index