Update LibreSSL to 3.7.0 in Github actions

The version 3.5.3 triggers undefined behaviour with the usan sanatizer.
Updating LibreSSSL to 3.7.0 does unfortunately does not fix the issue but
at least we are now using a current version.

Signed-off-by: Arne Schwabe <arne@rfc2549.org>
Acked-by: Frank Lichtenheld <frank@lichtenheld.com>
Message-Id: <20230130172936.3444840-3-arne@rfc2549.org>
URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg26105.html
Signed-off-by: Gert Doering <gert@greenie.muc.de>
(cherry picked from commit dc8f1f3963)
This commit is contained in:
Arne Schwabe 2023-01-30 18:29:34 +01:00 committed by Gert Doering
parent 6241b2f8db
commit 3973845ea5

View file

@ -409,7 +409,7 @@ jobs:
with:
path: libressl
repository: libressl-portable/portable
ref: v3.5.3
ref: v3.7.0
- name: "libressl: autogen.sh"
run: ./autogen.sh
working-directory: libressl
@ -417,7 +417,7 @@ jobs:
run: autoreconf -fvi
working-directory: libressl
- name: "libressl: configure"
run: ./configure --enable-openvpn
run: ./configure
working-directory: libressl
- name: "libressl: make all"
run: make -j3