stable-bot: Bugfixes waiting for a release 2.2 (40), 2.1 (35), 2.0 (30), 1.8 (20)

2020-11-03 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 t

[PATCH] do not run "slow" and "broken" tests for openssl no-deprecated builds

2020-11-03 Thread Илья Шипицин
Hi, occasionely all tests were run (weekly) for openssl special mode tests. let us remove "broken" and "slow" from those runs. Ilya From 507b061c7c8cac8c16a05f44fdc2e926f9ba6be5 Mon Sep 17 00:00:00 2001 From: Ilya Shipitsin Date: Wed, 4 Nov 2020 00:41:39 +0500 Subject: [PATCH 2/2] CI: github act

[PATCH] use better ec curves manipulation detection

2020-11-03 Thread Илья Шипицин
Hi, let us use macros instead of openssl versions. Cheers, Ilya From 278857e7d21e593e1b5a05a05605c89bdb08581d Mon Sep 17 00:00:00 2001 From: Ilya Shipitsin Date: Wed, 4 Nov 2020 00:39:07 +0500 Subject: [PATCH 1/2] BUILD: ssl: use feature macros for detecting ec curves manipulation support let

stick-table memory allocation

2020-11-03 Thread haproxy_mailing_list . spector
Hopefully a simple question... when is the memory allocated for stick-tables? Is it done dynamically or all up-front when HAProxy starts up based on the data type and the size passed? ללכת מאוהב Alex Sent with ProtonMail Secure Email.

Re: DNS Load balancing needs feedback and advice.

2020-11-03 Thread Emeric Brun
Hi Dinko, On 11/3/20 11:52 AM, Dinko Korunic wrote: > On 3 Nov 2020, at 10:51, Emeric Brun wrote: >> >>> […] >>> >>> We are requesting the community and experienced users of DNS servers to >>> share their thoughts about this. >> >> sub-questions are about modern DNS servers: >> - do they support

A thought on your website.

2020-11-03 Thread Paul Babiak
Dear Owner, I just spent some time on your website Haproxy.com (Yes, I do random site analyses for a living) After spending some time, what I observed there are a several things you could use immediately that would help you to boost your Google rankings, social media, organic traffic along with c

Re: [2.0.17] crash with coredump

2020-11-03 Thread Maciej Zdeb
I modified h2s struct in 2.2 branch with HEAD set to f96508aae6b49277dcf142caa35042678cf8e2ca "MEDIUM: mux-h2: merge recv_wait and send_wait event notifications" like below (subs is in exact place of removed wait_event): struct h2s { [...] struct tasklet *dummy0; struct wai

Re: Health check logging differences between 1.9 and 2.0

2020-11-03 Thread Christopher Faulet
Le 28/10/2020 à 14:20, Veiko Kukk a écrit : On 2020-10-28 13:11, Veiko Kukk wrote: Another difference between 1.9 and 2.0 here is that 2.0 is compiled with systemd support and executed using -Ws and Type=notify instead of 1.9 -W and Type=forking. With the exactlty same HAproxy 2.0 (compiled wi

Re: [PATCH] check ssl keylog by feature, not by version defined

2020-11-03 Thread William Lallemand
On Tue, Nov 03, 2020 at 02:19:10PM +0500, Илья Шипицин wrote: > Hi, > > the less we use HA_OPENSSL_VERSION_NUMBER, the better. > > cheers, > Ilya Thanks, merged in master. -- William Lallemand

How To Improve Keyword Ranking In Google : sock-raw.org :

2020-11-03 Thread stella
Hello sock-raw.org My name is Stella Jones*, *I have a large professional team that can fix all the issues immediately at an affordable price. 1. Web design 2. Front end and backend development 3. Systems Administration 4. PHP, HTML, CSS, development 5. Building custom e-commerce platforms

Re: DNS Load balancing needs feedback and advice.

2020-11-03 Thread Dinko Korunic
On 3 Nov 2020, at 10:51, Emeric Brun wrote: > >> […] >> >> We are requesting the community and experienced users of DNS servers to >> share their thoughts about this. > > sub-questions are about modern DNS servers: > - do they support DNS over TCP? > - do they support persistent connections wi

Bid Writing, Major Donors and Volunteering workshops via Zoom

2020-11-03 Thread NFP Workshops
NFP WORKSHOPS 18 Blake Street, York YO1 8QG 01133 280988 Affordable Training Courses for Charities, Schools & Public Sector Organisations This email has been sent to haproxy@formilux.org CLICK TO UNSUBSCRIBE FROM LIST Alternatively send a blank e-mail to unsubscr...@nfpmail2001.co.uk quot

Re: [ANNOUNCE] haproxy-2.3-dev9

2020-11-03 Thread William Lallemand
On Tue, Nov 03, 2020 at 01:59:35PM +0500, Илья Шипицин wrote: > > > also, couple of reg-tests fail on openssl no-deprecated mode > > > https://github.com/haproxy/haproxy/issues/924 > > > > > > > I don't know about this one, I'll need to test that locally, I never > > linked haproxy with the no-depr

Re: DNS Load balancing needs feedback and advice.

2020-11-03 Thread Emeric Brun
Hi All, On 11/2/20 3:41 PM, Emeric Brun wrote: > Hi All, > > We are currently studying to develop a DNS messages load balancer (into > haproxy core) > > After a global pass on RFCs (DNS, DNS over TCP, eDNS, DNSsec ...) we noticed > that practices on DNS have largely evolved > since stone age.

[PATCH] check ssl keylog by feature, not by version defined

2020-11-03 Thread Илья Шипицин
Hi, the less we use HA_OPENSSL_VERSION_NUMBER, the better. cheers, Ilya From 0b38595c44b42008fd3e31eb6cbdb28f8b518427 Mon Sep 17 00:00:00 2001 From: Ilya Shipitsin Date: Tue, 3 Nov 2020 14:15:38 +0500 Subject: [PATCH] BUILD: ssl: use HAVE_OPENSSL_KEYLOG instead of OpenSSL versions let us use H

Re: [ANNOUNCE] haproxy-2.3-dev9

2020-11-03 Thread Илья Шипицин
вт, 3 нояб. 2020 г. в 13:51, William Lallemand : > On Mon, Nov 02, 2020 at 05:17:53PM +0500, Илья Шипицин wrote: > > сб, 31 окт. 2020 г. в 17:53, Willy Tarreau : > > > > > Hi, > > > > > > HAProxy 2.3-dev9 was released on 2020/10/31. It added 27 new commits > > > after version 2.3-dev8. > > > > > >

Re: [ANNOUNCE] haproxy-2.3-dev9

2020-11-03 Thread William Lallemand
On Mon, Nov 02, 2020 at 05:17:53PM +0500, Илья Шипицин wrote: > сб, 31 окт. 2020 г. в 17:53, Willy Tarreau : > > > Hi, > > > > HAProxy 2.3-dev9 was released on 2020/10/31. It added 27 new commits > > after version 2.3-dev8. > > > > Things have cooled down quite a bit, I really appreciate it. To be

Re: [PATCH] improve openssl feature detection

2020-11-03 Thread William Lallemand
On Sat, Oct 31, 2020 at 02:13:35AM +0500, Илья Шипицин wrote: > hi, > > let us use SSL_CTRL_GET_RAW_CIPHERLIST instead of versions. > > cheers, > Ilya Thanks, pushed in master. -- William Lallemand