Skip to content

Releases: sonertari/UTMFW

UTMFW 7.5

06 Jul 14:10
Compare
Choose a tag to compare
  • Update to 7.5
    • Update install sets and packages to OpenBSD 7.5
    • Update config files
  • Update sslproxy to 0.9.6
  • Update phpseclib to 1.0.23
  • Fix signify error due to keytype
  • Fix undefined reference when calling inline function in smtp-gated sources
  • Remove totmbufs line from mbufs rrd graph

UTMFW 7.4

27 Feb 19:14
Compare
Choose a tag to compare
  • Update to 7.4
    • Update install sets and packages to 7.4
    • Update config files
    • Update copyright year to 2024
  • Update sslproxy to 0.9.5
  • Improve img create script for amd64, add EFI support, improve MBR boot
    • Inspire from OpenBSD distrib/{amd64,arm64}/iso/Makefile
  • Remove errout from sh.php output, otherwise breaks json encoded output
  • Get number of cpus from hw.ncpuonline not from hw.ncpu, on OpenBSD hyperthreading is disabled
  • Increase default timeout for Notifier to 30 secs
  • Do not wrap partition names in system card on dashboard
  • Fix PHP deprecation logs

UTMFW 7.3

30 Apr 14:48
Compare
Choose a tag to compare

This release updates UTMFW to OpenBSD 7.3.

UTMFW 7.2

31 Dec 08:03
Compare
Choose a tag to compare

The highlights of this release are:

  • OpenBSD 7.2-stable
  • SSLproxy 0.9.4
  • Various fixes and improvements

UTMFW 7.1

10 May 20:08
Compare
Choose a tag to compare

The highlights of this release are:

  • OpenBSD 7.1-stable
  • SSLproxy 0.9.3
  • Various fixes and improvements

UTMFW 7.0.1

16 Nov 21:54
Compare
Choose a tag to compare

The highlights of this release are:

  • Structured filtering rules in SSLproxy 0.9.2
  • OpenBSD 7.0-stable
  • Various fixes and improvements

UTMFW 7.0

24 Oct 15:04
Compare
Choose a tag to compare

The highlights of this release are:

  • TLS 1.3 support in SSLproxy, thanks to LibreSSL 3.4.1
  • Filtering rules in SSLproxy 0.9.0
  • SSLproxy Rule Editor (SPRE), to configure SSLproxy proxyspecs, filtering
    rules, and options on the WUI, similar to PFRE for OpenBSD/pf
  • OpenBSD 7.0

UTMFW 6.9.3

12 Aug 22:21
Compare
Choose a tag to compare

This release focuses on performance:

  • Collectd as backend for status and statistics collection: We now use collectd to continuously follow log files to collect all module status and statistics. We use the collectd plugins tail and logparser, along with the notify_fifo plugin specifically developed for UTMFW. This continuous data collection greatly improves the performance of the Dashboard and the Info pages, compared to intermittent access-based data collection.

  • Memory-based file system (MFS): Frequently used files such as logs, statistics, status, rrd, graph, cache, socket, fifo, pid, and tmp files are now moved to /var/log, which is mounted as MFS by default. MFS can be enabled, disabled, and resized during installation and on the WUI. MFS greatly improves the performance of the system, especially if the disk is slow.

  • Dnsmasq instead of isc-bind: Dnsmasq is a light-weight caching DNS forwarder. Dnsmasq consumes very little system resources compared to isc-bind, especially if the upstream DNS server or the external interface is unreachable or down.

  • Cache system status and info: We now cache overall system and individual module status and info. Without such cache, the backend could be considerably overloaded, if multiple users or Views (WUI, A4PFFW, W4PFFW) request system or module status at the same time or frequently.

And variety of other fixes and improvements.

UTMFW 6.9.2

06 Jul 20:22
Compare
Choose a tag to compare

Highlights of this release are:

  • Raspberry Pi 4, the first arm64 platform supported
  • Wifi adapter support both during installation and on the WUI, also as Host AP
  • Various other fixes and improvements

UTMFW 6.9.1

16 Jun 14:50
Compare
Choose a tag to compare

This release fixes various issues in the WUI source code, the PHP 8 compatibility and in general.