diff --git a/Gemfile.lock b/Gemfile.lock index 03a81d559e..587297c9c4 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - metasploit-framework (5.0.20) + metasploit-framework (5.0.21) actionpack (~> 4.2.6) activerecord (~> 4.2.6) activesupport (~> 4.2.6) @@ -105,13 +105,13 @@ GEM minitest (~> 5.1) thread_safe (~> 0.3, >= 0.3.4) tzinfo (~> 1.1) - addressable (2.5.2) + addressable (2.6.0) public_suffix (>= 2.0.2, < 4.0) afm (0.2.2) arel (6.0.4) arel-helpers (2.8.0) activerecord (>= 3.1.0, < 6) - backports (3.13.0) + backports (3.14.0) bcrypt (3.1.12) bcrypt_pbkdf (1.0.1) bindata (2.4.4) @@ -245,7 +245,7 @@ GEM thor (>= 0.18.1, < 2.0) rake (12.3.2) rb-readline (0.5.5) - recog (2.3.0) + recog (2.3.1) nokogiri redcarpet (3.4.0) rex-arch (0.1.13) @@ -326,9 +326,9 @@ GEM windows_error rubyntlm (0.6.2) rubyzip (1.2.2) - sawyer (0.8.1) - addressable (>= 2.3.5, < 2.6) - faraday (~> 0.8, < 1.0) + sawyer (0.8.2) + addressable (>= 2.3.5) + faraday (> 0.8, < 2.0) simplecov (0.16.1) docile (~> 1.1) json (>= 1.8, < 3) diff --git a/LICENSE_GEMS b/LICENSE_GEMS index 45a87eb634..c39a45ff78 100644 --- a/LICENSE_GEMS +++ b/LICENSE_GEMS @@ -5,11 +5,11 @@ actionview, 4.2.11.1, MIT activemodel, 4.2.11.1, MIT activerecord, 4.2.11.1, MIT activesupport, 4.2.11.1, MIT -addressable, 2.5.2, "Apache 2.0" +addressable, 2.6.0, "Apache 2.0" afm, 0.2.2, MIT arel, 6.0.4, MIT arel-helpers, 2.8.0, MIT -backports, 3.13.0, MIT +backports, 3.14.0, MIT bcrypt, 3.1.12, MIT bcrypt_pbkdf, 1.0.1, MIT bindata, 2.4.4, ruby @@ -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.20, "New BSD" +metasploit-framework, 5.0.21, "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" @@ -81,7 +81,7 @@ rails-html-sanitizer, 1.0.4, MIT railties, 4.2.11.1, MIT rake, 12.3.2, MIT rb-readline, 0.5.5, BSD -recog, 2.3.0, unknown +recog, 2.3.1, unknown redcarpet, 3.4.0, MIT rex-arch, 0.1.13, "New BSD" rex-bin_tools, 0.1.6, "New BSD" @@ -114,7 +114,7 @@ ruby-rc4, 0.1.5, MIT ruby_smb, 1.0.5, "New BSD" rubyntlm, 0.6.2, MIT rubyzip, 1.2.2, "Simplified BSD" -sawyer, 0.8.1, MIT +sawyer, 0.8.2, MIT simplecov, 0.16.1, MIT simplecov-html, 0.10.2, MIT sinatra, 1.4.8, MIT diff --git a/lib/metasploit/framework/version.rb b/lib/metasploit/framework/version.rb index d8f4ae5e85..7ccd9fe2f5 100644 --- a/lib/metasploit/framework/version.rb +++ b/lib/metasploit/framework/version.rb @@ -30,7 +30,7 @@ module Metasploit end end - VERSION = "5.0.20" + VERSION = "5.0.21" MAJOR, MINOR, PATCH = VERSION.split('.').map { |x| x.to_i } PRERELEASE = 'dev' HASH = get_hash