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

Bugzilla/Install/Requirements.pm

index 3991743b76e4b9f5820f0f8d0b9c7af0bf9ff75e..00c50978fc8360a3445ff29e057c8fa6c6638341 100644 (file)
@@ -247,9 +247,9 @@ sub OPTIONAL_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',
         feature => 'Recommended important security fix'
     },
     );