pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mail/dovecot Update Dovecot to 1.0beta3. Changes incl...
details: https://anonhg.NetBSD.org/pkgsrc/rev/9653426cbea8
branches: trunk
changeset: 507787:9653426cbea8
user: ghen <ghen%pkgsrc.org@localhost>
date: Wed Feb 08 13:43:49 2006 +0000
description:
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:
mail/dovecot/Makefile | 7 +++----
mail/dovecot/PLIST | 8 +++++++-
mail/dovecot/distinfo | 8 ++++----
3 files changed, 14 insertions(+), 9 deletions(-)
diffs (67 lines):
diff -r 5660d32529e9 -r 9653426cbea8 mail/dovecot/Makefile
--- a/mail/dovecot/Makefile Wed Feb 08 12:19:38 2006 +0000
+++ b/mail/dovecot/Makefile Wed Feb 08 13:43:49 2006 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.44 2006/02/06 17:28:09 ghen Exp $
+# $NetBSD: Makefile,v 1.45 2006/02/08 13:43:49 ghen Exp $
-DISTNAME= dovecot-1.0.beta2
-PKGNAME= ${DISTNAME:S/.beta/b/}
-PKGREVISION= 1
+DISTNAME= dovecot-1.0.beta3
+PKGNAME= ${DISTNAME:S/.beta/beta/}
CATEGORIES= mail
MASTER_SITES= http://www.dovecot.org/releases/
diff -r 5660d32529e9 -r 9653426cbea8 mail/dovecot/PLIST
--- a/mail/dovecot/PLIST Wed Feb 08 12:19:38 2006 +0000
+++ b/mail/dovecot/PLIST Wed Feb 08 13:43:49 2006 +0000
@@ -1,12 +1,16 @@
-@comment $NetBSD: PLIST,v 1.7 2006/02/06 15:54:37 ghen Exp $
+@comment $NetBSD: PLIST,v 1.8 2006/02/08 13:43:49 ghen Exp $
+lib/dovecot/imap/lib01_convert_plugin.so
lib/dovecot/imap/lib01_quota_plugin.so
lib/dovecot/imap/lib01_zlib_plugin.la
lib/dovecot/imap/lib02_imap_quota_plugin.la
lib/dovecot/imap/lib02_trash_plugin.so
+lib/dovecot/lda/lib01_convert_plugin.so
lib/dovecot/lda/lib01_quota_plugin.so
lib/dovecot/lda/lib02_trash_plugin.so
+lib/dovecot/lib01_convert_plugin.la
lib/dovecot/lib01_quota_plugin.la
lib/dovecot/lib02_trash_plugin.la
+lib/dovecot/pop3/lib01_convert_plugin.so
libexec/dovecot/checkpassword-reply
libexec/dovecot/dict
libexec/dovecot/dovecot-auth
@@ -16,6 +20,7 @@
libexec/dovecot/pop3
libexec/dovecot/pop3-login
libexec/dovecot/rawlog
+libexec/dovecot/ssl-build-param
sbin/dovecot
sbin/dovecotpw
share/doc/dovecot/USE-WIKI-INSTEAD
@@ -38,6 +43,7 @@
@dirrm share/examples/dovecot
@dirrm share/doc/dovecot
@dirrm libexec/dovecot
+@dirrm lib/dovecot/pop3
@dirrm lib/dovecot/lda
@dirrm lib/dovecot/imap
@dirrm lib/dovecot
diff -r 5660d32529e9 -r 9653426cbea8 mail/dovecot/distinfo
--- a/mail/dovecot/distinfo Wed Feb 08 12:19:38 2006 +0000
+++ b/mail/dovecot/distinfo Wed Feb 08 13:43:49 2006 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index