mirror of
https://github.com/opnsense/src.git
synced 2026-06-04 06:15:33 -04:00
UPDATING: keep sorted by date.
This commit is contained in:
parent
33c82f11c2
commit
cc32cfab5c
1 changed files with 28 additions and 28 deletions
56
UPDATING
56
UPDATING
|
|
@ -12,6 +12,26 @@ Items affecting the ports and packages system can be found in
|
|||
/usr/ports/UPDATING. Please read that file before updating system packages
|
||||
and/or ports.
|
||||
|
||||
20240415:
|
||||
MFC e0f3dc82727f: If you have an arm64 system that uses ACPI, you will
|
||||
need to update your loader.efi in the ESP when you update past this
|
||||
point. Detection of ACPI was moved earlier in the binary so the scripts
|
||||
could use it, but old binaries don't have this, so we default to 'no
|
||||
ACPI' in this case.
|
||||
|
||||
20240218:
|
||||
MFC of 713db49d06de changed 'struct ieee80211vap' internals in net80211.
|
||||
Given we do not have enough spares and the struct is allocated by
|
||||
drivers, all wireless drivers have to be recompiled.
|
||||
__FreeBSD_version is updated to 1400509 to track this change.
|
||||
|
||||
20240207:
|
||||
sendmail 8.18.1 has been imported and merged. This version enforces
|
||||
stricter RFC compliance by default, especially with respect to line
|
||||
endings. This may cause issues with receiving messages from
|
||||
non-compliant MTAs; please see the first 8.18.1 release note in
|
||||
contrib/sendmail/RELEASE_NOTES for mitigations.
|
||||
|
||||
20240202:
|
||||
Loader now also read configuration files listed in local_loader_conf_files.
|
||||
Files listed here are the last ones read. And /boot/loader.conf.local was
|
||||
|
|
@ -33,30 +53,6 @@ and/or ports.
|
|||
4. And finally, rread local_loader_conf_files files:
|
||||
/boot/loader.conf.local
|
||||
|
||||
20240415:
|
||||
MFC e0f3dc82727f: If you have an arm64 system that uses ACPI, you will
|
||||
need to update your loader.efi in the ESP when you update past this
|
||||
point. Detection of ACPI was moved earlier in the binary so the scripts
|
||||
could use it, but old binaries don't have this, so we default to 'no
|
||||
ACPI' in this case.
|
||||
|
||||
20240218:
|
||||
MFC of 713db49d06de changed 'struct ieee80211vap' internals in net80211.
|
||||
Given we do not have enough spares and the struct is allocated by
|
||||
drivers, all wireless drivers have to be recompiled.
|
||||
__FreeBSD_version is updated to 1400509 to track this change.
|
||||
|
||||
20240207:
|
||||
sendmail 8.18.1 has been imported and merged. This version enforces
|
||||
stricter RFC compliance by default, especially with respect to line
|
||||
endings. This may cause issues with receiving messages from
|
||||
non-compliant MTAs; please see the first 8.18.1 release note in
|
||||
contrib/sendmail/RELEASE_NOTES for mitigations.
|
||||
|
||||
20231113:
|
||||
The WITHOUT_LLD_IS_LD option has been removed. When LLD is enabled
|
||||
it is always installed as /usr/bin/ld.
|
||||
|
||||
20240119:
|
||||
Commit d34f4baaf138 changed the internal interface between
|
||||
the nfscommon and nfscl modules. As such, both need to be
|
||||
|
|
@ -77,6 +73,10 @@ and/or ports.
|
|||
sources.
|
||||
As such, __FreeBSD_version has been bumped to 1400502.
|
||||
|
||||
20231113:
|
||||
The WITHOUT_LLD_IS_LD option has been removed. When LLD is enabled
|
||||
it is always installed as /usr/bin/ld.
|
||||
|
||||
20230924:
|
||||
Enable splitting out pkgbase manpages into separate packages by
|
||||
default. To disable this, set WITHOUT_MANSPLITPKG=yes in src.conf.
|
||||
|
|
@ -311,6 +311,10 @@ and/or ports.
|
|||
belongs. Consequently, users may experience surprising results with
|
||||
such names when roaming to different homenets.
|
||||
|
||||
20211118:
|
||||
Mips has been removed from universe builds. It will be removed from the
|
||||
tree shortly.
|
||||
|
||||
20211110:
|
||||
Commit b8d60729deef changed the TCP congestion control framework so
|
||||
that any of the included congestion control modules could be
|
||||
|
|
@ -324,10 +328,6 @@ and/or ports.
|
|||
kernel and you are including networking, the kernel compile will
|
||||
fail. Also if no default is declared the kernel compile will fail.
|
||||
|
||||
20211118:
|
||||
Mips has been removed from universe builds. It will be removed from the
|
||||
tree shortly.
|
||||
|
||||
20211106:
|
||||
Commit f0c9847a6c47 changed the arguments for VOP_ALLOCATE.
|
||||
The NFS modules must be rebuilt from sources and any out
|
||||
|
|
|
|||
Loading…
Reference in a new issue