Bump version of framework to 6.0.35

This commit is contained in:
Metasploit 2021-03-11 15:23:10 -06:00
parent da31abc7ee
commit 563c481c67
No known key found for this signature in database
GPG Key ID: CDFB5FA52007B954
3 changed files with 29 additions and 30 deletions

View File

@ -1,7 +1,7 @@
PATH
remote: .
specs:
metasploit-framework (6.0.34)
metasploit-framework (6.0.35)
actionpack (~> 5.2.2)
activerecord (~> 5.2.2)
activesupport (~> 5.2.2)
@ -121,27 +121,27 @@ GEM
arel-helpers (2.12.0)
activerecord (>= 3.1.0, < 7)
ast (2.4.2)
aws-eventstream (1.1.0)
aws-partitions (1.430.0)
aws-sdk-core (3.112.0)
aws-eventstream (1.1.1)
aws-partitions (1.432.0)
aws-sdk-core (3.113.0)
aws-eventstream (~> 1, >= 1.0.2)
aws-partitions (~> 1, >= 1.239.0)
aws-sigv4 (~> 1.1)
jmespath (~> 1.0)
aws-sdk-ec2 (1.225.0)
aws-sdk-ec2 (1.227.0)
aws-sdk-core (~> 3, >= 3.112.0)
aws-sigv4 (~> 1.1)
aws-sdk-iam (1.48.0)
aws-sdk-iam (1.49.0)
aws-sdk-core (~> 3, >= 3.112.0)
aws-sigv4 (~> 1.1)
aws-sdk-kms (1.42.0)
aws-sdk-kms (1.43.0)
aws-sdk-core (~> 3, >= 3.112.0)
aws-sigv4 (~> 1.1)
aws-sdk-s3 (1.89.0)
aws-sdk-s3 (1.91.0)
aws-sdk-core (~> 3, >= 3.112.0)
aws-sdk-kms (~> 1)
aws-sigv4 (~> 1.1)
aws-sigv4 (1.2.2)
aws-sigv4 (1.2.3)
aws-eventstream (~> 1, >= 1.0.2)
bcrypt (3.1.16)
bcrypt_pbkdf (1.1.0)
@ -248,7 +248,7 @@ GEM
network_interface (0.0.2)
nexpose (7.2.1)
nio4r (2.5.7)
nokogiri (1.11.1)
nokogiri (1.11.2)
mini_portile2 (~> 2.5.0)
racc (~> 1.4)
octokit (4.20.0)
@ -344,7 +344,7 @@ GEM
metasm
rex-core
rex-text
rex-socket (0.1.25)
rex-socket (0.1.26)
rex-core
rex-sslscan (0.1.6)
rex-core
@ -368,10 +368,10 @@ GEM
rspec-mocks (3.10.2)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.10.0)
rspec-rails (4.0.2)
actionpack (>= 4.2)
activesupport (>= 4.2)
railties (>= 4.2)
rspec-rails (5.0.0)
actionpack (>= 5.2)
activesupport (>= 5.2)
railties (>= 5.2)
rspec-core (~> 3.10)
rspec-expectations (~> 3.10)
rspec-mocks (~> 3.10)

View File

@ -10,18 +10,17 @@ afm, 0.2.2, MIT
arel, 9.0.0, MIT
arel-helpers, 2.12.0, MIT
ast, 2.4.2, MIT
aws-eventstream, 1.1.0, "Apache 2.0"
aws-partitions, 1.430.0, "Apache 2.0"
aws-sdk-core, 3.112.0, "Apache 2.0"
aws-sdk-ec2, 1.225.0, "Apache 2.0"
aws-sdk-iam, 1.48.0, "Apache 2.0"
aws-sdk-kms, 1.42.0, "Apache 2.0"
aws-sdk-s3, 1.89.0, "Apache 2.0"
aws-sigv4, 1.2.2, "Apache 2.0"
aws-eventstream, 1.1.1, "Apache 2.0"
aws-partitions, 1.432.0, "Apache 2.0"
aws-sdk-core, 3.113.0, "Apache 2.0"
aws-sdk-ec2, 1.227.0, "Apache 2.0"
aws-sdk-iam, 1.49.0, "Apache 2.0"
aws-sdk-kms, 1.43.0, "Apache 2.0"
aws-sdk-s3, 1.91.0, "Apache 2.0"
aws-sigv4, 1.2.3, "Apache 2.0"
bcrypt, 3.1.16, MIT
bcrypt_pbkdf, 1.1.0, MIT
bindata, 2.4.8, ruby
bit-struct, 0.16, ruby
bson, 4.12.0, "Apache 2.0"
builder, 3.2.4, MIT
bundler, 2.1.4, MIT
@ -61,9 +60,9 @@ memory_profiler, 1.0.0, MIT
metasm, 1.0.4, LGPL-2.1
metasploit-concern, 3.0.1, "New BSD"
metasploit-credential, 4.0.3, "New BSD"
metasploit-framework, 6.0.34, "New BSD"
metasploit-framework, 6.0.35, "New BSD"
metasploit-model, 3.1.3, "New BSD"
metasploit-payloads, 2.0.34, "3-clause (or ""modified"") BSD"
metasploit-payloads, 2.0.37, "3-clause (or ""modified"") BSD"
metasploit_data_models, 4.1.2, "New BSD"
metasploit_payloads-mettle, 1.0.6, "3-clause (or ""modified"") BSD"
method_source, 1.0.0, MIT
@ -79,7 +78,7 @@ net-ssh, 6.1.0, MIT
network_interface, 0.0.2, MIT
nexpose, 7.2.1, "New BSD"
nio4r, 2.5.7, MIT
nokogiri, 1.11.1, MIT
nokogiri, 1.11.2, MIT
octokit, 4.20.0, MIT
openssl-ccm, 1.2.2, MIT
openssl-cmac, 2.0.1, MIT
@ -122,7 +121,7 @@ rex-powershell, 0.1.89, "New BSD"
rex-random_identifier, 0.1.5, "New BSD"
rex-registry, 0.1.4, "New BSD"
rex-rop_builder, 0.1.4, "New BSD"
rex-socket, 0.1.25, "New BSD"
rex-socket, 0.1.26, "New BSD"
rex-sslscan, 0.1.6, "New BSD"
rex-struct2, 0.1.3, "New BSD"
rex-text, 0.2.33, "New BSD"
@ -133,7 +132,7 @@ rspec, 3.10.0, MIT
rspec-core, 3.10.1, MIT
rspec-expectations, 3.10.1, MIT
rspec-mocks, 3.10.2, MIT
rspec-rails, 4.0.2, MIT
rspec-rails, 5.0.0, MIT
rspec-rerun, 1.1.0, MIT
rspec-support, 3.10.2, MIT
rubocop, 1.11.0, MIT

View File

@ -30,7 +30,7 @@ module Metasploit
end
end
VERSION = "6.0.34"
VERSION = "6.0.35"
MAJOR, MINOR, PATCH = VERSION.split('.').map { |x| x.to_i }
PRERELEASE = 'dev'
HASH = get_hash