]> git.ipfire.org Git - thirdparty/openvpn.git/commitdiff
GHA: clean up libressl builds with newer libressl
authorFrank Lichtenheld <frank@lichtenheld.com>
Fri, 1 Dec 2023 12:36:49 +0000 (13:36 +0100)
committerGert Doering <gert@greenie.muc.de>
Sat, 2 Dec 2023 11:43:40 +0000 (12:43 +0100)
- Update to latest stable release
- Work-around patches not required anymore
- Official URL of repo has changed

Change-Id: I9b8e69f2b9838cea4cb9001f4e8960b8a39724ef
Signed-off-by: Frank Lichtenheld <frank@lichtenheld.com>
Acked-by: Arne Schwabe <arne-openvpn@rfc2549.org>
Message-Id: <20231201123649.18127-1-frank@lichtenheld.com>
URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg27635.html
Signed-off-by: Gert Doering <gert@greenie.muc.de>
(cherry picked from commit 664dde85be91a5432efe52c90089fcf2bf5d6a3c)

.github/workflows/build.yaml

index 429a2051f68820a8b2c66e351f3909e8388867b9..2f68a2b87d7dd8db516fccd547816a05ca6a1be8 100644 (file)
@@ -319,22 +319,11 @@ jobs:
         uses: actions/checkout@v3
         with:
           path: libressl
-          repository: libressl-portable/portable
-          ref: v3.7.0
-      # LibreSSL has master in the OPENBSD_BRANCH by default even in the tagged releases
-      # Manually use the OpenBSD branch that is more appropiate and remove git pull that
-      # breaks when checking out a tag instead of branch
-      - name: "libressl: fix build"
-        run: |
-           echo libressl-v3.7.0 > OPENBSD_BRANCH
-           sed -i -e 's/ git pull --rebase//' update.sh
-        working-directory: libressl
+          repository: libressl/portable
+          ref: v3.8.2
       - name: "libressl: autogen.sh"
         run: ./autogen.sh
         working-directory: libressl
-      - name: "libressl: autoconf"
-        run: autoreconf -fvi
-        working-directory: libressl
       - name: "libressl: configure"
         run: ./configure
         working-directory: libressl