diff -ruNp a/bugzilla-3.4.1/Bugzilla/Constants.pm b/bugzilla-3.4.1/Bugzilla/Constants.pm --- a/bugzilla-3.4.1/Bugzilla/Constants.pm 2009-08-01 11:28:41.000000000 -0300 +++ b/bugzilla-3.4.1/Bugzilla/Constants.pm 2009-08-04 01:26:18.761892048 -0300 @@ -400,7 +400,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.4.1/Bugzilla/Install/Requirements.pm b/bugzilla-3.4.1/Bugzilla/Install/Requirements.pm --- a/bugzilla-3.4.1/Bugzilla/Install/Requirements.pm 2009-07-24 15:58:46.000000000 -0300 +++ b/bugzilla-3.4.1/Bugzilla/Install/Requirements.pm 2009-08-04 01:27:02.852909164 -0300 @@ -118,7 +118,7 @@ sub REQUIRED_MODULES { { package => 'Email-MIME', module => 'Email::MIME', - version => '1.861' + version => '1.859' }, { package => 'Email-MIME-Encodings', @@ -129,7 +129,7 @@ sub REQUIRED_MODULES { { package => 'Email-MIME-Modifier', module => 'Email::MIME::Modifier', - version => '1.442' + version => '1.441' }, { package => 'URI',