diff options
author | Tobias Scherbaum <dertobi123@gentoo.org> | 2009-01-11 15:56:08 +0000 |
---|---|---|
committer | Tobias Scherbaum <dertobi123@gentoo.org> | 2009-01-11 15:56:08 +0000 |
commit | 976b059cbbf84b5922577e7ece6c5f1599c05980 (patch) | |
tree | fc73f20c68eefdbc57c309853a55f2c237c4ca6a /net-mail/fetchmail/files | |
parent | x86 stable, bug #253577 (diff) | |
download | gentoo-2-976b059cbbf84b5922577e7ece6c5f1599c05980.tar.gz gentoo-2-976b059cbbf84b5922577e7ece6c5f1599c05980.tar.bz2 gentoo-2-976b059cbbf84b5922577e7ece6c5f1599c05980.zip |
Clean up
(Portage version: 2.2_rc20/cvs/Linux 2.6.28-gentoo i686)
Diffstat (limited to 'net-mail/fetchmail/files')
-rw-r--r-- | net-mail/fetchmail/files/fetchmail-6.3.7-poll-again.patch | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/net-mail/fetchmail/files/fetchmail-6.3.7-poll-again.patch b/net-mail/fetchmail/files/fetchmail-6.3.7-poll-again.patch deleted file mode 100644 index e3a2f67c7705..000000000000 --- a/net-mail/fetchmail/files/fetchmail-6.3.7-poll-again.patch +++ /dev/null @@ -1,14 +0,0 @@ -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(""); |