summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Install/Requirements.pm
diff options
context:
space:
mode:
authorMax Kanat-Alexander <mkanat@bugzilla.org>2012-01-24 18:09:59 +0100
committerFrédéric Buclin <LpSolit@gmail.com>2012-01-24 18:09:59 +0100
commit7d8c9ccfb3c5983968ff5ae1b38471be18a49501 (patch)
tree2e780d4831e47a30ad1a7aa2c7722af4cf6c4a28 /Bugzilla/Install/Requirements.pm
parente226fcca85ec11a7f1004c31070721bfabc67625 (diff)
downloadbugzilla-7d8c9ccfb3c5983968ff5ae1b38471be18a49501.tar.gz
bugzilla-7d8c9ccfb3c5983968ff5ae1b38471be18a49501.tar.xz
Bug 633061: Require Apache2::SizeLimit 0.96 for proper operation on Linux
r=dkl a=mkanat
Diffstat (limited to 'Bugzilla/Install/Requirements.pm')
-rw-r--r--Bugzilla/Install/Requirements.pm5
1 files changed, 2 insertions, 3 deletions
diff --git a/Bugzilla/Install/Requirements.pm b/Bugzilla/Install/Requirements.pm
index ef4bf3d22..1e7fc97c6 100644
--- a/Bugzilla/Install/Requirements.pm
+++ b/Bugzilla/Install/Requirements.pm
@@ -358,9 +358,8 @@ sub OPTIONAL_MODULES {
{
package => 'Apache-SizeLimit',
module => 'Apache2::SizeLimit',
- # 0.93 fixes problems on Linux and Windows, and changes the
- # syntax used by SizeLimit.
- version => '0.93',
+ # 0.96 properly determines process size on Linux.
+ version => '0.96',
feature => ['mod_perl'],
},
);