mirror of
https://github.com/OpenVPN/openvpn.git
synced 2026-05-28 04:03:29 -04:00
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:
parent
6241b2f8db
commit
3973845ea5
1 changed files with 2 additions and 2 deletions
4
.github/workflows/build.yaml
vendored
4
.github/workflows/build.yaml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue