Skip to content

Commit

Permalink
Merge pull request #73805 from xfix/qtbase-cve
Browse files Browse the repository at this point in the history
[r19.09] qt512.qtbase: add patch for CVE-2019-18281
  • Loading branch information
globin committed Nov 28, 2019
2 parents 7ff5bca + 30fc722 commit 00c2b2c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pkgs/development/libraries/qt-5/5.12/default.nix
Expand Up @@ -54,6 +54,11 @@ let
./qtbase.patch
./qtbase-fixguicmake.patch
./qtbase-trayicons.patch # can be removed with 5.12.4 or 5.13
(fetchpatch {
name = "CVE-2019-18281.patch";
url = "https://github.com/qt/qtbase/commit/1232205e32464d90e871f39eb1e14fcf9b78a163.patch";
sha256 = "1xfw3p94k7j8bly4rcfrlad2qaz7144q0fjmqsaib1c2927kcsfz";
})
];
qtdeclarative = [ ./qtdeclarative.patch ];
qtscript = [ ./qtscript.patch ];
Expand Down

0 comments on commit 00c2b2c

Please sign in to comment.