treewide: add CVE identifiers to patches
This allows tools like broken.sh to correctly identify the patched status.
This commit is contained in:
@@ -13,10 +13,12 @@ stdenv.mkDerivation rec {
|
||||
./12-CVE-2016-9296.patch
|
||||
./13-CVE-2017-17969.patch
|
||||
(fetchpatch {
|
||||
name = "3-CVE-2018-5996.patch";
|
||||
url = "https://raw.githubusercontent.com/termux/termux-packages/master/packages/p7zip/3-CVE-2018-5996.patch";
|
||||
sha256 = "1zivvkazmza0653i498ccp3zbpbpc7dvxl3zxwllbx41b6n589yp";
|
||||
})
|
||||
(fetchpatch {
|
||||
name = "4-CVE-2018-10115.patch";
|
||||
url = "https://raw.githubusercontent.com/termux/termux-packages/master/packages/p7zip/4-CVE-2018-10115.patch";
|
||||
sha256 = "1cr7q8gnrk9yp6dcvxaqi1yhdbgp964nkv65ls41mw1kdfm44zn6";
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user