Skip to content

Commit db93501

Browse files
author
Graham Christensen
committedNov 16, 2016
shutter: add patch for CVE-2015-0854 with remote code
1 parent 033eec1 commit db93501

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed
 

‎pkgs/applications/graphics/shutter/default.nix

+8
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,14 @@ stdenv.mkDerivation rec {
1818
sha256 = "09cn3scwy98wqxkrjhnmxhpfnnynlbb41856yn5m3zwzqrxiyvak";
1919
};
2020

21+
patches = [
22+
(fetchpatch {
23+
url = "http://svnweb.mageia.org/packages/cauldron/shutter/current/SOURCES/CVE-2015-0854.patch?revision=880308&view=co;"
24+
name = "CVE-2015-0854.patch"
25+
sha256 = "09cn3scwy98wqxkrjhnmxhpfnnynlbb41856yn5m3zwzqr1iyvak";
26+
})
27+
];
28+
2129
buildInputs = [ perl makeWrapper gdk_pixbuf librsvg ] ++ perlModules;
2230

2331
installPhase = ''

0 commit comments

Comments
 (0)