mirror of
https://github.com/opnsense/docs.git
synced 2026-05-28 04:02:12 -04:00
changelogs
This commit is contained in:
parent
d09bddd07d
commit
cea082d42b
4 changed files with 29 additions and 4 deletions
|
|
@ -143,6 +143,16 @@ Here are the full patch notes:
|
|||
* ports: sudo 1.9.16p2 `[21] <https://www.sudo.ws/stable.html#1.9.16p2>`__
|
||||
* ports: suricata 7.0.8 `[22] <https://suricata.io/2024/12/12/suricata-7-0-8-released/>`__
|
||||
|
||||
A hotfix release was issued as 24.10.2_6:
|
||||
|
||||
* interfaces: exclude automatic radvd like we do for manual
|
||||
* firewall: fix unassociated rule creation
|
||||
* intrusion detection: cleanse metadata for brackets
|
||||
* openvpn: support "password first" for static-challenges
|
||||
* unbound: fix model migration pertaining to "dots" model changes
|
||||
* plugins: treat empty string like null on argument map
|
||||
* ports: openssh 9.9p2 `[23] <https://www.openssh.com/txt/release-9.9p2>`__
|
||||
* ports: py-jinja 3.1.6 `[24] <https://jinja.palletsprojects.com/en/stable/changes/#version-3-1-6>`__
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -434,7 +434,7 @@ Here are the full patch notes:
|
|||
* ports: lighttpd 1.4.75 `[21] <https://www.lighttpd.net/2024/3/13/1.4.75/>`__
|
||||
* ports: nss 3.99 `[22] <https://firefox-source-docs.mozilla.org/security/nss/releases/nss_3_99.html>`__
|
||||
* ports: openldap 2.6.7 `[23] <https://www.openldap.org/software/release/changes.html>`__
|
||||
* ports: openssh-portable 9.7p1 `[24] <https://www.openssh.com/txt/release-9.7>`__
|
||||
* ports: openssh 9.7p1 `[24] <https://www.openssh.com/txt/release-9.7>`__
|
||||
* ports: openssl 3.0.13 `[25] <https://github.com/openssl/openssl/blob/openssl-3.0/CHANGES.md>`__
|
||||
* ports: openssl fix for CVE-2024-2511 `[26] <https://github.com/freebsd/freebsd-ports/commit/3d9fc064b7>`__
|
||||
* ports: openvpn 2.6.10 `[27] <https://community.openvpn.net/openvpn/wiki/ChangesInOpenvpn26#Changesin2.6.10>`__
|
||||
|
|
|
|||
|
|
@ -377,7 +377,7 @@ Here are the full patch notes:
|
|||
* ports: libucl 0.9.1
|
||||
* ports: lighttpd 1.4.75 `[5] <https://www.lighttpd.net/2024/3/13/1.4.75/>`__
|
||||
* ports: nss 3.99 `[6] <https://firefox-source-docs.mozilla.org/security/nss/releases/nss_3_99.html>`__
|
||||
* ports: openssh-portable 9.7p1 `[7] <https://www.openssh.com/txt/release-9.7>`__
|
||||
* ports: openssh 9.7p1 `[7] <https://www.openssh.com/txt/release-9.7>`__
|
||||
* ports: openvpn 2.6.10 `[8] <https://community.openvpn.net/openvpn/wiki/ChangesInOpenvpn26#Changesin2.6.10>`__
|
||||
* ports: php 8.2.17 `[9] <https://www.php.net/ChangeLog-8.php#8.2.17>`__
|
||||
* ports: py-duckdb 0.10.1 `[10] <https://github.com/duckdb/duckdb/releases/tag/v0.10.1>`__
|
||||
|
|
|
|||
|
|
@ -31,7 +31,22 @@ can be found below as well.
|
|||
--------------------------------------------------------------------------
|
||||
|
||||
|
||||
* system: implement user CSV export/import functionality (sponsored by: m.a.x. it)
|
||||
This time around a patch from OpenBSD has been added that fixes the
|
||||
state tracking for ICMPv6 neighbour discovery packets through pf. The
|
||||
user management gained a CSV import/export. Also, the bug of the missing
|
||||
PPP logs has been fixed in the upstream MPD package.
|
||||
|
||||
Please note that the FRR plugin now uses the new configuration file
|
||||
layout mandated by upstream and also gained reload support.
|
||||
|
||||
Since Google Drive is being phased out by Google, a new plugin now
|
||||
covers backups via SFTP. The old Google Drive backup functionality
|
||||
will move to plugins in 25.7 since it will only be useful for existing
|
||||
installs.
|
||||
|
||||
Here are the full patch notes:
|
||||
|
||||
* system: implement user CSV import/export functionality (sponsored by: m.a.x. it)
|
||||
* system: switch boot logo and MOTD to the new-style logo (contributed by Gavin Chappell)
|
||||
* system: migrate 'default' tunable value to empty one and improve UX
|
||||
* system: bring back user/group audit messages lost in MVC conversion
|
||||
|
|
@ -150,7 +165,7 @@ Here are the full patch notes:
|
|||
* src: ixgbe: Add ixgbe_dev_from_hw() back
|
||||
* ports: ca_root_nss / nss 3.108 `[3] <https://firefox-source-docs.mozilla.org/security/nss/releases/nss_3_108.html>`__
|
||||
* ports: curl 8.12.1 `[4] <https://curl.se/changes.html#8_12_1>`__
|
||||
* ports: openssh-portable 9.9p2 `[5] <https://www.openssh.com/txt/release-9.9p2>`__
|
||||
* ports: openssh 9.9p2 `[5] <https://www.openssh.com/txt/release-9.9p2>`__
|
||||
* ports: php83 8.3.17 `[6] <https://www.php.net/ChangeLog-8.php#8.3.17>`__
|
||||
* ports: py-duckdb 1.2.0 `[7] <https://github.com/duckdb/duckdb/releases/tag/v1.2.0>`__
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue