SECURITY FIX: update to 6.2.5.2, see

http://www.vuxml.org/openbsd/aee27100-fcf2-11d9-b3c7-00065bd5b0b6.html.
Update master sites and homepage (project moved to belios.de).
From Bernd Ahlers <b dot ahlers at ba-net dot org>.
This commit is contained in:
fgsch 2005-07-25 17:41:51 +00:00
parent 50bd77a890
commit 6c8c34dfa8
3 changed files with 8 additions and 25 deletions

View File

@ -1,14 +1,12 @@
# $OpenBSD: Makefile,v 1.101 2005/02/19 21:27:35 alek Exp $
# $OpenBSD: Makefile,v 1.102 2005/07/25 17:41:51 fgsch Exp $
COMMENT= "mail retrieval utility for POP2, POP3, KPOP, IMAP and more"
DISTNAME= fetchmail-6.2.5
PKGNAME= ${DISTNAME}p0
DISTNAME= fetchmail-6.2.5.2
CATEGORIES= mail
MASTER_SITES= http://catb.org/~esr/fetchmail/ \
ftp://ftp.ccil.org/pub/esr/fetchmail/
MASTER_SITES= http://download.berlios.de/fetchmail/
HOMEPAGE= http://catb.org/~esr/fetchmail/
HOMEPAGE= http://fetchmail.berlios.de/
MAINTAINER= Federico Schwindt <fgsch@openbsd.org>

View File

@ -1,4 +1,4 @@
MD5 (fetchmail-6.2.5.tar.gz) = 9956b30139edaa4f5f77c4d0dbd80225
RMD160 (fetchmail-6.2.5.tar.gz) = e32b91a959d0e80c4bd45a8758811cbe95a98180
SHA1 (fetchmail-6.2.5.tar.gz) = 4656ec4393ccd1c137fe7b331f77cb26b576ac0e
SIZE (fetchmail-6.2.5.tar.gz) = 1257376
MD5 (fetchmail-6.2.5.2.tar.gz) = 6eefef076bf3517a870f27a6133ff8c4
RMD160 (fetchmail-6.2.5.2.tar.gz) = eeda8897a63e4634abe6b301638ca9ede2674afe
SHA1 (fetchmail-6.2.5.2.tar.gz) = 8341296bae50bf49dce8e146cbb685622c5421b9
SIZE (fetchmail-6.2.5.2.tar.gz) = 1277649

View File

@ -1,15 +0,0 @@
Fix APOP.
See: http://lists.ccil.org/pipermail/fetchmail-friends/2003-October/008080.html
$OpenBSD: patch-driver_c,v 1.1 2004/03/12 00:18:42 fgsch Exp $
--- driver.c.orig 2003-10-15 16:22:31.000000000 -0300
+++ driver.c 2004-03-11 21:10:10.000000000 -0300
@@ -429,7 +429,7 @@ static int fetch_messages(int mailserver
/* 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)
fetchsizelimit = 1;
/* Time to allocate memory to store the sizes */