Skip to content

Commit

Permalink
Merge pull request #102760 from mweinelt/20.09/sddm
Browse files Browse the repository at this point in the history
[20.09] sddm: add patch for CVE-2020-28049
  • Loading branch information
mweinelt committed Nov 24, 2020
2 parents fd2044d + faf436e commit 8c5df6d
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion pkgs/applications/display-managers/sddm/default.nix
@@ -1,4 +1,4 @@
{ mkDerivation, lib, fetchFromGitHub
{ mkDerivation, lib, fetchFromGitHub, fetchpatch
, cmake, extra-cmake-modules, pkgconfig, libxcb, libpthreadstubs
, libXdmcp, libXau, qtbase, qtdeclarative, qtquickcontrols2, qttools, pam, systemd
}:
Expand All @@ -19,6 +19,11 @@ in mkDerivation {

patches = [
./sddm-ignore-config-mtime.patch
(fetchpatch {
name = "CVE-2020-28049.patch";
url = "https://github.com/sddm/sddm/commit/be202f533ab98a684c6a007e8d5b4357846bc222.patch";
sha256 = "119zqfldaqs4066wifn64n1xmhv1qd2acd9hcshw9hyl2j84pz8h";
})
];

postPatch =
Expand Down

0 comments on commit 8c5df6d

Please sign in to comment.