diff options
author | frueauf <frueauf@pkgsrc.org> | 1999-09-25 11:18:33 +0000 |
---|---|---|
committer | frueauf <frueauf@pkgsrc.org> | 1999-09-25 11:18:33 +0000 |
commit | e5e19d5f1a4a6119c0bbae94cf930b6649351bb9 (patch) | |
tree | 410d24975561e92149ec55930b2efa6c6dc6a0e6 /mail/fetchmail | |
parent | 075265229f4551fa10546af20d04eb680ed3e787 (diff) | |
download | pkgsrc-e5e19d5f1a4a6119c0bbae94cf930b6649351bb9.tar.gz |
Update fetchmail to 5.1.0.
fetchmail-5.1.0 (Wed Sep 22 01:27:42 EDT 1999):
* CRAM-MD5 code now doublequotes usernames with embedded spaces. This will
probably fail (the RFCs don't support quoting) but it's better than nothing
and works with at least one server.
* Federico G. Schwindt's fix for NetBSD/OpenBSD --with-kerberos.
* auth keyword and option changed to preauth.
* Correct the exit value when .fetchmailrc permissions are wrong.
* getmail/gotmail scripts by Thomas Nesges added to contrib.
* Guenther H. Leber's fix for a potential uid.c buffer overflow.
* Todd Sabin's option to force IMAP authentication type; enables working
around some broken servers.
Diffstat (limited to 'mail/fetchmail')
-rw-r--r-- | mail/fetchmail/Makefile | 4 | ||||
-rw-r--r-- | mail/fetchmail/files/md5 | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/mail/fetchmail/Makefile b/mail/fetchmail/Makefile index e9c144b4aba..d6d1fa961d2 100644 --- a/mail/fetchmail/Makefile +++ b/mail/fetchmail/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.54 1999/09/16 16:51:49 frueauf Exp $ +# $NetBSD: Makefile,v 1.55 1999/09/25 11:18:33 frueauf Exp $ # -DISTNAME= fetchmail-5.0.8 +DISTNAME= fetchmail-5.1.0 CATEGORIES= mail MASTER_SITES= ftp://ftp.ccil.org/pub/esr/fetchmail/ \ http://www.tuxedo.org/~esr/fetchmail/ \ diff --git a/mail/fetchmail/files/md5 b/mail/fetchmail/files/md5 index 03824d9a9c5..98b3d5232b0 100644 --- a/mail/fetchmail/files/md5 +++ b/mail/fetchmail/files/md5 @@ -1,3 +1,3 @@ -$NetBSD: md5,v 1.35 1999/09/16 16:51:50 frueauf Exp $ +$NetBSD: md5,v 1.36 1999/09/25 11:18:34 frueauf Exp $ -MD5 (fetchmail-5.0.8.tar.gz) = 32ccaa647e4f04f47ea4f85ed7528215 +MD5 (fetchmail-5.1.0.tar.gz) = e8de130d95bd9a68863d27ac8c5a0fdc |