mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 15:41:48 +00:00
apache-httpd: Update to 2.2.23
Fixes CVE-2012-0883, CVE-2012-2687.
This commit is contained in:
parent
3c572df900
commit
f75dddde80
@ -12,12 +12,12 @@ assert ldapSupport -> aprutil.ldapSupport && openldap != null;
|
||||
assert mpm == "prefork" || mpm == "worker" || mpm == "event";
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
version = "2.2.22";
|
||||
version = "2.2.23";
|
||||
name = "apache-httpd-${version}";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://apache/httpd/httpd-${version}.tar.bz2";
|
||||
sha1 = "766cd0843050a8dfb781e48b976f3ba6ebcf8696";
|
||||
sha1 = "2776145201068045d4ed83157a0e2e1c28c4c453";
|
||||
};
|
||||
|
||||
buildInputs = [perl apr aprutil pcre] ++
|
||||
|
Loading…
Reference in New Issue
Block a user