mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-15 13:37:21 +03:00
newsbeuter: fix CVE-2017-14500
This commit is contained in:
parent
0653abc07a
commit
38c14d7132
@ -31,7 +31,12 @@ stdenv.mkDerivation rec {
|
||||
url = "https://github.com/akrennmair/newsbeuter/commit/33577f842d9b74c119f3cebda95ef8652304db81.patch";
|
||||
sha256 = "1kwhp6k14gk1hclgsr9w47qg7hs60p23zsl6f6vw13mczp2naqlb";
|
||||
})
|
||||
];
|
||||
# https://github.com/akrennmair/newsbeuter/issues/598 / CVE-2017-14500
|
||||
(fetchpatch {
|
||||
url = "https://github.com/akrennmair/newsbeuter/commit/26f5a4350f3ab5507bb8727051c87bb04660f333.patch";
|
||||
sha256 = "1jjxj4z3s4f1n8rfpwyd42a40gjnziykqas6a26s1lsdkklnbp6q";
|
||||
})
|
||||
];
|
||||
|
||||
installFlags = [ "DESTDIR=$(out)" "prefix=" ];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user