stable-bot: WARNING: 31 bug fixes in queue for next release - 1.9

2019-12-21 Thread stable-bot
Hi, This is a friendly bot that watches fixes pending for the next haproxy-stable release! One such e-mail is sent periodically once patches are waiting in the last maintenance branch, and an ideal release date is computed based on the severity of these fixes and their merge date. Responses

stable-bot: WARNING: 17 bug fixes in queue for next release - 1.8

2019-12-21 Thread stable-bot
Hi, This is a friendly bot that watches fixes pending for the next haproxy-stable release! One such e-mail is sent periodically once patches are waiting in the last maintenance branch, and an ideal release date is computed based on the severity of these fixes and their merge date. Responses

Re: move fcgi from nginx to haproxy

2019-12-21 Thread Aleksandar Lazic
Hi. Dec 21, 2019 8:40:38 AM Christopher Faulet : > Le 20/12/2019 à 15:53, Aleksandar Lazic a écrit : > > > Hi. > > > > Luckly that haproxy 2.1 have now the feature of fcgi proto it's now time to > > move > > from nginx to haproxy for the loadbalancing part for me. > > > > There are several

[PATCH] reenable ASAN for travis-ci builds

2019-12-21 Thread Илья Шипицин
Hello, ASAN stands for address sanitizer, it is powerful tool for detecting memory allocation issues (it already detected several of them). ASAN was temporarily disabled. Now (I guess after getting rid of LD_LIBRARY_PATH) let us enable it again. Cheers, Ilya Shipitcin From

Re: [ANNOUNCE] haproxy-2.1.2

2019-12-21 Thread Willy Tarreau
On Sat, Dec 21, 2019 at 01:20:40PM +0100, Julien Pivotto wrote: > Thank you to all the team for the work on the FD layer and my best wishes! You're welcome! > However to avoid phone calls I have set nbthread to 1 before leaving ;) Fine if you could, some are not so lucky to have this option!

Re: [ANNOUNCE] haproxy-2.1.2

2019-12-21 Thread Julien Pivotto
Thank you to all the team for the work on the FD layer and my best wishes! However to avoid phone calls I have set nbthread to 1 before leaving ;) - Original Message - From: Willy Tarreau To: haproxy@formilux.org Sent: Sat, 21 Dec 2019 12:44:05 +0100 (CET) Subject: [ANNOUNCE]

[ANNOUNCE] haproxy-2.0.12

2019-12-21 Thread Willy Tarreau
Hi, HAProxy 2.0.12 was released on 2019/12/21. It added 13 new commits after version 2.0.11. This version addresses the same bugs as the ones fixed by 2.1.2, i.e. (lazily copy-pasted): It fixes a last bunch of stability bugs that are not new but are better fixed quickly. One of them may cause a

[ANNOUNCE] haproxy-2.1.2

2019-12-21 Thread Willy Tarreau
Hi, HAProxy 2.1.2 was released on 2019/12/21. It added 18 new commits after version 2.1.1. It fixes a last bunch of stability bugs that are not new but are better fixed quickly. One of them may cause a crash when mixing HTTP and TCP on a TCP frontend if a second request of an upgraded connection

Re: [PATCH] isolating ssl lib with rpath instead of LD_LIBRARY_PATH

2019-12-21 Thread Willy Tarreau
Hi Ilya, On Sat, Dec 21, 2019 at 12:00:32AM +0500, ??? wrote: > initially modyfing LD_LIBRARY_PATH seemed to be good, but it turned out > that other dynamically linked utilities also use ssl lib which is not > wanted. > using rpath in turn is more intelligent way of dynamic linking.