Bump version of framework to 6.1.43

This commit is contained in:
Metasploit 2022-05-12 12:06:21 -05:00
parent a2ae8eaca9
commit 93a7ae26a1
No known key found for this signature in database
GPG Key ID: CDFB5FA52007B954
3 changed files with 19 additions and 19 deletions

View File

@ -1,7 +1,7 @@
PATH
remote: .
specs:
metasploit-framework (6.1.42)
metasploit-framework (6.1.43)
actionpack (~> 6.0)
activerecord (~> 6.0)
activesupport (~> 6.0)

View File

@ -1,21 +1,21 @@
This file is auto-generated by tools/dev/update_gem_licenses.sh
Ascii85, 1.1.0, MIT
actionpack, 6.1.5, MIT
actionview, 6.1.5, MIT
activemodel, 6.1.5, MIT
activerecord, 6.1.5, MIT
activesupport, 6.1.5, MIT
actionpack, 6.1.5.1, MIT
actionview, 6.1.5.1, MIT
activemodel, 6.1.5.1, MIT
activerecord, 6.1.5.1, MIT
activesupport, 6.1.5.1, MIT
addressable, 2.8.0, "Apache 2.0"
afm, 0.2.2, MIT
arel-helpers, 2.14.0, MIT
ast, 2.4.2, MIT
aws-eventstream, 1.2.0, "Apache 2.0"
aws-partitions, 1.581.0, "Apache 2.0"
aws-partitions, 1.584.0, "Apache 2.0"
aws-sdk-core, 3.130.2, "Apache 2.0"
aws-sdk-ec2, 1.309.0, "Apache 2.0"
aws-sdk-ec2, 1.310.0, "Apache 2.0"
aws-sdk-iam, 1.68.0, "Apache 2.0"
aws-sdk-kms, 1.56.0, "Apache 2.0"
aws-sdk-s3, 1.113.2, "Apache 2.0"
aws-sdk-s3, 1.114.0, "Apache 2.0"
aws-sigv4, 1.5.0, "Apache 2.0"
bcrypt, 3.1.17, MIT
bcrypt_pbkdf, 1.1.0, MIT
@ -73,12 +73,12 @@ jsobfu, 0.4.2, "New BSD"
json, 2.6.1, ruby
little-plugger, 1.1.4, MIT
logging, 2.3.0, MIT
loofah, 2.16.0, MIT
loofah, 2.17.0, MIT
memory_profiler, 1.0.0, MIT
metasm, 1.0.5, LGPL-2.1
metasploit-concern, 4.0.4, "New BSD"
metasploit-credential, 5.0.7, "New BSD"
metasploit-framework, 6.1.42, "New BSD"
metasploit-framework, 6.1.43, "New BSD"
metasploit-model, 4.0.4, "New BSD"
metasploit-payloads, 2.0.87, "3-clause (or ""modified"") BSD"
metasploit_data_models, 5.0.5, "New BSD"
@ -99,7 +99,7 @@ net-ssh, 6.1.0, MIT
network_interface, 0.0.2, MIT
nexpose, 7.3.0, "New BSD"
nio4r, 2.5.8, MIT
nokogiri, 1.13.4, MIT
nokogiri, 1.13.5, MIT
nori, 2.6.0, MIT
octokit, 4.22.0, MIT
openssl-ccm, 1.2.2, MIT
@ -122,13 +122,13 @@ rack-protection, 2.2.0, MIT
rack-test, 1.1.0, MIT
rails-dom-testing, 2.0.3, MIT
rails-html-sanitizer, 1.4.2, MIT
railties, 6.1.5, MIT
railties, 6.1.5.1, MIT
rainbow, 3.1.1, MIT
rake, 13.0.6, MIT
rb-readline, 0.5.5, BSD
recog, 2.3.23, unknown
redcarpet, 3.5.1, MIT
regexp_parser, 2.3.0, MIT
regexp_parser, 2.3.1, MIT
reline, 0.2.5, ruby
rex-arch, 0.1.14, "New BSD"
rex-bin_tools, 0.1.8, "New BSD"
@ -143,7 +143,7 @@ rex-powershell, 0.1.96, "New BSD"
rex-random_identifier, 0.1.8, "New BSD"
rex-registry, 0.1.4, "New BSD"
rex-rop_builder, 0.1.4, "New BSD"
rex-socket, 0.1.35, "New BSD"
rex-socket, 0.1.39, "New BSD"
rex-sslscan, 0.1.7, "New BSD"
rex-struct2, 0.1.3, "New BSD"
rex-text, 0.2.37, "New BSD"
@ -154,17 +154,17 @@ rspec, 3.11.0, MIT
rspec-core, 3.11.0, MIT
rspec-expectations, 3.11.0, MIT
rspec-mocks, 3.11.1, MIT
rspec-rails, 5.1.1, MIT
rspec-rails, 5.1.2, MIT
rspec-rerun, 1.1.0, MIT
rspec-support, 3.11.0, MIT
rubocop, 1.28.1, MIT
rubocop, 1.28.2, MIT
rubocop-ast, 1.17.0, MIT
ruby-macho, 3.0.0, MIT
ruby-prof, 1.4.2, "Simplified BSD"
ruby-progressbar, 1.11.0, MIT
ruby-rc4, 0.1.5, MIT
ruby2_keywords, 0.0.5, "ruby, Simplified BSD"
ruby_smb, 3.1.1, "New BSD"
ruby_smb, 3.1.2, "New BSD"
rubyntlm, 0.6.3, MIT
rubyzip, 2.3.2, "Simplified BSD"
sawyer, 0.8.2, MIT

View File

@ -30,7 +30,7 @@ module Metasploit
end
end
VERSION = "6.1.42"
VERSION = "6.1.43"
MAJOR, MINOR, PATCH = VERSION.split('.').map { |x| x.to_i }
PRERELEASE = 'dev'
HASH = get_hash