* apr updated to 1.4.5.
* apr-util updated to 1.3.12. * httpd updated to 2.2.19. svn path=/nixpkgs/trunk/; revision=27487
This commit is contained in:
@@ -8,12 +8,12 @@ assert sslSupport -> openssl != null;
|
||||
assert ldapSupport -> aprutil.ldapSupport && openldap != null;
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
version = "2.2.17";
|
||||
version = "2.2.19";
|
||||
name = "apache-httpd-${version}";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://apache/httpd/httpd-${version}.tar.bz2";
|
||||
sha256 = "017vc5g0dwjycai2qa8427vkw6wpa57ylhajw6nrmynq7qgg32l6";
|
||||
sha1 = "5676da63f3203129287d7c09a16cf523c00ec6cf";
|
||||
};
|
||||
|
||||
buildInputs = [perl apr aprutil pcre] ++
|
||||
|
||||
Reference in New Issue
Block a user