diff options
author | ghen <ghen> | 2009-03-18 08:47:15 +0000 |
---|---|---|
committer | ghen <ghen> | 2009-03-18 08:47:15 +0000 |
commit | 4bcd3efd590d9e4006d82bb4f64ff95a9b62fe8f (patch) | |
tree | 97a4c61c92e0a7f999c795dacd1d216aa3970f39 /mail/dovecot | |
parent | d9479849d606fa80b04c99b19ebd3eae3d07b2ff (diff) | |
download | pkgsrc-4bcd3efd590d9e4006d82bb4f64ff95a9b62fe8f.tar.gz |
Update to Dovecot 1.1.12. Changes since 1.1.11:
* Added :MAILBOXDIR= to mail_location to specify the root dir for
mailboxes. dbox users should migrate to ":MAILBOXDIR=mailboxes",
because that's going to be the default in v1.2+.
+ Linux: Adding -D parameter to login_executable makes login processes
dump core to login_dir if they crash.
- IMAP: SELECT didn't always return first unseen message in reply
- POP3: pop3_lock_session=yes didn't use mail_privileged_group while
dotlocking.
- mbox: Don't crash if >=8192 bytes long line begins with "From ".
- Maildir: More fixes to handling over 26 keywords.
- Several logging fixes and improvements
- Fixed authentication caching with non-plaintext mechanisms when using
a blocking passdb (e.g. MySQL)
- Fixed DIGEST-MD5 authentication with user@domain style usernames.
Diffstat (limited to 'mail/dovecot')
-rw-r--r-- | mail/dovecot/Makefile | 4 | ||||
-rw-r--r-- | mail/dovecot/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/mail/dovecot/Makefile b/mail/dovecot/Makefile index b1a251ff6a5..e3f042eba7c 100644 --- a/mail/dovecot/Makefile +++ b/mail/dovecot/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.128 2009/02/04 18:36:54 ghen Exp $ +# $NetBSD: Makefile,v 1.129 2009/03/18 08:47:15 ghen Exp $ -DISTNAME= dovecot-1.1.11 +DISTNAME= dovecot-1.1.12 CATEGORIES= mail MASTER_SITES= http://www.dovecot.org/releases/1.1/ diff --git a/mail/dovecot/distinfo b/mail/dovecot/distinfo index 0e1c6430511..b6e98a29067 100644 --- a/mail/dovecot/distinfo +++ b/mail/dovecot/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.93 2009/02/04 18:36:54 ghen Exp $ +$NetBSD: distinfo,v 1.94 2009/03/18 08:47:15 ghen Exp $ -SHA1 (dovecot-1.1.11.tar.gz) = cc7fb44d3a750c656d6c2116b569b5587319d405 -RMD160 (dovecot-1.1.11.tar.gz) = 74d233c7995df89a917d49f2f332efe0fe2b1dd3 -Size (dovecot-1.1.11.tar.gz) = 2362415 bytes +SHA1 (dovecot-1.1.12.tar.gz) = ec44f311b177995e6da8ca2a27ba3860a925d2f5 +RMD160 (dovecot-1.1.12.tar.gz) = 491a2bcfc0031ae568581278c6246c198da4174f +Size (dovecot-1.1.12.tar.gz) = 2368733 bytes SHA1 (patch-aa) = 6258057d49add91f06d4dd51ded72e42f6774354 SHA1 (patch-ab) = 8cdfefa1e8112334f734afc9b68fac1463637c94 SHA1 (patch-ac) = bf4c21c0e08832926944ad43c8678ef505e92dd6 |