treewide: add CVE identifiers to patches
This allows tools like broken.sh to correctly identify the patched status.
This commit is contained in:
@@ -9,7 +9,12 @@ stdenv.mkDerivation rec {
|
||||
sha256 = "5145aa844e54cca89ddab6fb7dd9e5952811d8d787c4f4bf27eb261e6c182098";
|
||||
};
|
||||
|
||||
patches = [ ./format-string.patch ./overflow.patch ./segv.patch ./sprintf.patch ];
|
||||
patches = [
|
||||
./format-string_CVE-2012-4426.patch
|
||||
./overflow_CVE-2012-4409.patch
|
||||
./segv.patch
|
||||
./sprintf_CVE-2012-4527.patch
|
||||
];
|
||||
|
||||
buildInputs = [ libmcrypt libmhash ];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user