chore: tests: bump FreeBSD from 14.2 to 14.3

pull/570/head
Stéphane Lesimple 6 months ago committed by Stéphane Lesimple
parent a9589658f8
commit 579e5d0617

@ -19,7 +19,7 @@ jobs:
uses: cross-platform-actions/action@master uses: cross-platform-actions/action@master
with: with:
operating_system: freebsd operating_system: freebsd
version: '14.2' version: '14.3'
shell: bash shell: bash
sync_files: runner-to-vm sync_files: runner-to-vm
run: | run: |

@ -127,9 +127,9 @@ Any other so-called "modern" Linux version are not tested with each release, but
The following OS are also tested with each release: The following OS are also tested with each release:
- FreeBSD/HardenedBSD 14.2\*\* - FreeBSD/HardenedBSD 14.3\*\*
\*\*: Note that these have partial MFA support, due to their reduced set of available `pam` plugins. Support for either an additional password or TOTP factor can be configured, but not both at the same time. The code is actually known to work on FreeBSD/HardenedBSD 10+, but it's only regularly tested under 14.2. \*\*: Note that these have partial MFA support, due to their reduced set of available `pam` plugins. Support for either an additional password or TOTP factor can be configured, but not both at the same time. The code is actually known to work on FreeBSD/HardenedBSD 10+, but it's only regularly tested under 14.3.
Other BSD variants, such as OpenBSD and NetBSD, are unsupported as they have a severe limitation over the maximum number of supplementary groups, causing problems for group membership and restricted commands checks, as well as no filesystem-level ACL support and missing PAM support (hence no MFA). Other BSD variants, such as OpenBSD and NetBSD, are unsupported as they have a severe limitation over the maximum number of supplementary groups, causing problems for group membership and restricted commands checks, as well as no filesystem-level ACL support and missing PAM support (hence no MFA).

@ -14,7 +14,7 @@
## v3.19.00 - 2025/02/25 ## v3.19.00 - 2025/02/25
- feat: add agent forwarding support on egress side - feat: add agent forwarding support on egress side
- feat: add undocumented rename-account.sh and modify osh-orphaned-homedir.sh accordingly - feat: add undocumented rename-account.sh and modify osh-orphaned-homedir.sh accordingly
- chg: upgrade tests from FreeBSD 13.2 to 14.2 - chg: upgrade tests from FreeBSD 13.2 to 14.3
- enh: ssh autologin: allow TERM env passthrough - enh: ssh autologin: allow TERM env passthrough
- enh: use only TL1 special chars when generating passwords - enh: use only TL1 special chars when generating passwords
- chore: github actions: add timeouts, always launch short tests - chore: github actions: add timeouts, always launch short tests

@ -24,7 +24,7 @@ A more complete list of changes can be found below, for an exhaustive (and borin
- feat: add agent forwarding support on egress side - feat: add agent forwarding support on egress side
- chg: set ECDSA as default egress key algo for new installs - chg: set ECDSA as default egress key algo for new installs
- chg: ``groupInfo``: remove deprecated JSON fields - chg: ``groupInfo``: remove deprecated JSON fields
- chg: upgrade tests from FreeBSD 13.2 to 14.2 - chg: upgrade tests from FreeBSD 13.2 to 14.3
- enh: 35% faster ``is_valid_ip()`` when fast=1 - enh: 35% faster ``is_valid_ip()`` when fast=1
- enh: ``accountInfo``: add osh-only information for accounts - enh: ``accountInfo``: add osh-only information for accounts
- enh: tests: add ``--skip-functional-tests`` and ``--skip-unit-tests`` - enh: tests: add ``--skip-functional-tests`` and ``--skip-unit-tests``

@ -44,11 +44,11 @@ but should work with no or minor adjustments.
The following OS are also tested with each release: The following OS are also tested with each release:
- FreeBSD/HardenedBSD 14.2\*\* - FreeBSD/HardenedBSD 14.3\*\*
\*\*: Note that these have partial MFA support, due to their reduced set of available ``pam`` plugins. \*\*: Note that these have partial MFA support, due to their reduced set of available ``pam`` plugins.
Support for either an additional password or TOTP factor can be configured, but not both at the same time. Support for either an additional password or TOTP factor can be configured, but not both at the same time.
The code is actually known to work on FreeBSD/HardenedBSD 10+, but it's only regularly tested under 14.2. The code is actually known to work on FreeBSD/HardenedBSD 10+, but it's only regularly tested under 14.3.
Other BSD variants, such as OpenBSD and NetBSD, are unsupported as they have a severe limitation over the maximum Other BSD variants, such as OpenBSD and NetBSD, are unsupported as they have a severe limitation over the maximum
number of supplementary groups, causing problems for group membership and restricted commands checks, number of supplementary groups, causing problems for group membership and restricted commands checks,

Loading…
Cancel
Save