mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-20 19:16:11 +00:00
dpdk: 21.11 -> 22.03
https://doc.dpdk.org/guides/rel_notes/release_22_03.html https://www.openwall.com/lists/oss-security/2022/05/05/1 https://www.openwall.com/lists/oss-security/2022/05/05/2 Fixes: CVE-2021-3839, CVE-2022-0669
This commit is contained in:
parent
c01480f0a3
commit
a52bf037d8
@ -9,14 +9,14 @@
|
||||
|
||||
let
|
||||
mod = kernel != null;
|
||||
dpdkVersion = "21.11";
|
||||
dpdkVersion = "22.03";
|
||||
in stdenv.mkDerivation rec {
|
||||
pname = "dpdk";
|
||||
version = "${dpdkVersion}" + lib.optionalString mod "-${kernel.version}";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://fast.dpdk.org/rel/dpdk-${dpdkVersion}.tar.xz";
|
||||
sha256 = "sha256-Mkbj7WjuKzaaXYviwGzxCKZp4Vf01Bxby7sha/Wr06E=";
|
||||
sha256 = "sha256-st5fCLzVcz+Q1NfmwDJRWQja2PyNJnrGolNELZuDp8U=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
|
Loading…
Reference in New Issue
Block a user