Skip to content

Commit b43f5dd

Browse files
authored
Merge pull request #2477 from rbenv/update-latest-openssl
Update OpenSSL 3.0.15
2 parents 3692e6c + abf3c33 commit b43f5dd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/update-ruby.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
openssl_version:
1111
description: 'OpenSSL version'
1212
required: true
13-
default: '3.0.14'
13+
default: '3.0.15'
1414

1515
repository_dispatch:
1616
types: [update-ruby]

share/ruby-build/3.4.0-rc1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
install_package "openssl-3.0.14" "https://github.com/openssl/openssl/releases/download/openssl-3.0.14/openssl-3.0.14.tar.gz#eeca035d4dd4e84fc25846d952da6297484afa0650a6f84c682e39df3a4123ca" openssl --if needs_openssl:1.0.2-3.x.x
1+
install_package "openssl-3.0.15" "https://github.com/openssl/openssl/releases/download/openssl-3.0.15/openssl-3.0.15.tar.gz#23c666d0edf20f14249b3d8f0368acaee9ab585b09e1de82107c66e1f3ec9533" openssl --if needs_openssl:1.0.2-3.x.x
22
install_package "ruby-3.4.0-rc1" "https://cache.ruby-lang.org/pub/ruby/3.4/ruby-3.4.0-rc1.tar.gz#1f3187d3366e90af6d760994f8bfe1fe8999a8ba3553ea4dcfae63e548236e2a" enable_shared standard

0 commit comments

Comments
 (0)