+7
pkgs/misc/cups/default.nix
+7
pkgs/misc/cups/default.nix
···
29
29
sha256 = "1ddgdlg9s0l2ph6l8lx1m1lx6k50gyxqi3qiwr44ppq1rxs80ny5";
30
30
})
31
31
./cups-clean-dirty.patch
32
+
(fetchpatch {
33
+
name = "CVE-2018-4700.patch";
34
+
url = "https://github.com/apple/cups/commit/"
35
+
+ "feb4c62b211bfbd78dc10d737d873439ccdfa58c.patch";
36
+
sha256 = "1g1626sl4vdwbj9jdzpxmxl8gwyykmxr6i4vr2ba3vn140wnv088";
37
+
includes = [ "cgi-bin/var.c" ];
38
+
})
32
39
];
33
40
34
41
postPatch = ''