haproxy: 2.7.2 -> 2.7.3

Fixes CVE-2023-25725.

https://www.mail-archive.com/haproxy@formilux.org/msg43229.html
This commit is contained in:
Thomas Gerbet 2023-02-23 21:55:15 +01:00
parent 27b1c3a868
commit 592fe49fc7

View file

@ -11,11 +11,11 @@ assert usePcre -> pcre != null;
stdenv.mkDerivation rec {
pname = "haproxy";
version = "2.7.2";
version = "2.7.3";
src = fetchurl {
url = "https://www.haproxy.org/download/${lib.versions.majorMinor version}/src/${pname}-${version}.tar.gz";
sha256 = "sha256-Y7xuwDAtDrvh+nacGWBmQN6DSsjLB0R7gHmctWPcDz8=";
sha256 = "sha256-sX5RuWUxhDtKmdLDtiGCgbyYi/Ykyf+Q4Z8MvLol0Gc=";
};
buildInputs = [ openssl zlib libxcrypt ]