Skip to content
This repository has been archived by the owner on Jul 14, 2021. It is now read-only.

Commit

Permalink
Merge pull request #1171 from chef/tduffield/openssl-1.0.2j
Browse files Browse the repository at this point in the history
Update OpenSSL to 1.0.2j to match chef-client
  • Loading branch information
tduffield authored Feb 17, 2017
2 parents 16dbdfe + 66ae085 commit f41b98a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions omnibus_overrides.rb
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,4 @@
override "zlib", version: "1.2.8"
override "libzmq", version: "4.0.5"
override "kitchen-dokken", version: "1.1.0"
override "openssl", version: "1.0.2j"
3 changes: 3 additions & 0 deletions version_policy.rb
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,9 @@
# For 1.2 stable release only, pin to 1.1.0 of kitchen-dokken. After the 1.2
# release, unpin and bring in kitchen-dokken 2.x.
"kitchen-dokken" => "1.1.0",

# Match what is in Chef Client
"openssl" => "1.0.2j",
}

#
Expand Down

0 comments on commit f41b98a

Please sign in to comment.