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

View File

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