Commit Graph

203 Commits

Author SHA1 Message Date
brad
63d55e2798 Update to Dovecot 2.1.16.
ok sthen@
2013-04-08 18:53:54 +00:00
espie
0662a4e9d6 PERMIT_* / REGRESS->TEST sweep 2013-03-11 11:20:26 +00:00
sthen
f5a323c546 Don't use ${FLAVOR:L}, we only support lower-case flavours now.
OK ajacoutot@ espie@
2013-02-09 14:49:50 +00:00
brad
2a999bfd50 Update to Dovecot 2.1.15.
ok sthen@
2013-02-08 16:33:23 +00:00
brad
ab58ff9bc2 Update to Dovecot 2.1.14.
ok sthen@
2013-02-01 07:59:03 +00:00
ajacoutot
d650a2552b Start first_valid_uid at 1000 to match the low uid of regular Unix users
on OpenBSD.

ok sthen@ brad@ (maintainer)
2013-01-27 09:29:37 +00:00
brad
f7b166145a Update to Dovecot 2.1.13.
ok sthen@
2013-01-08 23:58:43 +00:00
brad
97a5855581 Update to Dovecot 2.1.12.
ok sthen@
2012-12-01 09:45:33 +00:00
brad
2579ec6a8a Update to Dovecot 2.1.11.
ok sthen@
2012-11-29 22:17:46 +00:00
halex
ff184a2eb0 backport changeset 15393 from dovecot-2.2:
bsdauth: Use "auth-<service>" as the auth type.

assistance from and ok brad@
2012-11-25 00:50:50 +00:00
brad
3498a88af3 Update to Dovecot 2.1.10.
ok sthen@
2012-09-25 20:05:46 +00:00
sthen
f75aaf8c5a update to Dovecot 2.1.9, from Brad 2012-08-05 09:15:51 +00:00
sthen
311a8117aa update to Dovecot 2.1.8 from Brad. 2012-07-08 23:15:11 +00:00
sthen
a32a27a554 Suggest that users may need to increase login.conf limits for Dovecot.
From Brad, adjusted slightly to specifically mention full-text search
indexing which is likely to need a larger-than-default datasize.
2012-07-01 10:26:34 +00:00
sthen
e6c4ce5d2c Add a comment explaining why we're using GNU libtool. From Brad. 2012-06-08 23:55:17 +00:00
sthen
cd063454d7 Update to Dovecot 2.1.7, from Brad.
See the upgrade notes at http://wiki2.dovecot.org/Upgrading/2.1
- you will probably need to merge updates to 10-mail.conf.
2012-06-08 22:04:10 +00:00
sthen
83705fdbd4 Roll the SQLite support for Dovecot into the main package. From Brad,
I added a REVISION bump, and a @conflict marker because this is moving from
a subpackage to a package rather than rolling a FLAVOR into another.
2012-05-17 07:48:15 +00:00
ajacoutot
689f54b24a --localstatedir=/var is the default now. 2012-04-28 10:52:08 +00:00
espie
4ed7caa04f first pass at handling sqlite3 move 2012-04-23 17:15:17 +00:00
sthen
c8aa29fcf8 update to Dovecot 2.0.20, from Brad. 2012-04-10 22:39:08 +00:00
sthen
dc3e2b81f2 update to Dovecot 2.0.19, from Brad
- IMAP: ENABLE CONDSTORE/QRESYNC + STATUS for a mailbox might not
  have seen latest external changes to it, like new mails.
- imap_id_* settings were ignored before login.
- doveadm altmove did too much work sometimes, retrying moves
  it had already done.
- mbox: Fixed accessing Dovecot v1.x mbox index files without errors.
2012-03-23 17:51:18 +00:00
sthen
f26a1b5143 Update to Dovecot 2.0.18, from Brad 2012-02-17 22:10:34 +00:00
sthen
0ad0a1a16e libkrb5 exports base64_decode and base64_encode (which appear to only be
needed internally), these conflict with symbols in dovecot's internal shared
library, causing the wrong version of the functions to be used in some cases.

Since we are in userland ABI API lock we cannot clean libkrb5 at present
so make a nasty workaround by statically linking the affected binaries with
libdovecot so the correct symbols take priority.

Fixes crashes I hit in doveadm and potentially some auth mechanisms.

OK ajacoutot@, Brad (maintainer)
2012-01-28 21:35:02 +00:00
sthen
88594cc61b @sample the remaining Dovecot config files into /etc/dovecot
(some of the already-installed files reference them in commented-out
include lines, so it's easier if they're present).  From Brad.
2012-01-16 23:59:22 +00:00
sthen
d69c3e8f66 update to Dovecot 2.0.17, from Brad 2012-01-16 16:34:17 +00:00
sthen
614140c8b4 - compile in the correct usernames (_dovecot/_dovenull) rather
than only changing them in sample config files. this means you can
migrate from 1.x by directly following the instructions on
http://wiki2.dovecot.org/Upgrading/2.0 without extra tweaks.
Brad (maintainer) OK.
2012-01-07 12:14:21 +00:00
espie
7c44e4a859 convert to new-style pseudo 2011-11-18 13:20:08 +00:00
sthen
9bc11047a8 update to Dovecot 2.0.16, from Brad 2011-11-17 10:39:00 +00:00
sthen
de7e2ed6cd Comment-out the deliver(1) manpage. It's deprecated in dovecot (renamed to
dovecot-lda) and conficts with mail/avenger as spotted by Jasper. ok Brad.
2011-11-11 23:21:48 +00:00
sthen
d607de5a2b update to Dovecot 2.0.15; fixes some crash and a problem in 2.0.14 where
index reading could have eaten a lot of memory in some situations.
ok Brad (maintainer).
2011-09-17 08:26:09 +00:00
espie
e820071495 normalize pkgpath 2011-09-16 10:31:20 +00:00
sthen
a1a5482718 update to dovecot 2.0.14, various fixes and new features. From Brad. 2011-09-01 10:53:50 +00:00
sthen
cd74aaa9b7 Fix rc script mode/group, and adjust an #ifdef in a patch to use a specific
OpenBSD version. From Brad (maintainer).
2011-07-22 20:15:47 +00:00
sthen
79899d885c Add a krb5-config script to avoid patching the autoconf input files. From Brad. 2011-06-18 22:41:27 +00:00
sthen
d55f5c6070 use correct group ownership for @sample'd /var/dovecot/login directory
ok Brad
2011-06-04 11:38:43 +00:00
sthen
1485350a03 Switch Dovecot to using plugins for ldap/database support. From Brad,
with pkgpath/dependency marker tweaks from myself. Looks good to pea@.

This means we are now using subpackages rather than flavours; if upgrading
from a flavoured version, you will need to add the relevant module yourself.
e.g.: dovecot-$VER-ldap will be upgraded to dovecot-$VER, you must
pkg_add dovecot-ldap.
2011-05-28 19:40:41 +00:00
sthen
e7c5e2a3f7 tweak CONFIGURE_ARGS, from Brad (it now accepts --without-foo which is
slightly clearer than --with-foo=no)
2011-05-24 09:40:24 +00:00
sthen
d30c119be1 bdb was in the DESCR too, pointed out by Brad 2011-05-23 23:29:52 +00:00
sthen
fce5e20aa1 - tweak @pkgpath markers
- use a shorter comment reminding to bump dovecot-pigeonhole for updates
(and place it next to the version variables)

- bdb support is no more, drop the flavour

ok Brad
2011-05-23 23:15:05 +00:00
sthen
c7cda57d80 Update dovecot to 2.0.13, joint work between pea@, Brad and myself, ok pea@
This is a major update and configuration changes are required -
see http://wiki2.dovecot.org/Upgrading/2.0 for more
2011-05-23 22:54:38 +00:00
jasper
278e3cc0b0 Sanitize some @unexec/@extraunexec calls to rm: move them up in the
PLIST and delete everything under the @sample'd directory instead of the
directory itself to prevent a warning from pkg_delete(1) trying to
remove a non existing directory and to help preventing left-over files
and directories.

ok aja@
2011-05-11 12:57:47 +00:00
sthen
00582ef96a Bump ports which should be using newer autoconf to 2.65;
config.h files checked.  From Brad.
2011-03-26 10:05:24 +00:00
sthen
4d849582dd Drop the rc.local fragment from MESSAGE-server now we have an rc script.
Pointed out by Dorian Buettner, ok Brad.
2011-03-05 20:41:19 +00:00
sthen
adab1e254b - add an rc script for Dovecot.
- adjust commented-out paths in sample config file so that sockets
used for certain optional features (e.g. the LDA) are placed in a
a directory which already exists.

ok+help from Brad
2011-03-03 00:40:04 +00:00
jasper
90847ee882 - remove USE_GROFF=Yes, manpages checked by brad.
from brad (MAINTAINER)
2011-01-15 10:56:51 +00:00
pea
fe29c7c3f5 Some fixes from upstream:
- imap: Fixed a memory leak in ESEARCH.
- imap/pop3-login: Don't crash if passdb returns proxy field without host.
- lib-index: Added a missing sanity check for expunge-guid record's uid.
  This fixes a non-self healing assert-crash.
- master: Delete also pipes from login_dir (left by v2.0).

From Brad (maintainer), ok ajacoutot@
2011-01-04 13:59:17 +00:00
espie
15196452e1 default db-* for db/v4 is incorrect, set PKGSPEC=db->=4,<5, bump packages
with erroneous depends.
2010-11-26 14:44:27 +00:00
espie
bc8dc9adb1 new depends 2010-11-19 07:23:05 +00:00
sthen
cf7fc12c25 update the managesieve plugin, from Brad. 2010-11-13 21:28:09 +00:00
sthen
cffeefd9bf update Dovecot to 1.2.16, from Brad (maintainer). 2010-11-09 14:35:46 +00:00