diff options
author | ghen <ghen@pkgsrc.org> | 2006-02-08 13:43:49 +0000 |
---|---|---|
committer | ghen <ghen@pkgsrc.org> | 2006-02-08 13:43:49 +0000 |
commit | b5779743f0a6d01b74faed7174f3e76d9bb5beba (patch) | |
tree | 80750c051e05cff43b7be762cd98b563075cf3a8 /mail/dovecot/distinfo | |
parent | 7133f1e3f8d3336e5172ebc071aa6d001236b923 (diff) | |
download | pkgsrc-b5779743f0a6d01b74faed7174f3e76d9bb5beba.tar.gz |
Update Dovecot to 1.0beta3. Changes include:
* Dotlock code changed to timeout faster in some situations when
the lock file is old.
+ Added support for loading SQL drivers dynamically (see INSTALL file for how
to build them)
+ Keywords are stored to dboxes, and other dbox improvements.
+ dict-sql could actually work now, making quota-in-sql-database possibly
working now (not fully tested)
+ Added mail storage conversion plugin to convert automatically from one
mailbox format to another while user logs in. Doesn't preserve UIDVALIDITY/
UIDs though.
+ Added plugin { .. } section to dovecot.conf for passing parameters to
plugins (see dovecot-example.conf).
+ Added ssl-build-param binary which is used to generate ssl-parameters.dat.
Main dovecot binary doesn't anymore link to SSL libraries, and this also
makes the process title be clearer about why the process is eating all the
CPU.
- Fix building without OpenSSL
- Fixed memory leak in MySQL driver
- Fixes to checkpassword
- Broken Content-Length header could have broken mbox opening
- Fixed potential hangs after APPEND command
- Fixed potential crashes in dovecot-auth and imap/pop3-login
- zlib plugin now links with -lz so it could actually work
- kqueue fixes by Vaclav Haisman
Also, change the package's name to 1.0beta3 (from 1.0b2), since "beta" is what
pkgsrc recognizes according to pkg_info(1). (sorry tv, I thought it was "b".)
Diffstat (limited to 'mail/dovecot/distinfo')
-rw-r--r-- | mail/dovecot/distinfo | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/mail/dovecot/distinfo b/mail/dovecot/distinfo index 07fe44614d8..4e1d63ba1b5 100644 --- a/mail/dovecot/distinfo +++ b/mail/dovecot/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.20 2006/02/06 17:28:09 ghen Exp $ +$NetBSD: distinfo,v 1.21 2006/02/08 13:43:49 ghen Exp $ -SHA1 (dovecot-1.0.beta2.tar.gz) = cf25468db5eb171cdf020c39296ae4a688417873 -RMD160 (dovecot-1.0.beta2.tar.gz) = 446072d3aef6288b18392b7002bbe3eaf124fa99 -Size (dovecot-1.0.beta2.tar.gz) = 1340629 bytes +SHA1 (dovecot-1.0.beta3.tar.gz) = a5d1fc471c88b96e0ef9d7296b25450a1d7a1419 +RMD160 (dovecot-1.0.beta3.tar.gz) = 180e694ee78b73e69995096e1598cca427f6c87d +Size (dovecot-1.0.beta3.tar.gz) = 1360574 bytes SHA1 (patch-aa) = be37d7ed741930e683028e6ea626aa1d312a328e SHA1 (patch-ab) = 4fc3888eb96692e82364295e3aae75f48a042982 |