Dear community,
I plan to push Ocaml 5+ ecosystem for Qubes-mirage-firewall soon, before continuing development. We don’t have RC releases with Qubes-mirage-firewall, but if you want to try and help find bugs before the next release, you can test:
- the latest version of Ocaml 4 is the current version and has not yet been released on GitHub - mirage/qubes-mirage-firewall: A Mirage firewall VM for QubesOS (no code changes in the firewall itself since latest release, but some updates in the ecosystem)
- the future version of Ocaml 5 is the branch at GitHub - palainp/qubes-mirage-firewall at ocaml-53 (no code changes in the firewall itself but a lot of changes in the ecosystem)
For both repositories, you can run:
sudo dnf install podman -y && \
git clone <the chosen repository> && \
cd qubes-mirage-firewall && \
./build-with.sh podman
This will build dist/qubes-firewall.xen
which you can copy into dom0 as a regular update.
Any help and/or feedback will be greatly appreciated
Based on lastest feedbacks, and after the next release I’ll start to work on:
- IPv6 support
- port redirection support