diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2005-12-20 11:55:11 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2005-12-20 11:55:11 +0000 |
commit | fc631bd198463ccfb8fa6d003bb0f253491bdefd (patch) | |
tree | b03c3f552fc588d4ebd0ace3a4fee6867c59c05f /mail/dovecot-devel/files | |
parent | [MAINTAINER UPDATE] games/stratagus broken dependency fix (diff) |
Maintainer update: mail/dovecot to 1.0.a5
Update to dovecot-1.0.a5.
- Numerous small changes and fixes; see http://www.dovecot.org/list/dovecot/2005-December/010279.html for details.
- Use vendor install target; patch in --with(out)-docs support to facilitate NOPORTDOCS macro.
- Introduce experimental (and probably broken) GSSAPI option.
PR: ports/90606
Submitted by: Robin Breathe <robin@isometry.net>
Notes
Notes:
svn path=/head/; revision=151622
Diffstat (limited to 'mail/dovecot-devel/files')
-rw-r--r-- | mail/dovecot-devel/files/patch-dovecot-example.conf | 35 | ||||
-rw-r--r-- | mail/dovecot-devel/files/patch-src-lib-index-mail-index-sync-ext.c | 16 |
2 files changed, 13 insertions, 38 deletions
diff --git a/mail/dovecot-devel/files/patch-dovecot-example.conf b/mail/dovecot-devel/files/patch-dovecot-example.conf index d0b5d1a16b22..455793ddcda7 100644 --- a/mail/dovecot-devel/files/patch-dovecot-example.conf +++ b/mail/dovecot-devel/files/patch-dovecot-example.conf @@ -1,5 +1,5 @@ ---- dovecot-example.conf.orig Thu Oct 20 15:33:33 2005 -+++ dovecot-example.conf Thu Oct 20 15:38:40 2005 +--- dovecot-example.conf.orig Sun Dec 18 15:10:59 2005 ++++ dovecot-example.conf Sun Dec 18 15:15:02 2005 @@ -7,7 +7,7 @@ # Default values are shown after each value, it's not required to uncomment # any of the lines. Exception to this are paths, they're just examples @@ -18,16 +18,7 @@ # IP or host address where to listen in for connections. It's not currently # possible to specify multiple addresses. "*" listens in all IPv4 interfaces. -@@ -95,7 +95,7 @@ - # only it has access, it's used to control access for authentication process. - # Note that this user is NOT used to access mails. - # http://wiki.dovecot.org/UserIds --#login_user = dovecot -+login_user = dovecot - - # Set max. process size in megabytes. If you don't use - # login_process_per_connection you might need to grow this. -@@ -148,7 +148,7 @@ +@@ -153,7 +153,7 @@ # Show more verbose process titles (in ps). Currently shows user name and # IP address. Useful for seeing who are actually using the IMAP processes # (eg. shared mailboxes or if same uid is used for multiple accounts). @@ -36,7 +27,7 @@ # Show protocol level SSL errors. #verbose_ssl = no -@@ -164,12 +164,12 @@ +@@ -169,12 +169,12 @@ # non-valid GID as primary group ID aren't allowed to log in. If user # belongs to supplementary groups with non-valid GIDs, those groups are # not set. @@ -51,7 +42,7 @@ # ':' separated list of directories under which chrooting is allowed for mail # processes (ie. /var/mail will allow chrooting to /var/mail/foo/bar too). -@@ -205,7 +205,7 @@ +@@ -210,7 +210,7 @@ # default_mail_env = mbox:~/mail/:INBOX=/var/mail/%u # default_mail_env = mbox:/var/mail/%d/%n/:INDEX=/var/indexes/%d/%n # @@ -60,7 +51,7 @@ # If you need to set multiple mailbox locations or want to change default # namespace settings, you can do it by defining namespace sections: -@@ -391,12 +391,12 @@ +@@ -400,12 +400,12 @@ protocol imap { # Login executable location. @@ -76,7 +67,7 @@ # Maximum IMAP command line length in bytes. Some clients generate very long # command lines with huge mailboxes, so you may need to raise this if you get -@@ -405,7 +405,7 @@ +@@ -414,7 +414,7 @@ # Support for dynamically loadable modules. #mail_use_modules = no @@ -85,7 +76,7 @@ # Send IMAP capabilities in greeting message. This makes it unnecessary for # clients to request it with CAPABILITY command, so it saves one round-trip. -@@ -435,7 +435,7 @@ +@@ -444,7 +444,7 @@ # With mbox storage a mailbox can contain either mails or submailboxes, # but not both. Thunderbird separates these two by forcing server to # accept '/' suffix in mailbox names in subscriptions list. @@ -94,7 +85,7 @@ } ## -@@ -444,10 +444,10 @@ +@@ -453,10 +453,10 @@ protocol pop3 { # Login executable location. @@ -107,7 +98,7 @@ # Don't try to set mails non-recent or seen with POP3 sessions. This is # mostly intended to reduce disk I/O. With maildir it doesn't move files -@@ -484,7 +484,7 @@ +@@ -493,7 +493,7 @@ # installations. %08Xu%08Xv will be the new default, so use it for new # installations. # @@ -116,7 +107,7 @@ # POP3 logout format string: # %t - number of TOP commands -@@ -498,7 +498,7 @@ +@@ -507,7 +507,7 @@ # Support for dynamically loadable modules. #mail_use_modules = no @@ -125,7 +116,7 @@ # Workarounds for various client bugs: # outlook-no-nuls: -@@ -507,7 +507,7 @@ +@@ -516,7 +516,7 @@ # oe-ns-eoh: # Outlook Express and Netscape Mail breaks if end of headers-line is # missing. This option simply sends it if it's missing. @@ -134,7 +125,7 @@ } ## -@@ -515,7 +515,7 @@ +@@ -524,7 +524,7 @@ ## # Executable location diff --git a/mail/dovecot-devel/files/patch-src-lib-index-mail-index-sync-ext.c b/mail/dovecot-devel/files/patch-src-lib-index-mail-index-sync-ext.c deleted file mode 100644 index af432b7b06bc..000000000000 --- a/mail/dovecot-devel/files/patch-src-lib-index-mail-index-sync-ext.c +++ /dev/null @@ -1,16 +0,0 @@ -Index: src/lib-index/mail-index-sync-ext.c -=================================================================== -RCS file: /home/cvs/dovecot/src/lib-index/mail-index-sync-ext.c,v -retrieving revision 1.11 -retrieving revision 1.12 -diff -u -r1.11 -r1.12 ---- src/lib-index/mail-index-sync-ext.c 24 Sep 2005 10:12:03 -0000 1.11 -+++ src/lib-index/mail-index-sync-ext.c 28 Oct 2005 14:10:13 -0000 1.12 -@@ -332,6 +332,7 @@ - unsigned i, count = array_count(&map->extensions); - ssize_t diff = (ssize_t)new_size - (ssize_t)old_size; - -+ ext = array_idx_modifyable(&map->extensions, 0); - for (i = ext_id + 1; i < count; i++) - ext[i].hdr_offset += diff; - } |