[PATCH v2 2/3] CLEANUP: Add missing header to hlua_fcn.c

2022-05-14 Thread Tim Duesterhus
Found with -Wmissing-prototypes: src/hlua_fcn.c:53:5: fatal error: no previous prototype for function 'hlua_checkboolean' [-Wmissing-prototypes] int hlua_checkboolean(lua_State *L, int index) ^ src/hlua_fcn.c:53:1: note: declare 'static' if the function is not intended to be

[PATCH 3/3] CLEANUP: Remove unused function hlua_get_top_error_string

2022-05-14 Thread Tim Duesterhus
This function has no prototype defined in a header and is not used in hlua.c either, thus it can be safely removed. Found with -Wmissing-prototypes. --- src/hlua.c | 10 -- 1 file changed, 10 deletions(-) diff --git a/src/hlua.c b/src/hlua.c index ef967a515..abe3556b6 100644 ---

[PATCH 1/3] CLEANUP: Add missing header to ssl_utils.c

2022-05-14 Thread Tim Duesterhus
Found with -Wmissing-prototypes: src/ssl_utils.c:22:5: fatal error: no previous prototype for function 'cert_get_pkey_algo' [-Wmissing-prototypes] int cert_get_pkey_algo(X509 *crt, struct buffer *out) ^ src/ssl_utils.c:22:1: note: declare 'static' if the function is not

[PATCH 2/3] CLEANUP: Add missing header to ssl_utils.c

2022-05-14 Thread Tim Duesterhus
Found with -Wmissing-prototypes: src/hlua_fcn.c:53:5: fatal error: no previous prototype for function 'hlua_checkboolean' [-Wmissing-prototypes] int hlua_checkboolean(lua_State *L, int index) ^ src/hlua_fcn.c:53:1: note: declare 'static' if the function is not intended to be

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

2022-05-14 Thread David CARLIER
sure. Regards. On Sat, 14 May 2022 at 16:32, Willy Tarreau wrote: > > Hi David, > > > 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. > > > > -

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

2022-05-14 Thread Willy Tarreau
Hi David, > 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 AT_SUN_EXECNAME from the > auxiliary vectors. >

Re: [PATCH] CI: determine actual LibreSSL version dynamically

2022-05-14 Thread Willy Tarreau
> 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 "LIBRESSL_VERSION=latest" semantic, which scans >

[ANNOUNCE] haproxy-2.6-dev10

2022-05-14 Thread Willy Tarreau
Hi, HAProxy 2.6-dev10 was released on 2022/05/14. It added 74 new commits after version 2.6-dev9. A few bugs were fixed and the fixes were already backported to previous branches (such as DNS locking issues, or state-file line increase). There was another bunch of interesting updates on QUIC.