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 | |
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')
-rw-r--r-- | mail/dovecot/Makefile | 4 | ||||
-rw-r--r-- | mail/dovecot/distinfo | 6 |
2 files changed, 5 insertions, 5 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/ diff --git a/mail/dovecot/distinfo b/mail/dovecot/distinfo index 6673352a29d..b0878f9bc4d 100644 --- a/mail/dovecot/distinfo +++ b/mail/dovecot/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.16 2005/01/08 19:58:16 schmonz Exp $ +$NetBSD: distinfo,v 1.17 2005/02/14 08:56:35 xtraeme Exp $ -SHA1 (dovecot-0.99.13.tar.gz) = 2f13ca61d492b9672dc64434c3dd3b9c3bb37f30 -Size (dovecot-0.99.13.tar.gz) = 867787 bytes +SHA1 (dovecot-0.99.14.tar.gz) = b93569c3ca8849ced7ab0580e95d83771c4686fa +Size (dovecot-0.99.14.tar.gz) = 871285 bytes SHA1 (patch-aa) = c1079f49bdaa2e6cf648afad2c7bda025e2c1ac8 SHA1 (patch-ab) = 75c8560479dcec3cb7e5c08030303959fcee30ea |