summaryrefslogtreecommitdiff
path: root/omnibus_overrides.rb
Commit message (Collapse)AuthorAgeFilesLines
* Update libxml2 to 2.9.9libxml2_15Tim Smith2019-02-191-1/+1
| | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Update Rubygems to 3.0.2bump_rubygemsTim Smith2019-01-251-1/+1
| | | | | | Bump Chef 15 to the latest and greatest rubygems. Signed-off-by: Tim Smith <tsmith@chef.io>
* Use the latest omnibus-software and nokogiriTim Smith2019-01-231-1/+1
| | | | | | | | | | | | The new omnibus-software includes a patch I added to fix compilation failures on non C99 compatible compilers with 2.6.0. The omnibus release that gets pulled in is also necessary for Ruby 2.6 on macOS The new nokogiri supports windows on Ruby 2.6, which the previous version did not. Signed-off-by: Tim Smith <tsmith@chef.io>
* Update rubygems to 2.7.7 and bundler to 1.17.3Tim Smith2019-01-031-2/+2
| | | | | | | These are the last versions of these stable releases. We may want to go bundler 2.0 / rubygems 3.0, but this is a solid first step. Signed-off-by: Tim Smith <tsmith@chef.io>
* Fix locking ohai to to the value in the Gemfile.lockTim Smith2018-12-041-4/+7
| | | | | | Round 2 Signed-off-by: Tim Smith <tsmith@chef.io>
* Pin the ohai definition to use the ohai version from Gemfile.lockTim Smith2018-12-041-0/+5
| | | | | | | | | | | | Without this we end up with chef-client's definition using the version of ohai in the gemfile.lock and the ohai defintion using whatever is in master. This is bad for two reasons: 1. we're shipping an unreleased master version even when we ship chef 13 or chef 14 2. we ship the ohai gem twice which takes up space on disk Signed-off-by: Tim Smith <tsmith@chef.io>
* Update openssl to 1.0.2qTim Smith2018-11-221-1/+1
| | | | | | | Microarchitecture timing vulnerability in ECC scalar multiplication (CVE-2018-5407) Timing vulnerability in DSA signature generation (CVE-2018-0734) Signed-off-by: Tim Smith <tsmith@chef.io>
* Update Ruby to 2.5.3Tim Smith2018-10-231-1/+1
| | | | | | This resolves several CVEs and fixes a large number of bugs. Signed-off-by: Tim Smith <tsmith@chef.io>
* Update Nokogiri to 1.8.5Tim Smith2018-10-151-1/+1
| | | | | | A large number of bugfixes Signed-off-by: Tim Smith <tsmith@chef.io>
* Update some build / updating instructions for developmentinstructionsTim Smith2018-08-241-0/+3
| | | | | | | | Update the readme with the correct rake tasks to build chef Fix a typo in the rake comments Add a comment we have in DK to remind folks that they need to update the deps after changing the overrides. Signed-off-by: Tim Smith <tsmith@chef.io>
* Update to openssl 1.0.2pTim Smith2018-08-141-1/+1
| | | | | | | | | Resolves: Client DoS due to large DH parameter (CVE-2018-0732) Cache timing vulnerability in RSA Key Generation (CVE-2018-0737) Signed-off-by: Tim Smith <tsmith@chef.io>
* Back out the libxslt bumpTim Smith2018-06-121-1/+1
| | | | | | Broke builds Signed-off-by: Tim Smith <tsmith@chef.io>
* Update omnibus_override versionsTim Smith2018-06-121-2/+2
| | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Bump Ruby to 2.5.1 and update release notesruby_and_libxml2_cvesTim Smith2018-03-291-1/+1
| | | | | | | | | | | | https://www.ruby-lang.org/en/news/2018/03/28/http-response-splitting-in-webrick-cve-2017-17742/ https://www.ruby-lang.org/en/news/2018/03/28/unintentional-file-and-directory-creation-with-directory-traversal-cve-2018-6914/ https://www.ruby-lang.org/en/news/2018/03/28/large-request-dos-in-webrick-cve-2018-8777/ https://www.ruby-lang.org/en/news/2018/03/28/buffer-under-read-unpack-cve-2018-8778/ https://www.ruby-lang.org/en/news/2018/03/28/poisoned-nul-byte-unixsocket-cve-2018-8779/ https://www.ruby-lang.org/en/news/2018/03/28/poisoned-nul-byte-dir-cve-2018-8780/ https://www.ruby-lang.org/en/news/2018/02/17/multiple-vulnerabilities-in-rubygems/ Signed-off-by: Tim Smith <tsmith@chef.io>
* Update openssl to 1.0.2oTim Smith2018-03-271-1/+1
| | | | | | This addresses https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-0739 Signed-off-by: Tim Smith <tsmith@chef.io>
* Revert "Upgrade to openssl 1.1"Tim Smith2018-03-231-1/+1
| | | | This reverts commit a67304414d83b06ea16cb92ca28ec0d5d0572028.
* Upgrade to openssl 1.1Tim Smith2018-03-231-1/+1
| | | | | | 1.0.2 goes EOL in 2019-12-31 so we should get off that Signed-off-by: Tim Smith <tsmith@chef.io>
* ruby-2.5 changesLamont Granquist2018-03-091-2/+2
| | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* use appbundler 0.11.1 for omnibus buildsLamont Granquist2018-03-011-1/+0
| | | | | | already working for kitchen-appbundle-updater in travis Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* use the git tagLamont Granquist2018-02-281-1/+1
| | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* need to pin appbundler in omnibusLamont Granquist2018-02-281-0/+1
| | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* bump omnibus depsThom May2018-02-281-2/+2
| | | | Signed-off-by: Thom May <thom@chef.io>
* Update libxml2 to 2.9.7libxml2_chef14Tim Smith2018-02-201-1/+1
| | | | | | Resolves CVE-2017-15412 Signed-off-by: Tim Smith <tsmith@chef.io>
* Revert "Bump to ruby 2.5.0"Thom May2018-01-231-1/+1
|
* Bump to ruby 2.5.0Thom May2018-01-231-1/+1
| | | | Signed-off-by: Thom May <thom@chef.io>
* Update to Ruby 2.4.3ruby243Tim Smith2018-01-051-1/+1
| | | | | | | | | This resolves this CVE https://www.ruby-lang.org/en/news/2017/12/14/net-ftp-command-injection-cve-2017-17405/ It also backports a few bugfixes from 2.5.0: https://github.com/ruby/ruby/compare/v2_4_2...v2_4_3 Signed-off-by: Tim Smith <tsmith@chef.io>
* Update for openssl 1.0.2n and inspec 1.48Tim Smith2017-12-071-1/+1
| | | | | | | | | Resolves: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-3738 https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-3737 Signed-off-by: Tim Smith <tsmith@chef.io>
* Bump openssl and rubygems to latestTim Smith2017-11-061-2/+2
| | | | | | | | | | | | | | | | openssl: CVE-2017-3736 (OpenSSL advisory) [Moderate severity] 2nd November 2017: There is a carry propagating bug in the x86_64 Montgomery squaring procedure. No EC algorithms are affected. Analysis suggests that attacks against RSA and DSA as a result of this defect would be very difficult to perform and are not believed likely. Attacks against DH are considered just feasible (although very difficult) because most of the work necessary to deduce information about a private key may be performed offline. The amount of resources required for such an attack would be very significant and likely only accessible to a limited number of attackers. An attacker would additionally need online access to an unpatched system using the target private key in a scenario with persistent DH parameters and a private key that is shared between multiple clients. This only affects processors that support the BMI1, BMI2 and ADX extensions like Intel Broadwell (5th generation) and later or AMD Ryzen. Reported by Google OSS-Fuzz. CVE-2017-3735 (OpenSSL advisory) [Low severity] 28th August 2017: While parsing an IPAdressFamily extension in an X.509 certificate, it is possible to do a one-byte overread. This would result in an incorrect text display of the certificate. Reported by Google OSS-Fuzz. rubygems: Whitelist classes and symbols that are in loaded YAML. See CVE-2017-0903 for full details. Fix by Aaron Patterson. Signed-off-by: Tim Smith <tsmith@chef.io>
* Use nokogiri 1.8.1Tim Smith2017-10-261-1/+1
| | | | | | Minor bug fixes and updated vendored libs that we've already bumped to. Signed-off-by: Tim Smith <tsmith@chef.io>
* Update libiconv to 1.15Tim Smith2017-10-261-1/+1
| | | | | | | It's 1.15 in Chef 12. I think when omnibus overrides were changed around this slipped through the cracks. Signed-off-by: Tim Smith <tsmith@chef.io>
* Use the latest libxml2, libxslt, libyaml, and opensslTim Smith2017-10-251-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | libxml2: A GIANT list of bugfixes and these CVEs: CVE-2017-9050 CVE-2017-9049 CVE-2017-9048 CVE-2017-9047 CVE-2017-8872 CVE-2016-9318 https://www.cvedetails.com/vulnerability-list/vendor_id-1962/product_id-3311/Xmlsoft-Libxml2.html libxslt: - Fixes bad memory handling and null derefs plus a GIANT list of bug libyaml: * Fixed segfault in yaml_string_write_handler. * Fixed invalid simple key assertion. * Fixed error handling in some examples (thank to Mathias Svensson). * Removed obsolete VS project files. openssl: CVE-2017-3731 (OpenSSL advisory) [Moderate severity] 26th January 2017: If an SSL/TLS server or client is running on a 32-bit host, and a specific cipher is being used, then a truncated packet can cause that server or client to perform an out-of-bounds read, usually resulting in a crash. For OpenSSL 1.1.0, the crash can be triggered when using CHACHA20/POLY1305; users should upgrade to 1.1.0d. For Openssl 1.0.2, the crash can be triggered when using RC4-MD5; users who have not disabled that algorithm should update to 1.0.2k Reported by Robert Święcki of Google. CVE-2017-3732 (OpenSSL advisory) [Moderate severity] 26th January 2017: There is a carry propagating bug in the x86_64 Montgomery squaring procedure. No EC algorithms are affected. Analysis suggests that attacks against RSA and DSA as a result of this defect would be very difficult to perform and are not believed likely. Attacks against DH are considered just feasible (although very difficult) because most of the work necessary to deduce information about a private key may be performed offline. The amount of resources required for such an attack would be very significant and likely only accessible to a limited number of attackers. An attacker would additionally need online access to an unpatched system using the target private key in a scenario with persistent DH parameters and a private key that is shared between multiple clients. For example this can occur by default in OpenSSL DHE based SSL/TLS ciphersuites. Note: This issue is very similar to CVE-2015-3193 but must be treated as a separate problem. Reported by OSS-Fuzz project. CVE-2016-7055 (OpenSSL advisory) [Low severity] 10th November 2016: There is a carry propagating bug in the Broadwell-specific Montgomery multiplication procedure that handles input lengths divisible by, but longer than 256 bits. Analysis suggests that attacks against RSA, DSA and DH private keys are impossible. This is because the subroutine in question is not used in operations with the private key itself and an input of the attacker's direct choice. Otherwise the bug can manifest itself as transient authentication and key negotiation failures or reproducible erroneous outcome of public-key operations with specially crafted input. Among EC algorithms only Brainpool P-512 curves are affected and one presumably can attack ECDH key negotiation. Impact was not analyzed in detail, because pre-requisites for attack are considered unlikely. Namely multiple clients have to choose the curve in question and the server has to share the private key among them, neither of which is default behaviour. Even then only clients that chose the curve will be affected.ctures using a callback which do not handle NULL value are affected. Reported by Publicly reported. Signed-off-by: Tim Smith <tsmith@chef.io>
* update ruby versiontm/2_4_2Thom May2017-09-141-1/+1
| | | | Signed-off-by: Thom May <thom@chef.io>
* bump rubygems to 2.6.13lcg/bump-rubygemsLamont Granquist2017-08-291-1/+1
| | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* Bumps bundler version to 1.15.4Jakauppila2017-08-251-1/+1
| | | | Signed-off-by: jakauppila <Jared@Kauppi.la>
* move nokogiri config to omnibusLamont Granquist2017-07-101-0/+1
| | | | | | | | | this hand-builds it with the software dep, and its not a direct dep of chef itself and shouldn't be in the Gemfile.lock anyway, plus we need to pin via omnibus_overrides.rb and double-pinning in the Gemfile.lock is just added fussiness Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* bump zlib to 1.2.11tm/zlibThom May2017-06-161-1/+1
| | | | Signed-off-by: Thom May <thom@chef.io>
* Remove bundle tasks, version_policy.rb and update READMELamont Granquist2017-06-011-1/+3
| | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* major testing overhaullcg/simplify-external-testsLamont Granquist2017-04-251-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | See the PR comments for more philosophical background. This simplifies the external tests. The major feature here is that halite, poise, chefspec, etc are removed from the Gemfile.lock and the transitive Gemfile splicing is gone from the external tests. We're back to simply tracking master on external projects and bundle installing without locks and going red if the break. Those external projects should all similarly track master of chef/chef to reduce the possibility that they break us here. This also bumps bundler to 1.14.x and unblocks us there. It continues to simplify our use of bundler to be more mainstream and less impenetrable. There was some crazy shit that I found where I had to remove env vars like BUNDLE_ENABLE_TRAMPOLINE and the BUNDLE_IGNORE_CONFIG and BUNDLE_FROZEN env vars in appveyor along with the .bundle/config frozen setting were necessary to unbreak appveyor. We seem to have gotten very far afield of standard bundler usage and it was breaking in strange to debug ways. Oddly enough this exposed weird errors in the chef-config/spec/units/fips_spec.rb tests where we need to require the "win32/registry" file there now even though I can't figure out why that broke or how it was working previously. Also, adding x64-mingw32 to x86-mingw32 was necessary to test in appveyor on 64-bit windows (I tried universal-mingw32 and that failed) which seems obvious and is another case that I don't understand how it was working in bundler 1.12.x Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* use new lzmatm/fix_lzmaThom May2017-04-051-1/+1
| | | | Signed-off-by: Thom May <thom@chef.io>
* bumping everythingLamont Granquist2017-03-281-1/+1
| | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* bump ruby to 2.4.1Lamont Granquist2017-03-281-1/+1
| | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* bump ruby to 2.3.3Lamont Granquist2017-03-141-1/+1
| | | | | | | | | | | | | can finally do this now that the branching nightmare is gone. not bumping to 2.4.0 because of: - perf regression in rspec and waiting for 2.4.1 - not wanting to buy that yak shave yet - iterative development and moving the needle forwards in small increments Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* Remove a lot of old restraintsTom Duffield2017-02-091-1/+0
| | | | Signed-off-by: Tom Duffield <tom@chef.io>
* bump rubygems for rainbowlcg/fix-travisLamont Granquist2017-01-231-1/+1
| | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* Revert omnibus-software to ruby_windows_monster branchrhass/COOL-657_ecc-algorithm-supportTom Duffield2017-01-191-0/+1
| | | | Signed-off-by: Tom Duffield <tom@chef.io>
* Bump deps to pull in latest Ohaitas50/deps2Tim Smith2016-10-311-1/+1
| | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* fix the rubygems version generated by rake dependenciesThiago Oliveira2016-10-131-1/+1
| | | | Signed-off-by: Thiago Oliveira <thiagoo@yahoo-inc.com>
* update openssl to 1.0.2j to address vulnerabilitiesThiago Oliveira2016-10-131-2/+2
| | | | Signed-off-by: Thiago Oliveira <thiagoo@yahoo-inc.com>
* update dependenciesMatt Wrock2016-10-031-1/+1
| | | | Signed-off-by: Matt Wrock <matt@mattwrock.com>
* Update all the thingsJohn Keiser2016-09-121-1/+1
|