forked from mirrors/nixpkgs
* Apache httpd updated to 2.2.20, with a fix for CVE-2011-3192.
svn path=/nixpkgs/trunk/; revision=28976
This commit is contained in:
parent
33afa20575
commit
573e554e2c
|
@ -8,12 +8,12 @@ assert sslSupport -> openssl != null;
|
||||||
assert ldapSupport -> aprutil.ldapSupport && openldap != null;
|
assert ldapSupport -> aprutil.ldapSupport && openldap != null;
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
version = "2.2.19";
|
version = "2.2.20";
|
||||||
name = "apache-httpd-${version}";
|
name = "apache-httpd-${version}";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://apache/httpd/httpd-${version}.tar.bz2";
|
url = "mirror://apache/httpd/httpd-${version}.tar.bz2";
|
||||||
sha1 = "5676da63f3203129287d7c09a16cf523c00ec6cf";
|
sha1 = "c8f00a505af6ed3f89f45b640217c388f5cd32b0";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [perl apr aprutil pcre] ++
|
buildInputs = [perl apr aprutil pcre] ++
|
||||||
|
|
Loading…
Reference in a new issue