aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/ruby.rb
AgeCommit message (Collapse)Author
2015-04-13ruby: update 2.2.2 bottle.BrewTestBot
2015-04-13ruby 2.2.2Dominyk Tiller
Version bump. Fix for CVE-2015-1855, details [here](https://www.ruby-lang.org/en/news/2015/04/13/ruby-openssl-hostnam e-matching-vulnerability/). Closes #38616. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-03-03ruby: update 2.2.1 bottle.BrewTestBot
2015-03-03ruby 2.2.1Dominyk Tiller
New Ruby; Just a bug-fix release. Closes #37380. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2014-12-25ruby: update 2.2.0 bottle.BrewTestBot
2014-12-25ruby 2.2.0Xu Cheng
Closes #35250. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2014-12-24ruby: fix for --with-suffixJack Nagel
2014-12-24ruby: update 2.1.5 bottle.BrewTestBot
2014-12-24ruby: write operating_system.rb in post_installJack Nagel
2014-12-24ruby: set ruby path to opt_binXu Cheng
Fixes #34368. Closes #35232. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2014-11-15ruby: update 2.1.5 bottle.BrewTestBot
2014-11-15ruby 2.1.5dx7
Closes #34216. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2014-10-27ruby: update 2.1.4 bottle.BrewTestBot
2014-10-27ruby 2.1.4Jack Nagel
2014-10-22ruby: update 2.1.3_1 bottle.BrewTestBot
2014-10-16ruby: update 2.1.3_1 bottle.BrewTestBot
2014-10-16openssl: poodle fixesDominyk Tiller
Part 2 of the earlier merged POODLE fixes. It seems a few of the bottles are acting up about the new change, so this revisions those. If you build from source the problems go away, so new bottles it is. I’ve also had to change the mirror on the OpenSSL formula as it turns out Debian haven’t set their mirror up for the latest version yet. Revisions to Python, Python3, Tor, Ruby & Freeradius-server as all are being confirmed to be causing issues for others and reproducible. Tor needs to be bumped for every OpenSSL revision because it kicks up this error: ``` Oct 15 23:19:38.295 [warn] OpenSSL version from headers does not match the version we're running with. If you get weird crashes, that might be why. (Compiled with 1000109f: OpenSSL 1.0.1i 6 Aug 2014; running with 100010af: OpenSSL 1.0.1j 15 Oct 2014). ``` And similar with freeradius-server. Closes #33197. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2014-10-05ruby: fix universal buildJack Nagel
2014-09-30ruby: extract abi_version methodJack Nagel
2014-09-21ruby: update 2.1.3 bottle.BrewTestBot
2014-09-21ruby: fix build on 10.7Jack Nagel
2014-09-21ruby 2.1.3dx7
Closes #32440. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2014-08-24ruby: update 2.1.2_3 bottle.BrewTestBot
2014-08-24ruby: update 2.1.2_3 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-06-30ruby: update 2.1.2_2 bottle.BrewTestBot
Closes #30538. Signed-off-by: Misty De Meo <mistydemeo@gmail.com>
2014-06-30ruby: alias gem module methods to avoid warningsMisty De Meo
2014-06-13ruby: update 2.1.2_2 bottle.BrewTestBot
Closes #30129. Signed-off-by: Misty De Meo <mistydemeo@gmail.com>
2014-06-13ruby: set site_ruby and vendor_ruby at buildMisty De Meo
2014-06-13ruby: add rubygems customization, fix postinstallMisty De Meo
This configures rubygems to install all gems into a public, non-versioned directory by default - both gems and their binaries. (This means that users no longer need /usr/local/opt/ruby/bin in their PATH.) This means that we no longer have to monkey with gem directories at all in postinstall. Bundled gems will be symlinked into this location. Fixes #29982. Closes #29986.
2014-06-08ruby: update 2.1.2 bottle.BrewTestBot
2014-06-08ruby: bump revision for c3541d8450b2cb9e93aacc7431d88f129f85116fJack Nagel
2014-06-08ruby: Fix mutually dependent links edge-caseRobert Buonpastore
Fixes #28759. Closes #29600. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2014-06-01ruby: modernize autotools depsJack Nagel
2014-05-08ruby: update 2.1.2 bottle.BrewTestBot
2014-05-08ruby 2.1.2Jack Nagel
2014-04-25ruby: create lib paths in post-installJack Nagel
Closes #28343. Closes #28466. Closes #28467.
2014-04-13ruby: add patch for readline 6.3Jack Nagel
2014-04-09ruby: update 2.1.1 bottle.BrewTestBot
Closes #28272. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-04-09ruby: bump revision for OpenSSL security.Mike McQuaid
2014-04-07ruby: add 2.1.1 bottle.BrewTestBot
2014-03-23ruby: Pass --without-gmp unless build.with? "gmp"chdiza
Ruby will pick up gmp if it's on your machine, unless it's specifically told to not look for gmp. This is true regardless of whether the user invokes the Homebrew flag --with-gmp. It's safest to force ruby to not look for gmp unless the user has specifically requested gmp with the Homebrew option. Otherwise, if the user brews ruby with gmp already on the machine, then later removes gmp, then ruby is broken. Closes #27795. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2014-03-20ruby: remove upstreamed patchMisty De Meo
2014-03-20ruby: use patch DSLJack Nagel
2014-03-08formulae: fix with/without usage.Mike McQuaid
Closes #27275. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-03-07use opt shortcutsAdam Vandenberg
2014-03-04ruby: add testMike Naberezny
Closes #27179. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2014-02-27ruby: use Formula[]Adam Vandenberg
2014-02-24ruby 2.1.1Jack Nagel
2014-02-05ruby: fix build on < 10.6Misty De Meo