summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Scherbaum <dertobi123@gentoo.org>2009-01-11 15:56:08 +0000
committerTobias Scherbaum <dertobi123@gentoo.org>2009-01-11 15:56:08 +0000
commit976b059cbbf84b5922577e7ece6c5f1599c05980 (patch)
treefc73f20c68eefdbc57c309853a55f2c237c4ca6a /net-mail/fetchmail/files
parentx86 stable, bug #253577 (diff)
downloadgentoo-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.patch14
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("");