Re: [PATCH] REGTESTS: replace "which" with POSIX "command"

2020-09-26 Thread Willy Tarreau
Hi Ilya, On Sat, Sep 26, 2020 at 11:58:48AM +0500, ??? wrote: > Hello, > > I've found that "socat" was not properly detected under Fedora docker image. Thanks, now applied. > (maybe we should introduce "set -e" as well) This could be an idea, indeed. But overall any error will be spot

Re: [PATCH] REGTESTS: replace "which" with POSIX "command"

2020-09-26 Thread Илья Шипицин
сб, 26 сент. 2020 г. в 13:14, Willy Tarreau : > Hi Ilya, > > On Sat, Sep 26, 2020 at 11:58:48AM +0500, ??? wrote: > > Hello, > > > > I've found that "socat" was not properly detected under Fedora docker > image. > > Thanks, now applied. > > > (maybe we should introduce "set -e" as well) >

Re: [ANNOUNCE] haproxy-2.3-dev5

2020-09-26 Thread Willy Tarreau
On Fri, Sep 25, 2020 at 09:55:46PM +0200, Christopher Faulet wrote: > Hi, > > HAProxy 2.3-dev5 was released on 2020/09/25. It added 104 new commits > after version 2.3-dev4. Thanks for doing this one, Christopher, you definitely saved me quite some time, allowing me to progress further on the lis

Re: [PATCH] REGTESTS: replace "which" with POSIX "command"

2020-09-26 Thread Willy Tarreau
On Sat, Sep 26, 2020 at 01:21:22PM +0500, ??? wrote: > Fedora docker also comes without "find" utility > > ## Gathering tests to run ## > ./scripts/run-regtests.sh: line 131: find: command not found > ## Starting vtes

Re: [PATCH] REGTESTS: replace "which" with POSIX "command"

2020-09-26 Thread Илья Шипицин
On Sat, Sep 26, 2020, 1:39 PM Willy Tarreau wrote: > On Sat, Sep 26, 2020 at 01:21:22PM +0500, ??? wrote: > > Fedora docker also comes without "find" utility > > > > ## Gathering tests to run > ## > > ./scripts/run-regtests.sh: line 131: fi

[PATCH 2/2] DOC: crt: advise to move away from cert bundle

2020-09-26 Thread William Dauchy
especially when starting to use `new ssl cert` runtime API, it might become a bit confusing for users to mix bundle and single cert, especially when it comes to use the commit command: e.g.: - start the process with `crt` loading a bundle - use `set ssl cert my_cert.pem.ecdsa`: API detects it as a

[PATCH 1/2] DOC: agent-check: fix typo in "fail" word expected reply

2020-09-26 Thread William Dauchy
`tcpcheck_agent_expect_reply` expects "fail" not "failed" This should fix github issue #876 This can be backported to all maintained versions (i.e >= 1.6) as of today. Signed-off-by: William Dauchy --- doc/configuration.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/do

[PATCH] BUILD: makefile: Update feature flags for OpenBSD

2020-09-26 Thread Brad Smith
Update the OpenBSD target features being enabled. I updated the list of features after noticing "BUILD: makefile: disable threads by default on OpenBSD". The Makefile utilizing gcc(1) by default resulted in utilizing our legacy and obsolete compiler (GCC 4.2.1) instead of the proper system compil