aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/dovecot.rb
AgeCommit message (Collapse)Author
2014-11-03dovecot: update 2.2.15 bottle.BrewTestBot
2014-11-03dovecot 2.2.15Brett Koonce
2014-08-25dovecot: update 2.2.13_1 bottle.BrewTestBot
2014-08-24dovecot: add 2.2.13_1 bottle.BrewTestBot
2014-08-24openssl: disable SSLv2 support.Dominyk Tiller
Kills ssl2 from OpenSSL. This PR relates to #31745. Force recompiles everything that relies on OpenSSL from the master branch to enforce the new OpenSSL no-ssl2 rule.
2014-05-21dovecot 2.2.13Brett Koonce
2014-04-22dovecot: use Homebrew's opensslJack Nagel
2014-02-15dovecot 2.2.12Brett Koonce
2014-01-23dovecot: cleanup caveats.Mike McQuaid
2014-01-23dovecot: optionally use clucene.Damon Haley
References #26100. Closes #26102. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-01-18dovecot 2.2.10Brett Koonce
Signed-off-by: Brett Koonce <koonce@gmail.com>
2013-12-18dovecot 2.2.9Brett Koonce
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-11-19dovecot 2.2.7Brett Koonce
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2013-10-20dovecot 2.2.6Brett Koonce
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2013-08-06dovecot 2.2.5Ian Lancaster
Closes #21712. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-06-26dovecot 2.2.4Ian Lancaster
Closes #20804. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-05-23dovecot 2.2.2Ian Lancaster
Closes #20009. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2013-05-18dovecot 2.2.1Ian Lancaster
Closes #19903. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2013-02-19dovecot 2.1.15Brett Koonce
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-11-30dovecot 2.1.12Brett Koonce
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-10-19dovecot 2.1.10Brett Koonce
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-08-05dovecot 2.1.9Brett Koonce
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-06-10dovecot 2.1.6nibbles 2bits
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-03-16dovecot 2.1.3Lee Mallabone
Upgrades dovecot to the latest stable version. Upgrading from 2.0 is "mostly compatible" with the following points of note: http://wiki2.dovecot.org/Upgrading/2.1 Closes #10990. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-02-03Add and use plist helper methodsJack Nagel
These will be used to unify the label namespaces in embedded plists, i.e. 'homebrew.mxcl.<formula>'. plist_path returns the full path to a plist file located at the top level of the keg; plist_path.basename can be used if just the filename is needed. c.f. #9346. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-02-03Normalize paths in embedded plist filesJack Nagel
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-01-05Fix spelling mistakes.Brett Koonce
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com> Closes #9407. Closes #9408. Closes #9410. Closes #9411.
2011-10-10dovecot: Upgrade to 2.0.15Vincent Beffara
Closes #8051. Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
2011-03-12Use ruby style for inheritance.Adam Vandenberg
2010-11-16Updated formula: dovecot 1.2.16Lars
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-08-07Update formulae for version 0.7Adam Vandenberg
* Use new "url" features * Use keg_only DSL * Use "skip_clean :all" DSL * Whitespace and style cleanups * Make bash invocations less silly * Use new man2-man8 helpers * Remove "FileUtils." since it is included in Formula * Use real names for deps instead of aliases * ENV.x11 now updates path, so remove that from individual brews
2010-07-13Change the .plist to a working launchd example. ↵benderydt
<http://github.com/mxcl/homebrew/issues/issue/1841> Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-07-08Updated formula: dovecot 1.2.12Lars
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-05-26Dovecot - fix etc, var.Adam Vandenberg
2010-03-09dovecot: update version to 1.2.11David Höppner
2009-10-15s/require 'brewkit'/require 'formula'/gMax Howell
brewkit.rb changes ENV destructively, so lets not do that everytime a formula is required. Now it's possible for other tools to require a formula description without worrying about side-effects.
2009-09-17Prettier install outputMax Howell
This way caveats and other warnings/errors don't appear connected to the Summary text.
2009-09-01Document how to start DovecotBrett Porter
2009-08-31Dovecot formulaBrett Porter
Dovecot is an open source IMAP and POP3 server for Linux/UNIX-like systems, written with security primarily in mind. Dovecot is an excellent choice for both small and large installations. It's fast, simple to set up, requires no special administration and it uses very little memory.