Skip to content

Commit

Permalink
add patch to openssl 3.2.4
Browse files Browse the repository at this point in the history
Signed-off-by: poorndm <[email protected]>
  • Loading branch information
poorndm committed Mar 3, 2025
1 parent a52aa6e commit 9858aba
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config/software/openssl.rb
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,8 @@
patch source: "openssl-1.1.0f-do-not-install-docs.patch", env: patch_env
elsif version.start_with? "3.0"
patch source: "openssl-3.0.1-do-not-install-docs.patch", env: patch_env
else
patch source: "openssl-3.2.4-do-not-install-docs.patch", env: patch_env
# Some of the algorithms which are being used are deprecated in OpenSSL3 and moved to legacy provider.
# We need those algorithms for the working of chef-workstation and other packages.
# This patch will enable the legacy providers!
Expand Down

0 comments on commit 9858aba

Please sign in to comment.