Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 111758 Details for
Bug 163782
net-mail/fetchmail-6.3.6 SSL/TLS negotation fails on some servers
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch to repoll on protocol errors (such as this) as well.
fix-gentoo163782-take2.patch (text/plain), 473 bytes, created by
Matthias Andree
on 2007-03-02 00:31:45 UTC
(
hide
)
Description:
Patch to repoll on protocol errors (such as this) as well.
Filename:
MIME Type:
Creator:
Matthias Andree
Created:
2007-03-02 00:31:45 UTC
Size:
473 bytes
patch
obsolete
>Index: pop3.c >=================================================================== >--- pop3.c (revision 5042) >+++ pop3.c (working copy) >@@ -686,7 +686,8 @@ > #ifdef SSL_ENABLE > /* this is for servers which claim to support TLS, but actually > * don't! */ >- if (connection_may_have_tls_errors && ok == PS_SOCKET) >+ if (connection_may_have_tls_errors >+ && (ok == PS_SOCKET || ok == PS_PROTOCOL)) > { > xfree(ctl->sslproto); > ctl->sslproto = xstrdup("");
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 163782
:
110451
| 111758