61 Commits

Author SHA1 Message Date
brad
7132c57a86 Two fixes for Dovecot 1.0..
- Recreate dovecot-uidlist if updating it would shrink the file more than 25%.
- imap_get_base_subject_cased(): Subject trailers weren't removed correctly.

From the Dovecot Mercurial repo.

ok sthen@
2008-06-19 22:27:33 +00:00
sthen
c9ed1ad607 Maintenance update, recent patches are now rolled into the
distfile from upstream.  From Brad.
2008-06-03 00:16:51 +00:00
sthen
a059f2473f Add fix from upstream repo, "mbox: If INBOX creation fails because
of EACCES, try with privileged group enabled."

http://hg.dovecot.org/dovecot-1.0/rev/932768a879c6
From Brad.
2008-05-28 23:08:03 +00:00
sthen
7bbaba5867 Add some bug-fix patches; at this point in the Dovecot release cycle
most work is on 1.1, so it makes sense to add them locally for now.

- If SSL function fails and there are no errors, return "Unknown error"
instead of "Success" as the reason.
- Fixed a memory leak in ACL plugin.
- Send the success reply in one write.
- If remote disconnects, log "Connection closed: reason" just like IMAP does.
- STORE: Ignore flag changes for read-only (especially EXAMINEd) mailboxes.
- random_fill(): If read(/dev/urandom) returned EINTR, it could have written
random data before the given buffer.
- BODY/BODYSTRUCTURE fetch: Don't crash if we already had message parts
parsed.

From Brad, tested on various arch production servers.
2008-05-22 07:55:08 +00:00
bernd
2bc4609feb "allow_nets didn't work correctly with big endian machines."
From upstream:
http://hg.dovecot.org/dovecot-1.0/rev/71c02fdf1b59

via brad@
2008-05-16 05:45:26 +00:00
bernd
a344f90a86 cvs ate this patch. 2008-04-28 09:51:10 +00:00
bernd
a201722113 Enable kerberosV support.
ok brad@
2008-04-28 09:46:07 +00:00
brad
e501ab4b15 upgrade to Dovecot 1.0.13. security and bug fix update.
looks good jasper@
2008-03-16 18:46:14 +00:00
jakob
805f8c736f update to dovecot 1.0.8, from MAINTAINER 2007-11-30 09:52:39 +00:00
jakob
b48e8db02c dovecot v1.0.4; from MAINTAINER 2007-09-08 08:44:39 +00:00
jakob
666610df5b upgrade to v1.0.2, bugfix release; from brad@ 2007-07-16 07:09:59 +00:00
jakob
9aa590ac81 update to Dovecot 1.0.1, a bug fix release. from brad@ 2007-06-19 19:18:49 +00:00
jakob
ade319269c dovecot 1.0rc31; from brad@ 2007-04-11 20:28:15 +00:00
jakob
16eec64f67 dovecot 1.0 rc 28; from brad@ 2007-03-24 07:29:01 +00:00
msf
e66d4398de make dovecot-example_conf respect PREFIX again. broken many many moons ago.
ok maintainer
2007-03-21 22:43:49 +00:00
jakob
3d9e8a9c7a dovecot 1.0 rc 27; from brad@ 2007-03-15 23:20:54 +00:00
jakob
4f68de9a02 dovecot 1.0.rc21 (from brad@) 2007-02-03 08:19:18 +00:00
jakob
5042d39ac0 update to 1.0.rc19; from maintainer (brad@) 2007-01-25 07:48:39 +00:00
jakob
71ddc337fc upgrade to dovecot 1.0.rc17; from brad@ 2007-01-15 08:12:40 +00:00
brad
ca6c31abbf upgrade to Dovecot 1.0rc13 2006-11-11 06:25:40 +00:00
brad
5d22fe7da3 upgrade to Dovecot 1.0rc12 2006-11-05 16:07:30 +00:00
brad
c2cd51ef7d upgrade to Dovecot 1.0rc11 2006-11-05 05:02:38 +00:00
brad
05cbc0630f upgrade to Dovecot 1.0rc10 2006-10-23 18:23:12 +00:00
brad
39c73b76e1 upgrade to Dovecot 1.0rc9 2006-10-14 01:41:19 +00:00
brad
d734e1ab3f upgrade to Dovecot 1.0rc8 2006-10-09 19:26:53 +00:00
brad
66b69341db fix a kqueue bug with the filesystem notification mechanism that could
potentially cause Dovecot to spin and chew up all of the available CPU
time.

From Dovecot CVS.
2006-09-22 15:46:28 +00:00
brad
026742824b upgrade to Dovecot 1.0rc7
ok dlg@
2006-09-18 05:04:28 +00:00
sturm
8eb1dacafb revert unapproved commit, the ports tree is locked 2006-08-06 19:57:08 +00:00
brad
5dbdec5acb upgrade to Dovecot 1.0rc5
ok marco@
2006-08-06 19:48:36 +00:00
brad
e19c947a48 provide a useable config for mbox users by using fcntl for the write
locking method.
2006-07-29 00:27:35 +00:00
brad
dbe3dc7726 upgrade to Dovecot 1.0rc2
"That works way better." ok marco@
2006-07-16 02:43:08 +00:00
bernd
b8bedd34ec Back out change with no review.
ok espie@, pvalchev@
2006-06-19 11:49:07 +00:00
brad
0b46706cd8 upgrade to Dovecot 1.0beta9 2006-06-16 21:03:44 +00:00
brad
bb4af7ccc4 upgrade to Dovecot 1.0beta8 2006-05-12 19:10:11 +00:00
brad
bb482326d6 second revision of the kqueue diff that should resolve an issue with
Dovecot imap processes' spinning and taking up all the available CPU time.

From Vaclav Haisman on the Dovecot list.
2006-05-10 19:51:03 +00:00
brad
e1c552749f add a diff to fix the crashing issues exhibited when using kqueue() and
re-enable kqueue().

From Vaclav Haisman on the Dovecot list.
2006-05-10 00:30:04 +00:00
brad
c63ed26eb3 upgrade to Dovecot 1.0beta7 2006-04-12 16:32:11 +00:00
brad
99d62079fb upgrade to Dovecot 1.0beta4 2006-04-02 18:45:01 +00:00
brad
899661bc71 for some fairly rare unrecognized events print some additional info
when i_panic() is called to help with debugging.

From Vaclav Haisman on the Dovecot list.
2006-03-23 05:24:24 +00:00
brad
184315c53e upgrade to Dovecot 1.0beta3 2006-02-09 05:17:14 +00:00
brad
f4c4e89b74 upgrade to Dovecot 1.0beta2 2006-01-23 20:33:40 +00:00
brad
5c7c60fe95 patches for the kqueue code to fix a few issues.
From: <V dot Haisman at sh dot cvut dot cz>
2006-01-22 15:35:43 +00:00
brad
8e2bffc0b5 set pop3_uidl_format in the example config and enable various workarounds
for POP3/IMAP clients with issues such as OSX Mail/Outlook/Netscape/Thunderbird.
2006-01-20 02:04:19 +00:00
brad
0853827c9c fix a bug not allowing ssl_parameters_regenerate to be set on 64-bit archs.
From Dovecot CVS
2006-01-19 22:35:57 +00:00
brad
4f9ba0333a upgrade to Dovecot 1.0beta1 2006-01-16 21:32:59 +00:00
bernd
3c16c53ccc This is the real fix for the openldap problem. Sorry guys.
tested & ok alek@
2005-11-11 14:53:27 +00:00
brad
a4b5e15989 upgrade to Dovecot 1.0alpha4 2005-10-20 18:28:48 +00:00
brad
904707f8ba upgrade to Dovecot 1.0alpha1 2005-09-04 18:22:30 +00:00
alek
a094f6585d - Fix libiconv detection
- Bump PKGNAME

ok brad@
2005-02-13 18:37:32 +00:00
brad
3aa1a11040 upgrade to Dovecot 0.99.14 2005-02-12 12:17:07 +00:00