diff options
author | Nick Hadaway <raker@gentoo.org> | 2002-12-27 00:05:20 +0000 |
---|---|---|
committer | Nick Hadaway <raker@gentoo.org> | 2002-12-27 00:05:20 +0000 |
commit | c7733586a4d084c9da05e9aa6d5835ab3e6e8375 (patch) | |
tree | 0b8c82002025a5e4a7835d299fde05817c6e921f /net-mail/fetchmail/files | |
parent | Version bump. No patches required. New ssl certs directory. No (diff) | |
download | gentoo-2-c7733586a4d084c9da05e9aa6d5835ab3e6e8375.tar.gz gentoo-2-c7733586a4d084c9da05e9aa6d5835ab3e6e8375.tar.bz2 gentoo-2-c7733586a4d084c9da05e9aa6d5835ab3e6e8375.zip |
Enable ipv6.
Diffstat (limited to 'net-mail/fetchmail/files')
-rw-r--r-- | net-mail/fetchmail/files/digest-fetchmail-6.2.0-r1 | 1 | ||||
-rw-r--r-- | net-mail/fetchmail/files/fetchmail-6.2.0-gentoo.diff | 46 |
2 files changed, 47 insertions, 0 deletions
diff --git a/net-mail/fetchmail/files/digest-fetchmail-6.2.0-r1 b/net-mail/fetchmail/files/digest-fetchmail-6.2.0-r1 new file mode 100644 index 000000000000..a9eb7075604d --- /dev/null +++ b/net-mail/fetchmail/files/digest-fetchmail-6.2.0-r1 @@ -0,0 +1 @@ +MD5 1242753944ad242bb4312af6be08b810 fetchmail-6.2.0.tar.gz 1089936 diff --git a/net-mail/fetchmail/files/fetchmail-6.2.0-gentoo.diff b/net-mail/fetchmail/files/fetchmail-6.2.0-gentoo.diff new file mode 100644 index 000000000000..ce2d0b4109cf --- /dev/null +++ b/net-mail/fetchmail/files/fetchmail-6.2.0-gentoo.diff @@ -0,0 +1,46 @@ +--- fetchmail-6.1.2/pop2.c.old Thu Mar 22 08:45:35 2001 ++++ fetchmail-6.1.2/pop2.c Thu Nov 28 22:47:51 2002 +@@ -129,8 +129,8 @@ + { + "POP2", /* Post Office Protocol v2 */ + #if INET6_ENABLE +- "pop2", /* standard POP2 port */ +- "pop2", /* ssl POP2 port */ ++ "pop-2", /* standard POP2 port */ ++ "pop-2", /* ssl POP2 port */ + #else /* INET6_ENABLE */ + 109, /* standard POP2 port */ + 109, /* ssl POP2 port - not */ +--- fetchmail-6.1.2/imap.c.old Thu Nov 28 22:52:07 2002 ++++ fetchmail-6.1.2/imap.c Thu Nov 28 22:48:20 2002 +@@ -1012,7 +1012,7 @@ + { + "IMAP", /* Internet Message Access Protocol */ + #if INET6_ENABLE +- "imap", ++ "imap2", + "imaps", + #else /* INET6_ENABLE */ + 143, /* standard IMAP2bis/IMAP4 port */ +--- fetchmail-6.1.2/etrn.c.old Sun Mar 10 22:34:50 2002 ++++ fetchmail-6.1.2/etrn.c Thu Nov 28 22:53:26 2002 +@@ -124,7 +124,7 @@ + "ETRN", /* ESMTP ETRN extension */ + #if INET6_ENABLE + "smtp", /* standard SMTP port */ +- "smtps", /* ssl SMTP port */ ++ "ssmtp", /* ssl SMTP port */ + #else /* INET6_ENABLE */ + 25, /* standard SMTP port */ + 465, /* ssl SMTP port */ +--- fetchmail-6.1.2/pop3.c.old Thu Oct 31 15:41:37 2002 ++++ fetchmail-6.1.2/pop3.c Thu Nov 28 22:47:30 2002 +@@ -817,7 +817,7 @@ + { + "POP3", /* Post Office Protocol v3 */ + #if INET6_ENABLE +- "pop3", /* standard POP3 port */ ++ "pop-3", /* standard POP3 port */ + "pop3s", /* ssl POP3 port */ + #else /* INET6_ENABLE */ + 110, /* standard POP3 port */ |