Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

openssl fix for chef-server build issues #1919

Merged
merged 1 commit into from
Jul 12, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions config/software/openssl.rb
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,11 @@
license "OpenSSL"
license_file "LICENSE"
skip_transitive_dependency_licensing true
default_version "1.0.2zg" # do_not_auto_update

dependency "cacerts"
dependency "openssl-fips" if fips_mode? && !(version.satisfies?(">= 3.0.0"))

default_version "1.0.2zg" # do_not_auto_update

# Openssl builds engines as libraries into a special directory. We need to include
# that directory in lib_dirs so omnibus can sign them during macOS deep signing.
lib_dirs lib_dirs.concat(["#{install_dir}/embedded/lib/engines"])
Expand Down