diff --git a/Gemfile.lock b/Gemfile.lock index e5eddd0062..32977e4de3 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - metasploit-framework (5.0.0) + metasploit-framework (5.0.1) actionpack (~> 4.2.6) activerecord (~> 4.2.6) activesupport (~> 4.2.6) @@ -193,7 +193,7 @@ GEM mini_portile2 (2.4.0) minitest (5.11.3) mqtt (0.5.0) - msgpack (1.2.4) + msgpack (1.2.6) multipart-post (2.0.0) nessus_rest (0.1.6) net-ssh (5.1.0) @@ -203,7 +203,7 @@ GEM mini_portile2 (~> 2.4.0) octokit (4.13.0) sawyer (~> 0.8.0, >= 0.5.3) - openssl-ccm (1.2.1) + openssl-ccm (1.2.2) openvas-omp (0.0.4) packetfu (1.1.13) pcaprub @@ -245,7 +245,7 @@ GEM thor (>= 0.18.1, < 2.0) rake (12.3.2) rb-readline (0.5.5) - recog (2.1.42) + recog (2.1.44) nokogiri redcarpet (3.4.0) rex-arch (0.1.13) @@ -382,4 +382,4 @@ DEPENDENCIES yard BUNDLED WITH - 1.17.1 + 1.17.3 diff --git a/LICENSE_GEMS b/LICENSE_GEMS index f329bca090..86f47ec135 100644 --- a/LICENSE_GEMS +++ b/LICENSE_GEMS @@ -15,7 +15,7 @@ bcrypt_pbkdf, 1.0.0, MIT bindata, 2.4.4, ruby bit-struct, 0.16, ruby builder, 3.2.3, MIT -bundler, 1.12.5, MIT +bundler, 1.17.3, MIT coderay, 1.1.2, MIT concurrent-ruby, 1.0.5, MIT cookiejar, 0.3.3, unknown @@ -44,7 +44,7 @@ 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.0, "New BSD" +metasploit-framework, 5.0.1, "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" @@ -53,7 +53,7 @@ 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.4, "Apache 2.0" +msgpack, 1.2.6, "Apache 2.0" multipart-post, 2.0.0, MIT nessus_rest, 0.1.6, MIT net-ssh, 5.1.0, MIT @@ -61,7 +61,7 @@ network_interface, 0.0.2, MIT nexpose, 7.2.1, "New BSD" nokogiri, 1.10.0, MIT octokit, 4.13.0, MIT -openssl-ccm, 1.2.1, MIT +openssl-ccm, 1.2.2, MIT openvas-omp, 0.0.4, MIT packetfu, 1.1.13, BSD patch_finder, 1.0.2, "New BSD" @@ -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.42, unknown +recog, 2.1.44, 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 cfb44957ea..f477f0122d 100644 --- a/lib/metasploit/framework/version.rb +++ b/lib/metasploit/framework/version.rb @@ -30,7 +30,7 @@ module Metasploit end end - VERSION = "5.0.0" + VERSION = "5.0.1" MAJOR, MINOR, PATCH = VERSION.split('.').map { |x| x.to_i } PRERELEASE = 'dev' HASH = get_hash