Skip to content

Commit

Permalink
Merge pull request #645 from chef/cve_fixes
Browse files Browse the repository at this point in the history
Bump libxml2, libxlst, and openssl releases
  • Loading branch information
tas50 authored Nov 1, 2019
2 parents 2e79730 + 686a6c7 commit ad5e41e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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: a16abe91fac43170f5c9ecc97d55cd0c0fa9a0c6
revision: d421a38ec3e5870b1c843e32f8d10e9126caa9bb
branch: master
specs:
omnibus-software (4.0.0)
Expand Down
6 changes: 3 additions & 3 deletions omnibus_overrides.rb
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
override "libiconv", version: "1.15"
override "liblzma", version: "5.2.4"
override "libtool", version: "2.4.2"
override "libxml2", version: "2.9.9"
override "libxslt", version: "1.1.30"
override "libxml2", version: "2.9.10"
override "libxslt", version: "1.1.34"
override "libyaml", version: "0.1.7"
override "makedepend", version: "1.0.5"
override "ncurses", version: "5.9"
Expand All @@ -27,7 +27,7 @@
override "xproto", version: "7.0.28"
override "zlib", version: "1.2.11"
override "libzmq", version: "4.0.7"
override "openssl", version: "1.0.2s"
override "openssl", version: "1.0.2t"
override "rust", version: "1.37.0"

# For workstation app
Expand Down

0 comments on commit ad5e41e

Please sign in to comment.