Version: 2.3.19.1, Package name: dovecot-2.3.19.1 |
Maintained by: Brad Smith |
Master sites: |
Flavors (export FLAVOR=xyz, setenv FLAVOR xyz):
|
Description-ldap LDAP authentication support for Dovecot. Description-mysql MySQL authentication / dictionary support for Dovecot. Description-postgresql PostgreSQL authentication / dictionary support for Dovecot. Description-server Dovecot is an IMAP and POP3 server for Linux/UNIX-like systems, written with security primarily in mind. Although it's written in C, it uses several coding techniques to avoid most of the common pitfalls. Dovecot can work with standard mbox and maildir formats and it's fully compatible with UW-IMAP and Courier IMAP servers as well as mail clients accessing the mailboxes directly. |
Filesize: 7608.253 KB |
Version History (View Complete History) |
|
2021-09-13 03:20:18 by Stuart Henderson | Files touched by this commit (1) |
Log message: list known dependencies in a comment in the Makefile as a reminder for anyone doing commits to -stable (we don't have a good discovery mechanism for what to rebuild for -stable packages, so PKGSPEC is ignored for that).. |
2021-09-02 15:44:29 by Stuart Henderson | Files touched by this commit (1) |
Log message: build Dovecot with icu4c support, tweak/ok brad |
2021-08-07 06:03:58 by Stuart Henderson | Files touched by this commit (4) |
Log message: update to Dovecot 2.3.16 / Dovecot-pigeonhole 0.5.16, from Brad |
2021-06-22 05:29:28 by Stuart Henderson | Files touched by this commit (3) |
Log message: update to Dovecot 2.3.15 CVE-2021-29157: Dovecot does not correctly escape kid and azp fields in JWT tokens. This may be used to supply attacker controlled keys to validate tokens, if attacker has local access. CVE-2021-33515: On-path attacker could have injected plaintext commands before STARTTLS negotiation that would be executed after STARTTLS finished with the client. |
2021-06-22 05:29:26 by Stuart Henderson | Files touched by this commit (6) |
Log message: update to Dovecot 2.3.15 CVE-2021-29157: Dovecot does not correctly escape kid and azp fields in JWT tokens. This may be used to supply attacker controlled keys to validate tokens, if attacker has local access. CVE-2021-33515: On-path attacker could have injected plaintext commands before STARTTLS negotiation that would be executed after STARTTLS finished with the client. |
2021-03-08 10:56:18 by Stuart Henderson | Files touched by this commit (2) |
Log message: add an @sample that I missed |
2021-03-08 06:08:28 by Stuart Henderson | Files touched by this commit (7) |
Log message: update to Dovecot 2.3.14, ok Brad Note that some components have been removed in this release, summarised below but check changelogs before updating. https://dovecot.org/doc/NEWS * Remove autocreate, expire, snarf and mail-filter plugins. expire and autocreate can be replaced by "autoexpunge" and "auto" mailbox settings instead. mail-filter was a bit problematic anyway. snarf is not often used. * Remove cydir storage driver. This was meant for benchmarking and stress testing index handling and is not normally used in a real server. * Remove XZ/LZMA write support. Read support will be removed in future release. If you're using XZ/LZMA then disable it for writes in your configuration (mailboxes can have a mixture of different types of compression, or some and no compression) and plan to migrate your existing storage to either no compression or alternative compression. |
2021-02-23 07:27:33 by Stuart Henderson | Files touched by this commit (2) |
Log message: Dovecot tweaks: depend on libstemmer/libexttextcat to build snowball filters, fix paths to tools (pdftotext, etc) in decode2text.sh which can optionally be used to index attachments. OK Brad. |
2021-01-20 07:57:50 by Stuart Henderson | Files touched by this commit (2) |
Log message: enable debug packages for Dovecot/-piugeonhole, suggested by anton@, ok brad |
2021-01-11 15:19:02 by Stuart Henderson | Files touched by this commit (4) |
Log message: add a gratuitous bump to dovecot-fts-xapian; dovecot plugins must be built against the exact version and this is handled correctly by PKGSPEC but the scripts used to decide which packages to build for -stable can't cope with this add warnings to all the ports known to have this type of version check |
2021-01-11 15:17:56 by Stuart Henderson | Files touched by this commit (4) |
Log message: add a gratuitous bump to dovecot-fts-xapian; dovecot plugins must be built against the exact version and this is handled correctly by PKGSPEC but the scripts used to decide which packages to build for -stable can't cope with this add warnings to all the ports known to have this type of version check |
2021-01-07 10:22:25 by Stuart Henderson | Files touched by this commit (4) |
Log message: update to Dovecot 2.3.13, ok Brad * CVE-2020-24386: Specially crafted command can cause IMAP hibernate to allow logged in user to access other people's emails and filesystem information. (IMAP hibernate is not used by default). * Mail delivery / parsing crashed when the 10 000th MIME part was message/rfc822 (or if parent was multipart/digest). This happened due to earlier MIME parsing changes for CVE-2020-12100. A number of other crash fixes are included. https://dovecot.org/pipermail/dovecot-news/2021-January/000448.html |
2021-01-07 10:17:55 by Stuart Henderson | Files touched by this commit (5) |
Log message: update to Dovecot 2.3.13, ok Brad |
2020-08-13 13:07:00 by Stuart Henderson | Files touched by this commit (2) |
Log message: Dovecot: add patch to avoid a null printf, from upstream ok Brad |
2020-08-12 09:21:11 by Stuart Henderson | Files touched by this commit (5) |
Log message: update to Dovecot 2.3.11.3, ok Brad (maintainer) includes some crash fixes, see https://github.com/dovecot/core/blob/2.3.11.3/NEWS |
2020-05-19 05:47:29 by Stuart Henderson | Files touched by this commit (2) |
Log message: Backport the diff between Dovecot 2.3.10 and 2.3.10.1 to 2.3.9 for 6.6-stable OK Brad DOV-3784, CVE-2020-10957: Sending malformed NOOP command causes crash in submission, submission-login or lmtp service. DOV-3875, CVE-2020-10958: Sending command followed by sufficient number of newlines triggers a use-after-free bug that might crash submission-login, submission or lmtp service. DOV-1745, CVE-2020-10967: Sending mail with empty quoted localpart causes submission or lmtp component to crash. |
2020-05-18 19:04:13 by Stuart Henderson | Files touched by this commit (1) |
Log message: MFC dovecot update to 2.3.10.1 for security fixes |
2020-05-18 11:45:53 by Stuart Henderson | Files touched by this commit (2) |
Log message: update to Dovecot 2.3.10.1, ok Brad DOV-3784, CVE-2020-10957: Sending malformed NOOP command causes crash in submission, submission-login or lmtp service. DOV-3875, CVE-2020-10958: Sending command followed by sufficient number of newlines triggers a use-after-free bug that might crash submission-login, submission or lmtp service. DOV-1745, CVE-2020-10967: Sending mail with empty quoted localpart causes submission or lmtp component to crash. |
2020-03-20 10:44:29 by Christian Weisgerber | Files touched by this commit (135) |
Log message: Make use of "find -exec {} +" (which is POSIX) and "find -delete" (which is not) throughout the ports Makefiles. * Replace find|xargs with find -exec {} + * Replace -exec {} \; with -exec {} + if applicable. * Use the -delete operator to remove files and empty directories. * Combine and tweak some find(1) invocations while here. ok kn@ rsadowski@ espie@ |
2020-03-07 04:36:52 by Stuart Henderson | Files touched by this commit (2) |
Log message: dovecot: sync PLIST closer to what Brad had (I was confused as I had a local update before he sent his). Keep dovecot-sysreport commented for now as it requires GNU grep options. |
2020-03-07 02:53:24 by Stuart Henderson | Files touched by this commit (3) |
Log message: update to Dovecot 2.3.10, from Brad, plus I synced plist and wantlib |
2020-02-12 08:02:45 by Stuart Henderson | Files touched by this commit (1) |
Log message: update to Dovecot 2.3.9.3, from Brad (maintainer). CVE-2020-7046 lib-smtp doesn't handle truncated command parameters properly, resulting in infinite loop taking 100% CPU for the process. This happens for LMTP (where it doesn't matter so much) and also for submission-login where unauthenticated users can trigger it. CVE-2020-7957 Snippet generation crashes if: - message is large enough that message-parser returns multiple body blocks - The first block(s) don't contain the full snippet (e.g. full of whitespace) - input ends with '>' Sending specially crafted email can cause mailbox to have permanently unaccessible mail, or the mail can be stuck in delivery. |
2020-02-12 08:00:45 by Stuart Henderson | Files touched by this commit (2) |
Log message: update to Dovecot 2.3.9.3, from Brad (maintainer). CVE-2020-7046 lib-smtp doesn't handle truncated command parameters properly, resulting in infinite loop taking 100% CPU for the process. This happens for LMTP (where it doesn't matter so much) and also for submission-login where unauthenticated users can trigger it. CVE-2020-7957 Snippet generation crashes if: - message is large enough that message-parser returns multiple body blocks - The first block(s) don't contain the full snippet (e.g. full of whitespace) - input ends with '>' Sending specially crafted email can cause mailbox to have permanently unaccessible mail, or the mail can be stuck in delivery. |
2019-12-15 17:04:25 by Stuart Henderson | Files touched by this commit (3) |
Log message: update to Dovecot 2.3.9.2 |
2019-12-15 16:57:23 by Stuart Henderson | Files touched by this commit (11) |
Log message: update to Dovecot 2.3.9.2 and pigeonhole 0.5.9, from Brad. CVE-2019-19722 |
2019-10-14 14:41:44 by Stuart Henderson | Files touched by this commit (5) |
Log message: update to Dovecot 2.3.8, from Brad |
2019-08-28 16:04:29 by Stuart Henderson | Files touched by this commit (3) |
Log message: update to Dovecot 2.3.7.2 / Dovecot Pigeonhole 0.5.7.2, from Brad CVE-2019-11500 https://dovecot.org/pipermail/dovecot/2019-August/116873.html |
2019-08-28 16:02:07 by Stuart Henderson | Files touched by this commit (4) |
Log message: update to Dovecot 2.3.7.2 / Dovecot Pigeonhole 0.5.7.2, from Brad CVE-2019-11500 https://dovecot.org/pipermail/dovecot/2019-August/116873.html |
2019-07-25 15:41:38 by Stuart Henderson | Files touched by this commit (5) |
Log message: Update to Dovecot 2.3.7.1 / Pigeonhole 0.5.7.1, these have a couple of small post-2.3.7 fixes including one which fixes sync if sieve is in use and mail_attribute_dict is not set. From Brad. |
2019-07-16 14:42:26 by Stuart Henderson | Files touched by this commit (1) |
Log message: oops, forgot to remove this patch when backing out |
2019-07-16 10:14:57 by Stuart Henderson | Files touched by this commit (5) |
Log message: Revert the Dovecot update for now, there are some problems with replication e.g. https://www.mail-archive.com/dovecot@dovecot.org/msg78030.html |
2019-07-13 07:30:11 by Stuart Henderson | Files touched by this commit (4) |
Log message: update to Dovecot 2.3.7, from Brad |
2019-07-12 14:47:59 by Stuart Henderson | Files touched by this commit (874) |
Log message: replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes |
2019-05-29 08:32:02 by Stuart Henderson | Files touched by this commit (4) |
Log message: MFC Dovecot updates; CVE-2019-11494 and CVE-2019-11499, from Brad |
2019-05-02 16:06:13 by Stuart Henderson | Files touched by this commit (12) |
Log message: update to Dovecot 2.3.6, from Brad: - CVE-2019-11494: Submission-login crashed with signal 11 due to null pointer access when authentication was aborted by disconnecting. - CVE-2019-11499: Submission-login crashed when authentication was started over TLS secured channel and invalid authentication message was sent. |
2019-05-01 07:41:20 by Daniel Jakots | Files touched by this commit (2) |
Log message: Bump limit, from Hiltjo Posthuma Remove mention about full-text search since the internal FTS indexer was removed and it's out-of-process now. Requested by sthen@ No feedback from maintainer. |
2019-04-18 11:04:47 by Stuart Henderson | Files touched by this commit (2) |
Log message: security update to Dovecot 2.3.5.2, from Brad CVE-2019-10691: Trying to login with 8bit username containing invalid UTF8 input causes auth process to crash if auth policy is enabled. This could be used rather easily to cause a DoS. Similar crash also happens during mail delivery when using invalid UTF8 in From or Subject header when OX push notification driver is used. |
2019-03-28 09:50:20 by Stuart Henderson | Files touched by this commit (1) |
Log message: update -stable to Dovecot 2.2.36.3, from Brad |
2019-03-28 08:38:10 by Stuart Henderson | Files touched by this commit (2) |
Log message: update to Dovecot 2.3.5.1, from Brad CVE-2019-7524: Buffer overflow when reading extension header from dovecot index files |
2019-03-06 14:53:07 by Stuart Henderson | Files touched by this commit (7) |
Log message: update to Dovecot 2.3.5, from Brad |
2019-02-27 14:49:58 by Stuart Henderson | Files touched by this commit (1) |
Log message: Remove USE_LIBTOOL=gnu, the test program that had compile failures with base libtool is no longer present, and everything else seems fine. ok Brad. |
2019-02-22 17:34:28 by Stuart Henderson | Files touched by this commit (2) |
Log message: Update -stable to Dovecot 2.2.36.1 for CVE-2019-3814 and the bug fixes in Dovecot and Dovecot-pigeonhole 0.4.24.1. From Brad. |
2019-02-08 06:34:40 by Stuart Henderson | Files touched by this commit (2) |
Log message: update to Dovecot 2.3.4.1, fixing some issues with client certificates. ok brad (maintainer) * CVE-2019-3814: If imap/pop3/managesieve/submission client has trusted certificate with missing username field (ssl_cert_username_field), under some configurations Dovecot mistakenly trusts the username provided via authentication instead of failing. * ssl_cert_username_field setting was ignored with external SMTP AUTH, because none of the MTAs (Postfix, Exim) currently send the cert_username field. This may have allowed users with trusted certificate to specify any username in the authentication. This bug didn't affect Dovecot's Submission service. |
2019-01-16 03:25:46 by Stuart Henderson | Files touched by this commit (1) |
Log message: dovecot patch tweak, from Brad (no package change): Update to the patch from upstream and add use PRIu64 format patch. |
2018-11-24 05:02:49 by Stuart Henderson | Files touched by this commit (4) |
Log message: update to Dovecot 2.3.4, from Brad (maintainer) |
2018-10-24 13:42:36 by Stuart Henderson | Files touched by this commit (12) |
Log message: Update to dovecot-2.3.3. N.B. see https://wiki.dovecot.org/Upgrading/2.3 for required configuration changes, some settings especially ssl-related have changed. Initial diff from Renaud Allard, further changes from Brad. |
2018-09-04 06:46:28 by Marc Espie | Files touched by this commit (918) |
Log message: convert to PKGSTEM |
2018-05-29 08:25:11 by Stuart Henderson | Files touched by this commit (6) |
Log message: update to dovecot-2.2.36, from Brad |
2018-03-29 17:50:28 by Stuart Henderson | Files touched by this commit (6) |
Log message: update to Dovecot 2.2.35, ok brad |
2018-03-16 06:03:25 by Stuart Henderson | Files touched by this commit (2) |
Log message: Add ssl_protocols_to_min_protocol workaround from current. |
2018-03-15 16:20:54 by Stuart Henderson | Files touched by this commit (2) |
Log message: If SSL_CTX_set_min_proto_version is found, Dovecot enables some code to convert ssl_protocols strings to min/max values. Patch to neuter the autoconf check because this code doesn't work correctly (in particular it doesn't handle strings with !SSLv2) and fallback to the old working code instead. No reply to https://www.dovecot.org/pipermail/dovecot/2018-March/111260.html but the code is different in Dovecot master/2.3 (it looks like they did it this way in 2.2 so they could use the 1.1-api functions without config changes, but it backfired). ok Brad |
2018-03-10 14:58:48 by Stuart Henderson | Files touched by this commit (6) |
Log message: MFC update of Dovecot to 2.2.34, and dovecot-pigeonhole to 0.4.22 to match. Dovecot security fixes: CVE-2017-15130 CVE-2017-14461 CVE-2017-15132 |
2018-03-10 14:54:30 by Stuart Henderson | Files touched by this commit (5) |
Log message: security update to Dovecot 2.2.34. while there, also fix the default TLS protocol string to avoid using !SSLv2 which is not supported. ok juanfra@ Brad * CVE-2017-15130: TLS SNI config lookups may lead to excessive memory usage, causing imap-login/pop3-login VSZ limit to be reached and the process restarted. This happens only if Dovecot config has local_name { } or local { } configuration blocks and attacker uses randomly generated SNI servernames. * CVE-2017-14461: Parsing invalid email addresses may cause a crash or leak memory contents to attacker. For example, these memory contents might contain parts of an email from another user if the same imap process is reused for multiple users. * CVE-2017-15132: Aborted SASL authentication leaks memory in login process. |
2018-01-11 12:27:12 by Robert Peichaer | Files touched by this commit (624) |
Log message: Change the shebang line from /bin/sh to /bin/ksh in all ports rc.d daemon scripts and bump subpackages that contain the *.rc scripts. discussed with and OK aja@ OK tb |
2017-08-28 15:39:14 by Stuart Henderson | Files touched by this commit (6) |
Log message: update to Dovecot 2.2.32, from Brad (and same diff here). (Amongst other things, fixes a fairly annoying bug with replication not being able to recover from index problems in some versions). |
2017-07-26 16:45:35 by Stuart Henderson | Files touched by this commit (937) |
Log message: bump LIBCXX/LIBECXX/COMPILER_LIBCXX ports. |
2017-07-16 13:19:06 by Marc Espie | Files touched by this commit (880) |
Log message: use COMPILER_LIBCXX where applicable |
2017-07-11 17:04:43 by Stuart Henderson | Files touched by this commit (3) |
Log message: update to dovecot-2.2.31, from Brad |
2017-06-05 09:26:32 by Stuart Henderson | Files touched by this commit (3) |
Log message: update to dovecot-2.2.30.1, from Brad |
2017-04-15 15:56:13 by Stuart Henderson | Files touched by this commit (2) |
Log message: bugfix update to Dovecot 2.2.29.1, from Brad |
2017-04-11 15:02:09 by Stuart Henderson | Files touched by this commit (5) |
Log message: update to Dovecot 2.2.29, from Brad. * passdb/userdb dict: Don't double-expand %variables in keys. If dict was used as the authentication passdb, using specially crafted %variables in the username could be used to cause DoS (CVE-2017-2669) |
2017-04-10 05:46:23 by Stuart Henderson | Files touched by this commit (276) |
Log message: use LIBCXX |
2017-03-02 04:25:01 by Stuart Henderson | Files touched by this commit (2) |
Log message: backport fix for dovecot's trash plugin, "Panic: file mail-namespace.c: line 709 (mail_namespace_find): assertion failed: (ns != NULL)". ok brad |
2017-02-27 17:33:29 by Stuart Henderson | Files touched by this commit (5) |
Log message: update to Dovecot 2.2.28, ok Brad |
2017-02-27 04:39:56 by Stuart Henderson | Files touched by this commit (1) |
Log message: Full package spec isn't needed in LIB_DEPENDS-xx/RUN_DEPENDS-xx for subpkgs depending on the main package, because PKGSPEC is set. Mainly done to simplify testing RCs. OK Brad (maintainer). |
2016-12-04 14:36:02 by Stuart Henderson | Files touched by this commit (6) |
Log message: update to dovecot-2.2.27, and use https HOMEPAGE. From Brad. CVE-2016-8652 (the version in 6.0 isn't affected): "If auth-policy component has been activated in Dovecot, then remote user can use SASL authentication to crash auth component. Workaround is to disable auth-policy component until fix is in place." |
2016-11-12 08:37:32 by Stuart Henderson | Files touched by this commit (3) |
Log message: move include/dovecot/ldap-client.h to PLIST-ldap, reported by brad and dhill, based on a diff from dhill |
2016-11-02 11:41:24 by Stuart Henderson | Files touched by this commit (3) |
Log message: Patch Dovecot to handle openssl 1.1 api #ifdefs, e.g. -+#elif OPENSSL_VERSION_NUMBER < 0x10100000L ++#elif OPENSSL_VERSION_NUMBER < 0x10100000L || defined(LIBRESSL_VERSION_NUMBER) Looks good to jca. |
2016-11-01 08:12:04 by Stuart Henderson | Files touched by this commit (7) |
Log message: update to Dovecot 2.2.26.0, ok brad |
2016-09-23 03:16:58 by Stuart Henderson | Files touched by this commit (124) |
Log message: Cope with moving sqlite3 back to ports. |
2016-09-12 05:45:58 by Christian Weisgerber | Files touched by this commit (10) |
Log message: replace libiconv module |
2016-09-11 14:54:13 by Antoine Jacoutot | Files touched by this commit (13) |
Log message: Second and last pass at pre-entively fixing ports that would break once guenther's header pollution cleanup diff is in. |
2016-07-05 03:27:35 by Stuart Henderson | Files touched by this commit (2) |
Log message: oops, committed previous from wrong tree. noticed by nigel@ |
2016-07-04 06:12:14 by Stuart Henderson | Files touched by this commit (3) |
Log message: drop -lpthread hack, no longer needed. ok brad |
2016-04-26 15:09:43 by Stuart Henderson | Files touched by this commit (6) |
Log message: update to Dovecot 2.2.24, from Brad. |
2016-03-31 05:12:38 by Stuart Henderson | Files touched by this commit (3) |
Log message: update to Dovecot 2.2.23, ok brad |
2016-03-18 15:38:26 by Christian Weisgerber | Files touched by this commit (82) |
Log message: remove SHARED_ONLY from simple ports that use the gettext or libiconv module |
2016-03-17 08:11:45 by Stuart Henderson | Files touched by this commit (6) |
Log message: update to dovecot-2.2.22, from Brad |
2016-01-11 15:45:26 by Stuart Henderson | Files touched by this commit (2) |
Log message: Add a patch to re-allow the CRYPT password scheme in Dovecot. This scheme checks the password against the stored hash using the OS crypt() function and supports whichever schemes are supported by the OS, but currently Dovecot makes some assumptions about hash format (to work around a segfault when used on OpenBSD following removal of DES from crypt). 'doveadm pw -s CRYPT' (tool to generate hashed passwords) will now produce bcrypt passwords rather than not allowing the scheme at all. More info in the patch itself. OK Brad. |
2015-12-12 09:43:09 by Stuart Henderson | Files touched by this commit (8) |
Log message: update to Dovecot 2.2.21, from Brad |
2015-11-10 03:30:04 by Stuart Henderson | Files touched by this commit (3) |
Log message: Fix "doveadm pw" crashing when using the crypt scheme since OpenBSD's crypt() doesn't support DES now. From Brad. |
2015-10-05 04:20:29 by Stuart Henderson | Files touched by this commit (8) |
Log message: update to Dovecot 2.2.19, from Brad |
2015-06-15 02:50:27 by Stuart Henderson | Files touched by this commit (3) |
Log message: stop patching Dovecot's sample config files to enable client workarounds; from Brad (maintainer). |
2015-05-15 14:59:08 by Stuart Henderson | Files touched by this commit (6) |
Log message: update to dovecot 2.2.18, from brad |
2015-04-09 15:25:49 by Stuart Henderson | Files touched by this commit (5) |
Log message: Update to Dovecot 2.2.16, from Brad (maintainer) |
2014-10-28 03:19:54 by Stuart Henderson | Files touched by this commit (2) |
Log message: link Dovecot's executables with -lpthread, allowing use of plugins which use shared libraries that use threads (e.g. mysqlclient). ok brad@ |
2014-10-25 16:06:40 by Brad Smith | Files touched by this commit (3) |
Log message: Update to Dovecot 2.2.15. With some input from and ok sthen@ |
2014-10-16 12:01:57 by Brad Smith | Files touched by this commit (11) |
Log message: Update to Dovecot 2.2.14. ok sthen@ |
2011-07-22 14:15:47 by Stuart Henderson | Files touched by this commit (3) |
Log message: Fix rc script mode/group, and adjust an #ifdef in a patch to use a specific OpenBSD version. From Brad (maintainer). |
2011-06-18 16:41:27 by Stuart Henderson | Files touched by this commit (3) |
Log message: Add a krb5-config script to avoid patching the autoconf input files. From Brad. |
2011-06-04 05:38:43 by Stuart Henderson | Files touched by this commit (2) |
Log message: use correct group ownership for @sample'd /var/dovecot/login directory ok Brad |
2011-05-31 06:54:52 by Stuart Henderson | Files touched by this commit (1) |
Log message: Fix packaging, cluebat from Ian McWilliam |
2011-05-30 15:38:56 by Stuart Henderson | Files touched by this commit (4) |
Log message: Update Dovecot in -stable to 1.2.17, rolling in previous backported patches and fixing a few other bugs. From Brad, ok jasper@ |
2011-05-28 13:40:41 by Stuart Henderson | Files touched by this commit (15) |
Log message: 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-27 06:52:19 by Pierre-Emmanuel Andre | Files touched by this commit (2) |
Log message: Fix CVE-2011-1929 ok brad (maintainer), sthen@ |
2011-05-24 03:40:24 by Stuart Henderson | Files touched by this commit (1) |
Log message: tweak CONFIGURE_ARGS, from Brad (it now accepts --without-foo which is slightly clearer than --with-foo=no) |
2011-05-23 17:29:52 by Stuart Henderson | Files touched by this commit (2) |
Log message: bdb was in the DESCR too, pointed out by Brad |
2011-05-23 17:15:05 by Stuart Henderson | Files touched by this commit (2) |
Log message: - 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 16:54:38 by Stuart Henderson | Files touched by this commit (31) |
Log message: 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-11 06:57:48 by Jasper Lievisse Adriaanse | Files touched by this commit (33) |
Log message: 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-03-26 04:05:24 by Stuart Henderson | Files touched by this commit (10) |
Log message: Bump ports which should be using newer autoconf to 2.65; config.h files checked. From Brad. |
2011-03-05 13:41:19 by Stuart Henderson | Files touched by this commit (2) |
Log message: Drop the rc.local fragment from MESSAGE-server now we have an rc script. Pointed out by Dorian Buettner, ok Brad. |
2011-03-02 17:40:05 by Stuart Henderson | Files touched by this commit (6) |
Log message: - 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-01-15 03:56:51 by Jasper Lievisse Adriaanse | Files touched by this commit (10) |
Log message: - remove USE_GROFF=Yes, manpages checked by brad. from brad (MAINTAINER) |
2011-01-04 06:59:17 by Pierre-Emmanuel Andre | Files touched by this commit (6) |
Log message: 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@ |
2010-11-26 07:44:27 by Marc Espie | Files touched by this commit (7) |
Log message: default db-* for db/v4 is incorrect, set PKGSPEC=db->=4,<5, bump packages with erroneous depends. |
2010-11-19 00:23:15 by Marc Espie | Files touched by this commit (332) |
Log message: new depends |
2010-11-13 14:28:09 by Stuart Henderson | Files touched by this commit (2) |
Log message: update the managesieve plugin, from Brad. |
2010-11-09 07:35:46 by Stuart Henderson | Files touched by this commit (2) |
Log message: update Dovecot to 1.2.16, from Brad (maintainer). |
2010-11-06 04:18:39 by Marc Espie | Files touched by this commit (17) |
Log message: convert libiconv to new wantlib |
2010-10-18 13:59:20 by Marc Espie | Files touched by this commit (135) |
Log message: USE_GROFF=Yes |
2010-10-15 09:32:17 by Stuart Henderson | Files touched by this commit (2) |
Log message: update to newer sieve plugin, from Brad (maintainer) |
2010-10-03 17:25:52 by Stuart Henderson | Files touched by this commit (7) |
Log message: update to 1.2.15, from Brad |
2010-09-17 16:00:18 by Stuart Henderson | Files touched by this commit (4) |
Log message: Dovecot fixes from upstream via Brad. - maildir: If uidlist isn't read, don't mark its UIDs as being known when saving. - maildir: Avoid unnecessary uidlist recreation during mail delivery. - Removed "die after 3 EINTR write() failures to log". |
2010-09-17 07:11:14 by Stuart Henderson | Files touched by this commit (3) |
Log message: fixes from upstream via Brad; - Fixed setgid() failure error message. - imap: If selecting a mailbox fails, close the already selected mailbox. |
2010-08-27 02:27:15 by Stuart Henderson | Files touched by this commit (3) |
Log message: update Dovecot to 1.2.14, from Brad. several fixes and adds support for IDLE notifications with the virtual storage plugin. |
2010-08-08 16:21:55 by Stuart Henderson | Files touched by this commit (1) |
Log message: With the non-default-flavoured dovecot packages (ldap, etc), rather than forcing the no_sieve flavour (and thus not using the managesieve patch), instead just remove -sieve from the MULTI_PACKAGE list. Fixes managesieve with various flavoured packages. Problem found and diff from Andrew Fresh via Brad. ok (and dpb3 testing) naddy@. |
2010-07-30 15:55:16 by Stuart Henderson | Files touched by this commit (2) |
Log message: switch to the 1.2.13 managesieve diff, now it's been updated. from Brad. |
2010-07-30 14:22:24 by Stuart Henderson | Files touched by this commit (2) |
Log message: - Add a bug fix from upstream via Brad: mbox: Fields weren't being added to cache file during message saving. - Knock out the sieve subpackage if building with another flavor. The object code was ending up linked to db/ldap libraries and thus producing bad packages in bulk builds. This is a nasty hack from me to fix packages until we have time to fix the linking and has a big fat XXX next to it. Ok Brad (maintainer). |
2010-07-24 03:51:12 by Stuart Henderson | Files touched by this commit (6) |
Log message: update to 1.2.13, from Brad |
2010-07-20 17:49:18 by Stuart Henderson | Files touched by this commit (2) |
Log message: mbox: When generating envelope to From_-line, don't append a second @owndomain if username already has one. from upstream via Brad. |
2010-07-05 15:54:28 by Stuart Henderson | Files touched by this commit (2) |
Log message: Fix for mbox (Renaming mailbox under newly created dir didn't move index directory). From upstream via Brad. |
2010-06-27 03:46:18 by Stuart Henderson | Files touched by this commit (3) |
Log message: 2 fixes from upstream via Brad - lib-charset: Don't assert-crash when iconv() skips lots of invalid input. - lib-storage: When getting decoded headers, don't fail when MIME encoded-words expand to LFs. |
2010-06-20 07:53:56 by Stuart Henderson | Files touched by this commit (6) |
Log message: update to 0.2.12 from Brad (maintainer) |
2010-05-04 20:07:44 by Stuart Henderson | Files touched by this commit (2) |
Log message: sync patches, no package change. from Brad. |
2010-05-02 16:42:44 by Stuart Henderson | Files touched by this commit (2) |
Log message: add a patch from upstream via Brad: imap: If FETCH notices cached message size is wrong, mark cache corrupted |
2010-04-30 08:40:58 by Pierre-Emmanuel Andre | Files touched by this commit (3) |
Log message: Update sieve to 0.1.16 ok brad (maintainer), sthen@ |
2010-04-14 02:28:54 by Stuart Henderson | Files touched by this commit (2) |
Log message: fix a crash in deliver, from upstream via Brad |
2010-04-02 18:21:14 by Stuart Henderson | Files touched by this commit (7) |
Log message: use newer autoconf, from Brad |
2010-03-31 17:46:21 by Stuart Henderson | Files touched by this commit (2) |
Log message: cherrypick another diff from upstream; from Brad: pgsql: Don't leak memory if query returns multiple results. |
2010-03-31 13:37:31 by Stuart Henderson | Files touched by this commit (2) |
Log message: add a bugfix patch from upstream; from Brad |
2010-03-23 15:55:38 by Stuart Henderson | Files touched by this commit (1) |
Log message: when adding the managesieve patches, use patch -z.managesieve.orig so update-patches doesn't pick them all up. ok Brad. no bump needed. |
2010-03-23 15:32:07 by Pierre-Emmanuel Andre | Files touched by this commit (10) |
Log message: MAJOR update to Dovecot 1.2.11 The old cmusieve is removed in favor of the new sieve implementation. Be very careful when upgrading. Small howto here: http://openbsd.raveland.org/ports/dovecot/UPGRADE_HOWTO With tweaks from brad (maintainer) and sthen@: thanks Lot of tests from Robert (robert at openbsd.pap.st), thanks ! ok brad (maintainer), sthen@ |
2010-02-28 10:58:53 by Stuart Henderson | Files touched by this commit (3) |
Log message: fix the path to /usr/sbin/sendmail. ok Brad (maintainer), pea@, jasper@ (ports is still not fully open) |
2010-02-14 13:01:00 by Christian Weisgerber | Files touched by this commit (4) |
Log message: make sure flavor-invariant packages really don't pick up any flavor |
2009-11-20 21:35:30 by William Yodlowsky | Files touched by this commit (1) |
Log message: MFC: stability/bugfix update to 1.1.20 ok Brad jasper@ |
2009-11-10 16:20:22 by Stuart Henderson | Files touched by this commit (10) |
Log message: Update to 1.1.20, from Brad. |
2009-11-06 10:08:50 by Stuart Henderson | Files touched by this commit (3) |
Log message: add two patches from upstream repo; - maildir: Having a lot of keywords assert-crashed with "stack frame changed". - master: When creating login processes, don't close any fds after dup2()s. from Brad (maintainer). |
2009-10-30 21:16:57 by William Yodlowsky | Files touched by this commit (2) |
Log message: MFC: - SECURITY update of dovecot-sieve (based on the Cyrus sieve library) - bugfix update of dovecot reminded by pea@, agree sthen@, ok Brad |
2009-10-30 05:43:48 by Stuart Henderson | Files touched by this commit (8) |
Log message: Add some patches from upstream. From Brad. |
2009-09-22 21:37:03 by William Yodlowsky | Files touched by this commit (4) |
Log message: MFC: - SECURITY update of dovecot-sieve (based on the Cyrus sieve library) - bugfix update of dovecot originally from brad@, -stable diff partly from sthen@, thanks! ok brad@ (MAINTAINER) |
2009-09-15 16:56:16 by Stuart Henderson | Files touched by this commit (3) |
Log message: - SECURITY update of dovecot-sieve (based on the Cyrus sieve library) - bugfix update of dovecot From Brad (maintainer). |
2009-09-01 11:28:50 by Jasper Lievisse Adriaanse | Files touched by this commit (2) |
Log message: - let GSSAPI work again. from remco@d-compu.dyndns.org. ok brad (MAINTAINER) |
2009-07-27 17:32:17 by Stuart Henderson | Files touched by this commit (2) |
Log message: bugfix update to 1.1.18; from Brad. |
2009-07-17 01:28:18 by Stuart Henderson | Files touched by this commit (2) |
Log message: Bugfix update to 1.1.17; from Brad. |
2009-06-01 06:57:16 by Stuart Henderson | Files touched by this commit (2) |
Log message: 1.1.16; bugfix update, from Brad. fixes a couple of crashes. |
2009-05-19 02:10:56 by Stuart Henderson | Files touched by this commit (4) |
Log message: maintenance update to 1.1.15, from Brad. |
2009-05-04 05:40:41 by Stuart Henderson | Files touched by this commit (2) |
Log message: use /dev/arandom; from Brad. |
2009-04-17 08:06:40 by Stuart Henderson | Files touched by this commit (2) |
Log message: maintenance update to 1.1.4, from Brad (maintainer) |
2009-03-18 17:23:20 by Stuart Henderson | Files touched by this commit (5) |
Log message: maintenance update to 1.1.13, from Brad |
2009-03-17 03:09:10 by Stuart Henderson | Files touched by this commit (10) |
Log message: maintenance update to Dovecot 1.1.12 plus a couple of post-release patches from the upstream repo - from Brad (maintainer). |
2009-02-14 03:27:58 by Stuart Henderson | Files touched by this commit (2) |
Log message: log the correct filename in an error message; from upstream repo via Brad |
2009-02-08 07:54:21 by Stuart Henderson | Files touched by this commit (5) |
Log message: roll in fixes from upstream repo; from Brad. - mail_index_lookup_first() didn't always find the result. This caused SELECT not to return UNSEEN number always. - Maildir: Fix to earlier >26 keywords handling change. - i_stream_read(): Added a few more asserts. - istream-tee: Minor cleanups, assert and a potential fix. |
2009-02-04 14:29:48 by Stuart Henderson | Files touched by this commit (2) |
Log message: maintenance update to 1.1.11, from Brad. |
2009-01-27 01:33:13 by Stuart Henderson | Files touched by this commit (2) |
Log message: Update to 1.1.10, from Brad - fixes some problems introduced by 1.1.9 |
2009-01-26 07:47:02 by Stuart Henderson | Files touched by this commit (6) |
Log message: update to 1.1.9 and add a flavour add bdb dictionary support (allows the expire plugin to work without a SQL database). From Brad (maintainer), diff for bdb support from Michael Lechtermann. |
2009-01-08 05:07:03 by Stuart Henderson | Files touched by this commit (6) |
Log message: bugfix updates to 1.1.8 (Dovecot) and 1.1.6 (dovecot-sieve), from Brad (maintainer). |
2008-11-24 17:44:58 by Brad Smith | Files touched by this commit (3) |
Log message: Update to Dovecot 1.1.7; A bug fix release. ok sthen@ |
2008-10-29 17:16:56 by Brad Smith | Files touched by this commit (2) |
Log message: Update to Dovecot 1.1.6; an important bug fix update. ok sthen@ |
2008-10-23 12:37:49 by Brad Smith | Files touched by this commit (4) |
Log message: Update to Dovecot 1.1.5. ok sthen@ |
2008-10-08 17:03:55 by Brad Smith | Files touched by this commit (5) |
Log message: Update to Dovecot 1.1.4. ok sthen@ |
2008-09-23 07:31:50 by Bernd Ahlers | Files touched by this commit (1) |
Log message: Missing PKGNAME-sieve bump after COMMENT-sieve change. |
2008-09-04 02:35:43 by Brad Smith | Files touched by this commit (4) |
Log message: Update to Dovecot 1.1.3. ok sthen@ |
2008-08-23 14:13:39 by Brad Smith | Files touched by this commit (2) |
Log message: Add missing PREFIX marker to an example plugins path for LDA. From Ingo Schwarze <schwarze at usta dot de> |
2008-08-19 20:07:04 by Brad Smith | Files touched by this commit (11) |
Log message: Upgrade to Dovecot 1.1.2. ok jakob@ |
2008-07-21 03:37:36 by Brad Smith | Files touched by this commit (2) |
Log message: Three fixes for Dovecot 1.0.. - Maildir: Group of the created shared directory wasn't set. - Logging: Make sure we don't recurse infinitely when running out of memory. - rfc822_parse_phrase(): Don't read outside data boundaries if input is empty. From the Dovecot Mercurial repo. ok sthen@ |
2008-07-02 17:00:10 by Brad Smith | Files touched by this commit (2) |
Log message: Maildir: If there are multiple :2,<flags> in filename, use the last one both getting and setting the flags. From the Dovecot Mercurial repo. ok sthen@ |
2008-06-22 12:36:46 by Brad Smith | Files touched by this commit (6) |
Log message: upgrade to Dovecot 1.0.15. bug fix update. ok sthen@ |
2008-06-19 16:27:33 by Brad Smith | Files touched by this commit (3) |
Log message: 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-02 18:16:51 by Stuart Henderson | Files touched by this commit (14) |
Log message: Maintenance update, recent patches are now rolled into the distfile from upstream. From Brad. |
2008-05-30 17:25:10 by Stuart Henderson | Files touched by this commit (2) |
Log message: update dovecot-sieve to new version, from Brad. |
2008-05-28 17:08:03 by Stuart Henderson | Files touched by this commit (3) |
Log message: 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-22 01:55:08 by Stuart Henderson | Files touched by this commit (9) |
Log message: 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-15 23:45:26 by Bernd Ahlers | Files touched by this commit (2) |
Log message: "allow_nets didn't work correctly with big endian machines." From upstream: http://hg.dovecot.org/dovecot-1.0/rev/71c02fdf1b59 via brad@ |
2008-04-28 03:51:10 by Bernd Ahlers | Files touched by this commit (1) |
Log message: cvs ate this patch. |
2008-03-16 12:46:14 by Brad Smith | Files touched by this commit (3) |
Log message: upgrade to Dovecot 1.0.13. security and bug fix update. looks good jasper@ |
2007-12-31 03:31:11 by Jakob Schlyter | Files touched by this commit (2) |
Log message: dovecot 1.0.10; from MAINTAINER |
2007-12-11 23:06:43 by Jakob Schlyter | Files touched by this commit (2) |
Log message: dovecot 1.0.9; from MAINTAINER |
2007-11-30 02:52:39 by Jakob Schlyter | Files touched by this commit (4) |
Log message: update to dovecot 1.0.8, from MAINTAINER |
2007-10-29 16:07:54 by Jakob Schlyter | Files touched by this commit (2) |
Log message: Dovecot 1.0.7 (bugfix release); from MAINTAINER |
2007-10-29 01:27:28 by Jakob Schlyter | Files touched by this commit (2) |
Log message: update to Dovecot 1.0.6 (bugfix release); from MAINTAINER |
2007-09-09 01:23:12 by Jakob Schlyter | Files touched by this commit (2) |
Log message: update to v1.0.5 (bugfix release) |
2007-09-08 02:44:39 by Jakob Schlyter | Files touched by this commit (4) |
Log message: dovecot v1.0.4; from MAINTAINER |
2007-09-01 14:11:21 by Matthias Kilian | Files touched by this commit (12) |
Log message: Change Brads email address for now, so people can reach him instead of getting bounces or 550s. Bump pkgnames. While here, remove quotes from comments. prompted by espie@ |
2007-08-27 01:48:55 by Jakob Schlyter | Files touched by this commit (2) |
Log message: dovecot 1.0.3; from maintainer |
2007-07-26 14:19:18 by Antoine Jacoutot | Files touched by this commit (3) |
Log message: MFC: - upgrade dovecot-server to version 1.0.2 and dovecot-sieve to version 1.0.1 ; fix several bugs ok sturm@ |
2007-07-26 14:16:33 by Antoine Jacoutot | Files touched by this commit (3) |
Log message: MFC: - upgrade to version 1.0.2 ; fix several bugs ok sturm@ |
2007-07-16 01:09:59 by Jakob Schlyter | Files touched by this commit (4) |
Log message: upgrade to v1.0.2, bugfix release; from brad@ |
2007-06-19 13:18:49 by Jakob Schlyter | Files touched by this commit (6) |
Log message: update to Dovecot 1.0.1, a bug fix release. from brad@ |
2007-05-01 11:50:58 by Nikolay Sturm | Files touched by this commit (3) |
Log message: update to dovecot 1.0.0 many bug and some security fixes from brad |
2007-05-01 05:49:49 by Nikolay Sturm | Files touched by this commit (6) |
Log message: update to dovecot 1.0.0 many bug and some security fixes from brad |
2007-05-01 05:22:13 by Nikolay Sturm | Files touched by this commit (6) |
Log message: update to dovecot 1.0.0 many bug and some security fixes from brad |
2007-04-17 23:43:52 by Jakob Schlyter | Files touched by this commit (2) |
Log message: update sieve plugin version |
2007-04-13 09:38:29 by Jakob Schlyter | Files touched by this commit (2) |
Log message: Dovecot v1.0.0; from brad@ |
2007-04-12 14:13:58 by Jakob Schlyter | Files touched by this commit (2) |
Log message: another release candidate, mostly LDAP fixes; from brad@ |
2007-04-11 14:28:15 by Jakob Schlyter | Files touched by this commit (5) |
Log message: dovecot 1.0rc31; from brad@ |
2007-04-05 10:20:19 by Marc Espie | Files touched by this commit (912) |
Log message: base64 checksums. |
2007-03-24 01:29:01 by Jakob Schlyter | Files touched by this commit (4) |
Log message: dovecot 1.0 rc 28; from brad@ |
2007-03-22 00:59:13 by Jakob Schlyter | Files touched by this commit (2) |
Log message: add sqlite flavour; from brad@ |
2007-03-21 16:43:49 by Mathieu Sauve-Frankel | Files touched by this commit (1) |
Log message: make dovecot-example_conf respect PREFIX again. broken many many moons ago. ok maintainer |
2007-03-15 17:20:54 by Jakob Schlyter | Files touched by this commit (6) |
Log message: dovecot 1.0 rc 27; from brad@ |
2007-02-06 14:56:26 by Jakob Schlyter | Files touched by this commit (2) |
Log message: version 1.0.rc22; from brad@ |
2007-02-03 01:19:18 by Jakob Schlyter | Files touched by this commit (3) |
Log message: dovecot 1.0.rc21 (from brad@) |
2007-01-25 00:48:39 by Jakob Schlyter | Files touched by this commit (4) |
Log message: update to 1.0.rc19; from maintainer (brad@) |
2007-01-15 01:12:40 by Jakob Schlyter | Files touched by this commit (10) |
Log message: upgrade to dovecot 1.0.rc17; from brad@ |
2006-12-07 14:49:01 by Steven Mestdagh | Files touched by this commit (2) |
Log message: - repair dependencies - use BUILD_PKGPATH since this can be flavored - add forgotten @pkgpath annotation - bump all PKGNAMEs |
2006-12-05 15:52:23 by Nikolay Sturm | Files touched by this commit (4) |
Log message: update to dovecot 1.0rc15 many bug fixes and at least one security fix from brad |
2006-12-05 15:23:02 by Nikolay Sturm | Files touched by this commit (2) |
Log message: update to dovecot 1.0rc15 many bug fixes and at least one security fix from brad |
2006-12-04 22:52:12 by Nikolay Sturm | Files touched by this commit (2) |
Log message: SECURITY: Fixed an off-by-one buffer overflow in cache file handling. The code is executed only with mmap_disable=yes and only if index files are used (ie. INDEX=MEMORY is safe). noticed by bernd |
2006-12-02 03:34:30 by Jakob Schlyter | Files touched by this commit (1) |
Log message: SHARED_ONLY; from brad@ |
2006-12-01 16:57:28 by Marc Espie | Files touched by this commit (1) |
Log message: default package |
2006-12-01 16:30:49 by Jakob Schlyter | Files touched by this commit (13) |
Log message: add package for the sieve mail filter plugin; ok brad@ |
2006-11-18 17:40:23 by Brad Smith | Files touched by this commit (2) |
Log message: upgrade to Dovecot 1.0rc15 |
2006-11-12 13:57:03 by Brad Smith | Files touched by this commit (2) |
Log message: upgrade to Dovecot 1.0rc14 |
2006-11-11 06:31:07 by Marc Balmer | Files touched by this commit (1) |
Log message: Fix WANTLIB after openldap changes. |
2006-11-10 23:25:40 by Brad Smith | Files touched by this commit (3) |
Log message: upgrade to Dovecot 1.0rc13 |
2006-11-05 09:07:30 by Brad Smith | Files touched by this commit (3) |
Log message: upgrade to Dovecot 1.0rc12 |
2006-11-04 22:02:38 by Brad Smith | Files touched by this commit (4) |
Log message: upgrade to Dovecot 1.0rc11 |
2006-10-23 12:23:12 by Brad Smith | Files touched by this commit (3) |
Log message: upgrade to Dovecot 1.0rc10 |
2006-10-13 19:41:19 by Brad Smith | Files touched by this commit (3) |
Log message: upgrade to Dovecot 1.0rc9 |
2006-10-09 13:26:53 by Brad Smith | Files touched by this commit (4) |
Log message: upgrade to Dovecot 1.0rc8 |
2006-09-22 09:46:28 by Brad Smith | Files touched by this commit (2) |
Log message: 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-17 23:04:28 by Brad Smith | Files touched by this commit (4) |
Log message: upgrade to Dovecot 1.0rc7 ok dlg@ |
2006-08-06 13:57:08 by Nikolay Sturm | Files touched by this commit (3) |
Log message: revert unapproved commit, the ports tree is locked |
2006-08-06 13:48:36 by Brad Smith | Files touched by this commit (3) |
Log message: upgrade to Dovecot 1.0rc5 ok marco@ |
2006-08-03 07:09:10 by Marc Espie | Files touched by this commit (24) |
Log message: new lib specs |
2006-07-28 18:28:48 by Brad Smith | Files touched by this commit (1) |
Log message: bump PKGNAME. |
2006-07-28 18:27:35 by Brad Smith | Files touched by this commit (1) |
Log message: provide a useable config for mbox users by using fcntl for the write locking method. |
2006-07-28 18:24:46 by Brad Smith | Files touched by this commit (1) |
Log message: Use perms of 755 instead of 700 for /var/dovecot. |
2006-07-18 14:27:13 by Aleksander Piotrowski | Files touched by this commit (2) |
Log message: Use /etc/ssl as SYSCONFDIR can be changed by end user. go ahead brad@ |
2006-07-16 13:01:12 by Brad Smith | Files touched by this commit (1) |
Log message: disable kqueue for the file system notification method. as has been noted on the dovecot list, there is a bug in this code which causes processes to stay around after a client has disconnected. |
2006-07-15 20:43:08 by Brad Smith | Files touched by this commit (6) |
Log message: upgrade to Dovecot 1.0rc2 "That works way better." ok marco@ |
2006-06-19 05:49:08 by Bernd Ahlers | Files touched by this commit (7) |
Log message: Back out change with no review. ok espie@, pvalchev@ |
2006-06-18 03:35:36 by Brad Smith | Files touched by this commit (1) |
Log message: fix CONFIGURE_ARGS |
2006-06-16 15:03:44 by Brad Smith | Files touched by this commit (7) |
Log message: upgrade to Dovecot 1.0beta9 |
2006-06-08 23:51:02 by Nikolay Sturm | Files touched by this commit (3) |
Log message: update to dovecot 1.0.beta8 fixes a security hole with mboxes |
2006-05-17 19:59:21 by Brad Smith | Files touched by this commit (1) |
Log message: disable kqueue again. |
2006-05-12 14:26:51 by Brad Smith | Files touched by this commit (1) |
Log message: CVS missed this, checksums for beta8 |
2006-05-12 13:10:11 by Brad Smith | Files touched by this commit (5) |
Log message: upgrade to Dovecot 1.0beta8 |
2006-05-10 13:51:03 by Brad Smith | Files touched by this commit (2) |
Log message: 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-09 18:30:04 by Brad Smith | Files touched by this commit (2) |
Log message: add a diff to fix the crashing issues exhibited when using kqueue() and re-enable kqueue(). >From Vaclav Haisman on the Dovecot list. |
2006-04-16 00:59:29 by Brad Smith | Files touched by this commit (2) |
Log message: comment out the library archive and libtool wrapper for the new plugin. |
2006-04-14 20:47:21 by Brad Smith | Files touched by this commit (1) |
Log message: disable kqueue for now. |
2006-04-12 10:32:11 by Brad Smith | Files touched by this commit (3) |
Log message: upgrade to Dovecot 1.0beta7 |
2006-04-04 18:23:28 by Brad Smith | Files touched by this commit (2) |
Log message: upgrade to Dovecot 1.0beta5 |
2006-04-02 12:45:01 by Brad Smith | Files touched by this commit (7) |
Log message: upgrade to Dovecot 1.0beta4 |
2006-03-22 22:24:24 by Brad Smith | Files touched by this commit (2) |
Log message: 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-02-10 21:10:08 by Brad Smith | Files touched by this commit (1) |
Log message: Dovecot has code that is MIT licensed as well. |
2006-02-08 22:17:15 by Brad Smith | Files touched by this commit (8) |
Log message: upgrade to Dovecot 1.0beta3 |
2006-01-23 13:33:40 by Brad Smith | Files touched by this commit (7) |
Log message: upgrade to Dovecot 1.0beta2 |
2006-01-22 08:35:44 by Brad Smith | Files touched by this commit (3) |
Log message: patches for the kqueue code to fix a few issues. From: <V dot Haisman at sh dot cvut dot cz> |
2006-01-19 19:04:19 by Brad Smith | Files touched by this commit (2) |
Log message: 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-19 15:35:57 by Brad Smith | Files touched by this commit (2) |
Log message: fix a bug not allowing ssl_parameters_regenerate to be set on 64-bit archs. >From Dovecot CVS |
2006-01-16 14:32:59 by Brad Smith | Files touched by this commit (7) |
Log message: upgrade to Dovecot 1.0beta1 |
2005-11-11 07:53:28 by Bernd Ahlers | Files touched by this commit (2) |
Log message: This is the real fix for the openldap problem. Sorry guys. tested & ok alek@ |
2005-11-11 05:11:41 by Bernd Ahlers | Files touched by this commit (1) |
Log message: - Add sasl2 to LIB_DEPENDS in ldap FLAVOR. Caused by the last openldap update. - Bump PKGNAME "go ahead" espie@ |
2005-10-20 12:28:48 by Brad Smith | Files touched by this commit (4) |
Log message: upgrade to Dovecot 1.0alpha4 |
2005-10-06 11:03:22 by Brad Smith | Files touched by this commit (3) |
Log message: add a LDAP FLAVOR. |
2005-09-23 08:44:05 by Brad Smith | Files touched by this commit (2) |
Log message: upgrade to Dovecot 1.0alpha3 |
2005-09-11 14:57:05 by Brad Smith | Files touched by this commit (2) |
Log message: upgrade to Dovecot 1.0alpha2 |
2005-09-04 12:22:30 by Brad Smith | Files touched by this commit (29) |
Log message: upgrade to Dovecot 1.0alpha1 |
2005-07-23 14:41:30 by Brad Smith | Files touched by this commit (1) |
Log message: spaces to tab |
2005-07-23 14:38:17 by Brad Smith | Files touched by this commit (4) |
Log message: add example config files. |
2005-07-23 13:34:22 by Brad Smith | Files touched by this commit (2) |
Log message: add a postgresql FLAVOR. Based on similar diffs from chris@ and Peter Galbavy <peter dot galbavy at knowtion dot net> |
2005-02-13 11:44:05 by Brad Smith | Files touched by this commit (1) |
Log message: MySQL FLAVOR. |
2005-02-13 11:42:46 by Brad Smith | Files touched by this commit (1) |
Log message: add a MySQL FLAVOR. From: Johan Fredin <griffin at legonet dot org> |
2005-02-13 11:37:32 by Aleksander Piotrowski | Files touched by this commit (2) |
Log message: - Fix libiconv detection - Bump PKGNAME ok brad@ |
2005-02-12 05:17:07 by Brad Smith | Files touched by this commit (8) |
Log message: upgrade to Dovecot 0.99.14 |
2005-01-05 09:58:59 by Christian Weisgerber | Files touched by this commit (132) |
Log message: SIZE |
2005-01-02 05:56:06 by Aleksander Piotrowski | Files touched by this commit (27) |
Log message: Add WANTLIB markers |
2004-11-24 14:10:53 by Aleksander Piotrowski | Files touched by this commit (5) |
Log message: - Move notice from INSTALL to MESSAGE - Replace (DE)INSTALL with @sample, @new(group|user) - Bump PKGNAME ok naddy@ brad@ |
2004-09-15 03:09:46 by Marc Espie | Files touched by this commit (110) |
Log message: new style plists. |
2004-08-10 03:14:48 by Xavier Santolaria | Files touched by this commit (18) |
Log message: new-style MODULES. |
2004-07-30 11:40:27 by Brad Smith | Files touched by this commit (3) |
Log message: upgrade to Dovecot 0.99.10.8 |
2004-07-21 08:19:19 by Brad Smith | Files touched by this commit (6) |
Log message: upgrade to Dovecot 0.99.10.7 |
2004-07-11 19:11:01 by Brad Smith | Files touched by this commit (1) |
Log message: remove some whitespace |
2004-06-25 12:04:13 by Brad Smith | Files touched by this commit (2) |
Log message: add a patch to unbreak being able to use symlinks with Maildir, bug introduced in 0.99.10.6. -- From: Dovecot author via Kevin Cramer <kcramer at siscom dot net> |
2004-06-25 11:41:59 by Brad Smith | Files touched by this commit (2) |
Log message: sync patches |
2004-06-22 22:50:00 by Brad Smith | Files touched by this commit (3) |
Log message: @extra and some cleaning |
2004-06-22 15:05:20 by Brad Smith | Files touched by this commit (8) |
Log message: upgrade to Dovecot 0.99.10.6 - takeover as MAINTAINER -- ok MAINTAINER |
2004-05-28 15:23:22 by Brad Smith | Files touched by this commit (3) |
Log message: MFC: upgrade to Dovecot 0.99.10.5 Dovecot 0.99.10.{4,5} fix some possible mail box corruption issues. |
2004-05-28 14:46:46 by Brad Smith | Files touched by this commit (4) |
Log message: MFC: upgrade to Dovecot 0.99.10.5 Dovecot 0.99.10.{4,5} fix some possible mail box corruption issues. |
2004-05-27 10:38:30 by Brad Smith | Files touched by this commit (6) |
Log message: upgrade to Dovecot 0.99.10.5 -- ok MAINTAINER |
2004-05-09 18:06:47 by Brad Smith | Files touched by this commit (19) |
Log message: upgrade to Dovecot 0.99.10.4 -- ok MAINTAINER |
2003-11-04 20:42:06 by Jolan Luff | Files touched by this commit (3) |
Log message: - initialize /var/dovecot/login via INSTALL to quell a warning about it not existing (and thus be created by dovecot itself) - incorporate upstream patch which prevents some partial BODY[part] fetches from possibly returning data incorrectly - bump PKGNAME |
2003-09-23 00:34:32 by Jolan Luff | Files touched by this commit (5) |
Log message: fix three crashing bugs, bump PKGNAME - searching address fields can crash sometimes - auth process crashes if user doesn't have home directory set - sme BODY and BODYSTRUCTURE replies missed data for message/rfc822 MIME parts causing clients to break |
2003-08-29 18:11:31 by Jolan Luff | Files touched by this commit (3) |
Log message: err on the side of caution and make "index_mmap_invalidate = yes" the default to totally negate the chance of index corruption at the cost of performance. ok naddy@ |
2003-07-23 00:03:01 by Jolan Luff | Files touched by this commit (24) |
Log message: incorporate megadiff from the author which allows mmaping of index data on openbsd, related to pr/3291. bump PKGNAME |