tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
newsbeuter: fix CVE-2017-14500
Franz Pletz
8 years ago
38c14d71
0653abc0
+6
-1
1 changed file
expand all
collapse all
unified
split
pkgs
applications
networking
feedreaders
newsbeuter
default.nix
+6
-1
pkgs/applications/networking/feedreaders/newsbeuter/default.nix
···
31
url = "https://github.com/akrennmair/newsbeuter/commit/33577f842d9b74c119f3cebda95ef8652304db81.patch";
32
sha256 = "1kwhp6k14gk1hclgsr9w47qg7hs60p23zsl6f6vw13mczp2naqlb";
33
})
34
-
];
0
0
0
0
0
35
36
installFlags = [ "DESTDIR=$(out)" "prefix=" ];
37
···
31
url = "https://github.com/akrennmair/newsbeuter/commit/33577f842d9b74c119f3cebda95ef8652304db81.patch";
32
sha256 = "1kwhp6k14gk1hclgsr9w47qg7hs60p23zsl6f6vw13mczp2naqlb";
33
})
34
+
# https://github.com/akrennmair/newsbeuter/issues/598 / CVE-2017-14500
35
+
(fetchpatch {
36
+
url = "https://github.com/akrennmair/newsbeuter/commit/26f5a4350f3ab5507bb8727051c87bb04660f333.patch";
37
+
sha256 = "1jjxj4z3s4f1n8rfpwyd42a40gjnziykqas6a26s1lsdkklnbp6q";
38
+
})
39
+
];
40
41
installFlags = [ "DESTDIR=$(out)" "prefix=" ];
42