diff options
author | adam <adam@pkgsrc.org> | 2012-01-08 09:43:47 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2012-01-08 09:43:47 +0000 |
commit | fe708c57e096769292d0eff7075e76a70578b3a5 (patch) | |
tree | 6f5ff9f2fd7684dd39da00f94eecfa7f1f859f9d /mail | |
parent | a4f95453cdfaf97fad02d5591f89d9dff3d910b2 (diff) | |
download | pkgsrc-fe708c57e096769292d0eff7075e76a70578b3a5.tar.gz |
Changes 2.0.17:
* Proxying now supports sending SSL client certificate to server with
ssl_client_cert/key settings.
* doveadm dump: Added support for dumping dbox headers/metadata.
* Fixed memory leaks in login processes with SSL connections
* vpopmail support was broken in v2.0.16
Diffstat (limited to 'mail')
-rw-r--r-- | mail/dovecot2/Makefile | 4 | ||||
-rw-r--r-- | mail/dovecot2/PLIST | 5 | ||||
-rw-r--r-- | mail/dovecot2/distinfo | 8 |
3 files changed, 10 insertions, 7 deletions
diff --git a/mail/dovecot2/Makefile b/mail/dovecot2/Makefile index 2fb89f2d9bb..3598d41bcb5 100644 --- a/mail/dovecot2/Makefile +++ b/mail/dovecot2/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.16 2011/11/17 08:10:01 ghen Exp $ +# $NetBSD: Makefile,v 1.17 2012/01/08 09:43:47 adam Exp $ -DISTNAME= dovecot-2.0.16 +DISTNAME= dovecot-2.0.17 CATEGORIES= mail MASTER_SITES= http://www.dovecot.org/releases/2.0/ diff --git a/mail/dovecot2/PLIST b/mail/dovecot2/PLIST index a9320e0e77c..54e140bfdb5 100644 --- a/mail/dovecot2/PLIST +++ b/mail/dovecot2/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.9 2011/11/17 08:10:01 ghen Exp $ +@comment $NetBSD: PLIST,v 1.10 2012/01/08 09:43:47 adam Exp $ bin/doveadm bin/doveconf bin/dsync @@ -444,6 +444,7 @@ share/doc/dovecot/wiki/Debugging.Rawlog.txt share/doc/dovecot/wiki/Debugging.Thunderbird.txt share/doc/dovecot/wiki/Design.Arrays.txt share/doc/dovecot/wiki/Design.AuthProcess.txt +share/doc/dovecot/wiki/Design.AuthProtocol.txt share/doc/dovecot/wiki/Design.Buffers.txt share/doc/dovecot/wiki/Design.Dsync.txt share/doc/dovecot/wiki/Design.Indexes.Cache.txt @@ -478,6 +479,7 @@ share/doc/dovecot/wiki/Errors.ChgrpNoPerm.txt share/doc/dovecot/wiki/FindMailLocation.txt share/doc/dovecot/wiki/FinishBasicConfiguration.txt share/doc/dovecot/wiki/HowTo.EximAndDovecotSASL.txt +share/doc/dovecot/wiki/HowTo.ImapcProxy.txt share/doc/dovecot/wiki/HowTo.PopBSMTPAndDovecot.txt share/doc/dovecot/wiki/HowTo.PopRelay.txt share/doc/dovecot/wiki/HowTo.PostfixAndDovecotSASL.txt @@ -590,6 +592,7 @@ share/doc/dovecot/wiki/SSL.DovecotConfiguration.txt share/doc/dovecot/wiki/SSL.txt share/doc/dovecot/wiki/Sasl.txt share/doc/dovecot/wiki/SecurityTuning.txt +share/doc/dovecot/wiki/Services.txt share/doc/dovecot/wiki/SharedMailboxes.Permissions.txt share/doc/dovecot/wiki/SharedMailboxes.Public.txt share/doc/dovecot/wiki/SharedMailboxes.Shared.txt diff --git a/mail/dovecot2/distinfo b/mail/dovecot2/distinfo index 5b030db7410..405f93dc91a 100644 --- a/mail/dovecot2/distinfo +++ b/mail/dovecot2/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.13 2011/11/17 08:10:01 ghen Exp $ +$NetBSD: distinfo,v 1.14 2012/01/08 09:43:47 adam Exp $ -SHA1 (dovecot-2.0.16.tar.gz) = 0df6e84233339ee308deaecd8f1a7ffddcaeca16 -RMD160 (dovecot-2.0.16.tar.gz) = dfe0cf2bbd211a07bb492c2f0d944a6a9f1c5f79 -Size (dovecot-2.0.16.tar.gz) = 3317662 bytes +SHA1 (dovecot-2.0.17.tar.gz) = 4c12f1a074c52b17cb64fcc73c41f0a2820a88fe +RMD160 (dovecot-2.0.17.tar.gz) = 108399bdaf0e03e013b78b79e39c5c8a5dd2f62d +Size (dovecot-2.0.17.tar.gz) = 3329794 bytes SHA1 (patch-aa) = 882f0c9fcf3acdfd2feaf7919309f770324f9843 SHA1 (patch-ab) = 218948585c96492a832ea903f31a6f9ad9fc69f0 SHA1 (patch-ac) = dc5db4870b14bf2424f0c957f5cf7f1a289fefe6 |