Skip to content

Commit

Permalink
Merge pull request #2261 from chef/vkarve-openssl-patch-update
Browse files Browse the repository at this point in the history
Update OpenSSL to address issue #2260
  • Loading branch information
tas50 authored Sep 2, 2021
2 parents 000dfd2 + 197b337 commit 823aed8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion omnibus_overrides.rb
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
override "libyaml", version: "0.1.7"
override "makedepend", version: "1.0.5"
override "ncurses", version: "5.9"
override "openssl", version: macos? ? "1.1.1l" : "1.0.2y"
override "openssl", version: macos? ? "1.1.1l" : "1.0.2za"
override "pkg-config-lite", version: "0.28-1"
override "ruby", version: "3.0.2"
override "ruby-windows-devkit-bash", version: "3.1.23-4-msys-1.0.18"
Expand Down

0 comments on commit 823aed8

Please sign in to comment.