From 9aaf09e7809276c24f8b5333a43d5481c28b28b7 Mon Sep 17 00:00:00 2001 From: DFINITY bot <58022693+dfinity-bot@users.noreply.github.com> Date: Mon, 9 Oct 2023 03:37:29 +0200 Subject: [PATCH] niv musl-wasi: update ec4566be -> 4db5398e (#4220) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## Changelog for musl-wasi: Branch: main Commits: [WebAssembly/wasi-libc@ec4566be...4db5398e](https://github.com/WebAssembly/wasi-libc/compare/ec4566beae84e54952637f0bf61bee4b4cacc087...4db5398e65c7dd343315db7e13f3dcae056466ba) * [`ce2f157d`](https://github.com/WebAssembly/wasi-libc/commit/ce2f157d46e04f323edf93f02c8f60069d88df96) Update thread id validation returned by `__wasi_thread_spawn` ([WebAssembly/wasi-libc⁠#435](https://togithub.com/WebAssembly/wasi-libc/issues/435)) * [`7b4705f1`](https://github.com/WebAssembly/wasi-libc/commit/7b4705f1266c499d28751233b8b766a4efcfc57b) Fix typo in signal.c error messages ([WebAssembly/wasi-libc⁠#437](https://togithub.com/WebAssembly/wasi-libc/issues/437)) * [`d4dae896`](https://github.com/WebAssembly/wasi-libc/commit/d4dae89648d654cdcad6b0aa8b265bf957f07531) add shared library support ([WebAssembly/wasi-libc⁠#429](https://togithub.com/WebAssembly/wasi-libc/issues/429)) * [`6248a00c`](https://github.com/WebAssembly/wasi-libc/commit/6248a00c96e337601cb83765a4bb100323771d84) Adjust Makefile for LLVM trunk (18) as of 2023-10-03 ([WebAssembly/wasi-libc⁠#438](https://togithub.com/WebAssembly/wasi-libc/issues/438)) * [`4db5398e`](https://github.com/WebAssembly/wasi-libc/commit/4db5398e65c7dd343315db7e13f3dcae056466ba) remove `-nostdlib` from libc.so link command ([WebAssembly/wasi-libc⁠#440](https://togithub.com/WebAssembly/wasi-libc/issues/440)) --- nix/sources.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/nix/sources.json b/nix/sources.json index f1f28f1c34c..262c5d07c13 100644 --- a/nix/sources.json +++ b/nix/sources.json @@ -102,10 +102,10 @@ "homepage": "https://wasi.dev", "owner": "WebAssembly", "repo": "wasi-libc", - "rev": "ec4566beae84e54952637f0bf61bee4b4cacc087", - "sha256": "0f739yhi5phs2g0p0bl2nx87qmcc4amq2c2nykdycr1lglvqq5yy", + "rev": "4db5398e65c7dd343315db7e13f3dcae056466ba", + "sha256": "1nznll05xqihh07pvvyrrxm7n56qxcjrqcdy74fgj8dhyim538nz", "type": "tarball", - "url": "https://github.com/WebAssembly/wasi-libc/archive/ec4566beae84e54952637f0bf61bee4b4cacc087.tar.gz", + "url": "https://github.com/WebAssembly/wasi-libc/archive/4db5398e65c7dd343315db7e13f3dcae056466ba.tar.gz", "url_template": "https://github.com///archive/.tar.gz" }, "nixpkgs": {