summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn McCrae <john.mccrae@progress.com>2022-09-06 12:11:43 +0600
committerJohn McCrae <john.mccrae@progress.com>2022-09-06 12:11:43 +0600
commit4e6a4ab3f128295d7055930c59d80921c88bf8ec (patch)
tree3933f7e79a615592e6d2b274dace693082a5b56e
parent9b839f26ecae73b7f739678d347eaec098449bbe (diff)
downloadchef-4e6a4ab3f128295d7055930c59d80921c88bf8ec.tar.gz
reverting the libarchive gem
Signed-off-by: John McCrae <john.mccrae@progress.com>
-rw-r--r--Gemfile2
-rw-r--r--Gemfile.lock41
-rw-r--r--chef.gemspec2
3 files changed, 41 insertions, 4 deletions
diff --git a/Gemfile b/Gemfile
index fd24c13fea..03c339a1ed 100644
--- a/Gemfile
+++ b/Gemfile
@@ -7,6 +7,8 @@ gem "ohai", git: "https://github.com/chef/ohai.git", branch: "main"
# Need to file a bug with rest-client. In the meantime, we can use this until they accept the update.
gem "rest-client", git: "https://github.com/chef/rest-client", branch: "jfm/ucrt_update1"
+gem "mixlib-archive", git: "https://github.com/chef/mixlib-archive", branch: "jfm/ucrt_update1"
+
gem "ffi", ">= 1.15.5"
gem "chef-utils", path: File.expand_path("chef-utils", __dir__) if File.exist?(File.expand_path("chef-utils", __dir__))
gem "chef-config", path: File.expand_path("chef-config", __dir__) if File.exist?(File.expand_path("chef-config", __dir__))
diff --git a/Gemfile.lock b/Gemfile.lock
index 626aeddd2e..e8dc442e3a 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -1,12 +1,10 @@
GIT
remote: https://github.com/chef/mixlib-archive
- revision: 772d6659794687557164de918b2ea00b79ac77eb
+ revision: b4a3a4df06819cb785b7fe1c4c4f93d164746102
branch: jfm/ucrt_update1
specs:
mixlib-archive (1.2.0)
mixlib-log
- mixlib-archive (1.2.0-x64-mingw-ucrt)
- mixlib-log
GIT
remote: https://github.com/chef/ohai.git
@@ -70,6 +68,7 @@ PATH
ffi-yajl (~> 2.2)
iniparse (~> 1.4)
inspec-core (>= 5)
+ iso8601 (>= 0.12.1, < 0.14)
license-acceptance (>= 1.0.5, < 3)
mixlib-authentication (>= 2.1, < 4)
mixlib-cli (>= 2.1.1, < 3.0)
@@ -87,6 +86,16 @@ PATH
unf_ext (< 0.0.8.1)
uuidtools (>= 2.1.5, < 3.0)
vault (~> 0.16)
+ win32-api (~> 1.10.0)
+ win32-certstore (~> 0.6.15)
+ win32-event (~> 0.6.1)
+ win32-eventlog (= 0.6.3)
+ win32-mmap (~> 0.4.1)
+ win32-mutex (~> 0.4.2)
+ win32-process (~> 0.10)
+ win32-service (>= 2.1.5, < 3.0)
+ win32-taskscheduler (~> 2.0)
+ wmi-lite (~> 1.0)
PATH
remote: chef-bin
@@ -143,6 +152,9 @@ GEM
debug_inspector (>= 0.0.1)
builder (3.2.4)
byebug (11.1.3)
+ chef-powershell (1.0.13)
+ ffi (~> 1.15)
+ ffi-yajl (~> 2.4)
chef-telemetry (1.1.1)
chef-config
concurrent-ruby (~> 1.0)
@@ -238,6 +250,7 @@ GEM
inspec-core-bin (5.18.14)
inspec-core (= 5.18.14)
ipaddress (0.8.3)
+ iso8601 (0.13.0)
jmespath (1.6.1)
json (2.6.2)
libyajl2 (2.1.0)
@@ -341,6 +354,7 @@ GEM
unicode-display_width (>= 1.5, < 3.0)
unicode_utils (~> 1.4)
strings-ansi (0.2.0)
+ structured_warnings (0.4.0)
syslog-logger (1.6.8)
thor (1.2.1)
time (0.2.0)
@@ -392,8 +406,29 @@ GEM
crack (>= 0.3.2)
hashdiff (>= 0.4.0, < 2.0.0)
webrick (1.7.0)
+ win32-api (1.10.1)
+ win32-api (1.10.1-universal-mingw32)
+ win32-certstore (0.6.15)
+ chef-powershell (>= 1.0.12)
+ ffi
+ win32-event (0.6.3)
+ win32-ipc (>= 0.6.0)
+ win32-eventlog (0.6.3)
+ ffi
+ win32-ipc (0.7.0)
+ ffi
+ win32-mmap (0.4.2)
+ ffi
+ win32-mutex (0.4.3)
+ win32-ipc (>= 0.6.0)
win32-process (0.10.0)
ffi (>= 1.0.0)
+ win32-service (2.3.2)
+ ffi
+ ffi-win32-extensions
+ win32-taskscheduler (2.0.4)
+ ffi
+ structured_warnings
winrm (2.3.6)
builder (>= 2.1.2)
erubi (~> 1.8)
diff --git a/chef.gemspec b/chef.gemspec
index 2a709da296..844dc87ff1 100644
--- a/chef.gemspec
+++ b/chef.gemspec
@@ -52,7 +52,7 @@ Gem::Specification.new do |s|
s.add_dependency "mixlib-log", ">= 2.0.3", "< 4.0"
s.add_dependency "mixlib-authentication", ">= 2.1", "< 4"
s.add_dependency "mixlib-shellout", ">= 3.1.1", "< 4.0"
- s.add_dependency "mixlib-archive", ">= 0.4", "< 2.0"
+ # s.add_dependency "mixlib-archive", ">= 0.4", "< 2.0"
s.add_dependency "ohai", "~> 18.0"
s.add_dependency "inspec-core", ">= 5"