Skip to content

Commit

Permalink
Merge pull request #73580 from risicle/ris-dpdk-17.11.9-r19.03
Browse files Browse the repository at this point in the history
[r19.03] dpdk: 17.11.2 -> 17.11.9, addressing CVE-2019-14818
  • Loading branch information
nh2 committed Dec 18, 2019
2 parents 583cee5 + e1dfe46 commit d1dff0b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/os-specific/linux/dpdk/default.nix
Expand Up @@ -8,11 +8,11 @@ let

in stdenv.mkDerivation rec {
name = "dpdk-${version}" + lib.optionalString mod "-${kernel.version}";
version = "17.11.2";
version = "17.11.9";

src = fetchurl {
url = "https://fast.dpdk.org/rel/dpdk-${version}.tar.xz";
sha256 = "19m5l3jkrns8r1zbjb6ry18w50ff36kbl5b5g6pfcp9p57sfisd2";
sha256 = "0vrcc9mdjs5fk69lh7bigsk9208dfmjsz3jxaddkjlvk2hds1id6";
};

nativeBuildInputs = [ pkgconfig ];
Expand Down

0 comments on commit d1dff0b

Please sign in to comment.