diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2005-02-14 08:56:34 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2005-02-14 08:56:34 +0000 |
commit | 4fd98615588c92f0cb5819cddbdb9cfa76182b28 (patch) | |
tree | eaf96997ecba6fa218e0a0e2aa2952345cadccc9 /mail/dovecot/Makefile | |
parent | e9d31c6c855e3100053ead9e6e13c991d63d1784 (diff) | |
download | pkgsrc-4fd98615588c92f0cb5819cddbdb9cfa76182b28.tar.gz |
Update to 0.99.14.
Changes:
o Message address fields are now parsed differently, fixing some
issues with spaces. Affects only clients which use FETCH ENVELOPE
command.
o Message MIME parser was somewhat broken with missing MIME boundaries
o mbox: Don't allow X-UID headers in mails to override the UIDs we
would otherwise set. Too large values can break some clients and
cause other trouble.
o passwd-file userdb wasn't working
o PAM crashed with 64bit systems
o non-SSL inetd startup wasn't working
o If UID FETCH notices and skips an expunged message, don't return
a NO reply. It's not needed and only makes clients give error
messages.
Diffstat (limited to 'mail/dovecot/Makefile')
-rw-r--r-- | mail/dovecot/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/dovecot/Makefile b/mail/dovecot/Makefile index 70a297835aa..fa43ed18b2a 100644 --- a/mail/dovecot/Makefile +++ b/mail/dovecot/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.34 2005/01/24 08:00:40 xtraeme Exp $ +# $NetBSD: Makefile,v 1.35 2005/02/14 08:56:34 xtraeme Exp $ -DISTNAME= dovecot-0.99.13 +DISTNAME= dovecot-0.99.14 CATEGORIES= mail MASTER_SITES= http://www.dovecot.org/releases/ |