aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/bind.rb
AgeCommit message (Collapse)Author
2014-05-01BIND 9.10Anand Buddhdev
Closes #28882. Signed-off-by: Brett Koonce <koonce@gmail.com>
2014-04-16BIND does not need a root hints fileAnand Buddhdev
Closes #27987. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2014-03-29bind: use Homebrew opensslJack Nagel
2014-03-07use opt shortcutsAdam Vandenberg
2014-02-27bind: use Formula[]Adam Vandenberg
2014-01-31bind: 9.9.5Anand Buddhdev
Closes #26313. Signed-off-by: Brett Koonce <koonce@gmail.com>
2014-01-25bind: 9.9.4-P2Anand Buddhdev
Closes #26173. Signed-off-by: Brett Koonce <koonce@gmail.com>
2013-11-16bind: add config and launchd plistJames Coleman
Closes #23598. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-11-06bind 9.9.4-P1Jack Nagel
2013-09-22bind: add --with-brewed-opensslTravis Warlick
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-09-21Bind 9.9.4Travis Warlick
Closes #22738. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2013-07-28bind v9.9.3-P2Kenji Rikitake
Closes #21488. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2013-07-10Replace == :leopard with <= :leopardMisty De Meo
2013-06-23use more env helpersAdam Vandenberg
2013-06-09bind: styleJack Nagel
2013-06-04bind v9.9.3-P1Corey Quinn
Closes #20275. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-05-29bind: fix auditAdam Vandenberg
2013-05-29bind 9.9.3Corey Quinn
Closes #20125. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2013-05-26bind 9.9.2-p2Corey Quinn
Closes #20096. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2013-02-02bind 9.9.2-P1Stefan
Closes #17530. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-09-10Clean up MacOS version method usageJack Nagel
The MacOS.version? family of methods (other than "leopard?") are poorly defined and lead to confusing code. Replace them in formulae with more explicit comparisons. "MacOS.version" is a special version object that can be compared to numerics, symbols, and strings using the standard Ruby comparison methods. The old methods were moved to compat when the version comparison code was merged, and they must remain there "forever", but they should not be used in new code. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-08-26bind: 9.9.1-p2samueljohn
- Fix Xcode-only specific path for open-ssl. - Add ENV.libxml2 Closes #14201. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-04-08Bind 9.8.1-P1Dan Boykis
This brew includes Bind along with a suite of tools bundled with it. These tools are the de facto standard for working with DNS. Bind is compiled with ipv6 support and dig is compiled with sigchase option turned on. Closes #8948. Signed-off-by: Adam Vandenberg <flangy@gmail.com>