From bb5230e7ec14bc8743a09365a62654c8484204d1 Mon Sep 17 00:00:00 2001 From: Ad Schellevis Date: Thu, 4 Aug 2022 15:13:34 +0200 Subject: [PATCH] changelogs --- source/releases/BE_22.4.rst | 45 +++++++++++++++++++++++++++++++++++++ source/releases/CE_15.1.rst | 2 +- source/releases/CE_17.7.rst | 2 +- source/releases/CE_22.1.rst | 2 +- source/releases/CE_22.7.rst | 7 ++++++ 5 files changed, 55 insertions(+), 3 deletions(-) diff --git a/source/releases/BE_22.4.rst b/source/releases/BE_22.4.rst index 38fed3d6..44275d72 100644 --- a/source/releases/BE_22.4.rst +++ b/source/releases/BE_22.4.rst @@ -14,6 +14,51 @@ the images can be found below as well. https://downloads.opnsense.com/ +-------------------------------------------------------------------------- +22.4.3 (August 04, 2022) +-------------------------------------------------------------------------- + +This business release is based on the OPNsense 22.1.10 community version +with additional reliability improvements. + +Here are the full patch notes: + +* system: properly shut down removed interfaces in console port assignment +* system: log hard limit results in 9999 entries for grid output +* system: move add_user script out of shell scripts +* system: disable flag was not removing static route +* system: fix RADIUS config validation for port requirement (contributed by Josh Soref) +* system: properly cleanse user input in Monit dashboard widget +* system: flush all core Python pyc files on updates +* system: apply default firewall policy before interface configuration +* interfaces: move lo0 interface registration to loopback +* interfaces: simplify bridge destroy on deletion +* interfaces: add missing scope to link-local GIF host route +* interfaces: fix "Allow service binding" for multiple aliases per interface (contributed by Adam Dawidowski) +* firewall: ignore age/expire when not provided or empty in sessions page +* firewall: internal aliases cannot be disabled +* firmware: update repository silently on remote list if needed +* intrusion detection: remove dead link to McAfee rule references +* ipsec: move vici library from core to ports +* unbound: prevent crash of DHCP lease watcher due to unhandled CalledProcessError exception +* backend: except configparser read (contributed by agh1467) +* mvc: AutoNumberField: set minimum value to 1 +* mvc: IntegerFieldType: fix for negative numbers (contributed by xbb) +* mvc: fix two regressions in BaseField for Phalcon 5 +* mvc: fix rowCount when all is selected in searchRecordsetBase() +* plugins: os-ddclient 1.8 `[1] `__ +* plugins: os-firewall 1.2 fixes internal backup restore +* plugins: os-postfix 1.23 `[2] `__ +* plugins: os-stunnel 1.0.5 adds intermediates to server chain (contributed by Johnny S. Lee) +* plugins: os-telegraf 1.12.5 `[3] `__ +* ports: nss 3.80 `[4] `__ +* ports: py-vici 5.9.3 +* ports: python 3.9.13 `[5] `__ +* ports: sudo 1.9.11p3 `[6] `__ +* ports: syslog-ng 3.37.1 `[7] `__ + + + -------------------------------------------------------------------------- 22.4.2 (July 07, 2022) -------------------------------------------------------------------------- diff --git a/source/releases/CE_15.1.rst b/source/releases/CE_15.1.rst index 700a1626..f9171032 100644 --- a/source/releases/CE_15.1.rst +++ b/source/releases/CE_15.1.rst @@ -476,7 +476,7 @@ The full change log of 15.1.10 is as follows: * kernel: fixed IPSec dropping connections in some scenarios * images: a new NanoBSD-based image has been added to the release bundle (directly written to SD or HD) -* notable ports updates: curl 7.42.1, ca_root_nss: 3.18.1 +* notable ports updates: curl 7.42.1, ca_root_nss 3.18.1 * installer: omit swap and add noatime to root partition in quick/easy install when available space is under 30GB, fixed faulty exit on importer cancel diff --git a/source/releases/CE_17.7.rst b/source/releases/CE_17.7.rst index c664c0cd..b80136a1 100644 --- a/source/releases/CE_17.7.rst +++ b/source/releases/CE_17.7.rst @@ -375,7 +375,7 @@ Here are the full patch notes: * plugins: os-clamav 1.1 adds version info display and /var MFS support (contributed by Alexander Shursha) * plugins: os-freeradius 1.1 (contributed by Michael Muenz) * plugins: os-monit 1.4 M/Monit support and fixes (contributed by Frank Brendel) -* plugins: os-siproxd: 1.0 (contributed by Michael Muenz) +* plugins: os-siproxd 1.0 (contributed by Michael Muenz) * plugins: os-web-proxy-sso 2.0 (contributed by Smart-Soft) * plugins: os-zerotier 1.3 adds remote network info and local.conf setting (contributed by David Harrigan) * ports: curl 7.56.0 `[2] `__ diff --git a/source/releases/CE_22.1.rst b/source/releases/CE_22.1.rst index 75db7d12..b4c85616 100644 --- a/source/releases/CE_22.1.rst +++ b/source/releases/CE_22.1.rst @@ -73,7 +73,7 @@ Here are the full patch notes: * plugins: os-stunnel 1.0.5 adds intermediates to server chain (contributed by Johnny S. Lee) * plugins: os-telegraf 1.12.5 `[3] `__ * ports: curl 7.84.0 `[4] `__ -* ports: nss: 3.80 `[5] `__ +* ports: nss 3.80 `[5] `__ * ports: openssl 1.1.1q `[6] `__ * ports: phalcon 5.0.0RC2 `[7] `__ * ports: py-vici 5.9.3 diff --git a/source/releases/CE_22.7.rst b/source/releases/CE_22.7.rst index a871d670..6351f723 100644 --- a/source/releases/CE_22.7.rst +++ b/source/releases/CE_22.7.rst @@ -172,6 +172,13 @@ Here are the full patch notes against 22.1.10: * ports: suricata 6.0.6 `[9] `__ * ports: unbound 1.16.1 `[10] `__ +A hotfix release was issued as 22.7_4: + +* system: IXR_Library using incorrect constructor format for PHP 8 +* interfaces: fix issues with PPP uptime display in PHP 8 +* firewall: do not emit link-local address on IPv6 network outbound NAT +* mvc: remove stray error_reporting(E_ALL) calls + Known issues and limitations: * The DH parameter is no longer available in OpenVPN server configuration and now fixed to the RFC 7919 4096 bit key. The only downside may be lower performance on older machines.