[PATCH 2/2] CI: get rid of travis-ci wrapper for Coverity scan

2023-08-05 Thread Ilya Shipitsin
historically coverity scan was performed by travis-ci script, let us rewrite it in bash --- .github/workflows/coverity.yml | 28 +--- 1 file changed, 17 insertions(+), 11 deletions(-) diff --git a/.github/workflows/coverity.yml b/.github/workflows/coverity.yml index

[PATCH 1/2] CI: do not use "groupinstall" for Fedora Rawhide builds

2023-08-05 Thread Ilya Shipitsin
Fedora Rawhide migrated to dnf5, which does not support "groupinstall" --- .github/workflows/fedora-rawhide.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/fedora-rawhide.yml b/.github/workflows/fedora-rawhide.yml index 7e735a36c..bf8ad3d72 100644 ---

[PATCH 0/2] CI changes

2023-08-05 Thread Ilya Shipitsin
fixed 'Unknown argument "groupinstall" for command "dnf5"' coverity scan CI rewritten without travis-ci wrapper Ilya Shipitsin (2): CI: do not use "groupinstall" for Fedora Rawhide builds CI: get rid of travis-ci wrapper for Coverity scan .github/workflows/coverity.yml | 28

Re: libcrypt may be removed completely in future Glibc releases

2023-08-05 Thread Willy Tarreau
Hi Aleks, On Wed, Aug 02, 2023 at 11:14:35AM +0200, Aleksandar Lazic wrote: > Hi. > > I have seen this lines in the current glibc release notes > > https://sourceware.org/glibc/wiki/Release/2.38 > ``` > 2.1. Building libcrypt is disabled by default > > If you still need Glibc libcrypt, pass

Re: [PATCH] MEDIUM: sample: Implement sample fetch for arbitrary PROXY protocol v2 TLV values

2023-08-05 Thread Willy Tarreau
Hi Alexander, On Mon, Jul 31, 2023 at 01:11:35PM +, Stephan, Alexander wrote: > Dear HAProxy-maintainers, > > As proposed by my colleague Christian Menges in [1], I've implemented support > for fetching arbitrary TLV values for PROXY protocol V2 via a sample fetch. > It can be used by