Skip to content
This repository was archived by the owner on May 20, 2022. It is now read-only.

Commit d61de14

Browse files
authored
add definitions for 2.6.9, 2.7.5, 3.0.3, 3.1.0, 3.1.1
1 parent 2496506 commit d61de14

5 files changed

Lines changed: 35 additions & 0 deletions

File tree

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
build_package_patch_ruby_railsexpress() {
2+
fetch_git rvm-patchsets git://github.com/skaes/rvm-patchsets.git master
3+
cat rvm-patchsets/patches/ruby/2.6.9/railsexpress/* | patch -p1
4+
}
5+
6+
install_package "openssl-1.1.1l" "https://www.openssl.org/source/openssl-1.1.1l.tar.gz#0b7a3e5e59c34827fe0c3a74b7ec8baef302b98fa80088d7f9153aa16fa76bd1" mac_openssl --if has_broken_mac_openssl
7+
install_package "ruby-2.6.9" "https://cache.ruby-lang.org/pub/ruby/2.6/ruby-2.6.9.tar.bz2#a0639060c4519572e51828eb742f09dd40f154c820f6007246de7a2090e3ee45" patch_ruby_railsexpress ldflags_dirs enable_shared standard verify_openssl
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
build_package_patch_ruby_railsexpress() {
2+
fetch_git rvm-patchsets git://github.com/skaes/rvm-patchsets.git master
3+
cat rvm-patchsets/patches/ruby/2.7.5/railsexpress/* | patch -p1
4+
}
5+
6+
install_package "openssl-1.1.1l" "https://www.openssl.org/source/openssl-1.1.1l.tar.gz#0b7a3e5e59c34827fe0c3a74b7ec8baef302b98fa80088d7f9153aa16fa76bd1" mac_openssl --if has_broken_mac_openssl
7+
install_package "ruby-2.7.5" "https://cache.ruby-lang.org/pub/ruby/2.7/ruby-2.7.5.tar.bz2#d6b444341a5e06fcd6eaf1feb83a1c0c2da4705dbe4f275ee851761b185f4bd1" patch_ruby_railsexpress ldflags_dirs enable_shared standard verify_openssl
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
build_package_patch_ruby_railsexpress() {
2+
fetch_git rvm-patchsets git://github.com/skaes/rvm-patchsets.git master
3+
cat rvm-patchsets/patches/ruby/3.0.3/railsexpress/* | patch -p1
4+
}
5+
6+
install_package "openssl-1.1.1l" "https://www.openssl.org/source/openssl-1.1.1l.tar.gz#0b7a3e5e59c34827fe0c3a74b7ec8baef302b98fa80088d7f9153aa16fa76bd1" mac_openssl --if has_broken_mac_openssl
7+
install_package "ruby-3.0.3" "https://cache.ruby-lang.org/pub/ruby/3.0/ruby-3.0.3.tar.gz#3586861cb2df56970287f0fd83f274bd92058872d830d15570b36def7f1a92ac" patch_ruby_railsexpress ldflags_dirs enable_shared standard verify_openssl
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
build_package_patch_ruby_railsexpress() {
2+
fetch_git rvm-patchsets git://github.com/skaes/rvm-patchsets.git master
3+
cat rvm-patchsets/patches/ruby/3.1.0/railsexpress/* | patch -p1
4+
}
5+
6+
install_package "openssl-1.1.1l" "https://www.openssl.org/source/openssl-1.1.1l.tar.gz#0b7a3e5e59c34827fe0c3a74b7ec8baef302b98fa80088d7f9153aa16fa76bd1" mac_openssl --if has_broken_mac_openssl
7+
install_package "ruby-3.1.0" "https://cache.ruby-lang.org/pub/ruby/3.1/ruby-3.1.0.tar.gz#50a0504c6edcb4d61ce6b8cfdbddaa95707195fab0ecd7b5e92654b2a9412854" patch_ruby_railsexpress ldflags_dirs enable_shared standard verify_openssl
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
build_package_patch_ruby_railsexpress() {
2+
fetch_git rvm-patchsets git://github.com/skaes/rvm-patchsets.git master
3+
cat rvm-patchsets/patches/ruby/3.1.1/railsexpress/* | patch -p1
4+
}
5+
6+
install_package "openssl-1.1.1l" "https://www.openssl.org/source/openssl-1.1.1l.tar.gz#0b7a3e5e59c34827fe0c3a74b7ec8baef302b98fa80088d7f9153aa16fa76bd1" mac_openssl --if has_broken_mac_openssl
7+
install_package "ruby-3.1.1" "https://cache.ruby-lang.org/pub/ruby/3.1/ruby-3.1.1.tar.gz#fe6e4782de97443978ddba8ba4be38d222aa24dc3e3f02a6a8e7701c0eeb619d" patch_ruby_railsexpress ldflags_dirs enable_shared standard verify_openssl

0 commit comments

Comments
 (0)