From 7af03216336919cfec6b9526cb720c518436af86 Mon Sep 17 00:00:00 2001 From: frueauf Date: Sun, 20 Jul 2003 14:52:45 +0000 Subject: Update fetchmail{conf} to 6.2.3. Changes since 6.2.2: * German, Danish, Spanish, and Turkish translations updated. * Brian Sammon's patch to deal with malformed message lines containiing NULs. * Fai's patch to ignore all but the first Return-Path (some spams have more than one of these). * Benjamin Drieu's ptch to properly byte-stuff when talking to BSNTP. Fixes Debian bug #184469. * Benjamin Drieu's patch to enable auth=cram-md5. Fixes Debian bug #185232. * Sunil Shetye's configure.in patch to avoid spurious search order messages from GCC. * Header-reading code now copes better with lines ending in \n only. * Elias Israel's patches for POP3 NTLM support and dealing with byte- stuffing failures at socket level. --- mail/fetchmailconf/Makefile | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'mail/fetchmailconf') diff --git a/mail/fetchmailconf/Makefile b/mail/fetchmailconf/Makefile index 2e7ac33a09a..7882eaaf369 100644 --- a/mail/fetchmailconf/Makefile +++ b/mail/fetchmailconf/Makefile @@ -1,15 +1,13 @@ -# $NetBSD: Makefile,v 1.50 2003/07/17 21:46:07 grant Exp $ +# $NetBSD: Makefile,v 1.51 2003/07/20 14:52:46 frueauf Exp $ -DISTNAME= fetchmail-6.2.2 +DISTNAME= fetchmail-6.2.3 PKGNAME= ${DISTNAME:S/fetchmail/fetchmailconf/} -PKGREVISION= 1 CATEGORIES= mail -MASTER_SITES= ftp://ftp.ccil.org/pub/esr/fetchmail/ \ - http://www.tuxedo.org/~esr/fetchmail/ \ +MASTER_SITES= http://catb.org/~esr/fetchmail/ \ http://sunsite.unc.edu/pub/Linux/system/mail/pop/ MAINTAINER= tech-pkg@NetBSD.org -HOMEPAGE= http://www.tuxedo.org/~esr/fetchmail/ +HOMEPAGE= http://catb.org/~esr/fetchmail/ COMMENT= Configuration tool for fetchmail DEPENDS+= ${PKGNAME:S/conf//}:../../mail/fetchmail -- cgit v1.2.3