Commit graph

18 commits

Author SHA1 Message Date
Camden Narzt
d56e228615
Mark Ruby 3.1 as EOL (#2536)
Ruby 3.1 reached End of Life on 26 March 2025

Co-authored-by: Mislav Marohnić <git@mislav.net>
2025-05-18 11:39:11 +02:00
Mislav Marohnić
8b727cae5e
Warn that Ruby 3.1 support ends in less than 6 months 2024-11-15 17:03:28 +01:00
Hiroshi SHIBATA
e319ef1767
Use GitHub instead of openssl.org 2024-09-04 10:40:34 +09:00
Hiroshi SHIBATA
fae22cd524
Bump up openssl-3.0.15 2024-09-04 08:41:04 +09:00
Mislav Marohnić
202b949c11
fix package name for openssl-3.0.14 2024-06-11 13:49:39 +02:00
Hiroshi SHIBATA
ba3512444b
Update to openssl-3.0.14 2024-06-10 18:54:30 +02:00
Hiroshi SHIBATA
076d1a2316 Use LTS version of OpenSSL 3 2024-06-05 22:12:55 +02:00
Mislav Marohnić
7d66ce6ddb
openssl 3.1.5 2024-05-01 13:07:07 +02:00
Mislav Marohnić
4cb285791c
Remove verify_opensl step from build definitions
The functionality to fail the build if openssl or psych are missing is
now built into the `./configure && make` phase for Ruby.
2023-11-21 17:12:53 +01:00
Mislav Marohnić
315373b1de
Change legacy needs_openssl_* conditions to one with inline arguments 2023-11-02 13:53:50 +01:00
Hiroshi SHIBATA
fbcb6bdc3a
Bump up OpenSSL 3.1.4 2023-10-25 09:56:17 +09:00
Mislav Marohnić
04ba857b6c
Remove "ldflags_dirs" step from build definitions 2023-10-13 19:25:03 +02:00
Hiroshi SHIBATA
d98943aede
Bump up openssl-3.1.3 2023-09-21 15:17:10 +03:00
Hiroshi SHIBATA
e5cb144fc4
Use OpenSSL-3.1.2 2023-08-02 11:07:42 +09:00
Hiroshi SHIBATA
e7beb605d3
Use OpenSSL-3.1.1 2023-07-10 09:15:54 +09:00
Mislav Marohnić
41a4106762
Upgrade from OpenSSL 3.0 to OpenSSL 3.1 2023-03-30 17:12:43 +02:00
Hiroshi SHIBATA
6ede529fd8
bump openssl version to 3.0.8 2023-02-08 07:31:56 +09:00
Koichi ITO
03c2445ed0 Add definition for Ruby 3.1.3, 3.0.5, and 2.7.7
These Rubies have been released.

- https://www.ruby-lang.org/en/news/2022/11/24/ruby-3-1-3-released/
- https://www.ruby-lang.org/en/news/2022/11/24/ruby-3-0-5-released/
- https://www.ruby-lang.org/en/news/2022/11/24/ruby-2-7-7-released/
2022-11-24 22:55:09 +09:00