]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 591165: (CVE-2010-4411) [SECURITY] Bump minimum required version of CGI.pm to...
authorReed Loden <reed@reedloden.com>
Fri, 21 Jan 2011 21:16:42 +0000 (13:16 -0800)
committerReed Loden <reed@reedloden.com>
Fri, 21 Jan 2011 21:16:42 +0000 (13:16 -0800)
[r=mkanat a=mkanat]

Bugzilla/Install/Requirements.pm

index 8a7939afbb76a65aca31e154b74d3127e7f075ed..4002b3430369a26ece0513afeaaee6320d378a3f 100644 (file)
@@ -66,9 +66,9 @@ sub REQUIRED_MODULES {
     {
         package => 'CGI.pm',
         module  => 'CGI',
-        # 3.50 fixes a security problem that affects Bugzilla.
+        # 3.51 fixes a security problem that affects Bugzilla.
         # (bug 591165)
-        version => '3.50',
+        version => '3.51',
     },
     {
         package => 'Digest-SHA',