42 lines
1.7 KiB
Diff
42 lines
1.7 KiB
Diff
diff -ruNp a/bugzilla-3.2.4/Bugzilla/Constants.pm b/bugzilla-3.2.4/Bugzilla/Constants.pm
|
|
--- a/bugzilla-3.2.4/Bugzilla/Constants.pm 2009-07-08 10:58:27.000000000 -0300
|
|
+++ b/bugzilla-3.2.4/Bugzilla/Constants.pm 2009-08-04 00:37:30.852896189 -0300
|
|
@@ -387,7 +387,7 @@ use constant DB_MODULE => {
|
|
# Disallow development versions
|
|
blacklist => ['_'],
|
|
# For UTF-8 support
|
|
- version => '4.00',
|
|
+ version => '3.00',
|
|
},
|
|
name => 'MySQL'},
|
|
'pg' => {db => 'Bugzilla::DB::Pg', db_version => '8.00.0000',
|
|
diff -ruNp a/bugzilla-3.2.4/Bugzilla/Install/Requirements.pm b/bugzilla-3.2.4/Bugzilla/Install/Requirements.pm
|
|
--- a/bugzilla-3.2.4/Bugzilla/Install/Requirements.pm 2009-04-17 18:53:49.000000000 -0300
|
|
+++ b/bugzilla-3.2.4/Bugzilla/Install/Requirements.pm 2009-08-04 00:38:23.376893996 -0300
|
|
@@ -62,7 +62,7 @@ sub REQUIRED_MODULES {
|
|
# Perl 5.10 requires CGI 3.33 due to a taint issue when
|
|
# uploading attachments, see bug 416382.
|
|
# Require CGI 3.21 for -httponly support, see bug 368502.
|
|
- version => (vers_cmp($perl_ver, '5.10') > -1) ? '3.33' : '3.21'
|
|
+ version => (vers_cmp($perl_ver, '5.10') > -1) ? '3.15' : '3.15'
|
|
},
|
|
{
|
|
package => 'TimeDate',
|
|
@@ -92,7 +92,7 @@ sub REQUIRED_MODULES {
|
|
{
|
|
package => 'Email-MIME',
|
|
module => 'Email::MIME',
|
|
- version => '1.861'
|
|
+ version => '1.859'
|
|
},
|
|
{
|
|
package => 'Email-MIME-Encodings',
|
|
@@ -103,7 +103,7 @@ sub REQUIRED_MODULES {
|
|
{
|
|
package => 'Email-MIME-Modifier',
|
|
module => 'Email::MIME::Modifier',
|
|
- version => '1.442'
|
|
+ version => '1.441'
|
|
},
|
|
);
|
|
|