From c808cbe0509d4e8819879c6e1ed8bda45c34a19f Mon Sep 17 00:00:00 2001 From: Metasploit Date: Thu, 17 Jan 2019 20:41:51 -0800 Subject: [PATCH] Bump version of framework to 5.0.2 --- Gemfile.lock | 8 ++++---- LICENSE_GEMS | 8 ++++---- lib/metasploit/framework/version.rb | 2 +- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 32977e4de3..364e88ec18 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - metasploit-framework (5.0.1) + metasploit-framework (5.0.2) actionpack (~> 4.2.6) activerecord (~> 4.2.6) activesupport (~> 4.2.6) @@ -178,7 +178,7 @@ GEM activesupport (~> 4.2.6) railties (~> 4.2.6) metasploit-payloads (1.3.58) - metasploit_data_models (3.0.2) + metasploit_data_models (3.0.4) activerecord (~> 4.2.6) activesupport (~> 4.2.6) arel-helpers @@ -199,7 +199,7 @@ GEM net-ssh (5.1.0) network_interface (0.0.2) nexpose (7.2.1) - nokogiri (1.10.0) + nokogiri (1.10.1) mini_portile2 (~> 2.4.0) octokit (4.13.0) sawyer (~> 0.8.0, >= 0.5.3) @@ -245,7 +245,7 @@ GEM thor (>= 0.18.1, < 2.0) rake (12.3.2) rb-readline (0.5.5) - recog (2.1.44) + recog (2.1.45) nokogiri redcarpet (3.4.0) rex-arch (0.1.13) diff --git a/LICENSE_GEMS b/LICENSE_GEMS index 86f47ec135..8dd1199b17 100644 --- a/LICENSE_GEMS +++ b/LICENSE_GEMS @@ -44,10 +44,10 @@ loofah, 2.2.3, MIT metasm, 1.0.3, LGPL metasploit-concern, 2.0.5, "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-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" method_source, 0.9.2, MIT mini_portile2, 2.4.0, MIT @@ -59,7 +59,7 @@ nessus_rest, 0.1.6, MIT net-ssh, 5.1.0, MIT network_interface, 0.0.2, MIT nexpose, 7.2.1, "New BSD" -nokogiri, 1.10.0, MIT +nokogiri, 1.10.1, MIT octokit, 4.13.0, MIT openssl-ccm, 1.2.2, MIT openvas-omp, 0.0.4, MIT @@ -81,7 +81,7 @@ rails-html-sanitizer, 1.0.4, MIT railties, 4.2.11, MIT rake, 12.3.2, MIT rb-readline, 0.5.5, BSD -recog, 2.1.44, unknown +recog, 2.1.45, unknown redcarpet, 3.4.0, MIT rex-arch, 0.1.13, "New BSD" rex-bin_tools, 0.1.6, "New BSD" diff --git a/lib/metasploit/framework/version.rb b/lib/metasploit/framework/version.rb index f477f0122d..5c2f66ce4f 100644 --- a/lib/metasploit/framework/version.rb +++ b/lib/metasploit/framework/version.rb @@ -30,7 +30,7 @@ module Metasploit end end - VERSION = "5.0.1" + VERSION = "5.0.2" MAJOR, MINOR, PATCH = VERSION.split('.').map { |x| x.to_i } PRERELEASE = 'dev' HASH = get_hash