summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Gerbet <thomas@gerbet.me>2024-02-23 22:56:23 +0100
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2024-02-24 04:57:44 +0000
commit0741128e8361de92b181db60ab133aa316fb3660 (patch)
treecde8b2e5842ffa39029b8671add2edebc0501c3a
parentMerge pull request #291046 from NixOS/backport-290767-to-release-23.11 (diff)
downloadnixpkgs-origin/backport-291000-to-release-23.11.tar.gz
Fixes CVE-2023-45229, CVE-2023-45230, CVE-2023-45231, CVE-2023-45232, CVE-2023-45233, CVE-2023-45234, CVE-2023-45235, CVE-2022-36763, CVE-2022-36764 and CVE-2022-36765. GHSA-hc6x-cw6p-gj7h https://blog.quarkslab.com/pixiefail-nine-vulnerabilities-in-tianocores-edk-ii-ipv6-network-stack.html GHSA-4hcq-p8q8-hj8j Changelog: https://github.com/tianocore/edk2/releases/tag/edk2-stable202402 (cherry picked from commit 60731f2750a2251cbfe9a1259eb3275a03020a3b)
-rw-r--r--pkgs/development/compilers/edk2/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/compilers/edk2/default.nix b/pkgs/development/compilers/edk2/default.nix
index 4cfe823e59d9..17151cf9f947 100644
--- a/pkgs/development/compilers/edk2/default.nix
+++ b/pkgs/development/compilers/edk2/default.nix
@@ -33,7 +33,7 @@ buildType = if stdenv.isDarwin then
edk2 = stdenv.mkDerivation rec {
pname = "edk2";
- version = "202311";
+ version = "202402";
patches = [
# pass targetPrefix as an env var
@@ -48,7 +48,7 @@ edk2 = stdenv.mkDerivation rec {
repo = "edk2";
rev = "edk2-stable${edk2.version}";
fetchSubmodules = true;
- hash = "sha256-gC/If8U9qo70rGvNl3ld/mmZszwY0w/5Ge/K21mhzYw=";
+ hash = "sha256-Nurm6QNKCyV6wvbj0ELdYAL7mbZ0yg/tTwnEJ+N18ng=";
};
# We don't want EDK2 to keep track of OpenSSL,