| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
| |
Ruby resolves 2 CVEs: https://www.ruby-lang.org/en/news/2020/03/31/ruby-2-6-6-released/
Rake is bundled in Ruby
libarchive updated to 3.4.2 for multiple security issues including CVE-2019-19221 and CVE-2020-9308
Signed-off-by: Tim Smith <tsmith@chef.io>
|
|
|
|
|
|
| |
Update many other deps as well
Signed-off-by: Tim Smith <tsmith@chef.io>
|
|
|
|
| |
Signed-off-by: Tim Smith <tsmith@chef.io>
|
|
|
|
|
|
| |
Pull in the latest inspec release.
Signed-off-by: Tim Smith <tsmith@chef.io>
|
|
|
|
|
|
| |
Mostly to pull in the latest FFI
Signed-off-by: Tim Smith <tsmith@chef.io>
|
|
|
|
|
|
|
| |
ffi loads c code into memory in an unsigned way and this allows workstation
to work with the hardened runtime.
Signed-off-by: Jon Morrow <jmorrow@chef.io>
|
|
|
|
|
|
| |
train-core includes multiple bugfixes and win32-service includes fixes for the new FFI to prevent log spam
Signed-off-by: Tim Smith <tsmith@chef.io>
|
|
|
|
|
|
|
|
|
| |
This changes makes the neccessary changes to enable the pkg to pass apples notarization requirements.
1. Update omnibus and omnibus-software to versions that support deep signing
2. Drop 'Developer ID Installer:' from signing key. This lets sigining pick up the correct key for what is being signed.
Signed-off-by: Jon Morrow <jmorrow@chef.io>
|
|
|
|
|
|
| |
This fixes issues with dmi data not showing up due to changes in chef-utils.
Signed-off-by: Tim Smith <tsmith@chef.io>
|
|
|
|
| |
Signed-off-by: Tim Smith <tsmith@chef.io>
|
|
|
|
| |
Signed-off-by: Tim Smith <tsmith@chef.io>
|
|
|
|
|
|
| |
This resolves a CVE. in openssl 1.0.2t
Signed-off-by: Tim Smith <tsmith@chef.io>
|
|
|
|
| |
Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
|
|
|
|
|
|
| |
This should fix failures validating the sync gem.
Signed-off-by: Tim Smith <tsmith@chef.io>
|
|
|
|
|
|
| |
Runtime and omnibus to current
Signed-off-by: Tim Smith <tsmith@chef.io>
|
|
|
|
| |
Signed-off-by: Tim Smith <tsmith@chef.io>
|
|
|
|
| |
Signed-off-by: Tim Smith <tsmith@chef.io>
|
|
|
|
|
|
| |
most notably pulls in the -fstack-protector-strong fix for rhel6
Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
|
|
|
|
|
|
| |
This will drop our install size on disk by 4%
Signed-off-by: Tim Smith <tsmith@chef.io>
|
|
|
|
| |
Signed-off-by: Tim Smith <tsmith@chef.io>
|
|
|
|
|
|
|
| |
This is a much smaller Ohai and ruby that runs --version 25% faster on
windows by improving require performance
Signed-off-by: Tim Smith <tsmith@chef.io>
|
|
|
|
|
|
| |
plus other changes.
Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
|
|
|
|
| |
This reverts commit 6bce91fbf63bd2aa5fe48afdf13ca416d44c348f.
|
|
|
|
|
|
| |
plus other changes.
Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
|
|
|
|
|
|
| |
I increased the pin in the gemfile since bundler didn't seem to want to pull in a 4.18 build. Note this does lower our rspec dep due to the pin in InSpec.
Signed-off-by: Tim Smith <tsmith@chef.io>
|
|
|
|
|
|
| |
This includes the faster ruby patch in omnibus-software
Signed-off-by: Tim Smith <tsmith@chef.io>
|
|
|
|
| |
Signed-off-by: Tim Smith <tsmith@chef.io>
|
|
|
|
|
|
| |
Resolve multiple CVEs in these libs
Signed-off-by: Tim Smith <tsmith@chef.io>
|
|
|
|
| |
Signed-off-by: Jaymala Sinha <jsinha@chef.io>
|
|
|
|
|
|
| |
Pull in fix https://github.com/chef/omnibus/pull/910
Signed-off-by: Bryan McLellan <btm@chef.io>
|
|
|
|
|
|
|
| |
This gem is 70k smaller than the 2.x gem since it doesn't ship extra
files
Signed-off-by: Tim Smith <tsmith@chef.io>
|
|
|
|
| |
Signed-off-by: Tim Smith <tsmith@chef.io>
|
|
|
|
|
|
| |
Update everything to current
Signed-off-by: Tim Smith <tsmith@chef.io>
|
|
|
|
|
|
| |
Somehow we missed the actual openssl 1.0.2t bump. We need this train bump to fix a bug in bootstrap that had to happen on the train side.
Signed-off-by: Tim Smith <tsmith@chef.io>
|
|
|
|
| |
Signed-off-by: Christopher A. Snapp <csnapp@chef.io>
|
|
|
|
| |
Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
|
|
|
|
| |
Signed-off-by: Tim Smith <tsmith@chef.io>
|
|
|
|
|
|
| |
0.2.4 and before are entirely broken for bootstrapping.
Signed-off-by: Tim Smith <tsmith@chef.io>
|
|
|
|
| |
Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
|
|
|
|
| |
Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
|
|
|
|
|
|
|
|
|
| |
Fixed a padding oracle in PKCS7_dataDecode and CMS_decrypt_set1_pkey (CVE-2019-1563)
For built-in EC curves, ensure an EC_GROUP built from the curve name is used even when parsing explicit parameters
Compute ECC cofactors if not provided during EC_GROUP construction (CVE-2019-1547)
Document issue with installation paths in diverse Windows builds (CVE-2019-1552)
Signed-off-by: Tim Smith <tsmith@chef.io>
|
|
|
|
| |
Signed-off-by: Tim Smith <tsmith@chef.io>
|
|
|
|
|
|
| |
This includes the license file we need
Signed-off-by: Tim Smith <tsmith@chef.io>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
May 18, 2019: Fixes for reading Android APK and JAR archives
Apr 16, 2019: Support for non-recursive list and extract
Apr 14, 2019: New tar option: --exclude-vcs
Mar 27, 2019: Support for file and directory symlinks on Windows
Mar 12, 2019: Important fixes for storing file attributes and flags
Jan 20, 2019: Support for xz, lzma, ppmd8 and bzip2 decompression in ZIP files
Oct 06, 2018: RAR 5.0 reader
Signed-off-by: Tim Smith <tsmith@chef.io>
|
|
|
|
|
|
| |
This also gets us the public_suffix update which we've been blocked on for a long time due to the pin in addressable
Signed-off-by: Tim Smith <tsmith@chef.io>
|
|
|
|
|
|
| |
InSpec 4.12 pulls in Train 3.0, which removes the winrm functionality. We're adding it back via the new dep on train-winrm. The updated train also includes several bugfixes we need for bootstrapping.
Signed-off-by: Tim Smith <tsmith@chef.io>
|
|
|
|
|
|
| |
Pull in the latest omnibus and omnibus-software updates.
Signed-off-by: Tim Smith <tsmith@chef.io>
|
|
|
|
|
|
|
| |
A new version of omnibus is required and the artifactory gem
is required for the publish part of the build stage.
Signed-off-by: Jeremiah Snapp <jeremiah@chef.io>
|
|
|
|
| |
Signed-off-by: Jaymala Sinha <jsinha@chef.io>
|
|
|
|
|
|
|
| |
* bzip2recover: Fix use after free issue with outFile (CVE-2016-3189)
* Make sure nSelectors is not out of range (CVE-2019-12900)
Signed-off-by: Tim Smith <tsmith@chef.io>
|