changelogs

pull/508/head
Ad Schellevis 7 months ago
parent 39c04bddef
commit a4c933c631

@ -21,6 +21,7 @@ The list below contains all releases, ordered by version number categorized by m
:titlesonly:
:glob:
releases/BE_23.10
releases/BE_23.4
releases/BE_22.10
releases/BE_22.4

@ -0,0 +1,334 @@
===========================================================================================
23.10 Series
===========================================================================================
The OPNsense business edition transitions to this 23.10 release including
numerous MVC/API conversions, the new OpenVPN "instances" configuration
option, OpenVPN group alias support, deferred authentication for OpenVPN,
FreeBSD 13.2, PHP 8.2, rewritten WireGuard kernel plugin plus much more.
Please make sure to read the migration notes before upgrading.
Download link is as follows. An installation guide `[1] <https://docs.opnsense.org/manual/install.html>`__ and the checksums for
the images can be found below as well.
https://downloads.opnsense.com/
--------------------------------------------------------------------------
23.10 (October 17, 2023)
--------------------------------------------------------------------------
The OPNsense business edition transitions to this 23.10 release including
numerous MVC/API conversions, the new OpenVPN "instances" configuration
option, OpenVPN group alias support, deferred authentication for OpenVPN,
FreeBSD 13.2, PHP 8.2, rewritten WireGuard kernel plugin plus much more.
Please make sure to read the migration notes before upgrading.
Download link is as follows. An installation guide `[1] <https://docs.opnsense.org/manual/install.html>`__ and the checksums for
the images can be found below as well.
https://downloads.opnsense.com/
This business release is based on the OPNsense 23.7.6 community version
with additional reliability improvements.
Here are the full patch notes:
* system: introduce a gateway watcher service and fix issue with unhandled "loss" trigger when "delay" is also reported
* system: disable PHP deprecation notes due to Phalcon emitting such messages breaking the API responses
* system: allow "." DNS search domain override
* system: on boot let template generation wait for configd socket for up to 10 seconds
* system: improve configuration import when interfaces or console settings do not match
* system: add severity filter in system log widget (contributed by kulikov-a)
* system: enabled web GUI compression (contributed by kulikov-a)
* system: close boot file after probing to avoid lock inheritance
* system: fix lock() inheriting the lock state
* system: give more context in process kill error case since we operate PID numbers only
* system: improve monitoring of down gateways
* system: clear all /var/run directories on bootup
* system: fix missing config save when RRD data is supplied during backup import
* system: defer config reload to SIGHUP in gateway watcher
* system: handle "force_down" state correctly in gateway watcher
* system: make Gateways class argument optional
* system: correctly set RFC 5424 on remote TLS system logging
* system: remove hasGateways() and write DHCP router option unconditionally
* system: avoid plugin system for gateways monitor status fetch
* system: remove passing unused ifconfig data to Gateways class on static pages
* system: remove passing unused ifconfig data on gateway monitor status fetch
* system: remove the unused "alert interval" option from the gateway configuration
* system: pluginctl: allow -f mode to drop config properties
* system: switch to /usr/sbin/nologin as authoritative command location
* system: remove remaining spurious ifconfig data pass to Gateways class
* system: start gateway monitors after firewall rules are in place (contributed by Daggolin)
* system: refactor far gateway handling out of default route handling
* system: do not mark "defunct" gateway as "disabled" as well
* system: skip all unusable gateways for monitoring
* system: simplify the code in dpinger_status()
* system: rewrite configuration history using MVC/API
* system: fix assorted PHP 8.2 deprecation notes
* interfaces: rewrite LAGG pages via MVC/API
* interfaces: extend/modify IPv6 primary address behaviour
* interfaces: allow primary address function to emit device used
* interfaces: fix special device name chars used in shell variables
* interfaces: prevent IPv6 mismatches when using compressed format in VIP
* interfaces: remove descriptive name from newwanip logging
* interfaces: typo in MRU handling for PPP
* interfaces: improve PPPoE MTU handling
* interfaces: switch rtsold to -A mode
* interfaces: tweak UX of interface settings page
* interfaces: remove workaround to re-reload the routing during bootup for edge case that no longer exist
* interfaces: calculate_ipv6_delegation_length() should take advanced and custom dhcp6c into account
* interfaces: teach ifctl to dump all files and its data for an interface
* interfaces: remove dead link/hint in GIF table
* interfaces: introduce interfaces_restart_by_device()
* interfaces: use interfaces_restart_by_device() where appropriate
* interfaces: allow get_interface_ipv6() to return in all three IPv6 variants
* interfaces: add GRE/GIF/bridge/wlan return values
* interfaces: signal wlan device creation success/failure
* interfaces: update link functions for GIF/GRE
* interfaces: remove the ancient OpenVPN-tap-on-a-bridge magic on IPv4 reload
* interfaces: update read-only bridge member code
* interfaces: redirect after successful interface add
* interfaces: add interface return feature for use on bridges/assignment page
* interfaces: VIP model style update
* interfaces: implement interface_configure_mtu()
* interfaces: allow clean MVC access to primary IPv4 address (pluginctl -4 mode)
* interfaces: drop obsolete PPP default route handling
* interfaces: change GRE/GIF to split reload per address family on dynamic connectivity
* interfaces: prevent reading stale configuration data in interfaces_has_prefix_only()
* interfaces: for consistency bootstrap the implicit 'none' value of the IP address modes
* interfaces: prevent extended array data from being passed in interface_bring_down()
* interfaces: fix warning due to use of an unassigned variable
* firewall: rewrote group handling using MVC/API
* firewall: clean up AliasField to use new getStaticChildren()
* firewall: cleanup port forward page and only show the associated filter rule for this entry
* firewall: groups were not correctly parsed for menu post-migration
* firewall: hide row command buttons for internal groups
* firewall: add "ipv6-icmp" to protocol list in shaper
* firewall: fix PHP warnings on the rules pages
* firewall: do not clone "associated-rule-id"
* firewall: missing interface group registration on group creation
* firewall: fix group priority handling regression
* firewall: improve filter functionality to combine multiple network clauses in states page
* firewall: remove old __empty__ options trick from shaper model
* firewall: update models for clarity
* firewall: fix cleanup issue when renaming an alias
* firewall: quote "a/n" protocol in pf.conf to avoid a syntax error
* firewall: fix wrong link to virtual IP page
* firewall: add "Interface / Invert" rule toggle
* firewall: fix help button in dialog for categories
* firewall: update alias and shaper models
* firewall: sort auto-generated rules by priority set
* captive portal: update model
* dhcp: rewrote both IPv4 and IPv6 lease pages using MVC/API
* dhcp: allow underscores in DNS names from DHCP leases in Dnsmasq and Unbound watchers (contributed by bugfixin)
* dhcp: align router advertisements VIP code and exclude /128
* dhcp: allow "." for DNSSL in router advertisements
* dhcp: print interface identifier and underlying device in "found no suitable address" warnings
* dhcp: check if manufacturer exists for IPv4 lease page to prevent error
* dhcp: use base16 for iaid_duid decode for IPv6 lease page to prevent error
* dhcp: make dhcrelay code use the Gateways class
* dhcp: add scope to link-local DHCPv6 static mapping when creating route for delegated prefix (contributed by Maurice Walker)
* dhcp: merge_ipv6_address() was too intrusive
* firmware: opnsense-version: remove obsolete "-f" option stub
* firmware: fetch bogons/changelogs from amd64 ABI only
* firmware: revoke 23.4 fingerprint
* firmware: update model for clarity
* intrusion detection: fix events originating from "int^" due to IPS mode use
* intrusion detection: support "bypass" keyword in user-defined rules (contributed by Monviech)
* intrusion detection: update model and persist values for transparency
* intrusion detection: improve locking during sqlite database creation
* ipsec: only write /var/db/ipsecpinghosts if not empty
* ipsec: check IPsec config exists before use (contributed by agh1467)
* ipsec: deprecating tunnel configuration in favour of new connections GUI
* ipsec: clean up SPDField and VTIField types to use new getStaticChildren()
* ipsec: add colon to supported character list for pre-shared key IDs
* ipsec: reqid should not stick when copying a phase 1
* ipsec: omit conditional authentication properties when not applicable on connections
* ipsec: fix key pair generator for secp256k1 EC and add properer naming to GUI (contributed by Manuel Faux)
* ipsec: allow the use of eap_id = %any in instances
* ipsec: add local_port and remote_port to connections (contributed by Monviech)
* ipsec: add IP4_DNS and IP6_DNS configuration payloads to connection pools (contributed by Monviech)
* ipsec: require setting a connection pool name
* ipsec: update models
* monit: fix alert script includes
* monit: fix empty timeout value (contributed by Michael Muenz)
* monit: update model
* network time: support pool directive and maxclock (contributed by Kevin Fason)
* network time: fix "Soliciting pool server" regression (contributed by Allan Que)
* openvpn: rewrote OpenVPN configuration as "Instances" using MVC/API available as a separate configuration option `[2] <https://docs.opnsense.org/manual/vpnet.html>`__
* openvpn: rewrote client specific overrides using MVC/API
* openvpn: fix static key delete
* openvpn: fix "mode" typo and push auth "digest" into export config
* openvpn: fix race condition when using CRLs in instances
* openvpn: remove arbitrary upper bounds on some integer values in instances
* openvpn: properly map user groups for authentication
* openvpn: bring instances into server field
* openvpn: fix separator for redirect-gateway attribute in instances and CSO
* openvpn: fix mismatch issue when pinning a CSO to a specific instance
* openvpn: add advanced option for optional CA selection
* openvpn: fix certificate list for client export when optional CA specified (contributed by Manuel Faux)
* openvpn: add CARP VHID tracking for client instances
* openvpn: add tun-mtu/fragment/mssfix combo for instances
* openvpn: add "route-gateway" advanced option to CSO
* openvpn: use new File::file_put_contents() wrapper for instances
* openvpn: updated model and clarified "auth" default option
* openvpn: force instance interface down before handing it over to daemon
* openvpn: add missing up and down scripts to instances (contributed by Daggolin)
* openvpn: allow instances authentication without certificates when verify_client_cert is set to none
* openvpn: add role to "proto" for TCP sessions as required for TAP type tunnels
* openvpn: update model
* unbound: rewrote general settings and ACL handling using MVC/API
* unbound: add forward-tcp-upstream in advanced settings
* unbound: add database import/export functions for when DuckDB version changes on upgrades
* unbound: add cache-max-negative-ttl setting (contributed by hp197)
* unbound: minor endpoint cleanups for DNS reporting page
* unbound: migration of empty nodes failed from 23.1.11 to 23.7
* unbound: fix regression when disabling first domain override
* unbound: fixed configuration when custom blocks are used (contributed by Evgeny Grin)
* unbound: fix concurrent session closing the handle while still writing data in Python module
* unbound: properly set a default value for private address configuration
* unbound: allow disabled interfaces in interface field
* unbound: migrate active/outgoing interfaces discarding invalid values
* unbound: UX improvements on several pages
* unbound: update model
* unbound: avoid dynamic reloads on newwanip events when possible
* unbound: add support for wildcard domain lists
* web proxy: remove long deprecated "dns_v4_first" setting from GUI
* wizard: restrict to validating only IPv4 addresses
* backend: template reload wildcard was returning "OK" on partial failures
* lang: update translations and add Korean, Polish
* mvc: allow legacy services to hook into ApiMutableServiceController
* mvc: implement new Trust class usage in OpenVPN client export, captive portal and Syslog-ng
* mvc: add generic static record definition for ArrayField
* mvc: extend PortField to optionally allow port type aliases
* mvc: remove "non-functional" hints from form input elements
* mvc: uppercase default label in BaseListField is more likely
* mvc: update diagnostics models
* mvc: add isLinkLocal()
* mvc: emit correct message on required validation in BaseField
* mvc: throw on template reload issues in mutable service controller
* mvc: inline one time use of $parentKey
* mvc: set Required=Y for GroupNameField
* mvc: remove special validation messages likely never seen
* mvc: introduce isVolatile() for BaseModel
* mvc: propagate isFieldChanged() from connected children in ArrayField
* mvc: add hasChanged() to detect changes to the config file from other processes
* ui: introduce collapsible table headers for MVC forms
* ui: add bytes format to standard formatters list
* ui: remove the bootstrap-select version from the provided file in the default theme
* plugins: remove the bootstrap-select version from the provided file in all themes
* plugins: os-OPNBEcore 1.2 (see firmware plugin info)
* plugins: os-OPNProxy 1.0.3 bugfixes connect requests and improves logging
* plugins: os-OPNWAF 1.0.1 (see firmware plugin info)
* plugins: os-OPNcentral 1.7 (see firmware plugin info)
* plugins: os-acme-client 3.19 `[3] <https://github.com/opnsense/plugins/blob/stable/23.7/security/acme-client/pkg-descr>`__
* plugins: os-bind 1.27 `[4] <https://github.com/opnsense/plugins/blob/stable/23.7/dns/bind/pkg-descr>`__
* plugins: os-crowdsec 1.0.7 `[5] <https://github.com/opnsense/plugins/blob/stable/23.7/security/crowdsec/pkg-descr>`__
* plugins: os-ddclient 1.16 `[6] <https://github.com/opnsense/plugins/blob/stable/23.7/dns/ddclient/pkg-descr>`__
* plugins: os-dnscrypt-proxy 1.14 `[7] <https://github.com/opnsense/plugins/blob/stable/23.7/dns/dnscrypt-proxy/pkg-descr>`__
* plugins: os-dyndns removed due to unmaintained code base
* plugins: os-firewall 1.4 adds port alias support / allows floating rules without interface set (contributed by Michael Muenz)
* plugins: os-frr 1.36 `[8] <https://github.com/opnsense/plugins/blob/stable/23.7/net/frr/pkg-descr>`__
* plugins: os-iperf adds rubygem-rexml dependency (contributed by Hannah Kiekens)
* plugins: os-relayd 2.7 now supports newer upstream release of relayd
* plugins: os-rfc2136 replaces calls to obsolete get_interface_ip[v6]()
* plugins: os-smart reverts the use of smartctl to gather disks
* plugins: os-sunnyvalley 1.3 changes repository URL (contributed by Sunnyvalley)
* plugins: os-telegraf 1.12.9 `[9] <https://github.com/opnsense/plugins/blob/stable/23.7/net-mgmt/telegraf/pkg-descr>`__
* plugins: os-theme-rebellion 1.8.9 fixes Unbound DNS reporting page
* plugins: os-tinc 1.7 adds support for "StrictSubnets" variable (contributed by andrewhotlab)
* plugins: os-upnp replaces calls to obsolete get_interface_ip()
* plugins: os-wazuh-agent 1.0 `[10] <https://docs.opnsense.org/manual/wazuh-agent.html>`__
* plugins: os-wireguard 2.3 `[11] <https://github.com/opnsense/plugins/blob/stable/23.7/net/wireguard/pkg-descr>`__
* plugins: os-zabbix62-agent removed due to Zabbix 6.2 EoL
* plugins: os-zabbix62-proxy removed due to Zabbix 6.2 EoL
* src: FreeBSD 13.2-RELEASE `[12] <https://www.freebsd.org/releases/13.2R/relnotes/>`__
* src: amdtemp: Fix missing 49 degree offset on current EPYC CPUs
* src: axgbe: LED control for A30 platform
* src: axgbe: enable RSF to prevent zero-length packets while in Netmap mode
* src: axgbe: gracefully handle i2c bus failures
* src: axgbe: only set CSUM_DONE when IFCAP_RXCSUM enabled
* src: bhyve: fully reset the fwctl state machine if the guest requests a reset `[13] <FREEBSD:FreeBSD-SA-23:07.bhyve>`__
* src: bnxt: do not restart on VLAN changes
* src: frag6: avoid a possible integer overflow in fragment handling `[14] <FREEBSD:FreeBSD-SA-23:06.ipv6>`__
* src: gif: revert in{,6}_gif_output() misalignment handling
* src: ice: do not restart on VLAN changes
* src: if_vlan: always default to 802.1
* src: iflib: fix panic during driver reload stress test
* src: iflib: fix white space and reduce some line lengths
* src: igc: sync srrctl buffer sizing with e1000
* src: ip_output: ensure that mbufs are mapped if ipsec is enabled
* src: ipsec: add PMTUD support
* src: ixgbe: add support for 82599 LS
* src: ixgbe: check for fw_recovery
* src: ixgbe: define IXGBE_LE32_TO_CPUS
* src: ixgbe: warn once for unsupported SFPs
* src: ixl: add link state polling
* src: ixl: port ice's atomic API to ixl
* src: libpfctl: ensure the initial allocation is large enough
* src: net80211: fail for unicast traffic without unicast key `[15] <FREEBSD:FreeBSD-SA-23:11.wifi>`__
* src: net: do not overwrite VLAN PCP
* src: net: remove VLAN metadata on PCP / VLAN encapsulation
* src: pcib: allocate the memory BAR with the MSI-X table `[16] <FREEBSD:FreeBSD-EN-23:10.pci>`__
* src: pf: handle multiple IPv6 fragment headers
* src: rss: set pin_default_swi to 0 by default
* src: rtsol: introduce an 'always' script
* ports: curl 8.3.0 `[17] <https://curl.se/changes.html#8_3_0>`__
* ports: filterlog fix to prevent crash on default rule number -1
* ports: nss 3.93 `[18] <https://firefox-source-docs.mozilla.org/security/nss/releases/nss_3_93.html>`__
* ports: openldap 2.6.6 `[19] <https://www.openldap.org/software/release/changes.html>`__
* ports: openssl 1.1.1w `[20] <https://www.openssl.org/news/openssl-1.1.1-notes.html>`__
* ports: openvpn 2.6.6 `[21] <https://community.openvpn.net/openvpn/wiki/ChangesInOpenvpn26#Changesin2.6.6>`__
* ports: perl 5.34.1 `[22] <https://perldoc.perl.org/5.34.1/perldelta>`__
* ports: phalcon 5.3.1 `[23] <https://github.com/phalcon/cphalcon/releases/tag/v5.3.1>`__
* ports: php 8.2.11 `[24] <https://www.php.net/ChangeLog-8.php#8.2.11>`__
* ports: phpseclib 3.0.23 `[25] <https://github.com/phpseclib/phpseclib/releases/tag/3.0.23>`__
* ports: py-dnspython 2.4.2
* ports: py-duckdb 0.8.1
* ports: py-vici 5.9.11
* ports: sqlite 3.43.1 `[26] <https://sqlite.org/releaselog/3_43_1.html>`__
* ports: strongswan 5.9.11 `[27] <https://github.com/strongswan/strongswan/releases/tag/5.9.11>`__
* ports: sudo 1.9.14p3 `[28] <https://www.sudo.ws/stable.html#1.9.14p3>`__
* ports: suricata 6.0.14 with Netmmap V14 API support `[29] <https://suricata.io/2023/09/14/suricata-6-0-14-released/>`__
* ports: syslog-ng 4.4.0 `[30] <https://github.com/syslog-ng/syslog-ng/releases/tag/syslog-ng-4.4.0>`__
* ports: unbound 1.18.0 `[31] <https://nlnetlabs.nl/projects/unbound/download/#unbound-1-18-0>`__
Migration notes, known issues and limitations:
* The Unbound ACL now defaults to accept all traffic and no longer generates automatic entries. This was done to avoid connectivity issues on dynamic address setups -- especially with VPN interfaces. If this is undesirable you can set it to default to block instead and add your manual entries to pass.
* Dpinger no longer triggers alarms on its own as its mechanism is too simplistic for loss and delay detection as provided by apinger a long time ago. Delay and loss triggers have been fixed and logging was improved. The rc.syshook facility "monitor" still exists but is only provided for compatibility reasons with existing user scripts.
* IPsec "tunnel settings" GUI is now deprecated and manual migration to the "connections" GUI is possible. There are currently no plans to remove the deprecated legacy component so it can be used without restriction.
* The new OpenVPN instances pages and API create an independent set of instances more closely following the upstream documentation of OpenVPN. Legacy client/server settings cannot be managed from the API and are not migrated, but will continue to work independently.
* The old DynDNS plugin was removed in favor of the newer MVC/API plugin for ddclient. Ddclient used to be EoL for a few months this year but currently a new release is being prepared. We have since maintained a copy of the software and fixed bugs and shipped upstream patches as they became available in the development version. Also, a native Python backend is available in the same plugin which covers the Dyndns2 protocol, AWS Route 53, Azure, Cloudflare and DuckDNS.
The public key for the 23.10 series is:
.. code-block::
# -----BEGIN PUBLIC KEY-----
# MIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAu90d9OlhEEqfPTRC5tVp
# XK1KAtvzKPVf2jvmTtWgFRFCB3fuYQcO7oNefXJoK0LaHNQgiOsBTvepVMicl2aI
# zrehgdbljjNFmp6KzEM55x05zOfZV8Gi8AEaJzEbb3rkWLkiXHnANfhHGvtHOrGr
# Hct84NMCcfCZZerwaQMqi+SAjgUzA+asmhAvjN0fbdH2SLx/ZMNzDcyPRFGtGiC7
# RQCzgCGz39ppJP4qordzRSy5YiwCxNe/SL/4ZG04eMVti47BPTCtioBzuASHqALJ
# BVOFzZpr1WZ89PT/T5W6xYzoyWemOyv9Rh+rhaTAhnq+OO4yudaytpPCAtXBULr/
# VOlDOX//qaZR8qbQOC9y9kIETH8Iivis5tonBAQmYPIJiqcxfjM4/R7yP2Q7mEsr
# PLNyP6HNe77JGoW1axNZlB/OL1XUI3r+Kksc2woIqTQ5sq95tHbddNqGIDg4cEOX
# FM5Y7tdvVEwl/nutaAzP07sqEyF8uNScLGsQwpBxHwV/qGGc+PbGqmbmWg3+Kt+e
# UeNcMvrgayhRt+lpVCAorVVjUTp0Y2+1x+V/IpukOaS2oldPIF0iXLZsQ90KYP3X
# QtmuxbiC2Em+eGHB6nSg1UZgUEaAb3xP1fpuLbi9McoUPxMXxVdfihSfSfUFXJTH
# SmqdO1BdG7VSwiQq9Ekbu5UCAwEAAQ==
# -----END PUBLIC KEY-----
.. code-block::
# SHA256 (OPNsense-business-23.10-dvd-amd64.iso.bz2) = a021526f48239f13b954b51b2e4537f43923ed29e7ad85be72266a0887d8be32
# SHA256 (OPNsense-business-23.10-nano-amd64.img.bz2) = 0daa99954c17259f4edb25a58ab8d867670363385211e4d641403f7f3f4b6554
# SHA256 (OPNsense-business-23.10-serial-amd64.img.bz2) = 4f4b320cd2aa2833661ba64d6c8ec31e5f60f0040426cb2a6df729c00a247f8a
# SHA256 (OPNsense-business-23.10-vga-amd64.img.bz2) = f3e672e1e3c7b0fba1bc265688a81cd65ced5053e7751cebce27282dd480c227

@ -116,6 +116,12 @@ A hotfix release was issued as 23.4.2_1:
* ports: krb5 1.21.2 `[8] <https://web.mit.edu/kerberos/krb5-1.21/>`__
* ports: python 3.9.18 `[20] <https://docs.python.org/release/3.9.18/whatsnew/changelog.html>`__
A hotfix release was issued as 23.4.2_4:
* firmware: enable upgrade path to 23.10
* unbound: enable migration of Unbound DNS reports
--------------------------------------------------------------------------
23.4.1 (June 14, 2023)

@ -139,6 +139,7 @@ Here are the full patch notes:
* interfaces: add interface return feature for use on bridges/assignment page
* interfaces: VIP model style update
* interfaces: implement interface_configure_mtu()
* interfaces: allow clean MVC access to primary IPv4 address (pluginctl -4 mode)
* firewall: fix cleanup issue when renaming an alias
* dhcp: make dhcrelay code use the Gateways class
* ipsec: add local_port and remote_port to connections (contributed by Monviech)
@ -151,7 +152,6 @@ Here are the full patch notes:
* unbound: update model
* mvc: update diagnostics models
* mvc: add isLinkLocal()
* interfaces: allow clean MVC access to primary IPv4 address (pluginctl -4 mode)
* plugins: os-upnp replaces calls to obsolete get_interface_ip()
* plugins: os-rfc2136 replaces calls to obsolete get_interface_ip[v6]()
* plugins: os-sunnyvalley 1.3 changes repository URL (contributed by Sunnyvalley)
@ -500,7 +500,7 @@ Here are the full patch notes against 23.1.11:
* src: axgbe: only set CSUM_DONE when IFCAP_RXCSUM enabled
* src: ipsec: add PMTUD support
* src: FreeBSD 13.2-RELEASE `[8] <https://www.freebsd.org/releases/13.2R/relnotes/>`__
* ports: krb 1.21.1 `[9] <https://web.mit.edu/kerberos/krb5-1.21/>`__
* ports: krb5 1.21.1 `[9] <https://web.mit.edu/kerberos/krb5-1.21/>`__
* ports: nss 3.91 `[10] <https://firefox-source-docs.mozilla.org/security/nss/releases/nss_3_91.html>`__
* ports: phalcon 5.2.3 `[11] <https://github.com/phalcon/cphalcon/releases/tag/v5.2.3>`__
* ports: php 8.2.8 `[12] <https://www.php.net/ChangeLog-8.php#8.2.8>`__
@ -683,7 +683,7 @@ Here are the full patch notes against 23.1.11:
* src: axgbe: only set CSUM_DONE when IFCAP_RXCSUM enabled
* src: ipsec: add PMTUD support
* src: FreeBSD 13.2-RELEASE `[7] <https://www.freebsd.org/releases/13.2R/relnotes/>`__
* ports: krb 1.21.1 `[8] <https://web.mit.edu/kerberos/krb5-1.21/>`__
* ports: krb5 1.21.1 `[8] <https://web.mit.edu/kerberos/krb5-1.21/>`__
* ports: nss 3.91 `[9] <https://firefox-source-docs.mozilla.org/security/nss/releases/nss_3_91.html>`__
* ports: php 8.2.8 `[10] <https://www.php.net/ChangeLog-8.php#8.2.8>`__
* ports: py-duckdb 0.8.1

Loading…
Cancel
Save