summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith84@gmail.com>2021-02-01 15:10:42 -0800
committerTim Smith <tsmith84@gmail.com>2021-02-01 15:10:42 -0800
commit7e6119ee62ced1a63ec06eb10aafc63fc7c65913 (patch)
tree71aee9dda06f0c408e0c0c8586e70d0df5dca7d2
parent651972c543d85605a4bcf2290aa7f270caab6c95 (diff)
downloadchef-jfm/certstore_updates.tar.gz
Require win32-certstore 0.5+ and bump depsjfm/certstore_updates
Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r--Gemfile1
-rw-r--r--Gemfile.lock104
-rw-r--r--chef-universal-mingw32.gemspec2
-rw-r--r--omnibus/Gemfile.lock4
4 files changed, 60 insertions, 51 deletions
diff --git a/Gemfile b/Gemfile
index 2821dc654f..99e7cf3c6b 100644
--- a/Gemfile
+++ b/Gemfile
@@ -8,7 +8,6 @@ source "https://rubygems.org"
gem "chef", path: "."
gem "ohai", git: "https://github.com/chef/ohai.git", branch: "master"
-gem "win32-certstore", git: "https://github.com/chef/win32-certstore.git", branch: "master"
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 e117787064..49fac99c2f 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -8,10 +8,10 @@ GIT
GIT
remote: https://github.com/chef/ohai.git
- revision: 065e10af8ab2a6bf3db6d9da0db099207454f7d6
+ revision: d175d5189c8dc7bfed4689927fa4c6312fec80c1
branch: master
specs:
- ohai (17.0.11)
+ ohai (17.0.13)
chef-config (>= 12.8, < 18)
chef-utils (>= 16.0, < 18)
ffi (~> 1.9)
@@ -100,9 +100,9 @@ PATH
tty-prompt (~> 0.21)
tty-screen (~> 0.6)
tty-table (~> 0.11)
- uuidtools (~> 2.1.5)
+ uuidtools (>= 2.1.5, < 3.0)
win32-api (~> 1.5.3)
- win32-certstore (~> 0.5.3)
+ win32-certstore (~> 0.5)
win32-event (~> 0.6.1)
win32-eventlog (= 0.6.3)
win32-mmap (~> 0.4.1)
@@ -142,7 +142,7 @@ GEM
appbundler (0.13.2)
mixlib-cli (>= 1.4, < 3.0)
mixlib-shellout (>= 2.0, < 4.0)
- ast (2.4.1)
+ ast (2.4.2)
bcrypt_pbkdf (1.1.0.rc2)
bcrypt_pbkdf (1.1.0.rc2-x64-mingw32)
bcrypt_pbkdf (1.1.0.rc2-x86-mingw32)
@@ -155,26 +155,33 @@ GEM
concurrent-ruby (~> 1.0)
ffi-yajl (~> 2.2)
chef-vault (4.1.0)
- chef-zero (15.0.3)
+ chef-zero (15.0.4)
ffi-yajl (~> 2.2)
hashie (>= 2.0, < 5.0)
mixlib-log (>= 2.0, < 4.0)
rack (~> 2.0, >= 2.0.6)
uuidtools (~> 2.1)
+ webrick
cheffish (16.0.12)
chef-zero (>= 14.0)
net-ssh
coderay (1.1.3)
- concurrent-ruby (1.1.7)
- crack (0.4.4)
- debug_inspector (0.0.3)
+ concurrent-ruby (1.1.8)
+ crack (0.4.5)
+ rexml
+ debug_inspector (1.0.0)
diff-lcs (1.3)
ed25519 (1.2.4)
erubi (1.10.0)
erubis (2.7.0)
- faraday (1.0.1)
+ faraday (1.3.0)
+ faraday-net_http (~> 1.0)
multipart-post (>= 1.2, < 3)
- fauxhai-ng (8.6.0)
+ ruby2_keywords
+ faraday-net_http (1.0.1)
+ faraday_middleware (1.0.0)
+ faraday (~> 1.0)
+ fauxhai-ng (8.7.0)
net-ssh
ffi (1.13.1)
ffi (1.13.1-x64-mingw32)
@@ -191,37 +198,38 @@ GEM
gyoku (1.3.1)
builder (>= 2.1.2)
hashdiff (1.0.1)
- hashie (3.6.0)
+ hashie (4.1.0)
highline (2.0.3)
httpclient (2.8.3)
iniparse (1.5.0)
- inspec-core (4.24.8)
+ inspec-core (4.26.4)
addressable (~> 2.4)
chef-telemetry (~> 1.0)
- faraday (>= 0.9.0, < 1.1)
- hashie (~> 3.4)
+ faraday (>= 0.9.0, < 1.4)
+ faraday_middleware (~> 1.0)
+ hashie (>= 3.4, < 5.0)
license-acceptance (>= 0.2.13, < 3.0)
method_source (>= 0.8, < 2.0)
mixlib-log (~> 3.0)
multipart-post (~> 2.0)
parallel (~> 1.9)
- parslet (~> 1.5)
+ parslet (>= 1.5, < 2.0)
pry (~> 0.13)
- rspec (~> 3.9.0)
+ rspec (>= 3.9, < 3.11)
rspec-its (~> 1.2)
- rubyzip (~> 1.2, >= 1.2.2)
+ rubyzip (>= 1.2.2, < 3.0)
semverse (~> 3.0)
sslshake (~> 1.2)
thor (>= 0.20, < 2.0)
- tomlrb (~> 1.2.0)
+ tomlrb (>= 1.2, < 2.1)
train-core (~> 3.0)
tty-prompt (~> 0.17)
tty-table (~> 0.10)
- inspec-core-bin (4.24.8)
- inspec-core (= 4.24.8)
+ inspec-core-bin (4.26.4)
+ inspec-core (= 4.26.4)
ipaddress (0.8.3)
iso8601 (0.13.0)
- json (2.4.1)
+ json (2.5.1)
libyajl2 (1.2.0)
license-acceptance (2.1.13)
pastel (~> 0.7)
@@ -286,22 +294,22 @@ GEM
rb-readline (0.5.5)
regexp_parser (2.0.3)
rexml (3.2.4)
- rspec (3.9.0)
- rspec-core (~> 3.9.0)
- rspec-expectations (~> 3.9.0)
- rspec-mocks (~> 3.9.0)
- rspec-core (3.9.3)
- rspec-support (~> 3.9.3)
- rspec-expectations (3.9.4)
+ rspec (3.10.0)
+ rspec-core (~> 3.10.0)
+ rspec-expectations (~> 3.10.0)
+ rspec-mocks (~> 3.10.0)
+ rspec-core (3.10.1)
+ rspec-support (~> 3.10.0)
+ rspec-expectations (3.10.1)
diff-lcs (>= 1.2.0, < 2.0)
- rspec-support (~> 3.9.0)
+ rspec-support (~> 3.10.0)
rspec-its (1.3.0)
rspec-core (>= 3.0.0)
rspec-expectations (>= 3.0.0)
- rspec-mocks (3.9.1)
+ rspec-mocks (3.10.2)
diff-lcs (>= 1.2.0, < 2.0)
- rspec-support (~> 3.9.0)
- rspec-support (3.9.4)
+ rspec-support (~> 3.10.0)
+ rspec-support (3.10.2)
rubocop (1.9.1)
parallel (~> 1.10)
parser (>= 3.0.0.0)
@@ -310,14 +318,15 @@ GEM
rexml
rubocop-ast (>= 1.2.0, < 2.0)
ruby-progressbar (~> 1.7)
- unicode-display_width (< 3.0, >= 1.4.0)
- rubocop-ast (1.3.0)
+ unicode-display_width (>= 1.4.0, < 3.0)
+ rubocop-ast (1.4.1)
parser (>= 2.7.1.5)
ruby-prof (1.2.0)
ruby-progressbar (1.11.0)
ruby-shadow (2.5.0)
- rubyntlm (0.6.2)
- rubyzip (1.3.0)
+ ruby2_keywords (0.0.4)
+ rubyntlm (0.6.3)
+ rubyzip (2.3.0)
semverse (3.0.0)
sslshake (1.3.1)
strings (0.2.0)
@@ -327,17 +336,17 @@ GEM
strings-ansi (0.2.0)
structured_warnings (0.4.0)
syslog-logger (1.6.8)
- thor (1.0.1)
- tomlrb (1.2.9)
- train-core (3.4.4)
+ thor (1.1.0)
+ tomlrb (1.3.0)
+ train-core (3.4.9)
addressable (~> 2.5)
ffi (!= 1.13.0)
json (>= 1.8, < 3.0)
mixlib-shellout (>= 2.0, < 4.0)
net-scp (>= 1.2, < 4.0)
net-ssh (>= 2.9, < 7.0)
- train-winrm (0.2.11)
- winrm (~> 2.0)
+ train-winrm (0.2.12)
+ winrm (>= 2.3.6, < 3.0)
winrm-elevated (~> 1.2.2)
winrm-fs (~> 1.0)
tty-box (0.7.0)
@@ -365,8 +374,9 @@ GEM
addressable (>= 2.3.6)
crack (>= 0.3.2)
hashdiff (>= 0.4.0, < 2.0.0)
+ webrick (1.7.0)
win32-api (1.5.3-universal-mingw32)
- win32-certstore (0.4.1)
+ win32-certstore (0.5.3)
ffi
mixlib-shellout
win32-event (0.6.3)
@@ -387,7 +397,7 @@ GEM
win32-taskscheduler (2.0.4)
ffi
structured_warnings
- winrm (2.3.5)
+ winrm (2.3.6)
builder (>= 2.1.2)
erubi (~> 1.8)
gssapi (~> 1.2)
@@ -395,15 +405,15 @@ GEM
httpclient (~> 2.2, >= 2.2.0.2)
logging (>= 1.6.1, < 3.0)
nori (~> 2.0)
- rubyntlm (~> 0.6.0, >= 0.6.1)
+ rubyntlm (~> 0.6.0, >= 0.6.3)
winrm-elevated (1.2.3)
erubi (~> 1.8)
winrm (~> 2.0)
winrm-fs (~> 1.0)
- winrm-fs (1.3.3)
+ winrm-fs (1.3.5)
erubi (~> 1.8)
logging (>= 1.6.1, < 3.0)
- rubyzip (~> 1.1)
+ rubyzip (~> 2.0)
winrm (~> 2.0)
wisper (2.0.1)
wmi-lite (1.0.5)
diff --git a/chef-universal-mingw32.gemspec b/chef-universal-mingw32.gemspec
index fa95de76f5..03b0df1496 100644
--- a/chef-universal-mingw32.gemspec
+++ b/chef-universal-mingw32.gemspec
@@ -14,7 +14,7 @@ gemspec.add_dependency "win32-service", ">= 2.1.5", "< 3.0"
gemspec.add_dependency "wmi-lite", "~> 1.0"
gemspec.add_dependency "win32-taskscheduler", "~> 2.0"
gemspec.add_dependency "iso8601", ">= 0.12.1", "< 0.14" # validate 0.14 when it comes out
-gemspec.add_dependency "win32-certstore", "~> 0.3"
+gemspec.add_dependency "win32-certstore", "~> 0.5" # 0.5 allows us to specify system vs. user store
gemspec.extensions << "ext/win32-eventlog/Rakefile"
gemspec.files += Dir.glob("{distro,ext}/**/*")
diff --git a/omnibus/Gemfile.lock b/omnibus/Gemfile.lock
index 908c8af61b..235ff440c9 100644
--- a/omnibus/Gemfile.lock
+++ b/omnibus/Gemfile.lock
@@ -140,7 +140,7 @@ GEM
tty-table (~> 0.11)
uuidtools (>= 2.1.5, < 3.0)
win32-api (~> 1.5.3)
- win32-certstore (~> 0.5.3)
+ win32-certstore (~> 0.3)
win32-event (~> 0.6.1)
win32-eventlog (= 0.6.3)
win32-mmap (~> 0.4.1)
@@ -231,7 +231,7 @@ GEM
iso8601 (0.13.0)
jmespath (1.4.0)
json (2.5.1)
- kitchen-vagrant (1.7.2)
+ kitchen-vagrant (1.8.0)
test-kitchen (>= 1.4, < 3)
libyajl2 (1.2.0)
license-acceptance (2.1.13)