summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Use latest omnibus-softwareupdate_depsTim Smith2017-10-251-18/+22
| | | | 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>
* Bump version to 13.5.26 by Expeditorv13.5.26Chef Expeditor2017-10-255-11/+12
|
* Merge pull request #6521 from chef/btm/ohai_13_6Tim Smith2017-10-252-1/+23
|\ | | | | Include Ohai 13.6
| * Include Ohai 13.6btm/ohai_13_6Bryan McLellan2017-10-252-1/+23
|/ | | | | | | | | | | | | | | | | | | | | | | | | Ohai Release Notes 13.6 - Critical Plugins Users can now specify a list of plugins which are `critical`. Critical plugins will cause Ohai to fail if they do not run successfully (and thus cause a Chef run using Ohai to fail). The syntax for this is: ``` ohai.critical_plugins << :Filesystem ``` - Filesystem now has a `allow_partial_data` configuration option The Filesystem plugin now has a `allow_partial_data` configuration option. If set, the filesystem will return whatever data it can even if some commands it ran failed. - Rackspace detection on Windows Windows nodes running on Rackspace will now properly detect themselves as running on Rackspace without a hint file. - Package data on Amazon Linux The Packages plugin now supports gathering packages data on Amazon Linux Signed-off-by: Bryan McLellan <btm@loftninjas.org>
* Bump version to 13.5.25 by Expeditorv13.5.25Chef Expeditor2017-10-205-11/+12
|
* Merge pull request #6468 from coderanger/deprecate-deployNoah Kantrowitz2017-10-193-1/+28
|\ | | | | Deprecate the deploy resource and family
| * Add some release notes. Noah Kantrowitz2017-10-191-1/+12
| | | | | | Signed-off-by: Noah Kantrowitz <noah@coderanger.net>
| * Deprecate the deploy resource and family.Noah Kantrowitz2017-10-032-0/+16
| | | | | | | | Signed-off-by: Noah Kantrowitz <noah@coderanger.net>
* | Bump version to 13.5.24 by Expeditorv13.5.24Chef Expeditor2017-10-195-11/+12
| |
* | Merge pull request #6510 from chef/nodes_not_hereAdam Leff2017-10-193-4/+3
|\ \ | | | | | | Fix remote_file with UNC paths failing
| * | Fix remote_file with UNC paths failingnodes_not_hereTim Smith2017-10-193-4/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Our check here to see if we're on Windows uses node data that's not available in this context. Use the same Chef::Platform.windows? check we use above. Without this you get the following error: [2017-10-02T21:40:42+00:00] DEBUG: Re-raising exception: NameError - remote_file[c:/foo/bar] (foo::default line 14) had an error: NameError: undefined local variable or method `node' for #<Chef::Provider::RemoteFile::NetworkFile:0x00000000064c0148> Signed-off-by: Tim Smith <tsmith@chef.io>
* | | Bump version to 13.5.23 by Expeditorv13.5.23Chef Expeditor2017-10-195-11/+12
| | |
* | | Merge pull request #6511 from chef/adamleff/bump-inspecTim Smith2017-10-191-19/+19
|\ \ \ | |/ / |/| | Bump dependencies to pull in new InSpec
| * | Bump dependencies to pull in new InSpecAdam Leff2017-10-191-19/+19
|/ / | | | | | | Signed-off-by: Adam Leff <adam@leff.co>
* | Bump version to 13.5.22 by Chef Expeditorv13.5.22Chef Expeditor2017-10-175-11/+12
| |
* | Merge pull request #6437 from MsysTechnologiesllc/dh/array_choco_pkg_artifactoryBryan McLellan2017-10-162-9/+16
|\ \ | | | | | | [MSYS-647] array support for choco pkg from artifactory
| * | update code to fix appveyor issuesAdministrator2017-10-051-10/+3
| | | | | | | | | | | | Signed-off-by: dheerajd-msys <dheeraj.dubey@msystechnologies.com>
| * | Fix travis failuresdheerajd-msys2017-09-291-1/+3
| | | | | | | | | | | | Signed-off-by: dheerajd-msys <dheeraj.dubey@msystechnologies.com>
| * | Fix review commentsdheerajd-msys2017-09-291-26/+8
| | | | | | | | | | | | Signed-off-by: dheerajd-msys <dheeraj.dubey@msystechnologies.com>
| * | Fix dependent packagedheerajd-msys2017-09-291-7/+12
| | | | | | | | | | | | Signed-off-by: dheerajd-msys <dheeraj.dubey@msystechnologies.com>
| * | array support for choco pkg from artifactorydheerajd-msys2017-09-291-1/+26
| | | | | | | | | | | | Signed-off-by: dheerajd-msys <dheeraj.dubey@msystechnologies.com>
* | | Bump version to 13.5.21 by Chef Expeditorv13.5.21Chef Expeditor2017-10-175-11/+12
| | |
* | | Merge pull request #6473 from MsysTechnologiesllc/piyush/update_TestDSCParserBryan McLellan2017-10-165-38/+182
|\ \ \ | | | | | | | | MSYS-684: Added parser for DSC configuration
| * | | MSYS-684: Added parser for DSC configurationpiyushawasthi2017-10-055-38/+182
| | | | | | | | | | | | | | | | Signed-off-by: piyushawasthi <piyush.awasthi@msystechnologies.com>
* | | | Bump version to 13.5.20 by Chef Expeditorv13.5.20Chef Expeditor2017-10-165-11/+12
| | | |
* | | | Merge pull request #6497 from chef/fix-linux-rebooterThom May2017-10-162-14/+29
|\ \ \ \ | | | | | | | | | | fix rebooter for solaris and background reboots
| * | | | fix rebooter for solaris and background rebootsfix-linux-rebooterLamont Granquist2017-10-132-14/+29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | closes #5026 Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* | | | | Bump version to 13.5.19 by Chef Expeditorv13.5.19Chef Expeditor2017-10-135-11/+12
| | | | |
* | | | | Merge pull request #6394 from ↵Bryan McLellan2017-10-135-13/+92
|\ \ \ \ \ | |/ / / / |/| | | | | | | | | | | | | | chef/ash/add_none_frequency_to_windows_task_resource Windows: Added :none frequency to windows_task resource
| * | | | Fix spec and review commentsash/add_none_frequency_to_windows_task_resourceNAshwini2017-09-202-3/+3
| | | | | | | | | | | | | | | | | | | | Signed-off-by: NAshwini <ashwini.nehate@msystechnologies.com>
| * | | | Fixed the failing specs.NAshwini2017-09-202-3/+9
| | | | | | | | | | | | | | | | | | | | Signed-off-by: NAshwini <ashwini.nehate@msystechnologies.com>
| * | | | Added none frequency to windows task resourceNAshwini2017-09-204-11/+84
| | | | | | | | | | | | | | | | | | | | Signed-off-by: NAshwini <ashwini.nehate@msystechnologies.com>
* | | | | Bump version to 13.5.18 by Chef Expeditorv13.5.18Chef Expeditor2017-10-115-12/+13
| | | | |
* | | | | Merge pull request #6490 from chef/lcg/dnf-platform-tweaksLamont Granquist2017-10-112-9/+19
|\ \ \ \ \ | | | | | | | | | | | | only rhel >= 8 and fedora >= 22 get dnf
| * | | | | pick up dnf on amazon linux more dynamicallylcg/dnf-platform-tweaksLamont Granquist2017-10-102-0/+10
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * | | | | only rhel >= 8 and fedora >= 22 get dnfLamont Granquist2017-10-102-9/+9
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the shell_out approach to parse the version string from rpm is a bit of a failed experiment. the shell_out that gets incurred on every package provider is a bit terrible for performance. DNF < 1.00 has also never formally landed in any distribution and its very difficult at this point to deploy it. when amazon deploys DNF we should add a version comparison for that. If this patch causes issues we can go back to adding some form of `provides :package ... { which("dnf" }` That will be much faster than having the shell_out(). Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* | | | | Merge pull request #6488 from chef/changelog_cleanupThom May2017-10-101-14/+10
|\ \ \ \ \ | | | | | | | | | | | | A bit of changelog cleanup
| * | | | | A bit of changelog cleanupchangelog_cleanupTim Smith2017-10-101-14/+10
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove some items that don't matter. Remove internal Chef ticket numbers. Signed-off-by: Tim Smith <tsmith@chef.io>
* | | | | Bump version to 13.5.17 by Chef Expeditorv13.5.17Chef Expeditor2017-10-105-11/+12
| | | | |
* | | | | Support new CriticalOhaiPlugins (#6486)Phil Dibowitz2017-10-092-0/+14
| | | | | | | | | | | | | | | | | | | | | | | | | We should not stack-trace, we should exit with a clean error Signed-off-by: Phil Dibowitz <phil@ipom.com>
* | | | | Bump version to 13.5.16 by Chef Expeditorv13.5.16Chef Expeditor2017-10-095-11/+12
| | | | |
* | | | | Merge pull request #6461 from grekasius/chef_client_signal_handlingLamont Granquist2017-10-091-1/+1
|\ \ \ \ \ | | | | | | | | | | | | Sleep for another interval after handling SIGHUP
| * | | | | Sleep for another interval after handling SIGHUPGiedrius Rekasius2017-10-091-1/+1
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Giedrius Rekasius <giedrius.rekasius@gmail.com> This resolves a bug that caused chef-client service to go into infinite sleep after handling SIGHUP.
* | | | | Bump version to 13.5.15 by Chef Expeditorv13.5.15Chef Expeditor2017-10-095-11/+12
| | | | |
* | | | | Merge pull request #6481 from chef/ksubrama/SUSTAIN-731Kartik Null Cating-Subramanian2017-10-092-10/+38
|\ \ \ \ \ | | | | | | | | | | | | [SUSTAIN-731] Don't spin in powershell module that launches chef processes
| * | | | | Don't spin in powershell module that launches chef processesksubrama/SUSTAIN-731Kartik Null Cating-Subramanian2017-10-062-10/+38
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Kartik Null Cating-Subramanian <ksubramanian@chef.io>
* | | | | | Bump version to 13.5.14 by Chef Expeditorv13.5.14Chef Expeditor2017-10-065-11/+12
| | | | | |
* | | | | | Merge pull request #6476 from b1-systems/masterLamont Granquist2017-10-063-1/+14
|\ \ \ \ \ \ | | | | | | | | | | | | | | Add allow_downgrade to zypper_package resource
| * \ \ \ \ \ Merge branch 'master' of https://github.com/b1-systems/chefEike Waldt2017-10-060-0/+0
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Eike Waldt <waldt@b1-systems.de>