| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
References #26100.
Closes #26102.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
|
|
Signed-off-by: Brett Koonce <koonce@gmail.com>
|
|
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
|
|
Closes #21712.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
Closes #20804.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
Closes #20009.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
Closes #19903.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
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>
|
|
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>
|
|
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Closes #9407.
Closes #9408.
Closes #9410.
Closes #9411.
|
|
Closes #8051.
Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
|
|
|
|
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
* 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
|
|
<http://github.com/mxcl/homebrew/issues/issue/1841>
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
|
|
|
|
|
|
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.
|
|
This way caveats and other warnings/errors don't appear connected to the Summary text.
|
|
|
|
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.
|