1
mirror of https://github.com/rapid7/metasploit-framework synced 2024-11-12 11:52:01 +01:00

Bump version of framework to 6.0.42

This commit is contained in:
Metasploit 2021-04-22 12:08:34 -05:00
parent 80c3d82a94
commit 8961976607
No known key found for this signature in database
GPG Key ID: CDFB5FA52007B954
3 changed files with 18 additions and 12 deletions

View File

@ -1,7 +1,7 @@
PATH
remote: .
specs:
metasploit-framework (6.0.41)
metasploit-framework (6.0.42)
actionpack (~> 5.2.2)
activerecord (~> 5.2.2)
activesupport (~> 5.2.2)
@ -122,7 +122,7 @@ GEM
activerecord (>= 3.1.0, < 7)
ast (2.4.2)
aws-eventstream (1.1.1)
aws-partitions (1.445.0)
aws-partitions (1.446.0)
aws-sdk-core (3.114.0)
aws-eventstream (~> 1, >= 1.0.2)
aws-partitions (~> 1, >= 1.239.0)
@ -145,7 +145,7 @@ GEM
aws-eventstream (~> 1, >= 1.0.2)
bcrypt (3.1.16)
bcrypt_pbkdf (1.1.0)
bindata (2.4.8)
bindata (2.4.9)
bson (4.12.0)
builder (3.2.4)
byebug (11.1.3)
@ -176,11 +176,15 @@ GEM
railties (>= 5.0.0)
faker (2.17.0)
i18n (>= 1.6, < 2)
faraday (1.3.0)
faraday (1.4.1)
faraday-excon (~> 1.1)
faraday-net_http (~> 1.0)
faraday-net_http_persistent (~> 1.1)
multipart-post (>= 1.2, < 3)
ruby2_keywords
ruby2_keywords (>= 0.0.4)
faraday-excon (1.1.0)
faraday-net_http (1.0.1)
faraday-net_http_persistent (1.1.0)
faye-websocket (0.11.0)
eventmachine (>= 0.12.0)
websocket-driver (>= 0.5.1)
@ -379,7 +383,7 @@ GEM
rspec-rerun (1.1.0)
rspec (~> 3.0)
rspec-support (3.10.2)
rubocop (1.12.1)
rubocop (1.13.0)
parallel (~> 1.10)
parser (>= 3.0.0.0)
rainbow (>= 2.2.2, < 4.0)

View File

@ -11,7 +11,7 @@ arel, 9.0.0, MIT
arel-helpers, 2.12.0, MIT
ast, 2.4.2, MIT
aws-eventstream, 1.1.1, "Apache 2.0"
aws-partitions, 1.445.0, "Apache 2.0"
aws-partitions, 1.446.0, "Apache 2.0"
aws-sdk-core, 3.114.0, "Apache 2.0"
aws-sdk-ec2, 1.234.0, "Apache 2.0"
aws-sdk-iam, 1.52.0, "Apache 2.0"
@ -20,7 +20,7 @@ aws-sdk-s3, 1.93.1, "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
bindata, 2.4.9, ruby
bson, 4.12.0, "Apache 2.0"
builder, 3.2.4, MIT
bundler, 2.1.4, MIT
@ -41,8 +41,10 @@ eventmachine, 1.2.7, "ruby, GPL-2.0"
factory_bot, 6.1.0, MIT
factory_bot_rails, 6.1.0, MIT
faker, 2.17.0, MIT
faraday, 1.3.0, MIT
faraday, 1.4.1, MIT
faraday-excon, 1.1.0, MIT
faraday-net_http, 1.0.1, MIT
faraday-net_http_persistent, 1.1.0, MIT
faye-websocket, 0.11.0, "Apache 2.0"
filesize, 0.2.0, MIT
fivemat, 1.3.7, MIT
@ -60,7 +62,7 @@ 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.41, "New BSD"
metasploit-framework, 6.0.42, "New BSD"
metasploit-model, 3.1.3, "New BSD"
metasploit-payloads, 2.0.43, "3-clause (or ""modified"") BSD"
metasploit_data_models, 4.1.3, "New BSD"
@ -135,7 +137,7 @@ rspec-mocks, 3.10.2, MIT
rspec-rails, 5.0.1, MIT
rspec-rerun, 1.1.0, MIT
rspec-support, 3.10.2, MIT
rubocop, 1.12.1, MIT
rubocop, 1.13.0, MIT
rubocop-ast, 1.4.1, MIT
ruby-macho, 2.5.0, MIT
ruby-prof, 1.4.2, "Simplified BSD"

View File

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