summary refs log tree commit diff
path: root/pkgs/servers
diff options
context:
space:
mode:
authorNixpkgs Monitor <none@none>2014-01-14 11:55:48 +0100
committerRob Vermaas <rob.vermaas@gmail.com>2014-01-14 11:55:48 +0100
commit0c6ebeb734fc0a45d36c1b3f99be1a0eb74e5552 (patch)
treef149ab6e792da040d1ce17aabde47b703d6d100d /pkgs/servers
parent57e3feda74abb925210919347f34fcceadfd0b26 (diff)
downloadnixlib-0c6ebeb734fc0a45d36c1b3f99be1a0eb74e5552.tar
nixlib-0c6ebeb734fc0a45d36c1b3f99be1a0eb74e5552.tar.gz
nixlib-0c6ebeb734fc0a45d36c1b3f99be1a0eb74e5552.tar.bz2
nixlib-0c6ebeb734fc0a45d36c1b3f99be1a0eb74e5552.tar.lz
nixlib-0c6ebeb734fc0a45d36c1b3f99be1a0eb74e5552.tar.xz
nixlib-0c6ebeb734fc0a45d36c1b3f99be1a0eb74e5552.tar.zst
nixlib-0c6ebeb734fc0a45d36c1b3f99be1a0eb74e5552.zip
lighttpd: update from 1.4.33 to 1.4.34, potentially fixes CVE-2013-4508
Diffstat (limited to 'pkgs/servers')
-rw-r--r--pkgs/servers/http/lighttpd/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/servers/http/lighttpd/default.nix b/pkgs/servers/http/lighttpd/default.nix
index 0da9f05901db..4a50acd3379f 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 ]