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

Bugzilla/Install/Requirements.pm

index 1563597d695c868e3d2bb1018fc9eafa55f6d6ba..586ace75023dd57dda9ebac449d4c93cc81a269b 100644 (file)
@@ -284,9 +284,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'
     },
     );