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:
commit
271b2b2b08
@ -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 ]
|
||||
|
Loading…
Reference in New Issue
Block a user