summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrej Kacian <ticho@gentoo.org>2005-07-22 08:51:03 +0000
committerAndrej Kacian <ticho@gentoo.org>2005-07-22 08:51:03 +0000
commitcd68eb250d548aa436daeab22704a2a45bc14ea4 (patch)
treed9d3024b448b2a2a907430d2f40984b4ff2d7d88 /net-mail/fetchmail/files
parentForgot to update metadata.xml. (diff)
downloadgentoo-2-cd68eb250d548aa436daeab22704a2a45bc14ea4.tar.gz
gentoo-2-cd68eb250d548aa436daeab22704a2a45bc14ea4.tar.bz2
gentoo-2-cd68eb250d548aa436daeab22704a2a45bc14ea4.zip
Version bump, sec. bug #99865.
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'net-mail/fetchmail/files')
-rw-r--r--net-mail/fetchmail/files/digest-fetchmail-6.2.5.22
-rw-r--r--net-mail/fetchmail/files/fetchmail-6.2.5-broken-headers.patch4
-rw-r--r--net-mail/fetchmail/files/fetchmail-6.2.5-gentoo.patch50
-rw-r--r--net-mail/fetchmail/files/fetchmail-6.2.5-kerberos.patch4
4 files changed, 56 insertions, 4 deletions
diff --git a/net-mail/fetchmail/files/digest-fetchmail-6.2.5.2 b/net-mail/fetchmail/files/digest-fetchmail-6.2.5.2
new file mode 100644
index 000000000000..0be546c5a44c
--- /dev/null
+++ b/net-mail/fetchmail/files/digest-fetchmail-6.2.5.2
@@ -0,0 +1,2 @@
+MD5 9956b30139edaa4f5f77c4d0dbd80225 fetchmail-6.2.5.tar.gz 1257376
+MD5 be18f89b94e937a22560aa452e524c4b fetchmail-patch-6.2.5.2.gz 2000
diff --git a/net-mail/fetchmail/files/fetchmail-6.2.5-broken-headers.patch b/net-mail/fetchmail/files/fetchmail-6.2.5-broken-headers.patch
index 248630858672..1f1ce04e6fdd 100644
--- a/net-mail/fetchmail/files/fetchmail-6.2.5-broken-headers.patch
+++ b/net-mail/fetchmail/files/fetchmail-6.2.5-broken-headers.patch
@@ -1,5 +1,5 @@
---- transact.c~ 2004-06-01 16:51:33.769501872 +0200
-+++ transact.c 2004-06-01 16:52:18.322728752 +0200
+--- fetchmail-6.2.5.orig/transact.c~ 2004-06-01 16:51:33.769501872 +0200
++++ fetchmail-6.2.5/transact.c 2004-06-01 16:52:18.322728752 +0200
@@ -516,6 +516,7 @@
if (linelen != strlen (line))
has_nuls = TRUE;
diff --git a/net-mail/fetchmail/files/fetchmail-6.2.5-gentoo.patch b/net-mail/fetchmail/files/fetchmail-6.2.5-gentoo.patch
new file mode 100644
index 000000000000..7ca9c42f0c09
--- /dev/null
+++ b/net-mail/fetchmail/files/fetchmail-6.2.5-gentoo.patch
@@ -0,0 +1,50 @@
+diff -ur fetchmail-6.2.5.orig/etrn.c fetchmail-6.2.5/etrn.c
+--- fetchmail-6.2.5.orig/etrn.c 2003-10-15 21:17:36.000000000 +0200
++++ fetchmail-6.2.5/etrn.c 2005-07-22 10:32:35.000000000 +0200
+@@ -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 */
+diff -ur fetchmail-6.2.5.orig/imap.c fetchmail-6.2.5/imap.c
+--- fetchmail-6.2.5.orig/imap.c 2003-10-15 21:17:41.000000000 +0200
++++ fetchmail-6.2.5/imap.c 2005-07-22 10:32:18.000000000 +0200
+@@ -1114,7 +1114,7 @@
+ {
+ "IMAP", /* Internet Message Access Protocol */
+ #if INET6_ENABLE
+- "imap",
++ "imap2",
+ "imaps",
+ #else /* INET6_ENABLE */
+ 143, /* standard IMAP2bis/IMAP4 port */
+diff -ur fetchmail-6.2.5.orig/pop2.c fetchmail-6.2.5/pop2.c
+--- fetchmail-6.2.5.orig/pop2.c 2003-10-15 21:17:43.000000000 +0200
++++ fetchmail-6.2.5/pop2.c 2005-07-22 10:32:07.000000000 +0200
+@@ -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 */
+diff -ur fetchmail-6.2.5.orig/pop3.c fetchmail-6.2.5/pop3.c
+--- fetchmail-6.2.5.orig/pop3.c 2003-10-15 21:22:31.000000000 +0200
++++ fetchmail-6.2.5/pop3.c 2005-07-22 10:32:50.000000000 +0200
+@@ -1179,7 +1179,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 */
diff --git a/net-mail/fetchmail/files/fetchmail-6.2.5-kerberos.patch b/net-mail/fetchmail/files/fetchmail-6.2.5-kerberos.patch
index cdba95285b66..3d4e078fdd03 100644
--- a/net-mail/fetchmail/files/fetchmail-6.2.5-kerberos.patch
+++ b/net-mail/fetchmail/files/fetchmail-6.2.5-kerberos.patch
@@ -1,5 +1,5 @@
---- /tmp/configure.in 2004-02-22 10:23:16.711353561 +0000
-+++ configure.in 2004-02-22 10:26:37.916800464 +0000
+--- fetchmail-6.2.5.orig/configure.in 2004-02-22 10:23:16.711353561 +0000
++++ fetchmail-6.2.5/configure.in 2004-02-22 10:26:37.916800464 +0000
@@ -465,15 +465,13 @@
else
AC_MSG_RESULT([found])