stable-bot: Bugfixes waiting for a release 2.1 (19), 2.0 (15)

2021-02-16 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: Discussion around a first set of config preprocessing functions

2021-02-16 Thread Tim Düsterhus
Willy, Am 16.02.21 um 11:28 schrieb Willy Tarreau: >- defined(name) : true if this environment variable is set This one is fine for me. But I believe would be redundant with `streq($name,"")`. >- keyword(name) : true if this config keyword is registered >- service(name) : true if

[PATCH]: BUILD/MEDIUM da pcre2 support

2021-02-16 Thread David Carlier
Hi, Here a patch proposal to update the DeviceAtlas Detection build in order to support the pcre2 library as option. Would be nice if backported back to the supported stable releases. Thanks in advance. Kind regards. From c90231b41e7adc2de199d6c014282d00f24e78a8 Mon Sep 17 00:00:00 2001 From:

Re: Discussion around a first set of config preprocessing functions

2021-02-16 Thread Илья Шипицин
Hello, I'm happy using dpapi to query/change values. Actually any external template engine is ok. not sure that having that level of complication inside worth efforts spent on it. as a side question, would it be as easy as it is now to use dpapi on top of "if/else" config ? вт, 16 февр. 2021 г.

Discussion around a first set of config preprocessing functions

2021-02-16 Thread Willy Tarreau
Hi all, Tim and I started to discuss a few functions worth supporting in the config for use with the new ".if" preprocessing macro. We need to think them well enough so that we don't need to change their meaning over time and that they allow more portable configs across versions. I'm sure we'll