summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrej Kacian <ticho@gentoo.org>2004-09-03 19:56:19 +0000
committerAndrej Kacian <ticho@gentoo.org>2004-09-03 19:56:19 +0000
commit0fbf74b2011cac8ce4457c7683c5a110659786a1 (patch)
tree73f69a490add55d1ab2d82555ae3c4ea34ad8922 /net-mail/fetchmail/files
parentUnmaintained and package.masked -> removing (diff)
downloadgentoo-2-0fbf74b2011cac8ce4457c7683c5a110659786a1.tar.gz
gentoo-2-0fbf74b2011cac8ce4457c7683c5a110659786a1.tar.bz2
gentoo-2-0fbf74b2011cac8ce4457c7683c5a110659786a1.zip
Revision bump. Patch sources to fix #34788.
Diffstat (limited to 'net-mail/fetchmail/files')
-rw-r--r--net-mail/fetchmail/files/digest-fetchmail-6.2.5-r11
-rw-r--r--net-mail/fetchmail/files/fetchmail-6.2.5-broken-headers.patch10
2 files changed, 11 insertions, 0 deletions
diff --git a/net-mail/fetchmail/files/digest-fetchmail-6.2.5-r1 b/net-mail/fetchmail/files/digest-fetchmail-6.2.5-r1
new file mode 100644
index 000000000000..11752ef97731
--- /dev/null
+++ b/net-mail/fetchmail/files/digest-fetchmail-6.2.5-r1
@@ -0,0 +1 @@
+MD5 9956b30139edaa4f5f77c4d0dbd80225 fetchmail-6.2.5.tar.gz 1257376
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
new file mode 100644
index 000000000000..248630858672
--- /dev/null
+++ b/net-mail/fetchmail/files/fetchmail-6.2.5-broken-headers.patch
@@ -0,0 +1,10 @@
+--- transact.c~ 2004-06-01 16:51:33.769501872 +0200
++++ transact.c 2004-06-01 16:52:18.322728752 +0200
+@@ -516,6 +516,7 @@
+ if (linelen != strlen (line))
+ has_nuls = TRUE;
+ free(line);
++ refuse_mail = 0;
+ goto process_headers;
+ }
+