diff options
author | ghen <ghen@pkgsrc.org> | 2008-03-04 07:52:46 +0000 |
---|---|---|
committer | ghen <ghen@pkgsrc.org> | 2008-03-04 07:52:46 +0000 |
commit | ef25d8cfa2ffb6b57bfb7707466666218fcf9679 (patch) | |
tree | 58410a1b1a9e5296deb9fcbaf5d9b49f0e0636d5 | |
parent | 0c6a3253fe7d652e4d744555cc7352fffd4d103a (diff) | |
download | pkgsrc-ef25d8cfa2ffb6b57bfb7707466666218fcf9679.tar.gz |
Update to Dovecot 1.0.11.
* mail_extra_groups setting was commonly used insecurely. This setting
is now deprecated. Most users should switch to using
mail_privileged_group setting, but if you really need the old
functionality use mail_access_groups instead.
- mbox: Dropped some of the physical size fetch optimizations added
in v1.0.8. This makes some commands slower, but should fix the rest
of the problems.
- IMAP: SEARCH BEFORE/ON/SINCE didn't handle timezones correctly.
- ldap: auth_bind was doing lookups using subtree scope instead of
the scope specified in config file.
- zlib plugin crashfixes by Richard Platel
- master passdbs: pass=yes setting was broken with blocking passdbs
(e.g. MySQL)
-rw-r--r-- | mail/dovecot/Makefile | 5 | ||||
-rw-r--r-- | mail/dovecot/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/mail/dovecot/Makefile b/mail/dovecot/Makefile index 67f269e7dbd..e28e55191e4 100644 --- a/mail/dovecot/Makefile +++ b/mail/dovecot/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.112 2008/01/18 05:08:22 tnn Exp $ +# $NetBSD: Makefile,v 1.113 2008/03/04 07:52:46 ghen Exp $ -DISTNAME= dovecot-1.0.10 -PKGREVISION= 1 +DISTNAME= dovecot-1.0.11 CATEGORIES= mail MASTER_SITES= http://www.dovecot.org/releases/1.0/ diff --git a/mail/dovecot/distinfo b/mail/dovecot/distinfo index 8a991df3e6c..42f5dc33d89 100644 --- a/mail/dovecot/distinfo +++ b/mail/dovecot/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.77 2008/01/01 20:47:57 ghen Exp $ +$NetBSD: distinfo,v 1.78 2008/03/04 07:52:46 ghen Exp $ -SHA1 (dovecot-1.0.10.tar.gz) = 7693b5be369e1b3f9ce13ebc29c3cb2ca814087e -RMD160 (dovecot-1.0.10.tar.gz) = 6d5120e7173f399590da5d3f5eee3752125faa33 -Size (dovecot-1.0.10.tar.gz) = 1797790 bytes +SHA1 (dovecot-1.0.11.tar.gz) = 03353bbcc0452cbacb16ee7c6bb5cb9612750d58 +RMD160 (dovecot-1.0.11.tar.gz) = 93a519ceb830c9f93dffafff2a73aa2e7f323217 +Size (dovecot-1.0.11.tar.gz) = 1772588 bytes SHA1 (patch-aa) = 6258057d49add91f06d4dd51ded72e42f6774354 SHA1 (patch-ab) = 5d45a1617dd5ee7ce07fe89b526a6fb273057bb5 SHA1 (patch-ac) = 377da4719b5dca91a0b2fa7b3e11170cd2ea8d59 |