Commit 3b1bc81a authored by mkanat%bugzilla.org's avatar mkanat%bugzilla.org

Bug 486206: Quoted-printable bugmail had a =0D at the end of every line, because…

Bug 486206: Quoted-printable bugmail had a =0D at the end of every line, because of a bug in Email::MIME::Encodings Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit
parent a09564dd
...@@ -118,6 +118,12 @@ sub REQUIRED_MODULES { ...@@ -118,6 +118,12 @@ sub REQUIRED_MODULES {
version => '1.861' version => '1.861'
}, },
{ {
package => 'Email-MIME-Encodings',
module => 'Email::MIME::Encodings',
# Fixes bug 486206
version => '1.313',
},
{
package => 'Email-MIME-Modifier', package => 'Email-MIME-Modifier',
module => 'Email::MIME::Modifier', module => 'Email::MIME::Modifier',
version => '1.442' version => '1.442'
......
...@@ -181,7 +181,7 @@ ...@@ -181,7 +181,7 @@
<h3><a name="v32_req_modules"></a>Required Perl Modules</h3> <h3><a name="v32_req_modules"></a>Required Perl Modules</h3>
[% INCLUDE req_table reqs = REQUIRED_MODULES [% INCLUDE req_table reqs = REQUIRED_MODULES
new = [] new = ['Email-MIME-Encodings']
updated = ['Template-Toolkit', 'Email-MIME', updated = ['Template-Toolkit', 'Email-MIME',
'Email-MIME-Modifier', 'CGI.pm'] %] 'Email-MIME-Modifier', 'CGI.pm'] %]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment