aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/cfengine.rb
AgeCommit message (Collapse)Author
2015-03-19cfengine: update 3.6.4 bottle.BrewTestBot
2015-03-07cfengine: 3.6.4, modernize, https, sha256Viktor Szakáts
Closes #37475. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-12-08cfengine: add 3.6.3 bottle.BrewTestBot
2014-12-08CFEngine 3.6.3Diego Zamboni
Closes #34767. Signed-off-by: Misty De Meo <mistydemeo@gmail.com>
2014-11-27cfengine: add 3.6.2 bottle.BrewTestBot
2014-11-27cfengine 3.6.2Diego Zamboni
Update to 3.6.2 and fix OpenSSL dependency Updated to CFEngine 3.6.2, and added dependency on openssl formula to make `brew audit cfengine` pass clean. Closes #34478. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-08-21CFEngine 3.6.1Steven Kreuzer
Closes #31393. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2014-06-18cfengine 3.6.0Jacob Rothstein
Closes #30270. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2014-04-11Use .diff instead of .patch for github commit sourced patchesSteven Peters
This modifies multiple formulae in a single commit, replacing the patch suffix with diff per #28315. I used the following command: ~~~ sed -i -e 's@patch"$@diff"@' `grep -rlI 'commit.*patch"$' .` ~~~ The patch shasums are then computed using: ~~~ brew fetch --build-from-source `git st | sed -e 's@^ M@@'` ~~~ and manually updated. Fixes #28315. Fixes #28335. Closes #28339. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2014-03-16cfengine: use checksummed patchesJack Nagel
2014-02-27cfengine: use Formula[]Adam Vandenberg
2014-02-24Convert all 'def test' formulae to 'test do'Ted Pennings
Closes #26942. Closes #26946. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2014-01-27cfengine 3.5.3Laurent Raufaste
Closes #26212. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2013-12-14Update docs, comment mxcl/homebrew refs.Mike McQuaid
2013-11-18cfengine: fix opportunistic linking with mysql and postgresJack Nagel
Fixes #24448.
2013-11-06cfengine: fix compilation on 10.9Jack Nagel
Fixes #23560.
2013-09-17CFEngine 3.5.2Diego Zamboni
Closes #22623. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-06-15cfengine 3.5.0Brett Koonce
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-06-15cfengine: use http downloadAdam Vandenberg
Closes #20339.
2013-06-07cfengine: use opt_prefix for pcreAdam Vandenberg
2013-03-30cfengine 3.4.4Brett Koonce
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2013-02-19cfengine 3.4.3Brett Koonce
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-01-03cfengine 3.4.1Brett Koonce
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-11-30cfengine 3.4.0Brett Koonce
stripped patch Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-10-19cfengine 3.3.8Brett Koonce
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-08-06cfengine 3.3.5Brett Koonce
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-07-06cfengine 3.3.4Nick Silkey
Closes #13242. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-05-16cfengine 3.3.2Nick Silkey
Closes #12278. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-15Fix more quoting issuesJack Nagel
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-14cfengine: fix compilation with (older?) clangJack Nagel
This patch comes directly from upstream, so presumably it will be obsoleted by the next release. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-14cfengine: depends on pcreLaurent Raufaste
Closes #12192. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-07cfengine 3.3.1nibbles 2bits
Upgrade cfengine to version 3.3.1. Tested on Lion with XCode-4.3.2 using clang and llvm-gcc, where it passes its def test. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-04-17cfengine: don't use full path to makeAdam Vandenberg
2012-04-17cfengine 3.3.0Nick Silkey
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-02-02cfengine: fix URLNick Silkey
Closes #9935. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-01-31cfengine 3.2.3Diego Zamboni
Closes #9899. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-09-02cfengine 3.2.0Diego Zamboni
Cfengine is a configuration-management and automation tool. This formula uses tokyo-cabinet because cfengine does not compile cleanly with the Mac OSX-included Berkeley DB. Signed-off-by: Adam Vandenberg <flangy@gmail.com>