From b5f164335eb82d6329ef78a7f4567567debd80b5 Mon Sep 17 00:00:00 2001 From: Metasploit Date: Thu, 25 Apr 2019 10:08:29 -0700 Subject: [PATCH] Bump version of framework to 5.0.20 --- Gemfile.lock | 10 +++++----- LICENSE_GEMS | 10 +++++----- lib/metasploit/framework/version.rb | 2 +- 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 1e98d7e396..03a81d559e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - metasploit-framework (5.0.19) + metasploit-framework (5.0.20) actionpack (~> 4.2.6) activerecord (~> 4.2.6) activesupport (~> 4.2.6) @@ -193,13 +193,13 @@ GEM mini_portile2 (2.4.0) minitest (5.11.3) mqtt (0.5.0) - msgpack (1.2.9) + msgpack (1.2.10) multipart-post (2.0.0) nessus_rest (0.1.6) net-ssh (5.2.0) network_interface (0.0.2) nexpose (7.2.1) - nokogiri (1.10.2) + nokogiri (1.10.3) mini_portile2 (~> 2.4.0) octokit (4.14.0) sawyer (~> 0.8.0, >= 0.5.3) @@ -274,7 +274,7 @@ GEM rex-arch rex-ole (0.1.6) rex-text - rex-powershell (0.1.80) + rex-powershell (0.1.82) rex-random_identifier rex-text rex-random_identifier (0.1.4) @@ -301,7 +301,7 @@ GEM rspec-mocks (~> 3.8.0) rspec-core (3.8.0) rspec-support (~> 3.8.0) - rspec-expectations (3.8.2) + rspec-expectations (3.8.3) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.8.0) rspec-mocks (3.8.0) diff --git a/LICENSE_GEMS b/LICENSE_GEMS index c3f160394e..45a87eb634 100644 --- a/LICENSE_GEMS +++ b/LICENSE_GEMS @@ -44,7 +44,7 @@ loofah, 2.2.3, 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.19, "New BSD" +metasploit-framework, 5.0.20, "New BSD" metasploit-model, 2.0.4, "New BSD" metasploit-payloads, 1.3.66, "3-clause (or ""modified"") BSD" metasploit_data_models, 3.0.8, "New BSD" @@ -53,13 +53,13 @@ method_source, 0.9.2, MIT mini_portile2, 2.4.0, MIT minitest, 5.11.3, MIT mqtt, 0.5.0, MIT -msgpack, 1.2.9, "Apache 2.0" +msgpack, 1.2.10, "Apache 2.0" multipart-post, 2.0.0, MIT nessus_rest, 0.1.6, MIT net-ssh, 5.2.0, MIT network_interface, 0.0.2, MIT nexpose, 7.2.1, "New BSD" -nokogiri, 1.10.2, MIT +nokogiri, 1.10.3, MIT octokit, 4.14.0, MIT openssl-ccm, 1.2.2, MIT openvas-omp, 0.0.4, MIT @@ -92,7 +92,7 @@ rex-java, 0.1.5, "New BSD" rex-mime, 0.1.5, "New BSD" rex-nop, 0.1.1, "New BSD" rex-ole, 0.1.6, "New BSD" -rex-powershell, 0.1.80, "New BSD" +rex-powershell, 0.1.82, "New BSD" rex-random_identifier, 0.1.4, "New BSD" rex-registry, 0.1.3, "New BSD" rex-rop_builder, 0.1.3, "New BSD" @@ -104,7 +104,7 @@ rex-zip, 0.1.3, "New BSD" rkelly-remix, 0.0.7, MIT rspec, 3.8.0, MIT rspec-core, 3.8.0, MIT -rspec-expectations, 3.8.2, MIT +rspec-expectations, 3.8.3, MIT rspec-mocks, 3.8.0, MIT rspec-rails, 3.8.2, MIT rspec-rerun, 1.1.0, MIT diff --git a/lib/metasploit/framework/version.rb b/lib/metasploit/framework/version.rb index 41d9cc721c..d8f4ae5e85 100644 --- a/lib/metasploit/framework/version.rb +++ b/lib/metasploit/framework/version.rb @@ -30,7 +30,7 @@ module Metasploit end end - VERSION = "5.0.19" + VERSION = "5.0.20" MAJOR, MINOR, PATCH = VERSION.split('.').map { |x| x.to_i } PRERELEASE = 'dev' HASH = get_hash