OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 29-Jan-2005 13:39:27
Branch: HEAD Handle: 2005012912392700
Modified files:
openpkg-src/fetchmail fetchmail.patch fetchmail.spec
Log:
make Fetchmail compatible with QPopper's APOP functionality as
mentioned on the fetchmail lists
Summary:
Revision Changes Path
1.5 +14 -0 openpkg-src/fetchmail/fetchmail.patch
1.60 +1 -1 openpkg-src/fetchmail/fetchmail.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/fetchmail/fetchmail.patch
============================================================================
$ cvs diff -u -r1.4 -r1.5 fetchmail.patch
--- openpkg-src/fetchmail/fetchmail.patch 19 Oct 2003 11:23:48 -0000
1.4
+++ openpkg-src/fetchmail/fetchmail.patch 29 Jan 2005 12:39:27 -0000
1.5
@@ -10,3 +10,17 @@
#include <ctype.h> /* isspace() */
#ifdef HAVE_MEMORY_H
#include <memory.h>
+Index: driver.c
+--- driver.c.orig 2003-10-15 21:22:31 +0200
++++ driver.c 2005-01-29 13:36:30 +0100
+@@ -429,7 +429,9 @@
+ /* for POP3, we can get the size of one mail only! Unfortunately, this
+ * protocol specific test cannot be done elsewhere as the protocol
+ * could be "auto". */
+- if (ctl->server.protocol == P_POP3)
++ if ( ctl->server.protocol == P_POP3
++ || ctl->server.protocol == P_APOP
++ || ctl->server.protocol == P_RPOP)
+ fetchsizelimit = 1;
+
+ /* Time to allocate memory to store the sizes */
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/fetchmail/fetchmail.spec
============================================================================
$ cvs diff -u -r1.59 -r1.60 fetchmail.spec
--- openpkg-src/fetchmail/fetchmail.spec 24 Jan 2005 14:45:09 -0000
1.59
+++ openpkg-src/fetchmail/fetchmail.spec 29 Jan 2005 12:39:27 -0000
1.60
@@ -34,7 +34,7 @@
Group: Mail
License: GPL
Version: 6.2.5
-Release: 20050124
+Release: 20050129
# list of sources
Source0: http://www.catb.org/~esr/fetchmail/fetchmail-%{version}.tar.gz
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]