aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/bind.rb
AgeCommit message (Collapse)Author
2014-12-09bind: update 9.10.1-P1 bottle.BrewTestBot
2014-12-09bind 9.10.1-P1Sean Channel
CVE-2014-8500: A Defect in Delegation Handling Can Be Exploited to Crash BIND https://lists.isc.org/pipermail/bind-announce/2014-December/000930.html CVE-2014-8680: Defects in GeoIP features can cause BIND to crash https://lists.isc.org/pipermail/bind-announce/2014-December/000931.html Closes #34801. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2014-10-24bind: update 9.10.1 bottle.BrewTestBot
Closes #33544. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-10-24bind: fix OpenSSL configure option.Filippo Valsorda
2014-09-23bind: update 9.10.1 bottle.BrewTestBot
2014-09-23bind 9.10.1Sean Channel
Closes #32565. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2014-08-28bind devel 9.10.1-b2Sean Channel
Closes #31954. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2014-08-26bind: update 9.10.0-P2_1 bottle.BrewTestBot
Closes #31871. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-08-26bind: general cleanup.Mike McQuaid
2014-08-26bind: use etc.install for configuration.Mike McQuaid
Closes #31772.
2014-08-25bind: update 9.10.0-P2_1 bottle.BrewTestBot
2014-08-24bind: update 9.10.0-P2_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-08-21bind: add HEADSean Channel
Closes #31771. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2014-07-01bind: update 9.10.0-P2 bottle.BrewTestBot
Closes #30575. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-07-01bind: use delv instead of DIG_SIGCHASE.Anand Buddhdev
2014-06-12bind: add 9.10.0-P2 bottle.BrewTestBot
Closes #30087. Closes #30092. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-06-12bind 9.10.0-P2Kenji Rikitake
2014-05-09BIND 9.10.0-P1Anand Buddhdev
Closes #29083. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
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>