Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 343194 Details for
Bug 463192
net-mail/sendEmail-1.56 with dev-perl/IO-Socket-SSL-1.840.0 - fails to send mail
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Change SSL_version from 'SSLv3 TLSv1' to 'SSLv3'
sendEmail-fix_ssl_version.patch (text/plain), 668 bytes, created by
Peter Wilmott (RETIRED)
on 2013-03-25 09:04:58 UTC
(
hide
)
Description:
Change SSL_version from 'SSLv3 TLSv1' to 'SSLv3'
Filename:
MIME Type:
Creator:
Peter Wilmott (RETIRED)
Created:
2013-03-25 09:04:58 UTC
Size:
668 bytes
patch
obsolete
>--- a/sendEmail 2013-03-25 08:59:12.000000000 +0000 >+++ b/sendEmail 2013-03-25 08:59:22.000000000 +0000 >@@ -1903,7 +1903,7 @@ > if ($conf{'tls_server'} == 1 and $conf{'tls_client'} == 1 and $opt{'tls'} =~ /^(yes|auto)$/) { > printmsg("DEBUG => Starting TLS", 2); > if (SMTPchat('STARTTLS')) { quit($conf{'error'}, 1); } >- if (! IO::Socket::SSL->start_SSL($SERVER, SSL_version => 'SSLv3 TLSv1')) { >+ if (! IO::Socket::SSL->start_SSL($SERVER, SSL_version => 'SSLv3')) { > quit("ERROR => TLS setup failed: " . IO::Socket::SSL::errstr(), 1); > } > printmsg("DEBUG => TLS: Using cipher: ". $SERVER->get_cipher(), 3);
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 463192
: 343194 |
343196