| Age | Commit message (Collapse) | Author |
|
|
|
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>
|
|
|
|
New Ruby; Just a bug-fix release.
Closes #37380.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
|
|
Closes #35250.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
|
|
|
|
|
|
Fixes #34368.
Closes #35232.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
|
|
Closes #34216.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
|
|
|
|
|
|
|
|
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>
|
|
|
|
|
|
|
|
|
|
Closes #32440.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
|
|
|
|
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.
|
|
Closes #30538.
Signed-off-by: Misty De Meo <mistydemeo@gmail.com>
|
|
|
|
Closes #30129.
Signed-off-by: Misty De Meo <mistydemeo@gmail.com>
|
|
|
|
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.
|
|
|
|
|
|
Fixes #28759.
Closes #29600.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
|
|
|
|
|
|
|
|
Closes #28343.
Closes #28466.
Closes #28467.
|
|
|
|
Closes #28272.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
|
|
|
|
|
|
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>
|
|
|
|
|
|
Closes #27275.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
|
|
|
|
Closes #27179.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
|
|
|
|
|
|
|