diff options
author | Nixpkgs Monitor <none@none> | 2014-01-14 11:55:48 +0100 |
---|---|---|
committer | Rob Vermaas <rob.vermaas@gmail.com> | 2014-01-14 11:55:48 +0100 |
commit | 0c6ebeb734fc0a45d36c1b3f99be1a0eb74e5552 (patch) | |
tree | f149ab6e792da040d1ce17aabde47b703d6d100d /pkgs | |
parent | 57e3feda74abb925210919347f34fcceadfd0b26 (diff) |
lighttpd: update from 1.4.33 to 1.4.34, potentially fixes CVE-2013-4508
Diffstat (limited to 'pkgs')
-rw-r--r-- | pkgs/servers/http/lighttpd/default.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/servers/http/lighttpd/default.nix b/pkgs/servers/http/lighttpd/default.nix index 0da9f05901dbc..4a50acd3379ff 100644 --- a/pkgs/servers/http/lighttpd/default.nix +++ b/pkgs/servers/http/lighttpd/default.nix @@ -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 ] |