Skip to content

Commit

Permalink
Update LibreSSL to 3.7.0 in Github actions
Browse files Browse the repository at this point in the history
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 <[email protected]>
Acked-by: Frank Lichtenheld <[email protected]>
Message-Id: <[email protected]>
URL: https://www.mail-archive.com/[email protected]/msg26105.html
Signed-off-by: Gert Doering <[email protected]>
  • Loading branch information
schwabe authored and cron2 committed Feb 1, 2023
1 parent f6ccff6 commit dc8f1f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -409,15 +409,15 @@ 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
- name: "libressl: autoconf"
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
Expand Down

0 comments on commit dc8f1f3

Please sign in to comment.