Skip to content

Releases: mirage/qubes-mirage-firewall

Less dependencies and allow firewall rules with domain names

10 May 17:37
332b118
Compare
Choose a tag to compare
  • Drop astring dependency, update mirage-net-xen, and OCaml 4.14.2 -- the latest LTS release (#193, @hannesm)
  • Allow the firewall to use domains requests in rules (#193, @palainp, reported in the Qubes forum, fix confirmed by @neoniobium)

Update to mirage 4.5.0 and improve netvm features

24 Apr 10:23
a7830aa
Compare
Choose a tag to compare

Fix docker build & update build scripts

08 Nov 15:43
b944978
Compare
Choose a tag to compare
  • With Qubes 4.2 SELinux policies on Fedora AppVMS are enforced and now we need to run an additional command to be allowed to store docker images in the user homedir (#183 @palainp, reported by @Szewcson)
  • Updated the build scripts for more build reproducibility (change for official debian repositories, update debian image, update opam-repository commit, set commit for opam-overlay and mirage-overlay) (#184 @palainp, reported by @ben-grande)
  • Update disk usage value during local compilation (#186 @palainp, reported by @ben-grande)

Fix startup crash and memory reporting to Xen

05 Jul 16:17
a321287
Compare
Choose a tag to compare
  • Remove memreport to Xen to avoid Qubes trying to get back some memory (#176 @palainp, reported from Qubes forum[1], this also fixes #177 reported by @bluesteal and @xaki23)
  • Use bookworm and snapshot.notset.fr debian packages for reproducibility (#175 @palainp, reported by @hannesm #165)

[1]: https://forum.qubes-os.org/t/new-usability-issues-dom0-processes-making-system-unusable/18301/2 and https://forum.qubes-os.org/t/memory-allocation-problem-remains-in-low-allocation-for-minutes/18787

Avoid denial of service with console output

07 Dec 19:52
Compare
Choose a tag to compare
  • Fix remote denial of service due to excessive console output (#166 @burghardt,
    fix in Solo5/solo5#538 by @palainp)
  • Use Ubuntu container for build, now GitHub action, ./build-with-docker.sh and
    builds.robur.coop are synchronized (and result in the same artifact)
    (#164 @hannesm)

autumn 2022 bugfixes

11 Nov 15:52
ee45c7b
Compare
Choose a tag to compare

Memory improvements

12 Oct 07:13
Compare
Choose a tag to compare
  • Advise to use 32 MB memory, which is sufficient (#150, @palainp)
  • Improve documentation (#150, @palainp)
  • Remove unneeded memory management code and log messages (#150, @palainp)
  • Use mirage-nat 3.0.0, remove global mutable state (#151, @hannesm)

various bug fixes

14 Sep 09:18
Compare
Choose a tag to compare
  • support qrexec protocol version 3 (@reynir @palainp in mirage-qubes 0.9.3)
  • remove special DNS rule (which used to be required for Qubes 3, issue #63, fix #142, @hannesm)
  • use DNS servers from QubesDB instead of hardcoded ones for evaluation of the DNS rule (#142 @hannesm)
  • remove the GUI code (not needed in Qubes 4.1 anymore, issue #62, fix #144, @palainp)
  • trigger GC slightly earlier (at < 50% free space, issue #143, fix #147, @palainp)

PVH support

31 Aug 09:49
Compare
Choose a tag to compare

The major change is to use PVH instead of PV. The effort was in solo5 (https://github.com/solo5/solo5) which since 0.6.6 supports Xen and PVH (developed by @mato, with some fixes (multiboot, mem size computed uniformly, not skipping first token of command line arguments) by @marmarek, @xaki23, @palainp, and @hannesm).

Another user-visible change is that the DNS resolver is read from QubesDB /qubes-primary-dns instead of using a hardcoded IP address (@palainp and @hannesm).

Also, the qrexec version negotiation has been implemented (in mirage-qubes by @reynir).

Thanks to @palainp and @winux138 keeping track of memory allocation has been improved, and also memory can be freed now.

This release uses the latest mirage release (4.2.1). It can be built with a Fedora 35 container. It uses OCaml 4.14.0.

Thanks to @talex5 for lots of code cleanups, reviews, and merges. Also thanks to @xaki23 for early and detailed feedback. Testing was done by @TommyTran732 and @Szewcson. Thanks to @burghardt for documentation improvements.

Bugfixes

19 Jun 09:49
Compare
Choose a tag to compare
  • More robust parsing of IP address in Xenstore, which may contain both IPv4 and IPv6 addresses (@linse, #103, reported by @grote)

  • Avoid stack overflow with many connections in the NAT table (@linse and @hannesm, reported by @talex5 in #105, fixed by mirage-nat 2.2.2 release)