SHA256
1
0
forked from pool/ruby-build

Accepting request 988209 from home:expeehaa:branches:devel:languages:ruby:extensions

- Update to version 20220710.
  Changelog: https://github.com/rbenv/ruby-build/releases/tag/v20220710
  * Use OpenSSL 3.0.5
  * Use OpenSSL 1.1.1q
  * Install openssl 1 when openssl is 3
  * Install openssl whenever the system version does not match
    * Make supported openssl versions explicit per definition.

OBS-URL: https://build.opensuse.org/request/show/988209
OBS-URL: https://build.opensuse.org/package/show/devel:languages:ruby:extensions/ruby-build?expand=0&rev=52
This commit is contained in:
2022-07-10 20:26:01 +00:00
committed by Git OBS Bridge
parent b5e052f673
commit 9e0eeef9f3
4 changed files with 15 additions and 4 deletions

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Sun Jul 10 20:10:53 UTC 2022 - Lukas Müller <expeehaa@outlook.com>
- Update to version 20220710.
Changelog: https://github.com/rbenv/ruby-build/releases/tag/v20220710
* Use OpenSSL 3.0.5
* Use OpenSSL 1.1.1q
* Install openssl 1 when openssl is 3
* Install openssl whenever the system version does not match
* Make supported openssl versions explicit per definition.
-------------------------------------------------------------------
Thu Jun 30 01:07:13 UTC 2022 - Lukas Müller <expeehaa@outlook.com>