diff options
author | wiz <wiz@pkgsrc.org> | 2003-03-22 05:18:42 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2003-03-22 05:18:42 +0000 |
commit | 7e881f58e4913df92a99bf76fdb4193fb4921e56 (patch) | |
tree | e316e581af2266e629f1fec23ead33e0cdbbeece /mail/fetchmailconf/Makefile | |
parent | 2a0738b33d87838fb7d1c2699eecf7c81f3bff44 (diff) | |
download | pkgsrc-7e881f58e4913df92a99bf76fdb4193fb4921e56.tar.gz |
Update to 6.2.2, from Quentin Garnier in PR 20790.
Changes since last version:
* Sunil Shetye's patch to improve behavior in empty messages.
* Conform to RFC2595; reissue capability probes after successful
STARTTLS negotiation.
* Sunil's patch to make handling of failed STARTTLS more graceful.
* Sunil's JF2 fix patch for .fetchmailrc security fix.
* Christophe GIAUME <christophe@giaume.com> finished the implementation
of RFC2177 IDLE.
* Jason Tishler's fix patch for Cygwin.
* Support ssh-style authentication in POP3
* Fix for Debian bug #108977, clean up config file evaluation,
by Benjamin Drieu.
Diffstat (limited to 'mail/fetchmailconf/Makefile')
-rw-r--r-- | mail/fetchmailconf/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/fetchmailconf/Makefile b/mail/fetchmailconf/Makefile index 2194a06a458..7ee0f26141c 100644 --- a/mail/fetchmailconf/Makefile +++ b/mail/fetchmailconf/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.46 2003/02/21 11:22:04 mycroft Exp $ +# $NetBSD: Makefile,v 1.47 2003/03/22 05:18:42 wiz Exp $ -DISTNAME= fetchmail-6.2.1 +DISTNAME= fetchmail-6.2.2 PKGNAME= ${DISTNAME:S/fetchmail/fetchmailconf/} CATEGORIES= mail MASTER_SITES= ftp://ftp.ccil.org/pub/esr/fetchmail/ \ |