Skip to content

Commit 83afe06

Browse files
committed
changelogs
1 parent afb5746 commit 83afe06

File tree

2 files changed

+35
-1
lines changed

2 files changed

+35
-1
lines changed

source/releases/BE_22.10.rst

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,30 @@ the images can be found below as well.
1616
https://downloads.opnsense.com/
1717

1818

19+
--------------------------------------------------------------------------
20+
22.10.2 (February 20, 2023)
21+
--------------------------------------------------------------------------
22+
23+
This business release is based on the OPNsense 22.7.11 community version
24+
with additional reliability improvements.
25+
26+
Here are the full patch notes:
27+
28+
* interfaces: fix VLAN missing a config lock on delete
29+
* firewall: do not switch gateway on bootup
30+
* intrusion detection: properly reset metadata response when no metadata is found
31+
* unbound: missing global so that cache is never flushed when requested
32+
* mvc: cleanse $record input in searchRecordsetBase() before usage
33+
* src: fix multiple OpenSSL vulnerabilities `[1] <FREEBSD:FreeBSD-SA-23:03.openssl>`__
34+
* src: geli: split the initalization of HMAC `[2] <FREEBSD:FreeBSD-SA-23:01.geli>`__
35+
* src: fix ena driver crash after reset in 7th gen AWS instance types `[3] <FREEBSD:FreeBSD-EN-23:03.ena>`__
36+
* src: fix sdhci broken write-protect settings `[4] <FREEBSD:FreeBSD-EN-23:02.sdhci>`__
37+
* src: import tzdata 2022g `[5] <FREEBSD:FreeBSD-EN-23:01.tzdata>`__
38+
* src: x86: ignore stepping for APL30 errata
39+
* ports: openssl 1.1.1t `[6] <https://www.openssl.org/news/openssl-1.1.1-notes.html>`__
40+
41+
42+
1943
--------------------------------------------------------------------------
2044
22.10.1 (February 01, 2023)
2145
--------------------------------------------------------------------------

source/releases/CE_23.1.rst

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ compared to early 2015 which is now already over 8 years ago!
5454
Here are the full patch notes:
5555

5656
* system: replace single exec_command() with new shell_safe() wrapper
57-
* system: fix assorted PHP 8.2 deprecation notes
57+
* system: fix assorted PHP 8.1 deprecation notes
5858
* system: remove overreaching "Reconfigure a plugin facility" cron job and backend command that has no visible users
5959
* interfaces: fix VLAN rename after protocol addition in 23.1
6060
* interfaces: fix VLAN missing a config lock on delete
@@ -120,6 +120,16 @@ Here are the full patch notes:
120120
* ports: openssl 1.1.1t `[12] <https://www.openssl.org/news/openssl-1.1.1-notes.html>`__
121121
* ports: php 8.1.15 `[13] <https://www.php.net/ChangeLog-8.php#8.1.15>`__
122122

123+
A hotfix release was issued as 23.1.1_2:
124+
125+
* captive portal: remove mod_evasion use which was discontinued by lighttpd
126+
* unbound: wait for pipe in logger (contributed by kulikov-a)
127+
128+
Rate limiting was removed from the captive portal which was set to 250
129+
connections by the same IP to the captive portal itself. This can be
130+
easily replaced by a manual firewall rule with advanced options set, e.g.
131+
"Max established" set to 250 with destination "This Firewall".
132+
123133

124134

125135
--------------------------------------------------------------------------

0 commit comments

Comments
 (0)