forked from mirrors/nixpkgs
* Apache updated to 2.0.55 (security fixes). Also added to the
channel (finally!). svn path=/nixpkgs/trunk/; revision=4093
This commit is contained in:
parent
01fd1c1d00
commit
3d9df37b33
|
@ -7,12 +7,12 @@ assert db4Support -> db4 != null;
|
|||
assert expat != null && perl != null;
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "apache-httpd-2.0.54";
|
||||
name = "apache-httpd-2.0.55";
|
||||
|
||||
builder = ./builder.sh;
|
||||
src = fetchurl {
|
||||
url = http://apache.cs.uu.nl/dist/httpd/httpd-2.0.54.tar.bz2;
|
||||
md5 = "4ae8a38c6b5db9046616ce10a0d551a2";
|
||||
url = http://apache.cs.uu.nl/dist/httpd/httpd-2.0.55.tar.bz2;
|
||||
md5 = "f1b5b65c8661db9ffe38b5a4a865a0e2";
|
||||
};
|
||||
|
||||
inherit sslSupport db4Support;
|
||||
|
|
|
@ -62,6 +62,7 @@ let {
|
|||
docbook_ng
|
||||
docbook_xml_xslt
|
||||
jing_tools
|
||||
apacheHttpd
|
||||
subversion
|
||||
darcs
|
||||
pan
|
||||
|
|
Loading…
Reference in a new issue