Merge pull request #74787 from risicle/ris-haproxy-2.0.10

haproxy: 2.0.8 -> 2.0.10, addressing CVE-2019-19330
This commit is contained in:
Renaud 2019-12-01 18:01:26 +01:00 committed by GitHub
commit 271b2b2b08
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,11 +11,11 @@ assert usePcre -> pcre != null;
stdenv.mkDerivation rec {
pname = "haproxy";
version = "2.0.8";
version = "2.0.10";
src = fetchurl {
url = "https://www.haproxy.org/download/${stdenv.lib.versions.majorMinor version}/src/${pname}-${version}.tar.gz";
sha256 = "02i87hr1dfhrk6nvvcig4m9bpww7hyl6qcxcl20rfvxd2n2iwzn3";
sha256 = "1sm42q9l159pdmjs5dg544z10dn6x073caljkqh0p4syshysnf0x";
};
buildInputs = [ openssl zlib ]