Skip to content

Commit

Permalink
* apr updated to 1.4.5.
Browse files Browse the repository at this point in the history
* apr-util updated to 1.3.12.
* httpd updated to 2.2.19.

svn path=/nixpkgs/trunk/; revision=27487
  • Loading branch information
edolstra committed Jun 16, 2011
1 parent 7a8598e commit c81069e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/libraries/apr-util/default.nix
Expand Up @@ -6,11 +6,11 @@
assert bdbSupport -> db4 != null;

stdenv.mkDerivation rec {
name = "apr-util-1.3.10";
name = "apr-util-1.3.12";

src = fetchurl {
url = "mirror://apache/apr/${name}.tar.bz2";
sha256 = "1vhps080b0f9z6ibq7xqbhdrclb89min7xwvc2zzc5wf0x4w1h0s";
md5 = "0f671b037ca62751a8a7005578085560";
};

configureFlags = ''
Expand Down
4 changes: 2 additions & 2 deletions pkgs/development/libraries/apr/default.nix
@@ -1,11 +1,11 @@
{ stdenv, fetchurl }:

stdenv.mkDerivation rec {
name = "apr-1.4.2";
name = "apr-1.4.5";

src = fetchurl {
url = "mirror://apache/apr/${name}.tar.bz2";
sha256 = "14akizp9aq8c2qk8bj5a6n3s8hsy356prp911cmrvl4l0rqcl5r0";
md5 = "8b53f5a5669d0597f2da889a2f576eb6";
};

configureFlags =
Expand Down
4 changes: 2 additions & 2 deletions pkgs/servers/http/apache-httpd/default.nix
Expand Up @@ -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] ++
Expand Down

0 comments on commit c81069e

Please sign in to comment.