Bump version of framework to 5.0.2

This commit is contained in:
Metasploit 2019-01-17 20:41:51 -08:00
parent bf949b7fd2
commit c808cbe050
No known key found for this signature in database
GPG Key ID: CDFB5FA52007B954
3 changed files with 9 additions and 9 deletions

View File

@ -1,7 +1,7 @@
PATH PATH
remote: . remote: .
specs: specs:
metasploit-framework (5.0.1) metasploit-framework (5.0.2)
actionpack (~> 4.2.6) actionpack (~> 4.2.6)
activerecord (~> 4.2.6) activerecord (~> 4.2.6)
activesupport (~> 4.2.6) activesupport (~> 4.2.6)
@ -178,7 +178,7 @@ GEM
activesupport (~> 4.2.6) activesupport (~> 4.2.6)
railties (~> 4.2.6) railties (~> 4.2.6)
metasploit-payloads (1.3.58) metasploit-payloads (1.3.58)
metasploit_data_models (3.0.2) metasploit_data_models (3.0.4)
activerecord (~> 4.2.6) activerecord (~> 4.2.6)
activesupport (~> 4.2.6) activesupport (~> 4.2.6)
arel-helpers arel-helpers
@ -199,7 +199,7 @@ GEM
net-ssh (5.1.0) net-ssh (5.1.0)
network_interface (0.0.2) network_interface (0.0.2)
nexpose (7.2.1) nexpose (7.2.1)
nokogiri (1.10.0) nokogiri (1.10.1)
mini_portile2 (~> 2.4.0) mini_portile2 (~> 2.4.0)
octokit (4.13.0) octokit (4.13.0)
sawyer (~> 0.8.0, >= 0.5.3) sawyer (~> 0.8.0, >= 0.5.3)
@ -245,7 +245,7 @@ GEM
thor (>= 0.18.1, < 2.0) thor (>= 0.18.1, < 2.0)
rake (12.3.2) rake (12.3.2)
rb-readline (0.5.5) rb-readline (0.5.5)
recog (2.1.44) recog (2.1.45)
nokogiri nokogiri
redcarpet (3.4.0) redcarpet (3.4.0)
rex-arch (0.1.13) rex-arch (0.1.13)

View File

@ -44,10 +44,10 @@ loofah, 2.2.3, MIT
metasm, 1.0.3, LGPL metasm, 1.0.3, LGPL
metasploit-concern, 2.0.5, "New BSD" metasploit-concern, 2.0.5, "New BSD"
metasploit-credential, 3.0.2, "New BSD" metasploit-credential, 3.0.2, "New BSD"
metasploit-framework, 5.0.1, "New BSD" metasploit-framework, 5.0.2, "New BSD"
metasploit-model, 2.0.4, "New BSD" metasploit-model, 2.0.4, "New BSD"
metasploit-payloads, 1.3.58, "3-clause (or ""modified"") BSD" metasploit-payloads, 1.3.58, "3-clause (or ""modified"") BSD"
metasploit_data_models, 3.0.2, "New BSD" metasploit_data_models, 3.0.4, "New BSD"
metasploit_payloads-mettle, 0.5.1, "3-clause (or ""modified"") BSD" metasploit_payloads-mettle, 0.5.1, "3-clause (or ""modified"") BSD"
method_source, 0.9.2, MIT method_source, 0.9.2, MIT
mini_portile2, 2.4.0, MIT mini_portile2, 2.4.0, MIT
@ -59,7 +59,7 @@ nessus_rest, 0.1.6, MIT
net-ssh, 5.1.0, MIT net-ssh, 5.1.0, MIT
network_interface, 0.0.2, MIT network_interface, 0.0.2, MIT
nexpose, 7.2.1, "New BSD" nexpose, 7.2.1, "New BSD"
nokogiri, 1.10.0, MIT nokogiri, 1.10.1, MIT
octokit, 4.13.0, MIT octokit, 4.13.0, MIT
openssl-ccm, 1.2.2, MIT openssl-ccm, 1.2.2, MIT
openvas-omp, 0.0.4, MIT openvas-omp, 0.0.4, MIT
@ -81,7 +81,7 @@ rails-html-sanitizer, 1.0.4, MIT
railties, 4.2.11, MIT railties, 4.2.11, MIT
rake, 12.3.2, MIT rake, 12.3.2, MIT
rb-readline, 0.5.5, BSD rb-readline, 0.5.5, BSD
recog, 2.1.44, unknown recog, 2.1.45, unknown
redcarpet, 3.4.0, MIT redcarpet, 3.4.0, MIT
rex-arch, 0.1.13, "New BSD" rex-arch, 0.1.13, "New BSD"
rex-bin_tools, 0.1.6, "New BSD" rex-bin_tools, 0.1.6, "New BSD"

View File

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