refactor(deps): bump libressl to 3.9.1

This commit is contained in:
Götz Görisch 2024-04-22 07:38:09 +02:00 committed by GitHub
parent d76f33fe7a
commit 043af7d279
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -83,9 +83,9 @@ jobs:
- build_name: "Encryption (LibreSSL) Build & Unit Tests (gcc)"
cmd_deps: |
sudo apt-get install -y -qq curl
curl https://ftp.openbsd.org/pub/OpenBSD/LibreSSL/libressl-3.8.2.tar.gz --output libressl.tar.gz
curl https://ftp.openbsd.org/pub/OpenBSD/LibreSSL/libressl-3.9.1.tar.gz --output libressl.tar.gz
tar -xvz -f libressl.tar.gz
cd libressl-3.8.2
cd libressl-3.9.1
./configure
sudo make install
cmd_action: unit_tests_encryption LIBRESSL