Re: LibreSSL 3.6.0 QUIC support with HAProxy 2.7

2022-10-08 Thread Илья Шипицин
I sent patch to the list and reported libressl regression: https://github.com/libressl-portable/portable/issues/792 сб, 8 окт. 2022 г. в 10:26, Илья Шипицин : > unfortunately, we have a bug. I'll fix it today > > [image: image.png] > > > чт, 6 окт. 2022 г. в 14:07, Илья Шипицин : > >> >> >> чт, 6

[PATCH] CI: use proper version generating when {OPENSSL,LIBRESSL}_VERSION=latest semantic is used

2022-10-08 Thread Илья Шипицин
Hello, when OPENSSL_VERSION=latest (same for LIBRESSL_VERSION=latest) was introduced, I made a mistake, and resolved version was generated as OPENSSL=3.0.5 which makes no sense to build-ssl.sh, proper version should have been OPENSSL_VERSION=3.0.5 temporarily we stick to LIBRESSL=3.5.3, because o

[PATCH 2/2] CLEANUP: Reapply strcmp.cocci

2022-10-08 Thread Tim Duesterhus
This reapplies strcmp.cocci across the whole src/ tree. --- src/cfgparse-quic.c | 4 ++-- src/flt_bwlim.c | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/cfgparse-quic.c b/src/cfgparse-quic.c index 5268e9adaf..f6706f2e0d 100644 --- a/src/cfgparse-quic.c +++ b/src/c

[PATCH 0/2] Reapply Coccinelle patches

2022-10-08 Thread Tim Duesterhus
Willy, as with the past branches, I've reapplied the Coccinelle patches to do some cleanup before the release. Best regards Tim Duesterhus (2): CLEANUP: Reapply ist.cocci (2) CLEANUP: Reapply strcmp.cocci src/cfgparse-quic.c | 4 ++-- src/flt_bwlim.c | 4 ++-- src/hlua.c | 3 +

[PATCH 1/2] CLEANUP: Reapply ist.cocci (2)

2022-10-08 Thread Tim Duesterhus
This reapplies ist.cocci across the whole src/ tree. --- src/hlua.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/hlua.c b/src/hlua.c index 19932a5b12..1595368796 100644 --- a/src/hlua.c +++ b/src/hlua.c @@ -6511,8 +6511,7 @@ static void _hlua_http_msg_delete(struct htt