diff options
author | ghen <ghen@pkgsrc.org> | 2012-05-10 13:25:37 +0000 |
---|---|---|
committer | ghen <ghen@pkgsrc.org> | 2012-05-10 13:25:37 +0000 |
commit | d214bf4fcfab4da0d03cb464532b2949d68693ab (patch) | |
tree | 015fbdf939cbc34c2aecd06c1167a4262d2a3315 /mail/dovecot2 | |
parent | 1251a9df9543cb8314fc843694074c3f2c042022 (diff) | |
download | pkgsrc-d214bf4fcfab4da0d03cb464532b2949d68693ab.tar.gz |
Update to Dovecot 2.1.6
* Session ID is now included by default in auth and login process log lines. It
can be added to mail processes also by adding %{session} to mail_log_prefix.
+ Added ssl_require_crl setting, which specifies if CRL check must be successful
when verifying client certificates.
+ Added mail_shared_explicit_inbox setting to specify if a shared INBOX should
be accessible as "shared/$user" or "shared/$user/INBOX".
- v2.1.5: Using "~/" as mail_location or elsewhere failed to actually expand it
to home directory.
- dbox: Fixed potential assert-crash when reading dbox files.
- trash plugin: Fixed behavior when quota is already over limit.
- mail_log plugin: Logging "copy" event didn't work.
- Proxying to backend server with SSL: Verifying server certificate name always
failed, because it was compared to an IP address.
Diffstat (limited to 'mail/dovecot2')
-rw-r--r-- | mail/dovecot2/Makefile | 5 | ||||
-rw-r--r-- | mail/dovecot2/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/mail/dovecot2/Makefile b/mail/dovecot2/Makefile index 03f83d0d51e..a89f6425ef9 100644 --- a/mail/dovecot2/Makefile +++ b/mail/dovecot2/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.23 2012/04/27 12:31:52 obache Exp $ +# $NetBSD: Makefile,v 1.24 2012/05/10 13:25:37 ghen Exp $ -DISTNAME= dovecot-2.1.5 -PKGREVISION= 1 +DISTNAME= dovecot-2.1.6 CATEGORIES= mail MASTER_SITES= http://www.dovecot.org/releases/2.1/ diff --git a/mail/dovecot2/distinfo b/mail/dovecot2/distinfo index 0ea9a3ebc22..e1ab1b3029e 100644 --- a/mail/dovecot2/distinfo +++ b/mail/dovecot2/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.20 2012/04/23 17:43:15 ghen Exp $ +$NetBSD: distinfo,v 1.21 2012/05/10 13:25:38 ghen Exp $ -SHA1 (dovecot-2.1.5.tar.gz) = dc853dd6a15ffbc72ae04d24e1e78f255e1a80b2 -RMD160 (dovecot-2.1.5.tar.gz) = ae79cdacffc115fc7a5aaa9d175cb82f0a77492a -Size (dovecot-2.1.5.tar.gz) = 3759605 bytes +SHA1 (dovecot-2.1.6.tar.gz) = 88bde8a8110646ef1a5b594337a21964e5b35850 +RMD160 (dovecot-2.1.6.tar.gz) = 807ddcc41402b0ea6c8bfd33ec8df9ed1ff75d95 +Size (dovecot-2.1.6.tar.gz) = 3773967 bytes SHA1 (patch-aa) = 882f0c9fcf3acdfd2feaf7919309f770324f9843 SHA1 (patch-ab) = 218948585c96492a832ea903f31a6f9ad9fc69f0 SHA1 (patch-ac) = dc5db4870b14bf2424f0c957f5cf7f1a289fefe6 |