Skip to content

Commit

Permalink
Merge pull request #39688 from veprbl/pr/release-18.03/CVE-2018-7033_v2
Browse files Browse the repository at this point in the history
[release-18.03] slurm: 17.11.3 -> 17.11.5 (Fix CVE-2018-7033)
  • Loading branch information
xeji committed May 2, 2018
2 parents 66fa405 + be099f0 commit 9e5caa8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions pkgs/development/python-modules/pyslurm/default.nix
Expand Up @@ -2,13 +2,13 @@

buildPythonPackage rec {
pname = "pyslurm";
version = "20170302";
version = "20180427";

src = fetchFromGitHub {
repo = "pyslurm";
owner = "PySlurm";
rev = "f5a756f199da404ec73cb7fcd7f04ec4d21ea3ff";
sha256 = "1xn321nc8i8zmngh537j6lnng1rhdp460qx4skvh9daz5h9nxznx";
rev = "3900e1afac9ffd13c80c57d8c39933d42eb7bad7";
sha256 = "1a183ig4sdbc70rx2yyaslyq61wkbsf8cbim1jj0kzrp65nf0vls";
};

buildInputs = [ cython slurm ];
Expand Down
4 changes: 2 additions & 2 deletions pkgs/servers/computing/slurm/default.nix
Expand Up @@ -4,11 +4,11 @@

stdenv.mkDerivation rec {
name = "slurm-${version}";
version = "17.11.3";
version = "17.11.5";

src = fetchurl {
url = "https://download.schedmd.com/slurm/${name}.tar.bz2";
sha256 = "1x3i6z03d9m46fvj1cslrapm1drvgyqch9pn4xf23kvbz4gkhaps";
sha256 = "07ghyyz12k4rksm06xf7dshwp1ndm13zphdbqja99401q4xwbx9r";
};

outputs = [ "out" "dev" ];
Expand Down

0 comments on commit 9e5caa8

Please sign in to comment.