summaryrefslogtreecommitdiffhomepage
path: root/pkg/contrib (follow)
AgeCommit message (Collapse)AuthorFilesLines
2024-09-09Packages: bump wasmtime to 24.0.0 and wasi-sysroot to 24.0.Konstantin Pavlov6-10/+12
Wasm module is now not built for Amazon Linux 2, Debian 11 and Ubuntu 2.0.04, since it requires cmake version newer than what's available on those OSes. wasm-wasi-component is not affected.
2024-08-28Added .gitignore for pkg/contrib/tarballsKonstantin Pavlov1-0/+2
This directory is needed for contribs to function.
2024-08-28Remove .hgignore filesAndrew Clayton1-3/+0
Probably not needed now... Signed-off-by: Andrew Clayton <a.clayton@nginx.com>
2024-07-10contrib: make sha512sum check compatible with FreeBSD 14+Konstantin Pavlov1-1/+1
FreeBSD introduced sha512sum binary in version 14, but with slightly incompatible flags as compared to Linux version. This change makes it work in both worlds.
2024-07-02contrib: updated njs to 0.8.5Andrei Zeliankou2-2/+2
njs changed strings API so now instead of njs_vm_value_string_set() used njs_vm_value_string_create() as a drop-in replacement. Link: <https://github.com/nginx/njs/commit/5730d5ffe23a4965c001d873695d22005fcfa588>
2024-06-18contrib: updated njs to 0.8.4Konstantin Pavlov3-3/+3
While at it, follow the njs move to github to fetch sources.
2024-05-20contrib: be quiet on unpackKonstantin Pavlov1-4/+4
The lists of files being unpacked are mostly useless but take a significant amount of lines and bytes in e.g. CI jobs. E.g. in rhel9 packaging job, it's 39680 lines just for the unpacking of wasmtime-v11.0.1-src, as compared to total 48945 lines of output.
2024-03-12NJS: loader should be registered using njs_vm_set_module_loader()Andrei Zeliankou2-2/+2
This change makes NJS module incompatible with NJS older than 0.8.3. Therefore, the configuration version check has been adjusted accordingly. This change was introduced in NJS 0.8.3 here: <https://hg.nginx.com/njs/rev/ad1a7ad3c715>
2024-02-09contrib: updated njs to 0.8.2.Konstantin Pavlov2-2/+2
2024-02-09contrib: Bump libunit-wasm to 0.3.0.Konstantin Pavlov1-2/+2
2023-10-13contrib: updated njs to 0.8.1.Konstantin Pavlov2-2/+2
2023-08-22contrib: added libunit-wasm and wasi-sysroot.Konstantin Pavlov5-0/+45
2023-08-22contrib: added wasmtime.Konstantin Pavlov3-0/+32
2023-07-11contrib: updated njs to 0.8.0.Konstantin Pavlov2-2/+2
2023-04-11contrib: updated njs to 0.7.12.Konstantin Pavlov3-3/+6
2023-02-28contrib: fixed njs make rule.Konstantin Pavlov1-1/+1
2023-02-27contrib: updated njs to 0.7.10.Konstantin Pavlov3-3/+3
2022-11-29Added contribs and njs.Konstantin Pavlov5-0/+164