Skip to content

Commit

Permalink
upgrade to OpenSSL 1.0.2j
Browse files Browse the repository at this point in the history
Update omnibus-software for latest OpenSSL

Severity: Moderate

* Missing CRL sanity check (CVE-2016-7052)

Signed-off-by: Robb Kidd <rkidd@chef.io>
  • Loading branch information
robbkidd committed Sep 27, 2016
1 parent b1e8544 commit 185c3fb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion omnibus/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
GIT
remote: https://github.com/chef/omnibus-software.git
revision: 2186b5816b13c5712d17ffe66e7cab8cf28ca735
revision: 778b2bb20cb3f64207ad822c1277e6068be5bbfc
specs:
omnibus-software (4.0.0)
chef-sugar (>= 3.4.0)
Expand Down
2 changes: 1 addition & 1 deletion omnibus/config/projects/supermarket.rb
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
override :git, version: "2.2.1"
override :'chef-gem', version: '12.13.37'
override :redis, version: '2.8.21'
override :openssl, version: '1.0.2i'
override :openssl, version: '1.0.2j'

# pin berks to keep net-ssh at 2.9.2 as expected by Supermarket
# chef, net-ssh, berks and rspec have gotten tangled
Expand Down

0 comments on commit 185c3fb

Please sign in to comment.