[PATCH 1/1]: BUILD/MINOR: solaris based oses build fix/get_exe_path implementation.

2022-05-13 Thread David CARLIER
Hi, here a little path for illumos/solaris. cheers. regards. From 5b175adfa5ef9ab52ce69f7eb6775efe8a828974 Mon Sep 17 00:00:00 2001 From: David Carlier Date: Fri, 13 May 2022 20:16:15 +0100 Subject: [PATCH] BUILD/MINOR: few solaris updates. - get_exec_path using getexecname, fetching

[PATCH] CI: determine actual LibreSSL version dynamically

2022-05-13 Thread Илья Шипицин
Hello, let us introduce "LIBRESSL_VERSION=latest" semantic. Ilya From da2b295f45ecc6d99559ef147569514816ad6f7c Mon Sep 17 00:00:00 2001 From: Ilya Shipitsin Date: Fri, 13 May 2022 21:59:38 +0500 Subject: [PATCH] CI: determine actual LibreSSL version dynamically this change introduce

[ANNOUNCE] haproxy-2.0.29

2022-05-13 Thread Christopher Faulet
Hi, HAProxy 2.0.29 was released on 2022/05/13. It added 41 new commits after version 2.0.28. Here are the issues fixed by this release: * An internal issue leading to truncated messages was fixed. When data were mixed with an error report, connection errors could be handled too early by

[ANNOUNCE] haproxy-2.2.24

2022-05-13 Thread Christopher Faulet
Hi, HAProxy 2.2.24 was released on 2022/05/13. It added 11 new commits after version 2.2.23. Here are the issues fixed by this release: * A major issue in the DNS part was fixed. A concurrency issue that could lead to a crash when a DNS request was failing. Because of some missing locks

[ANNOUNCE] haproxy-2.4.17

2022-05-13 Thread Christopher Faulet
Hi, HAProxy 2.4.17 was released on 2022/05/13. It added 24 new commits after version 2.4.16. Here are the issues fixed by this release: * A regression in the H1 multiplexer was fixed. If an H2 message announced the payload size with a Content-Length header and contained trailers, an

[ANNOUNCE] haproxy-2.5.7

2022-05-13 Thread Christopher Faulet
Hi, HAProxy 2.5.7 was released on 2022/05/13. It added 43 new commits after version 2.5.6. This release fixed a regression in the H1 multiplexer, introduced in the previous release. If an H2 message announced the payload size with a Content-Length header and contained trailers, an internal

Re: Fwd: Set environment variables

2022-05-13 Thread Willy Tarreau
Hi Valerio, On Mon, May 09, 2022 at 10:14:09AM +0200, Valerio Pachera wrote: > Unfortunately I'm not a developer so it will take too much time form me to > contribute to the code. I've just implemented it in 2.6-dev as this commit: https://github.com/haproxy/haproxy/commit/973cf90714 Once

Re: Backporting "MEDIUM: mworker: reexec in waitpid mode after successful loading" to 2.4

2022-05-13 Thread William Lallemand
On Tue, May 10, 2022 at 02:21:42PM +0200, William Lallemand wrote: > On Tue, May 10, 2022 at 12:09:59PM +0200, Christian Ruppert wrote: > > > > It even just happened when running with gdb, without a reload. > > > > What the patch does is re-executing the master in wait-mode once the > worker

Re: Granular rate-limits, metrics and stick-tables

2022-05-13 Thread Lais, Alexander
Hi Tristan, I can’t add anything (yet) besides saying thank you for the write up. I’m mostly writing this because I don’t see the message in the mailing list archive and found the actual mail in my junk mail folder for some reason. Cheers, Alex > On 11. May 2022, at 21:34, Tristan wrote: > >

Re: [PATCH] BUG/MEDIUM: lua: fix argument handling in data removal functions

2022-05-13 Thread Christopher Faulet
Le 5/10/22 à 19:47, Boyang Li a écrit : Lua API Channel.remove() and HTTPMessage.remove() expects 1 to 3 arguments (counting the manipulated object), with offset and length being the 2nd and 3rd argument, respectively. hlua_{channel,http_msg}_del_data() incorrectly gets the 3rd argument as