Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
20130429_30 31 Jul 2017 17:42:34 |
rene |
Remove expired ports:
2017-07-31 net/rubygem-oauth212: Only created for www/gitlab; please use
net/rubygem-oauth2 instead
2017-07-31 textproc/rubygem-liquid3: Use textproc/rubygem-liquid instead
2017-07-31 mail/dovecot2-antispam-plugin: Use pigeonhole instead. See
https://wiki2.dovecot.org/HowTo/AntispamWithSieve
2017-07-31 mail/dovecot-antispam: Dovecot-1.x is deprecated. Use dovecot2 and
dovecot2-antispam-plugin instead
2017-07-31 mail/dovecot-sieve: Dovecot-1.x is deprecated. Use dovecot2 and
dovecot-pigeonhole instead
2017-07-31 mail/dovecot-managesieve: Dovecot-1.x is deprecated. Use dovecot2 and
dovecot-pigeonhole instead
2017-07-31 www/rubygem-jquery-ui-rails5-rails4: Only created for www/gitlab;
please use www/rubygem-jquery-ui-rails-rails4 instead
2017-07-31 security/rubygem-omniauth13: Only created for www/gitlab; please use
security/rubygem-omniauth instead
2017-07-31 devel/rubygem-health_check22: Only created for www/gitlab; please use
devel/rubygem-health_check instead
2017-07-31 devel/rubygem-semantic_puppet0: Use devel/rubygem-semantic_puppet
instead
2017-07-31 devel/rubygem-newrelic_rpm3: Only created for www/gitlab; please use
devel/rubygem-newrelic_rpm instead
2017-07-31 lang/p5-Parse-Perl: does not build with Perl >= 5.22
2017-07-31 sysutils/rubygem-puppet_forge1: Use sysutils/rubygem-puppet_forge
instead
2017-07-31 sysutils/rubygem-SyslogLogger: Project is EOL'd because it was merged
into Ruby 2.0 |
20130429_30 26 Jun 2017 22:29:52 |
adamw |
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 ) |
20130429_29 06 Jun 2017 15:37:54 |
ler |
mail/dovecot2:
- auth: Multiple failed authentications within short time caused
crashes
- push-notification: OX driver crashed at deinit
Bump PORTREVISION for plugins. |
20130429_28 31 May 2017 14:16:53 |
adamw |
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. |
20130429_27 30 May 2017 20:13:51 |
adamw |
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 ) |
20130429_26 07 May 2017 15:37:50 |
adamw |
Mark antispam-plugin as deprecated, and schedule for expiration on 31 July.
The plugin has been deprecated upstream, and they recommend that a dovecot
pigeonhole (sieve) script be used instead. Instructions for this are
available at
https://wiki2.dovecot.org/HowTo/AntispamWithSieve
Approved by: olgeni (maintainer) |
20130429_26 11 Apr 2017 00:23:52 |
adamw |
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 ) |
20130429_25 24 Feb 2017 15:24:18 |
adamw |
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 ) |
20130429_24 03 Dec 2016 18:31:35 |
adamw |
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 ) |
20130429_23 27 Oct 2016 23:15:19 |
adamw |
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 ) |
20130429_22 24 Sep 2016 11:06:57 |
tijl |
- 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) |
20130429_21 18 Sep 2016 16:46:57 |
ohauer |
- bump PORTREVISION
PR: 212788 |
20130429_20 05 Jul 2016 17:06:52 |
adamw |
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 |
20130429_19 01 Jul 2016 15:55:11 |
adamw |
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 ) |
20130429_18 26 Apr 2016 16:03:44 |
adamw |
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 ) |
20130429_17 02 Apr 2016 16:59:23 |
adamw |
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. |
20130429_16 01 Apr 2016 14:16:20 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight |
20130429_16 16 Mar 2016 17:29:33 |
adamw |
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 ) |
20130429_15 12 Dec 2015 16:47:12 |
adamw |
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 |
20130429_14 09 Dec 2015 15:39:21 |
adamw |
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 ) |
20130429_13 02 Oct 2015 22:44:20 |
adamw |
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 ) |
20130429_12 15 May 2015 15:02:08 |
adamw |
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. |
20130429_11 15 May 2015 10:40:15 |
bapt |
Bump portrevision after dovecot2 update |
20130429_10 13 Mar 2015 14:59:57 |
adamw |
Bump PORTREVISION on pigeonhole and antispam-plugin, which should have
happened yesterday. |
20130429_9 20 Dec 2014 19:12:12 |
bapt |
cleanup plist |
20130429_9 26 Oct 2014 00:15:42 |
adamw |
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 ) |
20130429_8 14 Oct 2014 17:35:00 |
adamw |
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 ) |
20130429_7 07 Jun 2014 17:13:04 |
olgeni |
Bump PORTREVISION after mail/dovecot2 upgrade.
PR: 190181
Submitted by: Larry Rosenman |
20130429_6 24 May 2014 20:55:31 |
olgeni |
Cleanup:
- Add LICENSE (GPLv2)
- Replace DISTFILES with DISTNAME
- Use tar:bzip2
- Use ${STRIP_CMD} |
20130429_6 28 Apr 2014 13:30:25 |
ohauer |
- bump PORTREVISION as reqested in the dovcot2 Makefile
- strip |
20130429_5 31 Jan 2014 15:07:46 |
pawel |
- Update mail/dovecot2 to version 2.2.10
- Bump affected plugin ports
PR: ports/185904
Submitted by: maintainer |
20130429_4 10 Jan 2014 11:44:56 |
olgeni |
Chase dovecot2 rename in RUN_ and BUILD_DEPENDS. |
20130429_4 25 Nov 2013 19:03:16 |
danilo |
- 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) |
20130429_3 07 Nov 2013 15:03:28 |
olgeni |
- Switch to USES=gmake.
- Add staging support. |
20130429_3 01 Oct 2013 23:23:08 |
wg |
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] |
20130429_2 20 Sep 2013 19:59:14 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
mail) |
20130429_2 06 Aug 2013 11:56:37 |
wg |
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) |
20130429_1 25 Jun 2013 12:36:58 |
wg |
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) |
20130429 25 May 2013 09:39:23 |
olgeni |
- Take maintainership from ports@
- Upgrade to snapshot of 2013-04-29 (5ebc6aae4d7c)
- Unbreak after dovecot upgrade to 2.2 |
20101222_7 09 May 2013 17:39:27 |
delphij |
Update mail/dovecot2 to 2.1.16 and mail/dovecot2-pigeonhole to 0.34.
PR: ports/178428
Approved by: maintainer |
20101222_6 14 Feb 2013 07:46:57 |
miwi |
- Update to 2.1.15
- Bump Portrevision for dovecot plugins
PR: 176102
Submitted by: maintainer |
20101222_5 03 Dec 2012 17:39:39 |
rm |
- chase dovecot2 update [1]
- remove indefinite article from COMMENT
- move pkg-plist contents into Makefile
- whitespace fixes in pkg-descr
Reported by: jase [1]
Feature safe: yes |
20101222_4 26 Sep 2012 22:52:50 |
jase |
- Bump PORTREVISION to chase mail/dovecot2 update
Approved by: flo, culot (mentors, implicit) |
20101222_3 22 Sep 2012 17:17:16 |
tabthorpe |
- Reassign to the heap at maintainer's request |
20101222_3 17 Jul 2012 08:56:12 |
jase |
- Remove typo USE_CONFIGURE. [1] (HAS_CONFIGURE is implied by the use of
USE_AUTOTOOLS, by way of GNU_CONFIGURE.)
Spotted by: Alex Kozlov (via email) [1]
Approved by: Denis Shaposhnikov (maintainer), flo (mentor) |
20101222_3 11 Jul 2012 12:08:22 |
jase |
- Bump PORTREVISION after mail/dovecot2 update to 2.1.8
Requested by: Andrzej Tobola (via email)
Approved by: flo (mentor) |
20101222_2 08 Apr 2012 23:14:40 |
miwi |
- Fix build after dovcot2 update
Feature safe: yes |
20101222_2 08 Apr 2012 17:25:49 |
miwi |
- Bump PORTREVISION to make sure it will work after mail/dovecot2 update
Requested by: bapt via irc
Feature safe: yes |
20101222_1 03 Dec 2011 18:31:16 |
scheidell |
- Patched txt2man because of an overly,unnessessary agressive test
- without patch build would hang
PR: 161951
Submitted by: janm@transactionware.com
Approved by: maintainer (timeout), gabor (mentor)
Feature safe: yes |
20101222 04 Mar 2011 05:52:57 |
miwi |
The dovecot antispam plugin is aimed to help in spam systems training.
Consider the following scenario. Your mailbox is flooded with tons of
mail. They are delivered to the configured folders based on the
arbitrary spam system judgement. This judgement is not always correct
or not always what you would like it to be, however. This is where
this plugin comes into play.
All you have to do is move the mail into the correct folder. All the
rest in order to let the spam system know it made an error will be
done automatically by this plugin.
It watches for when you move the mail to some folder and acts
accordingly. The advantage of this approach is that the mail ends up
in the right target folder directly and needs not be touched twice.
WWW: http://hg.dovecot.org/dovecot-antispam-plugin/
PR: ports/154063
Submitted by: Denis Shaposhnikov <dsh at bamus.cz> |