notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
All known SQL injection issues patched. There is no evidence it was exploited. That doesn’t mean it wasn’t. Please change your password.
non port: mail/dovecot2/Makefile
SVNWeb

Number of commits found: 115 (showing only 100 on this page)

1 | 2  »  

Sun, 6 Aug 2017
[ 14:01 adamw search for other commits by this committer ] Original commit   Revision:447463
Remove CONFLICTS for dovecot1, which expired.
Fri, 30 Jun 2017
[ 22:56 adamw search for other commits by this committer ] Original commit   Revision:444810
Add upstream patches to fix IMAP NOTIFY subscriptions, broken in 2.2.31.

PR:		220397
Submitted by:	Vladimir Krstulja
Mon, 26 Jun 2017
[ 22:29 adamw search for other commits by this committer ] Original commit   Revision:444419
Update dovecot2 to 2.2.31, and bump PORTREVISION on the modules.

* LMTP: Removed "(Dovecot)" from added Received headers. Some
  installations want to hide it, and there's not really any good reason
  for anyone to have it.

+ Add ssl_alt_cert and ssl_alt_key settings to add support for
  having both RSA and ECDSA certificates.
+ dsync/imapc, pop3-migration plugin: Strip trailing whitespace from
  headers when matching mails. This helps with migrations from Zimbra.
+ acl: Add acl_globals_only setting to disable looking up
  per-mailbox dovecot-acl files.
+ Parse invalid message addresses better. This mainly affects the
  generated IMAP ENVELOPE replies.
- v2.2.30 wasn't fixing corrupted dovecot.index.cache files properly.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Mon, 19 Jun 2017
[ 21:16 adamw search for other commits by this committer ] Original commit   Revision:443911
Add an upstream patch to fix a potential crash or a scenario where
mail is mis-marked as corrupted.

Submitted by:	arved
Obtained
from:	https://github.com/dovecot/core/commit/8a5fe0c06f48b202a5f1d3dd49f7ed7ed92d64ae
MFH:		2017Q2
Tue, 6 Jun 2017
[ 15:37 ler search for other commits by this committer ] Original commit   Revision:442779
mail/dovecot2:
    - auth: Multiple failed authentications within short time caused
          crashes
        - push-notification: OX driver crashed at deinit

Bump PORTREVISION for plugins.
Wed, 31 May 2017
[ 14:16 adamw search for other commits by this committer ] Original commit   Revision:442182
Update dovecot to 2.2.30.1, and bump PORTREVISION on plugins.

  Due to some release process changes I didn't notice that one
  important bugfix wasn't included in the v2.2.30 release branch
  before I made the release. So fixing it here with v2.2.30.1.
  Also included another less important fix.

    - quota_warning scripts weren't working in v2.2.30
    - vpopmail still wasn't compiling

  Also I guess should mention that in v2.2.30+ the "script"
  service's protocol changed to a new version. If anyone had
  written their own script services (not using the included
  "script" binary) they would need some changes. I haven't
  heard of anyone having done that though.
Tue, 30 May 2017
[ 20:13 adamw search for other commits by this committer ] Original commit   Revision:442118
Update dovecot to 2.2.30, and bump PORTREVISION in consumers.

* auth: Use timing safe comparisons for everything related to
  passwords. It's unlikely that these could have been used for
  practical attacks, especially because Dovecot delays and flushes all
  failed authentications in 2 second intervals. Also it could have
  worked only when passwords were stored in plaintext in the passdb.
* master process sends SIGQUIT to all running children at shutdown,
  which instructs them to close all the socket listeners immediately.
  This way restarting Dovecot should no longer fail due to some
  processes keeping the listeners open for a long time.

+ auth: Add passdb { mechanisms=none } to match separate passdb lookup
+ auth: Add passdb { username_filter } to use passdb only if user
  matches the filter. See https://wiki2.dovecot.org/PasswordDatabase
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Thu, 11 May 2017
[ 00:28 adamw search for other commits by this committer ] Original commit   Revision:440608
Control lz4 support from a configure knob. Previously, if liblz4.so was
present, the port would pick it up, without registering a proper dependency.

PORTREVISION bump for the potential product change.

Reported by:	Melissa Pilgrim
Sun, 30 Apr 2017
[ 22:40 adamw search for other commits by this committer ] Original commit   Revision:439854
Add an alread-upstreamed patch to fix dovecot-auth wedging with
NTLM authentication.

PR:		218693
Submitted by:	Andriy Syrovenko
Obtained
from:	https://github.com/dovecot/core/commit/a319c3201bff1ea7bae3e7ab1fae42e9c4759056
MFH:		2017Q2
Wed, 12 Apr 2017
[ 16:17 adamw search for other commits by this committer ] Original commit   Revision:438365
Update to 2.2.29.1.

  - imapc reconnection fix was forgotten from 2.2.29 release, which also
    made "make check" fail in a unit test
  - dict-sql: Merging multiple UPDATEs to a single statement wasn't
    actually working.
  - Fixed building with vpopmail
Tue, 11 Apr 2017
[ 00:23 adamw search for other commits by this committer ] Original commit   Revision:438222
Update dovecot to 2.2.29, and bump PORTREVISION for the plugins. Add a
warning to the pkg-message that security.bsd.see_other_uids/gids should
not be enabled if dovecot is storing mail for multiple users concurrently
(PR 218392, submitted by topical).

 * 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)
 * When Dovecot encounters an internal error, it logs the real error and
   usually logs another line saying what function failed. Previously the
   second log line's error message was a rather uninformative "Internal
   error occurred. Refer to server log for more information." Now the
   real error message is duplicated in this second log line.
 * lmtp: If a delivery has multiple recipients, run autoexpunging only
   for the last recipient. This avoids a problem where a long
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Wed, 22 Mar 2017
[ 15:15 adamw search for other commits by this committer ] Original commit   Revision:436705
Add an upstream patch to fix a crash in the tika FTS plugin.

Submitted by:	ler
Obtained
from:	https://github.com/dovecot/core/commit/3751b61dfbc6c141731a740d982fc59918db2482.patch
Wed, 1 Mar 2017
[ 17:55 adamw search for other commits by this committer ] Original commit   Revision:435188
Add a patch from upstream that fixes a crash with the trash plugin:

Panic: file mail-namespace.c: line 709 (mail_namespace_find): assertion failed:
(ns != NULL)

Bump PORTREVISION.

PR:		217364
Submitted by:	Max Kostikov
Obtained
from:	https://github.com/dovecot/core/commit/326fb016a23480e4ff8dcc03dc80e76812859bd6.patch
Fri, 24 Feb 2017
[ 15:24 adamw search for other commits by this committer ] Original commit   Revision:434722
Update dovecot2 to 2.2.28, and bump PORTREVISION on the plugins.

  * director: "doveadm director move" to same host now refreshes user's
    timeout. This allows keeping user constantly in the same backend by
    just periodically moving the user there.
  * When new mailbox is created, use initially INBOX's
    dovecot.index.cache caching decisions.
  * Expunging mails writes GUID to dovecot.index.log now only if the
    GUID is quickly available from index/cache.
  * pop3c: Increase timeout for PASS command to 5 minutes.
  * Mail access errors are no longer ignored when searching or sorting.
    With IMAP the untagged SEARCH/SORT reply is still sent the same as
    before, but NO reply is returned instead of OK.

  + Make dovecot.list.index's filename configurable. This is needed when
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Mon, 9 Jan 2017
[ 13:16 amdmi3 search for other commits by this committer ] Original commit   Revision:430947 (Only the first 10 of 104 ports in this commit are shown above. View all ports for this commit)
- Remove always-true/false conditions after FreeBSD 9, 10.1, 10.2 EOL

Approved by:	portmgr blanket
Sat, 3 Dec 2016
[ 18:31 adamw search for other commits by this committer ] Original commit   Revision:427636
Update dovecot2 to 2.2.27, and bump PORTREVISION on pigeonhole and
antispam-plugin. Also, while here, switch the MASTER_SITE to https,
because https.

The big thing in this release is the ability to read and write
encrypted messages. I'm very interested in hearing FreeBSD users'
experiences with it.

Really, Larry Rosenman did almost all the actual work here.


 * dovecot.list.index.log rotation sizes/times were changed so that
   the .log file stays smaller and .log.2 is deleted sooner.

 + Added mail_crypt plugin that allows encryption of stored emails.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Sun, 20 Nov 2016
[ 09:38 gerald search for other commits by this committer ] Original commit   Revision:426566 (Only the first 10 of 364 ports in this commit are shown above. View all ports for this commit)
Bump PORTREVISIONS for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.8.5 to GCC 4.9.4 (at least under some
circumstances such as versions of FreeBSD or platforms).

In particular that is ports with USE_GCC=yes, USE_GCC=any, or one of
gcc-c++11-lib, openmp, nestedfct, c++11-lib as well as c++14-lang,
c++11-lang, c++0x, c11 requested via USES=compiler.
Sat, 19 Nov 2016
[ 18:21 jbeich search for other commits by this committer ] Original commit   Revision:426525 (Only the first 10 of 85 ports in this commit are shown above. View all ports for this commit)
devel/icu: update to 58.1

Changes:	http://site.icu-project.org/download/58
PR:		214384
Exp-run by:	antoine
Approved by:	office (bapt)
Wed, 9 Nov 2016
[ 21:57 adamw search for other commits by this committer ] Original commit   Revision:425810
Add an upstream github commit:
https://github.com/dovecot/core/commit/b284962364068d5e9d60b8b1e98ba61b4b6593ec

lib-http: client: Fixed assert failure occurring when server eturns
error status early while client is still sending blocking payload.

PR:		214365
Submitted by:	Larry Rosenman
Fri, 28 Oct 2016
[ 17:11 adamw search for other commits by this committer ] Original commit   Revision:424865
Update to 2.2.26.0, which you can tell is higher than 2.2.26 because 0
is a larger number.

  - Fixed some compiling issues.
  - auth: Fixed assert-crash when using NTLM or SKEY mechanisms and
    multiple passdbs.
  - auth: Fixed crash when exporting to auth-worker passdb extra fields
    that had empty values.
  - dsync: Fixed assert-crash in dsync_brain_sync_mailbox_deinit
Thu, 27 Oct 2016
[ 23:15 adamw search for other commits by this committer ] Original commit   Revision:424796
Update dovecot2 to 2.2.26, and bump PORTREVISION on pigeonhole and
antispam-plugin.

Changes for 2.2.26:
Mainly there are quite a lot of director fixes and improvements.

Here's the full list of changes:

 * master: Removed hardcoded 511 backlog limit for listen(). The kernel
   should limit this as needed.
 * doveadm import: Source user is now initialized the same as target
   user. Added -U parameter to override the source user.
 * Mailbox names are no longer limited to 16 hierarchy levels. We'll
   check another way to make sure mailbox names can't grow larger than
   4096 bytes.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Tue, 11 Oct 2016
[ 21:59 adamw search for other commits by this committer ] Original commit   Revision:423802
- When DOCS is enabled but EXAMPLES is not, two files that are supposed to
  be examples are bundled into DOCSDIR. Fix this by installing them into
  EXAMPLESDIR regardless of the EXAMPLES knob and trust pkg to DTRT
- Make vpopmail depend on vpopmail-the-package, instead of
  vchkpw-the-silly-looking-path-under-LOCALBASE
- Turn the curl dependency in the SOLR knob to a LIB_DEPENDS instead of a
  BUILD_DEPENDS, so that curl is available at runtime as well
- Categorize the OPTIONS helpers under the same categories they're listed
  under in the OPTIONS dialogue, to aid with organization

PORTREVISION bump for the potential plist and dependency changes.
Sat, 24 Sep 2016
[ 11:06 tijl search for other commits by this committer ] Original commit   Revision:422711 (Only the first 10 of 110 ports in this commit are shown above. View all ports for this commit)
- Update devel/icu to 57.1.
- Clean up the Makefile.
- Follow some upstream recommendations (--with-data-packaging=archive,
  --disable-renaming, -DICU_NO_USER_DATA_OVERRIDE).
- Patch makefiles to install static libraries with INSTALL_DATA so they
  aren't stripped.
- Patch config/mh-bsd-gcc to sync with config/mh-linux-gcc.
- Fix endianness detection in ICU.  The code wanted to use BYTE_ORDER
  defined in machine/endian.h, but this isn't visible because ICU is
  compiled with _XOPEN_SOURCE.  Patch the code to use _BYTE_ORDER instead.
- Compile ICU with C++11 compiler to enable move constructors.
- Patch ICU to fix a problem with atomics in the case of a C++11 compiler
  without C++11 header <atomic> (like Clang on FreeBSD 9).
- Bump all ports that depend on it due to library version change.
- Add USES=compiler:c++0x to some ports that pick up -std=c++0x from ICU
  pkgconfig files.
- Add USES=compiler:c++11-lib to graphics/libcdr01 because it also needs
  a C++11 runtime library now.  Add this to all ports that depend on it
  so their executables load the right libstdc++.so on FreeBSD 9.

PR:		205120
Exp-run by:	antoine
Approved by:	portmgr (antoine)
Sun, 18 Sep 2016
[ 16:46 ohauer search for other commits by this committer ] Original commit   Revision:422399
- bump PORTREVISION

PR:		212788
Wed, 20 Jul 2016
[ 17:07 adamw search for other commits by this committer ] Original commit   Revision:418843
Remove the SSL option and make it mandatory.

I received a report that the build is broken on 9.x with SSL disabled.
I think the right solution here is just to remove the SSL option entirely.
I really can't think of a use-case where IMAP/POP/LMTP without TLS
capability is a good idea. Plus, NetBSD and OpenBSD both have SSL
mandatory.

PORTREVISION bump is necessary here, because it was possible to have
no SSL on 10.x with a successful build.

Discussed with:	Larry Rosenman, maintainer of dovecot2-pigeonhole
Wed, 13 Jul 2016
[ 19:53 adamw search for other commits by this committer ] Original commit   Revision:418502
Simplify gssapi settings
[ 19:08 adamw search for other commits by this committer ] Original commit   Revision:418498
Fix typo in LDFLAGS
Sat, 9 Jul 2016
[ 15:47 adamw search for other commits by this committer ] Original commit   Revision:418284
Fix packaging with SSL disabled. No PORTREVISION bump.

While here, left-indent a comment so that 9.x doesn't log it to
the console, and only set USES=ssl if SSL is enabled.

Submitted by:	Christian Bernard
Wed, 6 Jul 2016
[ 22:10 mat search for other commits by this committer ] Original commit   Revision:418153 (Only the first 10 of 74 ports in this commit are shown above. View all ports for this commit)
Bump PORTREVISION for the icu revert.

This time not bumping lang/php70, but devel/php70-intl which is the one
really depending on icu.

PR:		205120
With hat:	portmgr
Sponsored by:	Absolight
[ 07:34 gahr search for other commits by this committer ] Original commit   Revision:418119 (Only the first 10 of 64 ports in this commit are shown above. View all ports for this commit)
devel/icu: bump PORTREVISION on dependent ports
Tue, 5 Jul 2016
[ 19:31 adamw search for other commits by this committer ] Original commit   Revision:418106
Fix build on 9.x.

Adds compiler:c11 for this error:
sha1.h:80: error: static or type qualifiers in abstract declarator

dovecot no longer builds againt the old OpenSSL in 9.x base, so
require ssl from ports there.

Despite the dependency change (only for 9.x), I'm not bumping
PORTREVISION because build couldn't complete on 9.x regardless.
[ 17:06 adamw search for other commits by this committer ] Original commit   Revision:418095
Update dovecot2 to 2.2.25 again, this time with a patch from upstream to
fix the kqueue crash. Bump PORTREVISION on pigeonhole and antispam-plugin
again.

Extra thanks to Larry Rosenman for being on top of the fix.

Obtained
from:	https://github.com/dovecot/core/commit/ffd8dc932516bc55bf01d91355540daab365e5e9
Fri, 1 Jul 2016
[ 16:16 adamw search for other commits by this committer ] Original commit   Revision:417892
Back out the 2.2.25 update before anybody builds it. I'm getting errors
on production with it:

Jul  1 10:10:34 IMAP-jail dovecot: master: Panic: kevent(EV_ADD, READ, 45)
failed: Bad file descriptor
[ 15:55 adamw search for other commits by this committer ] Original commit   Revision:417891
Update dovecot2 to 2.2.25, and bump PORTREVISION on pigeonhole and
antispam-plugin.

  * lmtp: Start tracking lmtp_user_concurrency_limit and reject already
    at RCPT TO stage. This avoids MTA unnecessarily completing DATA only
    to get an error.
  * doveadm: Previously only mail settings were read from protocol
    doveadm { .. } section. Now all settings are.

  + quota: Added quota_over_flag_lazy_check setting. It avoids checking
    quota_over_flag always at startup. Instead it's checked only when
    quota is being read for some other purpose.
  + auth: Added a new auth policy service:
    http://wiki2.dovecot.org/Authentication/Policy
  + auth: Added PBKDF2 password scheme
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Wed, 27 Apr 2016
[ 16:08 adamw search for other commits by this committer ] Original commit   Revision:414114
Switch to USES=mysql
Tue, 26 Apr 2016
[ 16:03 adamw search for other commits by this committer ] Original commit   Revision:414060
Update dovecot2 to 2.2.24, and bump PORTREVISION on antispam-plugin and
pigeonhole.

* doveconf now warns if it sees a global setting being changed when
  the same setting was already set inside some filters. (A common
  mistake has been adding more plugins to a global mail_plugins
  setting after it was already set inside protocol { .. }, which
  caused the global setting to be ignored for that protocol.)
* LMTP proxy: Increased default timeout 30s -> 125s. This makes it
  less likely to reach the timeout and cause duplicate deliveries.
* LMTP and indexer now append ":suffix" to session IDs to make it
  unique for the specific user's delivery. (Fixes duplicate session
  ID warnings in stats process.)

+ Added dict-ldap for performing read-only LDAP dict lookups.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Mon, 25 Apr 2016
[ 16:13 mat search for other commits by this committer ] Original commit   Revision:414014 (Only the first 10 of 84 ports in this commit are shown above. View all ports for this commit)
Remove USE_SQLITE from bsd.databases.mk, replaced by USES=sqlite.

While there replace USE_SQLITE=x by USES=sqlite:x.

PR:		208971
Submitted by:	mat
Exp-run by:	antoine
With hat:	portmgr
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D5951
Sat, 2 Apr 2016
[ 16:59 adamw search for other commits by this committer ] Original commit   Revision:412423
Update dovecot2 to 2.2.23, and bump PORTREVISION on dovecot2-pigeonhole
and dovecot2-antispam-plugin.

From the 2.2.23 release notes:

This is a bugfix-only release with various important fixes on top of v2.2.22.

 - Various fixes to doveadm. Especially running commands via
   doveadm-server was broken.
 - director: Fixed user weakness getting stuck in some situations
 - director: Fixed a situation where directors keep re-sending
   different states to each others and never becoming synced.
 - director: Fixed assert-crash related to a slow "user killed" reply
 - Fixed assert-crash related to istream-concat, which could have
   been triggered at least by a Sieve script.
Fri, 1 Apr 2016
[ 14:16 mat search for other commits by this committer ] Original commit   Revision:412348 (Only the first 10 of 2612 ports in this commit are shown above. View all ports for this commit)
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.

With hat:	portmgr
Sponsored by:	Absolight
Wed, 16 Mar 2016
[ 17:29 adamw search for other commits by this committer ] Original commit   Revision:411242
Update mail/dovecot2 to 2.2.22, and bump PORTREVISION on dovecot2-pigeonhole
and dovecot2-antispam-plugin.

Changes for 2.2.22:
 + Added doveadm HTTP API: See
   http://wiki2.dovecot.org/Design/DoveadmProtocol/HTTP
 + virtual plugin: Mailbox filtering can now be done based on the
   mailbox metadata. See http://wiki2.dovecot.org/Plugins/Virtual
 + stats: Added doveadm stats reset to reset global stats.
 + stats: Added authentication statistics if auth_stats=yes.
 + dsync, imapc, pop3c & pop3-migration: Many optimizations,
   improvements and error handling fixes.
 + doveadm: Most commands now stop soon after SIGINT/SIGTERM.
 - auth: Auth caching was done too aggressively when %variables were
   used in default_fields, override_fields or LDAP pass/user_attrs.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Tue, 5 Jan 2016
[ 20:59 adamw search for other commits by this committer ] Original commit   Revision:405316
Execute run_rc_command even if the config file doesn't exist. Previously,
until you followed the instructions in pkg-message, the config file didn't
exist and rc.d/dovecot would just silently exit.

While here, also spit out a message reminding you to create the config
files if necessary.

PR:		205761
Submitted by:	me@cschwarz.com
Sat, 12 Dec 2015
[ 16:47 adamw search for other commits by this committer ] Original commit   Revision:403608
Update dovecot2 to 2.2.21, and bump PORTREVISION in consumers.

While here, fix up some paths in the decode2text plugin, and add a note
to pkg-message about how to make it work. [1]

Changes:
 - doveadm mailbox list (and some others) were broken in v2.2.20
 - director: Fixed making backend changes when running with only a
   single director server.
 - virtual plugin: Fixed crash when trying to open nonexistent
   autocreated backend mailbox.

PR:		205231 [1]
Submitted by:	andrej@ebert.su
Wed, 9 Dec 2015
[ 15:39 adamw search for other commits by this committer ] Original commit   Revision:403426
Update dovecot2 to 2.2.20, and bump PORTREVISION on antispam-plugin and
pigeonhole.

Also, remove the GC option from dovecot2. As reported in bug #205035,
reported by sebastian@wolfgarten.com, all it does it cause leaks and
spam the logs about it.

Changes:
 + Added mailbox { autoexpunge=<time> } setting. See
   http://wiki2.dovecot.org/MailboxSettings for details.
 + ssl_options: Added support for no_ticket
 + imap/pop3/managesieve-login: Added postlogin_socket=path passdb extra
   field. This allows replacing the default service
   imap/pop3/managesieve {} settings for specific users (e.g. running
   their imap process via valgrind or strace).
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Fri, 2 Oct 2015
[ 22:44 adamw search for other commits by this committer ] Original commit   Revision:398453
Update dovecot2 to 2.2.19, and bump PORTREVISION on antispam-plugin
and pigeonhole.

Changes:

* pop3_deleted_flag has been broken since v2.2.10. Using it would
  cause buffer overflows, which could be exploitable. However, this
  bug would have become visible quite soon after users had deleted
  some POP3 mails, because the pop3 processes would have started
  crashing all the time even in normal use.
* "doveadm director flush" command has a changed meaning now:
  It safely moves users to their wanted backends, instead of simply
  forgetting the mapping entirely and leaving the existing connections
  untouched. Use -F parameter to get the original unsafe behavior.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Fri, 28 Aug 2015
[ 16:27 adamw search for other commits by this committer ] Original commit   Revision:395509
Use new _VARS option helpers. Still can't remove bsd.port.options.mk inclusion
though.
Fri, 15 May 2015
[ 15:02 adamw search for other commits by this committer ] Original commit   Revision:386411
Update dovecot2 to 2.2.18. This is a bugfix release to address issues
identified in 2.2.17.

Changes:
- director: Login UNIX sockets were normally detected as doveadm or
  director ring sockets, causing it to break in existing installations.
- sdbox: When copying a mail in alt storage, place the destination to
  alt storage as well.

Bump PORTREVISION on antispam-plugin and pigeonhole, like I should have
done last time.
[ 10:41 bapt search for other commits by this committer ] Original commit   Revision:386396
Move the big warning on top of the Makefile so maybe next time the bump of
portrevision of plugins won't be missed
Wed, 13 May 2015
[ 22:00 adamw search for other commits by this committer ] Original commit   Revision:386271
Update to 2.2.17.

For a full change list, see:
http://dovecot.org/list/dovecot-news/2015-May/000292.html

There are two changes that could potentially break setups:
* Dovecot no longer checks or warns if a mountpoint is removed. This
  was causing more trouble than it was worth. Make sure that all the
  mountpoints that Dovecot accesses aren't writable by mail processes
  when they're unmounted.
* dict server wasn't properly escaping/unescaping data. Fixing this
  broke backwards compatibility with data that contains line feeds.
  This hopefully affects only very few installations. If you're using
  dict to save multiline data (Sieve scripts to SQL), you may be
  affected.

For this release I've introduced many new OPTIONS:
* boehm-gc support
* CDB database support
* icu (for FTS)
* libtextcat FTS
* disabling kqueue support also disables kqueue fs change notification
* databases and FTS plugins moved to their own config sections
Tue, 24 Mar 2015
[ 20:56 adamw search for other commits by this committer ] Original commit   Revision:382170
Fix installation when DOCS is disabled.
[ 17:38 adamw search for other commits by this committer ] Original commit   Revision:382128
Move the sample configuration files into ETCDIR.

After talking more with Rozhuk Ivan (submitter of 198792, see r381930),
the sample configuration files don't belong in DOCSDIR, and they really
don't belong underneath an OPTION that many people have disabled by
default.

I still don't think that they're good candidates for @sample, but they
make more sense living in ETCDIR.

While here, shuffle around a few other docs/examples files.

PORTREVISION bump for the plist changes.

PR:		198792
Submitted by:	Rozhuk Ivan
Fri, 13 Mar 2015
[ 14:59 adamw search for other commits by this committer ] Original commit   Revision:381214
Fix build on FreeBSD < 10. Thanks to oliver@ for sending me the fix.
Thu, 12 Mar 2015
[ 18:21 adamw search for other commits by this committer ] Original commit   Revision:381124
Update to 2.2.16.

List of changes is at
http://dovecot.org/list/dovecot-news/2015-March/000283.html
Mon, 2 Feb 2015
[ 17:16 adamw search for other commits by this committer ] Original commit   Revision:378311
rc.d/dovecot allows for multiple concurrent dovecot setups, but in doing
so runs the dovecot binary against each provided configuration file to
obtain configuration data. When the configuration file doesn't exist, it
says:
	doveconf: Fatal: open(/im_not_here) failed: No such file or directory

Mistyping the conf file locations when doing multiple instances deserves
an error message. The real issue here is that in order to set up
dovecot, you have to actually copy files over from ${EXAMPLESDIR}. The
default configuration file intentionally does not exist in a clean
installation. So everybody who installs the dovecot2 port and does not
configure it will receive that message at every boot.

Fix it with a patch from pi that makes sure the conf file exists before
trying to do stuff with it.

PORTREVISION bump.

PR:		197275
Submitted by:	pi
Fri, 12 Dec 2014
[ 15:21 adamw search for other commits by this committer ] Original commit   Revision:374595
Dovecot reloads its configuration on HUP signal [1], so, add the reload command
to its rc.d script.

[1] http://wiki2.dovecot.org/RunningDovecot#Reloading_Configuration

PR:		195915
Submitted by:	quickfox@abv.bg
Sat, 22 Nov 2014
[ 19:13 crees search for other commits by this committer ] Original commit   Revision:373091 (Only the first 10 of 31 ports in this commit are shown above. View all ports for this commit)
Switch to USES=pgsql
Thu, 20 Nov 2014
[ 03:33 adamw search for other commits by this committer ] Original commit   Revision:372831
Allow the port to build on arm.

I don't think this requires a PORTREVISION bump, but someone will
correct me if I'm wrong.

PR:		195168
Submitted by:	Ronald Klop
Mon, 27 Oct 2014
[ 15:45 adamw search for other commits by this committer ] Original commit   Revision:371588
Remove the checkyesno dovecot_enable section, as it prevents onestart/onestop
from working (as well as other things).

I suspect this behaviour is present in other rc-files... a general cleanup on
this might be in order.

PR:		194629
Submitted by:	Reinier Schoof
Sun, 26 Oct 2014
[ 00:15 adamw search for other commits by this committer ] Original commit   Revision:371494
Update dovecot2 to 2.2.15, and add an LZ4 option that uses liblz4.

ChangeLog:

Some small fixes and changes to v2.2.14. This release is mainly in the hope
that it could still make it into the next Debian stable instead of v2.2.14 -
mainly because of a couple of new assert crashes that started happening in
v2.2.14 and should be fixed now.

	* Plugins can now print a banner comment in doveconf output
	  (typically the plugin version)
	* Replication plugin now triggers low (instead of high) priority for
	  mail copying operations.
	* IMAP/POP3/ManageSieve proxy: If destination server can't be
	  connected to, retry connecting once per second up to the value of
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Tue, 21 Oct 2014
[ 21:47 adamw search for other commits by this committer ] Original commit   Revision:371338
Similar to r371306, add USE_OPENSSL=yes so that WITH_OPENSSL_PORT is
honored properly.

Submitted by:	Derek Schrock
Tue, 14 Oct 2014
[ 17:35 adamw search for other commits by this committer ] Original commit   Revision:370872
Update dovecot2 to 2.2.14. PORTREVISION bumps for dovecot2-pigeonhole and
dovecot2-antispam-plugin.

Changes in 2.2.14:

	* lmtp: Delivered-To: header no longer contains <> around the email
	  address. Other MDAs don't have it either.
	* "Out of disk space" errors are now treated as temporary errors
	  (not the same as "Out of disk quota").
	* replication plugin: Use replication only for users who have a
	  non-empty mail_replica setting.

	+ lmtp proxy: Log a line about each mail delivery.
	+ Added login_source_ips setting. This can be used to set the source IP
	  address round-robin from a pool of IPs (in case you run out of TCP
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Sun, 10 Aug 2014
[ 14:47 adamw search for other commits by this committer ] Original commit   Revision:364547
Add CPE data to my ports.
Thu, 24 Jul 2014
[ 18:34 tijl search for other commits by this committer ] Original commit   Revision:362835 (Only the first 10 of 208 ports in this commit are shown above. View all ports for this commit)
net/openldap24-*:
- Convert to USES=libtool and bump dependent ports
- Avoid USE_AUTOTOOLS
- Don't use PTHREAD_LIBS
- Use MAKE_CMD

databases/glom:
- Drop :keepla
- Add INSTALL_TARGET=install-strip

databases/libgda4* databases/libgda5*:
- Convert to USES=libtool and bump dependent ports
- USES=tar:xz
- Use INSTALL_TARGET=install-strip
- Use @sample
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Sat, 5 Jul 2014
[ 12:19 tijl search for other commits by this committer ] Original commit   Revision:360738 (Only the first 10 of 59 ports in this commit are shown above. View all ports for this commit)
Bump more ports that depend on libsqlite3.so:
- ports that set USE_SQLITE with the *_USE option helper
- ports that depend on libsqlite3 indirectly as reported by pkg rquery

Approved by:	portmgr (implicit)
Tue, 1 Jul 2014
[ 17:19 adamw search for other commits by this committer ] Original commit   Revision:360056
Don't depend on dovecot itself to create DOCSDIR.

Noticed by:	Bill Richter <richterb@9500years.com>
[ 16:04 adamw search for other commits by this committer ] Original commit   Revision:360050
Enable support for GSSAPI from ports using USES=gssapi magic. PORTREVISION
bump for this.

PR:		ports/187721
Submitted by:	dewayne@heuristicsystems.com.au

While we're here:
- More general cleanups
- Improve COMMENT and pkg-descr
Mon, 30 Jun 2014
[ 21:06 adamw search for other commits by this committer ] Original commit   Revision:359921
General tidying and cleanups. THe functional changes:

Remove NOOP sed commands, and incorporate the pkg-deinstall message into
pkg-plist.
Use install-strip as the INSTALL_TARGET rather than manually stripping
libraries.

Technically it needs a PORTREVISION bump for the pkg-deinstall/pkg-plist thing,
but I'm going to need to bump PORTREVISION for some other changes soon and I'd
rather not force everyone to rebuild an extra time for a differently-phrased
message.
[ 11:43 adamw search for other commits by this committer ] Original commit   Revision:359830
Take this.
Sun, 29 Jun 2014
[ 15:57 marino search for other commits by this committer ] Original commit   Revision:359778
mail/dovecot2: Reset maintainer after numerous PR timeouts
Sat, 7 Jun 2014
[ 17:12 olgeni search for other commits by this committer ] Original commit   Revision:356929
Upgrade to version 2.2.13.

PR:		190182
Submitted by:	Larry Rosenman
Approved by:	maintainer timeout (14 days)
Tue, 29 Apr 2014
[ 08:06 ohauer search for other commits by this committer ] Original commit   Revision:352584
- bring back CPPFLAGS / LDFLAGS
  this is required if PGSQL is not selected
Mon, 28 Apr 2014
[ 12:58 ohauer search for other commits by this committer ] Original commit   Revision:352493
- update to 2.2.12
- cleanup Makefile, (leftovers from copy dovecot e.g PLIST_SUB+= SQL)
- use new OPTIONS syntax
- use explicit username for USERS (instead ${PORTNAME})
- fix pkg-plist (add missing files + sort)

PR:		ports/188870
Submitted by:	ohauer
Approved by:	Nagy Attila <bra@fsn.hu> (maintainer)
Sat, 15 Mar 2014
[ 14:31 pawel search for other commits by this committer ] Original commit   Revision:348327
Fix linking on FreeBSD 10 when GSSAPI=on

PR:		ports/186745
Submitted by:	Jyrki Ahpola <jyrkia@gmail.com>
Approved by:	maintainer timeout
Fri, 31 Jan 2014
[ 15:07 pawel search for other commits by this committer ] Original commit   Revision:342000
- Update mail/dovecot2 to version 2.2.10
- Bump affected plugin ports

PR:		ports/185904
Submitted by:	maintainer
Thu, 9 Jan 2014
[ 15:51 mat search for other commits by this committer ] Original commit   Revision:339260
Fix pkgname collisions.
Mon, 25 Nov 2013
[ 19:03 danilo search for other commits by this committer ] Original commit   Revision:334882
- Update from 2.2.6 to 2.2.9
- And, following the instructions in Makefile, bump PORTREVISION of
mail/dovecot2-antispam-plugin and mail/dovecot-pigeonhole

PR:		ports/184273
Submitted by:	Attila Nagy <bra@fsn.hu> (maintainer)
Sat, 26 Oct 2013
[ 12:36 wg search for other commits by this committer ] Original commit   Revision:331676
mail/dovecot2: fix build without KQUEUE

- Fix build without KQUEUE

PR:		ports/182594
Submitted by:	Eero Hanninen <fax nohik.ee>
Approved by:	maintainer
Mon, 14 Oct 2013
[ 17:49 wg search for other commits by this committer ] Original commit   Revision:330339
mail/dovecot2: fix package without DOCS option

- Fix package without DOCS option

PR:		ports/182585
Thu, 3 Oct 2013
[ 16:39 wg search for other commits by this committer ] Original commit   Revision:329209
mail/dovecot2: use PORTEXAMPLES unconditionally

- Use PORTEXAMPLES unconditionally

Reported by:	sunpoet
Tue, 1 Oct 2013
[ 23:23 wg search for other commits by this committer ] Original commit   Revision:329007
mail/dovecot2: update to 2.2.6

- Update to 2.2.6 [1]
- Convert lib depends to new format
- Allow staging
- Bump antispam plugin (pigenhole update comming next)

PR:		ports/182543 [1]
Submitted by:	Attila Nagy <bra fsn.hu> (maintainer) [1]
Fri, 20 Sep 2013
[ 19:59 bapt search for other commits by this committer ] Original commit   Revision:327742 (Only the first 10 of 748 ports in this commit are shown above. View all ports for this commit)
Add NO_STAGE all over the place in preparation for the staging support (cat:
mail)
Tue, 6 Aug 2013
[ 11:56 wg search for other commits by this committer ] Original commit   Revision:324308
mail/dovecot2: update to 2.2.5

- Update to 2.2.5 [1]
- Bump antispam plugin (pigeonhole update comming soon)
- Fix SSL pkg-plist
- Fix MAN1 list

Changes: http://www.dovecot.org/doc/NEWS-2.2

PR:		ports/181081 [1]
Submitted by:	Attila Nagy <bra fsn.hu> (maintainer)
Tue, 25 Jun 2013
[ 12:36 wg search for other commits by this committer ] Original commit   Revision:321740
mail/dovecot2: update to 2.2.4

- Update to 2.2.4 [1]
- Bump plugins PORTREVISION
- Add LICENSE (LGPL21 MIT)

PR:		ports/179953
Submitted by:	Attila Nagy <bra@fsn.hu> [1] (maintainer)
Thu, 23 May 2013
[ 17:58 miwi search for other commits by this committer ] Original commit   Revision:318892
- Update dovecot2 to 2.2.2
- Update dovecot2-pigeonhole to 0.4.0

PR:		178832
Submitted by:	maintainer
Thu, 9 May 2013
[ 17:39 delphij search for other commits by this committer ] Original commit   Revision:317742
Update mail/dovecot2 to 2.1.16 and mail/dovecot2-pigeonhole to 0.34.

PR:		ports/178428
Approved by:	maintainer
Sat, 27 Apr 2013
[ 11:59 mva search for other commits by this committer ] Original commit   Revision:316662 (Only the first 10 of 219 ports in this commit are shown above. View all ports for this commit)
- Convert USE_ICONV=yes to USES=iconv
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here

Reviewed by:	zeising
Thu, 14 Feb 2013
[ 07:46 miwi search for other commits by this committer ] Original commit   Revision:312200
- Update to 2.1.15
- Bump Portrevision for dovecot plugins
PR:		176102
Submitted by:	maintainer
Mon, 4 Feb 2013
[ 10:30 rakuco search for other commits by this committer ] Original commit   Revision:311602
Update dovecot2 to 2.1.14.

PR:		ports/175738
Submitted by:	Attila Nagy <bra@fsn.hu> (maintainer)
Mon, 28 Jan 2013
[ 23:38 jkim search for other commits by this committer ] Original commit   Revision:311138
Add an optional support for full-text search with CLucene 2.3.x.

PR:		ports/174779
Submitted by:	Veniamin Gvozdikov <g.veniamin@googlemail.com>
Approved by:	Attila Nagy <bra@fsn.hu> (maintainer)
Sun, 2 Dec 2012
[ 12:11 rm search for other commits by this committer ] Original commit   Revision:308099
- update to 2.1.12
- chase update in dovecot2-pigeonhole

while here, do some changes in dovecot2-pigeonhole:
- remove indefinite article from COMMENT
- tab -> scape in pkg-descr:WWW
- remove trailing whitespace in pkg-message
- fix pkg-plist

PR:		174014
Submitted by:	Attila Nagy <bra@fsn.hu> (maintainer)
Feature safe:	yes
Wed, 26 Sep 2012
[ 22:48 jase search for other commits by this committer ] Original commit   Revision:304935
- Update to 2.1.10 [1]
- Convert to new format Makefile header

Changes:	http://www.dovecot.org/list/dovecot-news/2012-September/000231.html

PR:		ports/172082 [1]
Submitted by:	Attila Nagy <bra@fsn.hu> (maintainer)
Approved by:	flo, culot (mentors, implicit)
Tue, 4 Sep 2012
[ 03:05 linimon search for other commits by this committer ] Original commit   Revision:303634 (Only the first 10 of 12 ports in this commit are shown above. View all ports for this commit)
Mark as broken on ARM.

PR:		ports/170946
Submitted by:	linimon
Hat:		portmgr
Sat, 1 Sep 2012
[ 18:19 tj search for other commits by this committer ] Original commit   Revision:303505
Correct typo.

PR:		ports/170797
Submitted by:	Artis Caune <Artis.Caune@gmail.com>
Approved by:	Attila Nagy bra@fsn.hu (maintainer)
Approved by:	eadler (mentor)
Sun, 5 Aug 2012
[ 23:19 dougb search for other commits by this committer ] Original commit  (Only the first 10 of 936 ports in this commit are shown above. View all ports for this commit)
Move the rc.d scripts of the form *.sh.in to *.in

Where necessary add $FreeBSD$ to the file

No PORTREVISION bump necessary because this is a no-op
Wed, 18 Jul 2012
[ 11:04 zeising search for other commits by this committer ] Original commit 
Add an optional dependency on libwrap, using option LIBWRAP.

PR:		ports/169932 (minor modifications)
Submitted by:	vfx9as <vfx9as [AT] gmail.com>
Approved by:	maintainer, kwm (mentor)
Fri, 13 Jul 2012
[ 11:58 jase search for other commits by this committer ] Original commit 
- Amend PORTREVISION bump reminder to include mail/dovecot2-antispam-plugin

Reported by:    Andrzej Tobola (via email)
Approved by:    Attila Nagy (maintainer), flo (mentor)
Tue, 10 Jul 2012
[ 12:57 wxs search for other commits by this committer ] Original commit 
Remove unnecessary gssapi replacement.

Approved by:    Attila Nagy <bra@fsn.hu>
Sat, 7 Jul 2012
[ 16:26 jase search for other commits by this committer ] Original commit 
- Update to 2.1.8 [1]
- Convert to optionsNG and add DOCS,EXAMPLES options
- Minor PLIST_SUB and pkg-plist amendments

PR:             ports/169622 [1]
Submitted by:   Attila Nagy <bra@fsn.hu> (maintainer)
Approved by:    culot (mentor)
Mon, 2 Jul 2012
[ 19:27 zi search for other commits by this committer ] Original commit 
- Add missing BUILD_DEPEND when WITH_SOLR is enabled

PR:             ports/168831
Submitted by:   Masaaki Nishimura <masaaki@netaid.or.jp>
Approved by:    maintainer timeout
Thu, 31 May 2012
[ 21:32 delphij search for other commits by this committer ] Original commit 
 - Update dovecot2 to 2.1.7.
 - Bump PORTREVISION for dovecot2-pigeonhole per maintainer request.

PR:             ports/168476
Approved by:    maintainer
Sun, 20 May 2012
[ 13:21 zi search for other commits by this committer ] Original commit 
- Resolve typo in SOLR support

PR:             ports/168156
Submitted by:   Jashank Jeremy <jashank@rulingia.com>
Approved by:    Attila Nagy <bra@fsn.hu> (maintainer, implicit)

Number of commits found: 115 (showing only 100 on this page)

1 | 2  »