]> 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:15:53 +0000 (13:15 -0800)
committerReed Loden <reed@reedloden.com>
Fri, 21 Jan 2011 21:15:53 +0000 (13:15 -0800)
[r=mkanat a=mkanat]

Bugzilla/Install/Requirements.pm

index dd661a9b0ebaa12d7afd354430cf0358e72ba31a..04c3571b81555778ce103a4cca3fad6797b32173 100644 (file)
@@ -94,9 +94,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',