pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mail/dovecot Update to Dovecot 1.1.17. manu's patch-a...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b3377a9a7dac
branches:  trunk
changeset: 395791:b3377a9a7dac
user:      ghen <ghen%pkgsrc.org@localhost>
date:      Mon Jul 13 08:00:10 2009 +0000

description:
Update to Dovecot 1.1.17.  manu's patch-ai has been included upstream.

- IMAP: Don't crash if IDLE command is pipelined after a long-running
  UID FETCH or UID SEARCH.
- IMAP: Some FETCH command parameters were broken with in some OSes.
- mbox: New mailboxes were created with UIDVALIDITY 1.
- mbox: Don't write garbage to mbox if message doesn't have a body.
- Maildir: Fixed using in-memory indexes when some required directory
  was missing.
- auth: Don't assert-crash if trying to log in as master user but
  with empty login username.
- Transaction log dotlocking ignored mail_nfs_index and
  dotlock_use_excl settings.
- convert plugin / convert-tool: Fixed changing hierarchy separators
  in mailbox names when alt_hierarchy_char isn't set.
- Several fixes to expire plugin / expire-tool
- zlib: Give better error messages on failures.

diffstat:

 mail/dovecot/Makefile         |   5 ++---
 mail/dovecot/distinfo         |   9 ++++-----
 mail/dovecot/patches/patch-ai |  13 -------------
 3 files changed, 6 insertions(+), 21 deletions(-)

diffs (49 lines):

diff -r 90ac36954b43 -r b3377a9a7dac mail/dovecot/Makefile
--- a/mail/dovecot/Makefile     Mon Jul 13 07:07:26 2009 +0000
+++ b/mail/dovecot/Makefile     Mon Jul 13 08:00:10 2009 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.135 2009/06/25 09:54:14 manu Exp $
+# $NetBSD: Makefile,v 1.136 2009/07/13 08:00:10 ghen Exp $
 
-DISTNAME=              dovecot-1.1.16
-PKGREVISION=           1
+DISTNAME=              dovecot-1.1.17
 CATEGORIES=            mail
 MASTER_SITES=          http://www.dovecot.org/releases/1.1/
 
diff -r 90ac36954b43 -r b3377a9a7dac mail/dovecot/distinfo
--- a/mail/dovecot/distinfo     Mon Jul 13 07:07:26 2009 +0000
+++ b/mail/dovecot/distinfo     Mon Jul 13 08:00:10 2009 +0000
@@ -1,11 +1,10 @@
-$NetBSD: distinfo,v 1.100 2009/06/25 09:54:14 manu Exp $
+$NetBSD: distinfo,v 1.101 2009/07/13 08:00:10 ghen Exp $
 
-SHA1 (dovecot-1.1.16.tar.gz) = 3aa7f386559f244b3a9addad27c4845c554e545b
-RMD160 (dovecot-1.1.16.tar.gz) = 53122e86f217e33f24b52559fece5ace35689eb4
-Size (dovecot-1.1.16.tar.gz) = 2383947 bytes
+SHA1 (dovecot-1.1.17.tar.gz) = 40e254684bffc833d896e4d739dba68f08fb20f5
+RMD160 (dovecot-1.1.17.tar.gz) = 19c482513b634569cc8f6d7f9b568753c9255b8f
+Size (dovecot-1.1.17.tar.gz) = 2386494 bytes
 SHA1 (patch-aa) = 00ed62ab4d7db505cc323b0c94352ddcd91ba6a1
 SHA1 (patch-ab) = 2531c84a2ae34e74bb55fa33ccb0aabbbc263de0
 SHA1 (patch-ac) = 4baa1d5160618f1e23eb8b401daca0afa7dfe9ea
 SHA1 (patch-ag) = c9989f71bdfd9ae22883450b85fc55a215594df1
 SHA1 (patch-ah) = b6b278e04538fc3408d7c176d22c1ec7b83c9875
-SHA1 (patch-ai) = 7d4c3d21e025e2fe04499d705e1646eb757379c5
diff -r 90ac36954b43 -r b3377a9a7dac mail/dovecot/patches/patch-ai
--- a/mail/dovecot/patches/patch-ai     Mon Jul 13 07:07:26 2009 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,13 +0,0 @@
-$NetBSD: patch-ai,v 1.3 2009/06/25 09:54:14 manu Exp $
---- src/auth/auth-worker-client.h.orig 2009-06-23 18:32:15.000000000 +0200
-+++ src/auth/auth-worker-client.h      2009-06-23 18:32:33.000000000 +0200
-@@ -1,8 +1,8 @@
- #ifndef AUTH_WORKER_CLIENT_H
- #define AUTH_WORKER_CLIENT_H
- 
--#define AUTH_WORKER_MAX_LINE_LENGTH 1024
-+#define AUTH_WORKER_MAX_LINE_LENGTH 8192
- 
- struct auth_worker_client *auth_worker_client_create(struct auth *auth, int fd);
- void auth_worker_client_destroy(struct auth_worker_client **client);
- void auth_worker_client_unref(struct auth_worker_client **client);



Home | Main Index | Thread Index | Old Index