Commit Graph

80 Commits

Author SHA1 Message Date
R. Ryantm
590562d97b wasmtime: 18.0.2 -> 18.0.3 2024-03-13 10:03:43 +00:00
R. Ryantm
ab87c7f141 wasmtime: 18.0.1 -> 18.0.2 2024-02-29 04:51:03 +00:00
R. Ryantm
1b109bf79a wasmtime: 17.0.1 -> 18.0.1 2024-02-20 23:48:15 +00:00
R. Ryantm
d8c4bf32eb wasmtime: 17.0.0 -> 17.0.1 2024-02-08 07:23:03 +00:00
Rafael Fernández López
6f19bb8de4
wasmtime: 16.0.0 -> 17.0.0 2024-01-25 21:56:03 +01:00
Rafael Fernández López
98d33dc1ed
wasmtime: 15.0.1 -> 16.0.0 2023-12-20 22:18:43 +01:00
Rafael Fernández López
339a90f30b
wasmtime: 15.0.0 -> 15.0.1 2023-12-01 20:16:08 +01:00
Rafael Fernández López
db3c02e075 wasmtime: 14.0.4 -> 15.0.0 2023-11-21 11:56:58 +01:00
Rafael Fernández López
5afd529264 wasmtime: 14.0.2 -> 14.0.4 2023-11-03 10:50:11 +01:00
Rafael Fernández López
590cd0ad82
wasmtime: 14.0.1 -> 14.0.2 2023-10-26 18:24:03 +02:00
Rafael Fernández López
109c77608e wasmtime: 13.0.0 -> 14.0.1 2023-10-23 21:37:18 +02:00
Rafael Fernández López
c3aabc31df wasmtime: remove Cargo.toml patch due to cargo-auditable 2023-10-16 18:22:30 +02:00
Rafael Fernández López
fc5941fad3
wasmtime: 12.0.1 -> 13.0.0 2023-09-21 23:40:36 +02:00
Rafael Fernández López
884c080079 wasmtime: fix build due to cargo-auditable issue
`cargo-auditable` is not able to process the `c-api` crate
`Cargo.toml` due to the inclusion of the new `dep:` keyword in crate
features.
2023-09-04 15:50:17 +02:00
Rafael Fernández López
c774901f15 wasmtime: 12.0.0 -> 12.0.1 2023-08-25 22:52:53 +02:00
Rafael Fernández López
1f5fcea4fc wasmtime: 11.0.1 -> 12.0.0 2023-08-22 18:27:52 +02:00
Rafael Fernández López
47f75ef1bf
wasmtime: 11.0.0 -> 11.0.1 2023-07-27 23:07:35 +02:00
Rafael Fernández López
03049a56e0
wasmtime: 10.0.1 -> 11.0.0 2023-07-22 17:36:33 +02:00
R. Ryantm
a39736aa4c wasmtime: 9.0.4 -> 10.0.1 2023-06-24 05:52:46 +00:00
Rafael Fernández López
566e9319a8
wasmtime: 9.0.3 -> 9.0.4 2023-06-15 23:22:15 +02:00
R. Ryantm
39e30fa40e wasmtime: 9.0.2 -> 9.0.3 2023-06-05 04:33:43 +00:00
Bas van Dijk
ad3402c664 wasmtime: fix lib on darwin
Before:

```
otool -D result-dev/lib/libwasmtime.dylib
result-dev/lib/libwasmtime.dylib:
/private/tmp/nix-build-wasmtime-9.0.2.drv-0/source/target/aarch64-apple-darwin/release/deps/libwasmtime.dylib
```

After:

```
otool -D result-dev/lib/libwasmtime.dylib
result-dev/lib/libwasmtime.dylib:
/nix/store/bz6l7dr60izrq6vga83df9y2p1mgh5hw-wasmtime-9.0.2-dev/lib/libwasmtime.dylib
```
2023-05-29 22:30:29 +02:00
Daniel Nagy
db508e06a1
treewide: add meta.mainProgram and changelog urls (#204317) 2023-05-28 01:31:27 -05:00
Rafael Fernández López
8f73830dbe
wasmtime: 9.0.1 -> 9.0.2 2023-05-27 22:45:30 +02:00
Rafael Fernández López
4907906a88 wasmtime: 9.0.0 -> 9.0.1 2023-05-23 21:42:42 +02:00
Thomas Gerbet
4a01ba47ee wasmtime: 8.0.1 -> 9.0.0
https://github.com/bytecodealliance/wasmtime/blob/v9.0.0/RELEASES.md
2023-05-22 21:57:35 +02:00
Rafael Fernández López
76836deefd wasmtime: run tests depending on the platform features
Run tests depending on the platform features reported by stdenv.
2023-05-19 13:53:42 +00:00
Thomas Gerbet
51ba50985a wasmtime: 8.0.0 -> 8.0.1
Fixes CVE-2023-30624.

https://github.com/bytecodealliance/wasmtime/blob/v8.0.1/RELEASES.md
2023-04-28 10:15:11 +02:00
Jamie Magee
1ad9fb62a9
wasmtime: 7.0.0 -> 8.0.0 2023-04-23 17:25:45 -07:00
Thomas Gerbet
57c69fcbea wasmtime: 6.0.1 -> 7.0.0
b5a2d536ac/RELEASES.md
2023-03-21 07:44:24 +01:00
Thomas Gerbet
b4990c9891 wasmtime: 6.0.0 -> 6.0.1
Fixes CVE-2023-26489 and CVE-2023-27477.

https://github.com/bytecodealliance/wasmtime/blob/v6.0.1/RELEASES.md
2023-03-08 21:53:06 +01:00
R. Ryantm
522098e3b5 wasmtime: 5.0.0 -> 6.0.0 2023-02-25 03:17:27 +00:00
Rafael Fernández López
f329e5f506
wasmtime: 4.0.0 -> 5.0.0 2023-02-06 22:39:23 +01:00
Rafael Fernández López
a8153ecbd8
wasmtime: 3.0.1 -> 4.0.0 2022-12-24 14:06:50 +01:00
R. Ryantm
99b0a7d6ea wasmtime: 3.0.0 -> 3.0.1 2022-12-07 12:34:05 +00:00
R. Ryantm
de50b1dc24 wasmtime: 2.0.2 -> 3.0.0 2022-11-23 12:08:11 +00:00
Rafael Fernández López
2abb7efadb
wasmtime: 2.0.1 -> 2.0.2 2022-11-11 10:53:04 +01:00
R. Ryantm
3023508eba wasmtime: 2.0.0 -> 2.0.1 2022-10-28 00:44:32 +00:00
Rafael Fernández López
1f5628592e
wasmtime: 1.0.1 -> 2.0.0 2022-10-21 10:02:34 +02:00
R. Ryantm
91b1023805 wasmtime: 1.0.0 -> 1.0.1 2022-09-27 03:44:24 +00:00
Pavol Rusnak
0eb4f8311c
wasmtime: 0.40.1 -> 1.0.0 2022-09-20 20:58:23 +02:00
R. Ryantm
848c87cf98 wasmtime: 0.40.0 -> 0.40.1 2022-09-01 18:03:43 +00:00
Michael Livshin
153f2f6f06
wasmtime: build c-api, bump version to 0.40.0
* build wasmtime c-api libraries & headers as the "dev" output.

* bump wasmtime source version to 0.40.0.
2022-08-25 00:34:10 +02:00
Rafael Fernández López
9c59fd919f
wasmtime: disable tests on x86_64-darwin
Remove tests on x86_64-darwin to avoid specific false errors due to
the way Hydra runners are set up for this architecture.

On this platform, on Hydra runners we see: `SIMD support requires
SSE3, SSSE3, SSE4.1, and SSE4.2 on x86_64.` present in all failing
tests.

Thus, do not run tests on this platform to avoid false reports of this
derivation being broken, because Hydra runners are set up in a way
that this CPU features are not available.

An example of automation marking this derivation as broken because the
Hydra runs were reporting failures: 03bc571744.
2022-08-21 10:58:29 +02:00
Thomas Gerbet
03119abf6b wasmtime: 0.38.0 -> 0.39.1
https://github.com/bytecodealliance/wasmtime/blob/v0.39.1/RELEASES.md

Fixes CVE-2022-31146 and CVE-2022-31169.
2022-08-05 18:48:57 +02:00
Rafael Fernández López
d4ed4c52e1
wasmtime: 0.37.0 -> 0.38.0 2022-06-23 07:52:44 +03:00
Rafael Fernández López
7042b2fd9c
wasmtime: remove unneeded dependencies
Also, add `ereslibre` as a maintainer
2022-06-23 07:52:35 +03:00
Rick van Schijndel
03bc571744
treewide: pkgs/development: mark broken for darwin 2022-05-30 13:42:57 +02:00
Rafael Fernández López
593dfc4d9d wasmtime: 0.36.0 -> 0.37.0
Re-enable darwin platform.
2022-05-22 07:36:16 -04:00
Rafael Fernández López
9c653ec608 wasmtime: 0.35.2 -> 0.36.0 2022-04-21 07:57:16 -04:00