Re: [Openvpn-devel] [PATCH 3/5] Update LibreSSL to 3.7.0 in Github actions

2023-01-31 Thread Frank Lichtenheld
On Mon, Jan 30, 2023 at 06:29:34PM +0100, Arne Schwabe wrote:
> 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 
> ---
>  .github/workflows/build.yaml | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml
> index 2db90bcde..6adb69563 100644
> --- a/.github/workflows/build.yaml
> +++ b/.github/workflows/build.yaml
> @@ -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"

Acked-By: Frank Lichtenheld 

Always good to update to latest.

Regards,
-- 
  Frank Lichtenheld


___
Openvpn-devel mailing list
Openvpn-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openvpn-devel


[Openvpn-devel] [PATCH 3/5] Update LibreSSL to 3.7.0 in Github actions

2023-01-30 Thread Arne Schwabe
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 
---
 .github/workflows/build.yaml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml
index 2db90bcde..6adb69563 100644
--- a/.github/workflows/build.yaml
+++ b/.github/workflows/build.yaml
@@ -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
-- 
2.37.1 (Apple Git-137.1)



___
Openvpn-devel mailing list
Openvpn-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openvpn-devel