Commit e4653f59ee for openssl.org
commit e4653f59eeeab098781da965f1c3358aa41881a7
Author: Enji Cooper <yaneurabeya@gmail.com>
Date: Thu Jul 2 13:39:18 2026 -0700
chore(bump): update FreeBSD and OpenBSD images
This is being done to help reduce OS maintainer burden as well as
OpenSSL developer burden by using versions of FreeBSD and OpenBSD which
are currently supported by the respective projects.
### FreeBSD
This change updates FreeBSD from 13.4-RELEASE (an EOL release) to
14.4-RELEASE (a close to EOL release, but at the very least supported).
Once 15.2-RELEASE is made available, this project should cut over to
that version.
### OpenBSD
This change also updates OpenBSD from 7.7-RELEASE (EOL) to 7.9-RELEASE
(released in 05/2026).
Signed-off-by: Enji Cooper <yaneurabeya@gmail.com>
Reviewed-by: Nikola Pajkovsky <nikolap@openssl.org>
Reviewed-by: Andrew Dinh <andrewd@openssl.org>
Merge-date: Tue Sep 15 09:25:13 2026
Merged-from: https://github.com/openssl/openssl/pull/31840
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 4b30fb8738..8111bced09 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -250,7 +250,7 @@ jobs:
uses: cross-platform-actions/action@faa0c6197e94aacf1c5956460152c8380d3560a5 #v1.5.0
with:
operating_system: freebsd
- version: "13.4"
+ version: "14.4"
shutdown_vm: false
run: |
sudo pkg install -y gcc perl5
@@ -259,21 +259,21 @@ jobs:
uses: cross-platform-actions/action@faa0c6197e94aacf1c5956460152c8380d3560a5 #v1.5.0
with:
operating_system: freebsd
- version: "13.4"
+ version: "14.4"
shutdown_vm: false
run: ./configdata.pm --dump
- name: make
uses: cross-platform-actions/action@faa0c6197e94aacf1c5956460152c8380d3560a5 #v1.5.0
with:
operating_system: freebsd
- version: "13.4"
+ version: "14.4"
shutdown_vm: false
run: make -j4
- name: make test
uses: cross-platform-actions/action@faa0c6197e94aacf1c5956460152c8380d3560a5 #v1.5.0
with:
operating_system: freebsd
- version: "13.4"
+ version: "14.4"
run: |
./util/opensslwrap.sh version -c
.github/workflows/make-test
diff --git a/.github/workflows/os-zoo.yml b/.github/workflows/os-zoo.yml
index a6101e2dfd..917ecd8368 100644
--- a/.github/workflows/os-zoo.yml
+++ b/.github/workflows/os-zoo.yml
@@ -481,7 +481,7 @@ jobs:
uses: cross-platform-actions/action@faa0c6197e94aacf1c5956460152c8380d3560a5 #v1.5.0
with:
operating_system: freebsd
- version: "13.4"
+ version: "14.4"
shutdown_vm: false
run: |
sudo pkg install -y gcc perl5
@@ -490,21 +490,21 @@ jobs:
uses: cross-platform-actions/action@faa0c6197e94aacf1c5956460152c8380d3560a5 #v1.5.0
with:
operating_system: freebsd
- version: "13.4"
+ version: "14.4"
shutdown_vm: false
run: ./configdata.pm --dump
- name: make
uses: cross-platform-actions/action@faa0c6197e94aacf1c5956460152c8380d3560a5 #v1.5.0
with:
operating_system: freebsd
- version: "13.4"
+ version: "14.4"
shutdown_vm: false
run: make -j4
- name: make test
uses: cross-platform-actions/action@faa0c6197e94aacf1c5956460152c8380d3560a5 #v1.5.0
with:
operating_system: freebsd
- version: "13.4"
+ version: "14.4"
run: |
./util/opensslwrap.sh version -c
.github/workflows/make-test
@@ -526,7 +526,7 @@ jobs:
with:
operating_system: openbsd
architecture: x86-64
- version: '7.7'
+ version: '7.9'
shutdown_vm: false
run: |
./config --strict-warnings enable-fips enable-ec_nistp_64_gcc_128 enable-md2 enable-rc5 enable-trace
@@ -535,7 +535,7 @@ jobs:
with:
operating_system: openbsd
architecture: x86-64
- version: '7.7'
+ version: '7.9'
shutdown_vm: false
run: |
./configdata.pm --dump
@@ -544,7 +544,7 @@ jobs:
with:
operating_system: openbsd
architecture: x86-64
- version: '7.7'
+ version: '7.9'
shutdown_vm: false
run: |
make -j4
@@ -553,7 +553,7 @@ jobs:
with:
operating_system: openbsd
architecture: x86-64
- version: '7.7'
+ version: '7.9'
run: |
./util/opensslwrap.sh version -c
.github/workflows/make-test