diff options
author | ghen <ghen> | 2007-02-23 09:11:43 +0000 |
---|---|---|
committer | ghen <ghen> | 2007-02-23 09:11:43 +0000 |
commit | b671a5ee4cbd54cd2c135e85e8450847298a9ade (patch) | |
tree | ef7f70db70d11592641b5c6af6599b61bb4581cf /mail | |
parent | 17eb08d10269d41c4b908cd779f2dac1b11decc8 (diff) | |
download | pkgsrc-b671a5ee4cbd54cd2c135e85e8450847298a9ade.tar.gz |
Update to dovecot-1.0rc24.
* Dovecot now fails to load plugins that were compiled for different
Dovecot version, unless version_ignore=yes is set. This needs to be
explicitly set in plugins, so out-of-tree plugins won't have this
check by default.
- pop3_lock_session=yes could cause deadlocks, and with maildir the
uidlist lock could have been overridden after 2 minutes causing
problems
- PAM wasted CPU by calling a timeout function 1000x too often
- Trash plugin was more or less broken with multiple namespaces and
with multiple trash mailboxes
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 241c0795f89..13975b734fb 100644 --- a/mail/dovecot/Makefile +++ b/mail/dovecot/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.85 2007/02/21 09:53:05 ghen Exp $ +# $NetBSD: Makefile,v 1.86 2007/02/23 09:11:43 ghen Exp $ -DISTNAME= dovecot-1.0.rc23 +DISTNAME= dovecot-1.0.rc24 PKGNAME= ${DISTNAME:S/.rc/rc/} CATEGORIES= mail MASTER_SITES= http://www.dovecot.org/releases/ diff --git a/mail/dovecot/distinfo b/mail/dovecot/distinfo index df73c576763..c38dedae0bc 100644 --- a/mail/dovecot/distinfo +++ b/mail/dovecot/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.57 2007/02/21 09:53:05 ghen Exp $ +$NetBSD: distinfo,v 1.58 2007/02/23 09:11:43 ghen Exp $ -SHA1 (dovecot-1.0.rc23.tar.gz) = 206a275cc109ab5528cfe3761409b539e762b7e4 -RMD160 (dovecot-1.0.rc23.tar.gz) = 67c8622f957698bd017828c54bd59341c4a30cc9 -Size (dovecot-1.0.rc23.tar.gz) = 1496678 bytes +SHA1 (dovecot-1.0.rc24.tar.gz) = 0ecf6357d5d9a602501200eacb3e54dadf8a9793 +RMD160 (dovecot-1.0.rc24.tar.gz) = 4496e98216cbadd9352da4f898bdf656dfdb047e +Size (dovecot-1.0.rc24.tar.gz) = 1498585 bytes SHA1 (patch-aa) = 6258057d49add91f06d4dd51ded72e42f6774354 SHA1 (patch-ab) = d67be516e7b5071550b6e762841b235dda1fa324 SHA1 (patch-ag) = bd180441a0983ceccc898024370a3bdefdc11b1f |