head 1.4; access; symbols pkgsrc-2013Q2:1.4.0.10 pkgsrc-2013Q2-base:1.4 pkgsrc-2012Q4:1.4.0.8 pkgsrc-2012Q4-base:1.4 pkgsrc-2011Q4:1.4.0.6 pkgsrc-2011Q4-base:1.4 pkgsrc-2011Q2:1.4.0.4 pkgsrc-2011Q2-base:1.4 pkgsrc-2009Q4:1.4.0.2 pkgsrc-2009Q4-base:1.4 pkgsrc-2009Q2:1.3.0.2 pkgsrc-2009Q2-base:1.3 pkgsrc-2008Q4:1.2.0.22 pkgsrc-2008Q4-base:1.2 pkgsrc-2008Q3:1.2.0.20 pkgsrc-2008Q3-base:1.2 cube-native-xorg:1.2.0.18 cube-native-xorg-base:1.2 pkgsrc-2008Q2:1.2.0.16 pkgsrc-2008Q2-base:1.2 pkgsrc-2008Q1:1.2.0.14 pkgsrc-2008Q1-base:1.2 pkgsrc-2007Q4:1.2.0.12 pkgsrc-2007Q4-base:1.2 pkgsrc-2007Q3:1.2.0.10 pkgsrc-2007Q3-base:1.2 pkgsrc-2007Q2:1.2.0.8 pkgsrc-2007Q2-base:1.2 pkgsrc-2007Q1:1.2.0.6 pkgsrc-2007Q1-base:1.2 pkgsrc-2006Q4:1.2.0.4 pkgsrc-2006Q4-base:1.2 pkgsrc-2006Q3:1.2.0.2 pkgsrc-2006Q3-base:1.2; locks; strict; comment @# @; 1.4 date 2009.07.13.08.00.11; author ghen; state dead; branches; next 1.3; 1.3 date 2009.06.25.09.54.14; author manu; state Exp; branches 1.3.2.1; next 1.2; 1.2 date 2006.08.03.05.33.50; author ghen; state dead; branches; next 1.1; 1.1 date 2006.08.02.21.16.43; author ghen; state Exp; branches; next ; 1.3.2.1 date 2009.09.16.10.48.30; author tron; state dead; branches; next ; desc @@ 1.4 log @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. @ text @$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); @ 1.3 log @Enlarge the buffer for communication between auth worker client and server. This allows exotic authentications that use a large data payload to work. This patch has been committed upstream. @ text @d1 1 a1 1 $NetBSD$ @ 1.3.2.1 log @Pullup ticket #2895 - requested by ghen dovecot: security update Requested revisions: - mail/dovecot/Makefile 1.136,1.138-1.139 - mail/dovecot/distinfo 1.101-1.103 - mail/dovecot/patches/patch-ai delete --- odule Name: pkgsrc Committed By: ghen Date: Mon Jul 13 08:00:11 UTC 2009 Modified Files: pkgsrc/mail/dovecot: Makefile distinfo Removed Files: pkgsrc/mail/dovecot/patches: patch-ai Log Message: 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. --- Module Name: pkgsrc Committed By: ghen Date: Tue Aug 11 11:33:58 UTC 2009 Modified Files: pkgsrc/mail/dovecot: Makefile distinfo Log Message: Update to Dovecot 1.1.18. + dovecot -n/-a now outputs also lda settings. - Maildir++ quota: Quota was sometimes updated wrong when it was being recalculated. - Searching quoted-printable message body internally converted "_" characters to spaces and didn't match search keys with "_". - Messages in year's first/last day may have had broken timezones with OSes not having struct tm->tm_gmtoff (e.g. Solaris). --- Module Name: pkgsrc Committed By: ghen Date: Mon Sep 14 06:09:08 UTC 2009 Modified Files: pkgsrc/mail/dovecot: Makefile distinfo Log Message: Update to Dovecot 1.1.19. - file_set_size() was broken with OSes that didn't support posix_fallocate() (almost everyone except Linux), causing all kinds of index file errors. - ldap: Fixed hang when >128 requests were sent at once. - Fixed a crash in saving messages where message contained a CR character t= hat wasn't followed by LF (and the CR happened to be the last character in an internal buffer). - deliver: Don't send rejects to any messages that have Auto-Submitted head= er. This avoids emails loops. - Message decoding fixes (mainly for IMAP SEARCH, Sieve). @ text @d1 1 a1 1 $NetBSD: patch-ai,v 1.3 2009/06/25 09:54:14 manu Exp $ @ 1.2 log @Update to dovecot-1.0rc5. This is identical to our 1.0rc4nb1 (patch-ai applied). From the website: "This is what RC3 really should have been". @ text @d1 6 a6 18 $NetBSD: patch-ai,v 1.1 2006/08/02 21:16:43 ghen Exp $ From dovecot CVS. Fixes the problem discussed in this thread: http://www.dovecot.org/list/dovecot/2006-August/015116.html --- src/lib-index/mail-index-transaction-view.c.orig 2006-08-02 21:38:07.000000000 +0200 +++ src/lib-index/mail-index-transaction-view.c 2006-08-02 23:04:00.000000000 +0200 @@@@ -53,10 +53,10 @@@@ i_assert(recs[count-1].uid >= hdr->next_uid); tview->hdr = *hdr; tview->hdr.next_uid = recs[count-1].uid + 1; - hdr = &view->hdr; + hdr = &tview->hdr; } } - return &tview->hdr; + return hdr; } d8 6 a13 1 static int _tview_lookup_full(struct mail_index_view *view, uint32_t seq, @ 1.1 log @Dovecot 1.0rc4 had another bug in it which was fixed in CVS. Now in patch-ai. @ text @d1 1 a1 1 $NetBSD$ @