lighttpd: update from 1.4.33 to 1.4.34, potentially fixes CVE-2013-4508

This commit is contained in:
Nixpkgs Monitor 2014-01-14 11:55:48 +01:00 committed by Rob Vermaas
parent 57e3feda74
commit 0c6ebeb734

View file

@ -5,11 +5,11 @@
assert enableMagnet -> lua5 != null;
stdenv.mkDerivation rec {
name = "lighttpd-1.4.33";
name = "lighttpd-1.4.34";
src = fetchurl {
url = "http://download.lighttpd.net/lighttpd/releases-1.4.x/${name}.tar.xz";
sha256 = "0331671snhhf48qb43mfb6l85v2rc3ryd3qvz56s8z454gfax1i8";
sha256 = "1dzgz3gkfyn97s4dm896yjanlhqzzsz38dhjdgla06xgynca1hdl";
};
buildInputs = [ pkgconfig pcre libxml2 zlib attr bzip2 which file openssl ]