From 89619766078581c9aba2d0d76e18700cb984db57 Mon Sep 17 00:00:00 2001 From: Metasploit Date: Thu, 22 Apr 2021 12:08:34 -0500 Subject: [PATCH] Bump version of framework to 6.0.42 --- Gemfile.lock | 16 ++++++++++------ LICENSE_GEMS | 12 +++++++----- lib/metasploit/framework/version.rb | 2 +- 3 files changed, 18 insertions(+), 12 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 7925673e04..a8d058f152 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - metasploit-framework (6.0.41) + metasploit-framework (6.0.42) actionpack (~> 5.2.2) activerecord (~> 5.2.2) activesupport (~> 5.2.2) @@ -122,7 +122,7 @@ GEM activerecord (>= 3.1.0, < 7) ast (2.4.2) aws-eventstream (1.1.1) - aws-partitions (1.445.0) + aws-partitions (1.446.0) aws-sdk-core (3.114.0) aws-eventstream (~> 1, >= 1.0.2) aws-partitions (~> 1, >= 1.239.0) @@ -145,7 +145,7 @@ GEM aws-eventstream (~> 1, >= 1.0.2) bcrypt (3.1.16) bcrypt_pbkdf (1.1.0) - bindata (2.4.8) + bindata (2.4.9) bson (4.12.0) builder (3.2.4) byebug (11.1.3) @@ -176,11 +176,15 @@ GEM railties (>= 5.0.0) faker (2.17.0) i18n (>= 1.6, < 2) - faraday (1.3.0) + faraday (1.4.1) + faraday-excon (~> 1.1) faraday-net_http (~> 1.0) + faraday-net_http_persistent (~> 1.1) multipart-post (>= 1.2, < 3) - ruby2_keywords + ruby2_keywords (>= 0.0.4) + faraday-excon (1.1.0) faraday-net_http (1.0.1) + faraday-net_http_persistent (1.1.0) faye-websocket (0.11.0) eventmachine (>= 0.12.0) websocket-driver (>= 0.5.1) @@ -379,7 +383,7 @@ GEM rspec-rerun (1.1.0) rspec (~> 3.0) rspec-support (3.10.2) - rubocop (1.12.1) + rubocop (1.13.0) parallel (~> 1.10) parser (>= 3.0.0.0) rainbow (>= 2.2.2, < 4.0) diff --git a/LICENSE_GEMS b/LICENSE_GEMS index 47e489ecff..97e50a7b75 100644 --- a/LICENSE_GEMS +++ b/LICENSE_GEMS @@ -11,7 +11,7 @@ arel, 9.0.0, MIT arel-helpers, 2.12.0, MIT ast, 2.4.2, MIT aws-eventstream, 1.1.1, "Apache 2.0" -aws-partitions, 1.445.0, "Apache 2.0" +aws-partitions, 1.446.0, "Apache 2.0" aws-sdk-core, 3.114.0, "Apache 2.0" aws-sdk-ec2, 1.234.0, "Apache 2.0" aws-sdk-iam, 1.52.0, "Apache 2.0" @@ -20,7 +20,7 @@ aws-sdk-s3, 1.93.1, "Apache 2.0" aws-sigv4, 1.2.3, "Apache 2.0" bcrypt, 3.1.16, MIT bcrypt_pbkdf, 1.1.0, MIT -bindata, 2.4.8, ruby +bindata, 2.4.9, ruby bson, 4.12.0, "Apache 2.0" builder, 3.2.4, MIT bundler, 2.1.4, MIT @@ -41,8 +41,10 @@ eventmachine, 1.2.7, "ruby, GPL-2.0" factory_bot, 6.1.0, MIT factory_bot_rails, 6.1.0, MIT faker, 2.17.0, MIT -faraday, 1.3.0, MIT +faraday, 1.4.1, MIT +faraday-excon, 1.1.0, MIT faraday-net_http, 1.0.1, MIT +faraday-net_http_persistent, 1.1.0, MIT faye-websocket, 0.11.0, "Apache 2.0" filesize, 0.2.0, MIT fivemat, 1.3.7, MIT @@ -60,7 +62,7 @@ memory_profiler, 1.0.0, MIT metasm, 1.0.4, LGPL-2.1 metasploit-concern, 3.0.1, "New BSD" metasploit-credential, 4.0.3, "New BSD" -metasploit-framework, 6.0.41, "New BSD" +metasploit-framework, 6.0.42, "New BSD" metasploit-model, 3.1.3, "New BSD" metasploit-payloads, 2.0.43, "3-clause (or ""modified"") BSD" metasploit_data_models, 4.1.3, "New BSD" @@ -135,7 +137,7 @@ rspec-mocks, 3.10.2, MIT rspec-rails, 5.0.1, MIT rspec-rerun, 1.1.0, MIT rspec-support, 3.10.2, MIT -rubocop, 1.12.1, MIT +rubocop, 1.13.0, MIT rubocop-ast, 1.4.1, MIT ruby-macho, 2.5.0, MIT ruby-prof, 1.4.2, "Simplified BSD" diff --git a/lib/metasploit/framework/version.rb b/lib/metasploit/framework/version.rb index 27eb812298..f842d7cb05 100644 --- a/lib/metasploit/framework/version.rb +++ b/lib/metasploit/framework/version.rb @@ -30,7 +30,7 @@ module Metasploit end end - VERSION = "6.0.41" + VERSION = "6.0.42" MAJOR, MINOR, PATCH = VERSION.split('.').map { |x| x.to_i } PRERELEASE = 'dev' HASH = get_hash