diff options
author | frueauf <frueauf@pkgsrc.org> | 2002-11-06 18:39:54 +0000 |
---|---|---|
committer | frueauf <frueauf@pkgsrc.org> | 2002-11-06 18:39:54 +0000 |
commit | 38c0fb631ca28bf5e8be40fa4fcc4232916284a3 (patch) | |
tree | 16d29dae41b3c979ec3cc8f4bc667c7e795a40bf /mail/fetchmail/Makefile | |
parent | e72a0e09ed08982b49a0a849f57ce05b3c47fb91 (diff) | |
download | pkgsrc-38c0fb631ca28bf5e8be40fa4fcc4232916284a3.tar.gz |
Update fetchmail{conf} to 6.1.2.
changes since 6.1.0:
fetchmail-6.1.2 (Thu Oct 31 11:41:02 EST 2002), 22135 lines:
* Jan Klaverstijn's verbosity-lowering patch.
* Updated Turkish, German, Catalan, and Danish translation files.
* Fix processing of POP3 messages with missing bodies.
* Minor fixes by Sunil Shetye: fix generation of auth fail note, handle
unexpected SIGALRM, plug memory leak, handle lines beginning with '\0',
try to bulletproof error handling against read failures.
fetchmail-6.1.1 (Fri Oct 18 14:53:51 EDT 2002), 22087 lines:
* OTP fix patches from Stanislav Brabec <utx@penguin.cz>
* fix patch for writing antispam capability correctly in conf.c.
* Fix patches for Debian bugs #162571, #156592.
* Correction to manpage re -b and qmail.
* Patch to disable use of STLS if auth passwd is specified.
* Fix specfile generation to handle SSL correctly.
* New Danish, Turkish, and Catalan translation files.
* Improved ODMR debug messages.
* IMAP efficiency hack; don't fetch sizes unless needed.
* Detect and rewrite invalid return paths beginning with @.
* Fix for subtle freeing bug that suppressed information in some bounce msgs.
* Newline fix patches for internationalization files.
* Fix reversed test guarding authentication-failure warnings.
* Fix POP3 breakage starting at 5.9.14.
Diffstat (limited to 'mail/fetchmail/Makefile')
-rw-r--r-- | mail/fetchmail/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/fetchmail/Makefile b/mail/fetchmail/Makefile index 269c76333ed..d7da14d8d0e 100644 --- a/mail/fetchmail/Makefile +++ b/mail/fetchmail/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.120 2002/10/17 00:43:54 itojun Exp $ +# $NetBSD: Makefile,v 1.121 2002/11/06 18:39:54 frueauf Exp $ -DISTNAME= fetchmail-6.1.0 +DISTNAME= fetchmail-6.1.2 CATEGORIES= mail MASTER_SITES= ftp://ftp.ccil.org/pub/esr/fetchmail/ \ http://www.tuxedo.org/~esr/fetchmail/ \ |