Re: [PATCH] BUILD: unbreak the build with newer libressl

2021-12-15 Thread William Lallemand
On Tue, Dec 07, 2021 at 08:34:39PM -0500, Daniel Jakots wrote: > Hi, > > Here's the file inline generated with `git format-patch -1`. Is it ok? > > I'm not subscribed to the mailing list, please keep me in Cc:. > > Thanks, > Daniel > > From bc44099cb32a95d3a8895a6232b5b0ce5c9cb5c0 Mon Sep 17 00

Re: [PATCH] BUILD: unbreak the build with newer libressl

2021-12-13 Thread Илья Шипицин
5a6232b5b0ce5c9cb5c0 Mon Sep 17 00:00:00 2001 > From: Daniel Jakots > Date: Sun, 5 Dec 2021 17:30:57 -0500 > Subject: [PATCH] BUILD: unbreak the build with newer libressl > > In LibreSSL 3.5.0, BIO is going to become opaque, so haproxy's > compat macros will no longer work. The

Re: [PATCH] BUILD: unbreak the build with newer libressl

2021-12-08 Thread Илья Шипицин
; > ok? > > > > > > I'm not subscribed to the mailing list, please keep me in Cc:. > > > > > > Thanks, > > > Daniel > > > > > > From bc44099cb32a95d3a8895a6232b5b0ce5c9cb5c0 Mon Sep 17 00:00:00 > > > 2001 From: Daniel Jakots

Re: [PATCH] BUILD: unbreak the build with newer libressl

2021-12-08 Thread Daniel Jakots
gt; Thanks, > > Daniel > > > > From bc44099cb32a95d3a8895a6232b5b0ce5c9cb5c0 Mon Sep 17 00:00:00 > > 2001 From: Daniel Jakots > > Date: Sun, 5 Dec 2021 17:30:57 -0500 > > Subject: [PATCH] BUILD: unbreak the build with newer libressl > > > > In LibreSSL 3.5.0

Re: [PATCH] BUILD: unbreak the build with newer libressl

2021-12-07 Thread Илья Шипицин
g list, please keep me in Cc:. > > Thanks, > Daniel > > From bc44099cb32a95d3a8895a6232b5b0ce5c9cb5c0 Mon Sep 17 00:00:00 2001 > From: Daniel Jakots > Date: Sun, 5 Dec 2021 17:30:57 -0500 > Subject: [PATCH] BUILD: unbreak the build with newer libressl > > In Libr

[PATCH] BUILD: unbreak the build with newer libressl

2021-12-07 Thread Daniel Jakots
00 Subject: [PATCH] BUILD: unbreak the build with newer libressl In LibreSSL 3.5.0, BIO is going to become opaque, so haproxy's compat macros will no longer work. The functions they substitute have been available since LibreSSL 2.7.0. --- include/haproxy/openssl-compat.h | 2 +- 1 file changed, 1