Skip to content

Commit

Permalink
[r19.09] dpdk: 17.11.2 -> 17.11.9, addressing CVE-2019-14818 (#75829)
Browse files Browse the repository at this point in the history
[r19.09] dpdk: 17.11.2 -> 17.11.9, addressing CVE-2019-14818
  • Loading branch information
Mic92 committed Dec 17, 2019
2 parents d40f024 + a559006 commit 004b8a1
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 004b8a1

Please sign in to comment.