Bump version of framework to 5.0.59

This commit is contained in:
Metasploit 2019-10-31 12:08:26 -05:00
parent 641ecb65ca
commit 26748dc0ac
No known key found for this signature in database
GPG Key ID: CDFB5FA52007B954
3 changed files with 7 additions and 7 deletions

View File

@ -1,7 +1,7 @@
PATH
remote: .
specs:
metasploit-framework (5.0.58)
metasploit-framework (5.0.59)
actionpack (~> 4.2.6)
activerecord (~> 4.2.6)
activesupport (~> 4.2.6)
@ -115,7 +115,7 @@ GEM
arel-helpers (2.10.0)
activerecord (>= 3.1.0, < 7)
aws-eventstream (1.0.3)
aws-partitions (1.230.0)
aws-partitions (1.231.0)
aws-sdk-core (3.72.0)
aws-eventstream (~> 1.0, >= 1.0.2)
aws-partitions (~> 1, >= 1.228.0)
@ -217,7 +217,7 @@ GEM
metasploit_payloads-mettle (0.5.16)
method_source (0.9.2)
mini_portile2 (2.4.0)
minitest (5.12.2)
minitest (5.13.0)
mqtt (0.5.0)
msgpack (1.3.1)
multipart-post (2.1.1)

View File

@ -10,7 +10,7 @@ afm, 0.2.2, MIT
arel, 6.0.4, MIT
arel-helpers, 2.10.0, MIT
aws-eventstream, 1.0.3, "Apache 2.0"
aws-partitions, 1.230.0, "Apache 2.0"
aws-partitions, 1.231.0, "Apache 2.0"
aws-sdk-core, 3.72.0, "Apache 2.0"
aws-sdk-ec2, 1.114.0, "Apache 2.0"
aws-sdk-iam, 1.31.0, "Apache 2.0"
@ -53,14 +53,14 @@ loofah, 2.3.1, MIT
metasm, 1.0.4, LGPL-2.1
metasploit-concern, 2.0.5, "New BSD"
metasploit-credential, 3.0.3, "New BSD"
metasploit-framework, 5.0.58, "New BSD"
metasploit-framework, 5.0.59, "New BSD"
metasploit-model, 2.0.4, "New BSD"
metasploit-payloads, 1.3.78, "3-clause (or ""modified"") BSD"
metasploit_data_models, 3.0.10, "New BSD"
metasploit_payloads-mettle, 0.5.16, "3-clause (or ""modified"") BSD"
method_source, 0.9.2, MIT
mini_portile2, 2.4.0, MIT
minitest, 5.12.2, MIT
minitest, 5.13.0, MIT
mqtt, 0.5.0, MIT
msgpack, 1.3.1, "Apache 2.0"
multipart-post, 2.1.1, MIT

View File

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