diff options
author | ghen <ghen@pkgsrc.org> | 2009-07-13 08:00:10 +0000 |
---|---|---|
committer | ghen <ghen@pkgsrc.org> | 2009-07-13 08:00:10 +0000 |
commit | 980d021f104f73f86c1ff8e109f2b13aa18455f9 (patch) | |
tree | 4f18b667e25455f5de1e68005da3744ba04f4879 /mail | |
parent | 3979187d3e736e7a2147e2bd1cd3c7b3a728a0e1 (diff) | |
download | pkgsrc-980d021f104f73f86c1ff8e109f2b13aa18455f9.tar.gz |
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 (limited to 'mail')
-rw-r--r-- | mail/dovecot/Makefile | 5 | ||||
-rw-r--r-- | mail/dovecot/distinfo | 9 | ||||
-rw-r--r-- | mail/dovecot/patches/patch-ai | 13 |
3 files changed, 6 insertions, 21 deletions
diff --git a/mail/dovecot/Makefile b/mail/dovecot/Makefile index c76b21da29e..57d2ed93ede 100644 --- a/mail/dovecot/Makefile +++ b/mail/dovecot/Makefile @@ -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 --git a/mail/dovecot/distinfo b/mail/dovecot/distinfo index 35ad4f4f638..01d1c71d537 100644 --- a/mail/dovecot/distinfo +++ b/mail/dovecot/distinfo @@ -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 --git a/mail/dovecot/patches/patch-ai b/mail/dovecot/patches/patch-ai deleted file mode 100644 index e3b0d1b28bd..00000000000 --- a/mail/dovecot/patches/patch-ai +++ /dev/null @@ -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); |