]> git.ipfire.org Git - thirdparty/openvpn.git/commitdiff
Update LibreSSL to 3.7.0 in Github actions
authorArne Schwabe <arne@rfc2549.org>
Mon, 30 Jan 2023 17:29:34 +0000 (18:29 +0100)
committerGert Doering <gert@greenie.muc.de>
Wed, 1 Feb 2023 16:24:27 +0000 (17:24 +0100)
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>
.github/workflows/build.yaml

index 2db90bcdecd5897f9850c58dd751204917c4bf21..6adb69563d0653518ca427324eb81af643c07e76 100644 (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