summary refs log tree commit diff
path: root/pkgs/os-specific
diff options
context:
space:
mode:
authorAndreas Rammhold <andreas@rammhold.de>2021-07-21 12:53:03 +0200
committerGitHub <noreply@github.com>2021-07-21 12:53:03 +0200
commitb819ebd7f707bf79856604506b46604e0a003d89 (patch)
treedd55ad0fada5d03ad4b5462a108c1d7e38a64589 /pkgs/os-specific
parent82ea9cf152103bbacd6f259450a105f04e832f4f (diff)
parentb361dcf0bd3610d1fea6b44d72404add188da51d (diff)
downloadnixpkgs-b819ebd7f707bf79856604506b46604e0a003d89.tar
nixpkgs-b819ebd7f707bf79856604506b46604e0a003d89.tar.gz
nixpkgs-b819ebd7f707bf79856604506b46604e0a003d89.tar.bz2
nixpkgs-b819ebd7f707bf79856604506b46604e0a003d89.tar.lz
nixpkgs-b819ebd7f707bf79856604506b46604e0a003d89.tar.xz
nixpkgs-b819ebd7f707bf79856604506b46604e0a003d89.tar.zst
nixpkgs-b819ebd7f707bf79856604506b46604e0a003d89.zip
Merge pull request #130779 from helsinki-systems/fix/cve-2021-33910
systemd: Patch CVE-2021-33910
Diffstat (limited to 'pkgs/os-specific')
-rw-r--r--pkgs/os-specific/linux/systemd/default.nix7
1 files changed, 7 insertions, 0 deletions
diff --git a/pkgs/os-specific/linux/systemd/default.nix b/pkgs/os-specific/linux/systemd/default.nix
index c13f97fcde7..a33bb3c1a1d 100644
--- a/pkgs/os-specific/linux/systemd/default.nix
+++ b/pkgs/os-specific/linux/systemd/default.nix
@@ -157,6 +157,13 @@ stdenv.mkDerivation {
       url = "https://github.com/systemd/systemd/commit/ab1aa6368a883bce88e3162fee2bea14aacedf23.patch";
       sha256 = "1b280l5jrjsg8qhsang199mpqjhkpix4c8bm3blknjnq9iv43add";
     })
+
+    # Fix CVE-2021-33910, disclosed 2021-07-20
+    (fetchpatch {
+      name = "CVE-2021-33910.patch";
+      url = "https://github.com/systemd/systemd/commit/441e0115646d54f080e5c3bb0ba477c892861ab9.patch";
+      sha256 = "1g1lk95igaadg67kah9bpi4zsc01rg398sd1247ghjsvl5hxn4v4";
+    })
   ];
 
   postPatch = ''