diff options
author | frueauf <frueauf@pkgsrc.org> | 2003-07-20 14:52:45 +0000 |
---|---|---|
committer | frueauf <frueauf@pkgsrc.org> | 2003-07-20 14:52:45 +0000 |
commit | 408fc7a6665c1b66058eebb7d30a26a929471d80 (patch) | |
tree | f5c143347161ccd26034b60c8cd88a2d3a2117a1 /mail/fetchmailconf | |
parent | b8922fffe7762cb027820bd7999e2e5ada27cef4 (diff) | |
download | pkgsrc-408fc7a6665c1b66058eebb7d30a26a929471d80.tar.gz |
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.
Diffstat (limited to 'mail/fetchmailconf')
-rw-r--r-- | mail/fetchmailconf/Makefile | 10 |
1 files changed, 4 insertions, 6 deletions
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 |