Re: [PATCH] CI: switch to stable LibreSSL release

2021-02-19 Thread Willy Tarreau
On Fri, Feb 19, 2021 at 10:30:44PM +0500,  ??? wrote:
> ??, 19 . 2021 ?. ? 22:08, Willy Tarreau :
> 
> > On Fri, Feb 19, 2021 at 12:22:00PM +0500,  ??? wrote:
> > > I attached a patch that switches to LibreSSL-3.2.X
> >
> > Thanks Ilya, now applied!
> >
> > > (in the future, I'll have a look whether it is good idea to try libressl
> > > master branch or not)
> >
> > Yep, at this point we don't know but that could be an option.
> >
> 
> Theo Buehler  will have a look at failed test.
> I think we can figure out what would be best approach after that

Perfect, thank you!
Willy



Re: [PATCH] CI: switch to stable LibreSSL release

2021-02-19 Thread Илья Шипицин
пт, 19 февр. 2021 г. в 22:08, Willy Tarreau :

> On Fri, Feb 19, 2021 at 12:22:00PM +0500,  ??? wrote:
> > I attached a patch that switches to LibreSSL-3.2.X
>
> Thanks Ilya, now applied!
>
> > (in the future, I'll have a look whether it is good idea to try libressl
> > master branch or not)
>
> Yep, at this point we don't know but that could be an option.
>

Theo Buehler  will have a look at failed test.
I think we can figure out what would be best approach after that


>
> Willy
>


Re: [PATCH] CI: switch to stable LibreSSL release

2021-02-19 Thread Willy Tarreau
On Fri, Feb 19, 2021 at 12:22:00PM +0500,  ??? wrote:
> I attached a patch that switches to LibreSSL-3.2.X

Thanks Ilya, now applied!

> (in the future, I'll have a look whether it is good idea to try libressl
> master branch or not)

Yep, at this point we don't know but that could be an option.

Willy



[PATCH] CI: switch to stable LibreSSL release

2021-02-18 Thread Илья Шипицин
I attached a patch that switches to LibreSSL-3.2.X

(in the future, I'll have a look whether it is good idea to try libressl
master branch or not)

Ilya
From c5dc6ff148214b314673c6ee1f83cb973ee4b1db Mon Sep 17 00:00:00 2001
From: Ilya Shipitsin 
Date: Fri, 19 Feb 2021 12:09:31 +0500
Subject: [PATCH] CI: github actions: switch to stable LibreSSL release

LibreSSL-3.3.0 appeared to have its own bugs, it is development release,
let us switch to stable LibreSSL-3.2.4 instead
---
 .github/matrix.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/matrix.py b/.github/matrix.py
index a5ce1919a..3489833d0 100644
--- a/.github/matrix.py
+++ b/.github/matrix.py
@@ -105,7 +105,7 @@ for CC in ["gcc", "clang"]:
 "stock",
 "OPENSSL_VERSION=1.0.2u",
 "LIBRESSL_VERSION=2.9.2",
-"LIBRESSL_VERSION=3.3.0",
+"LIBRESSL_VERSION=3.2.4",
 "BORINGSSL=yes",
 ]:
 flags = ["USE_OPENSSL=1"]
-- 
2.29.2