summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLamont Granquist <lamont@scriptkiddie.org>2021-10-01 08:48:32 -0700
committerLamont Granquist <lamont@scriptkiddie.org>2021-10-01 08:48:32 -0700
commit24b1ae63163b9d6edca5af5506ee965d4336bf9c (patch)
treeb56944164347c20cce7f342473c763164392a8f7
parentda0cf320bca0b978cf484e6f36a403ecf4cc4671 (diff)
downloadchef-24b1ae63163b9d6edca5af5506ee965d4336bf9c.tar.gz
Fix compilation of openssl with -DOPENSSL_TRUSTED_FIRST_DEFAULT
https://github.com/chef/omnibus-software/pull/1453 Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
-rw-r--r--omnibus/Gemfile.lock30
1 files changed, 15 insertions, 15 deletions
diff --git a/omnibus/Gemfile.lock b/omnibus/Gemfile.lock
index cd2cfed6e1..22adf04f67 100644
--- a/omnibus/Gemfile.lock
+++ b/omnibus/Gemfile.lock
@@ -1,6 +1,6 @@
GIT
remote: https://github.com/chef/omnibus-software.git
- revision: 09666687aa62234cf8c917cdc079307aca070228
+ revision: 24f508c7f2e3a20debdf5d19ced27757fed7f7fb
branch: main
specs:
omnibus-software (4.0.0)
@@ -65,12 +65,12 @@ GEM
solve (~> 4.0)
thor (>= 0.20)
builder (3.2.4)
- chef (16.14.1)
+ chef (16.16.7)
addressable
bcrypt_pbkdf (~> 1.1)
bundler (>= 1.10)
- chef-config (= 16.14.1)
- chef-utils (= 16.14.1)
+ chef-config (= 16.16.7)
+ chef-utils (= 16.16.7)
chef-vault
chef-zero (>= 14.0.11)
diff-lcs (>= 1.2.4, < 1.4.0)
@@ -102,12 +102,12 @@ GEM
tty-screen (~> 0.6)
tty-table (~> 0.11)
uuidtools (>= 2.1.5, < 3.0)
- chef (16.14.1-universal-mingw32)
+ chef (16.16.7-universal-mingw32)
addressable
bcrypt_pbkdf (~> 1.1)
bundler (>= 1.10)
- chef-config (= 16.14.1)
- chef-utils (= 16.14.1)
+ chef-config (= 16.16.7)
+ chef-utils (= 16.16.7)
chef-vault
chef-zero (>= 14.0.11)
diff-lcs (>= 1.2.4, < 1.4.0)
@@ -150,10 +150,10 @@ GEM
win32-service (>= 2.1.5, < 3.0)
win32-taskscheduler (~> 2.0)
wmi-lite (~> 1.0)
- chef-cleanroom (1.0.2)
- chef-config (16.14.1)
+ chef-cleanroom (1.0.3)
+ chef-config (16.16.7)
addressable
- chef-utils (= 16.14.1)
+ chef-utils (= 16.16.7)
fuzzyurl
mixlib-config (>= 2.2.12, < 4.0)
mixlib-shellout (>= 2.0, < 4.0)
@@ -161,7 +161,7 @@ GEM
chef-telemetry (1.1.1)
chef-config
concurrent-ruby (~> 1.0)
- chef-utils (16.14.1)
+ chef-utils (16.16.7)
chef-vault (4.1.4)
chef-zero (15.0.9)
ffi-yajl (~> 2.2)
@@ -197,7 +197,7 @@ GEM
ffi (1.15.4)
ffi (1.15.4-x64-mingw32)
ffi (1.15.4-x86-mingw32)
- ffi-libarchive (1.0.17)
+ ffi-libarchive (1.1.3)
ffi (~> 1.0)
ffi-win32-extensions (1.0.4)
ffi
@@ -212,7 +212,7 @@ GEM
highline (2.0.3)
httpclient (2.8.3)
iniparse (1.5.0)
- inspec-core (4.41.20)
+ inspec-core (4.46.13)
addressable (~> 2.4)
chef-telemetry (~> 1.0, >= 1.0.8)
faraday (>= 0.9.0, < 1.5)
@@ -410,7 +410,7 @@ GEM
pastel (~> 0.8)
strings (~> 0.2.0)
tty-screen (~> 0.8)
- unicode-display_width (2.0.0)
+ unicode-display_width (2.1.0)
unicode_utils (1.4.0)
uuidtools (2.2.0)
webrick (1.7.0)
@@ -475,4 +475,4 @@ DEPENDENCIES
winrm-fs (~> 1.0)
BUNDLED WITH
- 2.1.4
+ 2.2.22