diff options
author | ghen <ghen> | 2008-09-03 15:04:34 +0000 |
---|---|---|
committer | ghen <ghen> | 2008-09-03 15:04:34 +0000 |
commit | 0e9224649c3fca20e0a4cc1fe25bcf2ae49bf2bb (patch) | |
tree | a07dbce0843354a7f30ebacfc32e6c6cab4e5891 /mail | |
parent | 16f6f9f4630b96383a3ccad280d5acd7fc9515e0 (diff) | |
download | pkgsrc-0e9224649c3fca20e0a4cc1fe25bcf2ae49bf2bb.tar.gz |
Update to Dovecot 1.1.3. From the release announcement mail:
This fixes several mbox problems previous v1.1 releases have had.
* mail_max_userip_connections limit no longer applies to master user logins.
+ login_log_format_elements: Added %k to show SSL protocol/cipher information.
Not included by default.
+ imap/pop3-proxy: If auth_verbose=yes, log proxy login failures.
+ deliver: Added -s parameter to autosubscribe to autocreated mailboxes.
- message parser fixes - hopefully fixes an infinite looping problem
- SORT: One more assert-crashfix when renumbering index sort IDs.
- mbox: Saving may have truncated the mail being saved
- mbox: Several other bugfixes
- mail_full_filesystem_access=yes was broken when listing mailboxes (it still
is with maildir++ layout).
- maildirlock utility was somewhat broken
- zlib plugin: bzip2 support was somewhat broken
- NFS: Make sure writing to files via output streams don't assert-crash when
write() returns only partial success.
Diffstat (limited to 'mail')
-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 8385775bb6a..076c4d0dfd0 100644 --- a/mail/dovecot/Makefile +++ b/mail/dovecot/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.119 2008/07/24 07:38:51 ghen Exp $ +# $NetBSD: Makefile,v 1.120 2008/09/03 15:04:34 ghen Exp $ -DISTNAME= dovecot-1.1.2 +DISTNAME= dovecot-1.1.3 CATEGORIES= mail MASTER_SITES= http://www.dovecot.org/releases/1.1/ diff --git a/mail/dovecot/distinfo b/mail/dovecot/distinfo index e974b2aed09..57c30e04673 100644 --- a/mail/dovecot/distinfo +++ b/mail/dovecot/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.84 2008/07/24 07:38:51 ghen Exp $ +$NetBSD: distinfo,v 1.85 2008/09/03 15:04:34 ghen Exp $ -SHA1 (dovecot-1.1.2.tar.gz) = 7363e86a87369a3464637d8d097e22e2b40df3d1 -RMD160 (dovecot-1.1.2.tar.gz) = 50c8e0a18994332a91c2fe7fc512db858e5f6e76 -Size (dovecot-1.1.2.tar.gz) = 2300564 bytes +SHA1 (dovecot-1.1.3.tar.gz) = a46a4bdb3d6fb86d74458c1e375cf71ff4503189 +RMD160 (dovecot-1.1.3.tar.gz) = ef759b01c0e80a3d6d9234189c97d478e9785c10 +Size (dovecot-1.1.3.tar.gz) = 2306933 bytes SHA1 (patch-aa) = 6258057d49add91f06d4dd51ded72e42f6774354 SHA1 (patch-ab) = e298616fa4b88da4f0748b025deeedd36b5a49dd SHA1 (patch-ac) = 6fe2f73109ff611040b816d14cd587212c319f32 |