diff options
| author | Janne Heß <janne@hess.ooo> | 2021-07-20 15:27:15 +0200 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2021-07-21 10:56:27 +0000 |
| commit | c5c76510c8a3307dfd6da1340e1f287363875ec6 (patch) | |
| tree | 1d6cf0026e1af009adcc80b29b5639dba249e841 | |
| parent | nixos/ddccontrol: init (diff) | |
| download | nixpkgs-origin/backport-130779-to-release-21.05.tar.gz | |
systemd: Patch CVE-2021-33910origin/backport-130779-to-release-21.05
(cherry picked from commit b361dcf0bd3610d1fea6b44d72404add188da51d)
| -rw-r--r-- | pkgs/os-specific/linux/systemd/default.nix | 7 |
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 c13f97fcde74..a33bb3c1a1d6 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 = '' |
