Bump version of framework to 5.0.17

This commit is contained in:
Metasploit 2019-04-11 10:03:55 -07:00
parent 0d0dceacfa
commit 7b29e6e057
No known key found for this signature in database
GPG Key ID: CDFB5FA52007B954
3 changed files with 9 additions and 9 deletions

View File

@ -1,7 +1,7 @@
PATH PATH
remote: . remote: .
specs: specs:
metasploit-framework (5.0.16) metasploit-framework (5.0.17)
actionpack (~> 4.2.6) actionpack (~> 4.2.6)
activerecord (~> 4.2.6) activerecord (~> 4.2.6)
activesupport (~> 4.2.6) activesupport (~> 4.2.6)
@ -111,7 +111,7 @@ GEM
arel (6.0.4) arel (6.0.4)
arel-helpers (2.8.0) arel-helpers (2.8.0)
activerecord (>= 3.1.0, < 6) activerecord (>= 3.1.0, < 6)
backports (3.12.0) backports (3.13.0)
bcrypt (3.1.12) bcrypt (3.1.12)
bcrypt_pbkdf (1.0.1) bcrypt_pbkdf (1.0.1)
bindata (2.4.4) bindata (2.4.4)
@ -245,7 +245,7 @@ GEM
thor (>= 0.18.1, < 2.0) thor (>= 0.18.1, < 2.0)
rake (12.3.2) rake (12.3.2)
rb-readline (0.5.5) rb-readline (0.5.5)
recog (2.2.1) recog (2.3.0)
nokogiri nokogiri
redcarpet (3.4.0) redcarpet (3.4.0)
rex-arch (0.1.13) rex-arch (0.1.13)

View File

@ -9,7 +9,7 @@ addressable, 2.5.2, "Apache 2.0"
afm, 0.2.2, MIT afm, 0.2.2, MIT
arel, 6.0.4, MIT arel, 6.0.4, MIT
arel-helpers, 2.8.0, MIT arel-helpers, 2.8.0, MIT
backports, 3.12.0, MIT backports, 3.13.0, MIT
bcrypt, 3.1.12, MIT bcrypt, 3.1.12, MIT
bcrypt_pbkdf, 1.0.1, MIT bcrypt_pbkdf, 1.0.1, MIT
bindata, 2.4.4, ruby bindata, 2.4.4, ruby
@ -41,10 +41,10 @@ i18n, 0.9.5, MIT
jsobfu, 0.4.2, "New BSD" jsobfu, 0.4.2, "New BSD"
json, 2.2.0, ruby json, 2.2.0, ruby
loofah, 2.2.3, MIT loofah, 2.2.3, MIT
metasm, 1.0.3, LGPL metasm, 1.0.4, LGPL-2.1
metasploit-concern, 2.0.5, "New BSD" metasploit-concern, 2.0.5, "New BSD"
metasploit-credential, 3.0.3, "New BSD" metasploit-credential, 3.0.3, "New BSD"
metasploit-framework, 5.0.16, "New BSD" metasploit-framework, 5.0.17, "New BSD"
metasploit-model, 2.0.4, "New BSD" metasploit-model, 2.0.4, "New BSD"
metasploit-payloads, 1.3.65, "3-clause (or ""modified"") BSD" metasploit-payloads, 1.3.65, "3-clause (or ""modified"") BSD"
metasploit_data_models, 3.0.8, "New 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 railties, 4.2.11.1, MIT
rake, 12.3.2, MIT rake, 12.3.2, MIT
rb-readline, 0.5.5, BSD rb-readline, 0.5.5, BSD
recog, 2.2.1, unknown recog, 2.3.0, unknown
redcarpet, 3.4.0, MIT redcarpet, 3.4.0, MIT
rex-arch, 0.1.13, "New BSD" rex-arch, 0.1.13, "New BSD"
rex-bin_tools, 0.1.6, "New BSD" rex-bin_tools, 0.1.6, "New BSD"
@ -92,7 +92,7 @@ rex-java, 0.1.5, "New BSD"
rex-mime, 0.1.5, "New BSD" rex-mime, 0.1.5, "New BSD"
rex-nop, 0.1.1, "New BSD" rex-nop, 0.1.1, "New BSD"
rex-ole, 0.1.6, "New BSD" rex-ole, 0.1.6, "New BSD"
rex-powershell, 0.1.79, "New BSD" rex-powershell, 0.1.80, "New BSD"
rex-random_identifier, 0.1.4, "New BSD" rex-random_identifier, 0.1.4, "New BSD"
rex-registry, 0.1.3, "New BSD" rex-registry, 0.1.3, "New BSD"
rex-rop_builder, 0.1.3, "New BSD" rex-rop_builder, 0.1.3, "New BSD"

View File

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