aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/bind.rb
AgeCommit message (Collapse)Author
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>