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

Update openssl to 1.0.2w #1467

Merged
merged 1 commit into from
Sep 9, 2020
Merged
Show file tree
Hide file tree
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
12 changes: 6 additions & 6 deletions omnibus/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
GIT
remote: https://github.com/chef/omnibus-software.git
revision: e55d20a73bf8641c5fd009d90747ee9ad05192f1
revision: 0d5f81dc0515357d571e9210031b3fa0edab0903
branch: master
specs:
omnibus-software (4.0.0)
omnibus (>= 5.6.1)

GIT
remote: https://github.com/chef/omnibus.git
revision: 0f93174d58ae94f42c75b285a20e1f83381b864c
revision: 22ce15145e83cefbe8ae8603bacf8a340e274715
branch: master
specs:
omnibus (7.0.23)
omnibus (7.0.24)
aws-sdk-s3 (~> 1)
chef-cleanroom (~> 1.0)
chef-sugar (>= 3.3)
Expand All @@ -32,7 +32,7 @@ GEM
artifactory (3.0.15)
awesome_print (1.8.0)
aws-eventstream (1.1.0)
aws-partitions (1.363.0)
aws-partitions (1.365.0)
aws-sdk-core (3.105.0)
aws-eventstream (~> 1, >= 1.0.2)
aws-partitions (~> 1, >= 1.239.0)
Expand Down Expand Up @@ -270,7 +270,7 @@ GEM
zhexdump (>= 0.0.2)
plist (3.5.0)
proxifier (1.0.3)
public_suffix (4.0.5)
public_suffix (4.0.6)
rack (2.2.3)
rainbow (3.0.0)
retryable (3.0.5)
Expand All @@ -291,7 +291,7 @@ GEM
strings-ansi (0.2.0)
structured_warnings (0.4.0)
syslog-logger (1.6.8)
test-kitchen (2.6.0)
test-kitchen (2.7.0)
bcrypt_pbkdf (~> 1.0)
ed25519 (~> 1.2)
license-acceptance (>= 1.0.11, < 3.0)
Expand Down
2 changes: 1 addition & 1 deletion omnibus_overrides.rb
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
override "libzmq", version: "4.0.7"
override "makedepend", version: "1.0.5"
override "ncurses", version: "5.9"
override "openssl", version: "1.0.2v"
override "openssl", version: "1.0.2w"
override "pkg-config-lite", version: "0.28-1"
override "ruby", version: "2.7.1"
override "ruby-windows-devkit-bash", version: "3.1.23-4-msys-1.0.18"
Expand Down