thttpd: update from 2.25b to 2.26, potentially fixes CVE-2013-0348

This commit is contained in:
Aristid Breitkreuz 2014-10-08 19:35:48 +02:00
parent 6f07399727
commit 7a9bf3540e
1 changed files with 2 additions and 2 deletions

View File

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
name = "thttpd-${version}";
version = "2.25b";
version = "2.26";
src = fetchurl {
url = "http://acme.com/software/thttpd/${name}.tar.gz";
sha256 = "0q13sfkh6amn5wk0ccbmxq3mnhlm8g5pnyk910fa5xngn449nw87";
sha256 = "1dybhpyfrly0m285cdn9jah397bqzylrwzi26gin2h451z3gdcqm";
};
prePatch = ''