Skip to content

Commit

Permalink
Modified to fetch v3.2.0 of openssl.git (#1954)
Browse files Browse the repository at this point in the history
Signed-off-by: poorndm <poorndm@progress.com>
  • Loading branch information
poorndm authored Jan 16, 2025
1 parent 052b094 commit caad682
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config/software/ruby.rb
Original file line number Diff line number Diff line change
Expand Up @@ -337,6 +337,8 @@
fips_env = fips_mode? ? env.merge({ "OPENSSL_FIPS" => "1" }) : env

command "git clone https://github.com/ruby/openssl.git", cwd: "#{install_dir}"
# Checkout the specific tag for version 3.2.0
command "cd #{install_dir}/openssl && git checkout tags/v3.2.0"
command "gem build openssl.gemspec", cwd: "#{install_dir}/openssl"
command "gem install openssl-#{openssl_gem_version}.gem --no-document -- --with-openssl-dir=#{install_dir}/embedded", env: fips_env, cwd: "#{install_dir}/openssl"

Expand Down

0 comments on commit caad682

Please sign in to comment.