[PR] Add verfied chain

2019-12-04 Thread PR Bot
Dear list!

Author: Arjen Nienhuis 
Number of patches: 2

This is an automated relay of the Github pull request:
   Add verfied chain

Patch title(s): 
   MINOR: add fetch 'ssl_c_verified_chain'
   Merge branch 'master' of https://github.com/haproxy/haproxy

Link:
   https://github.com/haproxy/haproxy/pull/396

Edit locally:
   wget https://github.com/haproxy/haproxy/pull/396.patch && vi 396.patch

Apply locally:
   curl https://github.com/haproxy/haproxy/pull/396.patch | git am -

Description:


Instructions:
   This github pull request will be closed automatically; patch should be
   reviewed on the haproxy mailing list (haproxy@formilux.org). Everyone is
   invited to comment, even the patch's author. Please keep the author and
   list CCed in replies. Please note that in absence of any response this
   pull request will be lost.



Re: [PATCH] DOC: clarify matching strings on binary fetches

2019-12-04 Thread cyberheads GmbH
Willy,
Will I (pardon the pun) send backported patches for the documentation for 
versions 1.5 - 2.1? Or is that handled by you?

Regards

Mathias

From: Willy Tarreau 
Sent: Tuesday, December 3, 2019 07:35
To: Mathias Weiersmüller (cyberheads GmbH) 
Cc: haproxy@formilux.org ; tfourn...@arpalert.org 
; Aleksandar Lazic 
Subject: Re: [PATCH] DOC: clarify matching strings on binary fetches

Hi Mathias,

On Mon, Dec 02, 2019 at 09:01:56AM +, Mathias Weiersmüller (cyberheads 
GmbH) wrote:
> Documentation patch provided - I would backport it all the way down to 1.5 as
> it might save from headaches.

Good point indeed, now merged, thank you!

Willy


Re: [PATCH] DOC: clarify matching strings on binary fetches

2019-12-04 Thread Willy Tarreau
On Wed, Dec 04, 2019 at 03:38:51PM +, Mathias Weiersmüller (cyberheads 
GmbH) wrote:
> Willy,
> Will I (pardon the pun) send backported patches for the documentation for
> versions 1.5 - 2.1? Or is that handled by you?

Normally we do it ourselves because this way we get the upper commit IDs
when these are merged. From time to time when patches are very different
however, or touch areas that only the reporter understands, we prefer to
get the backports as well. In your case it should not be an issue to
apply your patch to older versions' documentation so that'll flow down
to these versions as we make the backports.

Thanks!
Willy