Skip to content

Commit 4723017

Browse files
committed
Bump version of framework to 6.4.59
1 parent 74d828c commit 4723017

File tree

3 files changed

+13
-9
lines changed

3 files changed

+13
-9
lines changed

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
metasploit-framework (6.4.58)
4+
metasploit-framework (6.4.59)
55
aarch64
66
abbrev
77
actionpack (~> 7.1.0)

LICENSE_GEMS

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@ This file is auto-generated by tools/dev/update_gem_licenses.sh
22
Ascii85, 2.0.1, MIT
33
aarch64, 2.1.0, "Apache 2.0"
44
abbrev, 0.1.2, "ruby, Simplified BSD"
5-
actionpack, 7.0.8.7, MIT
6-
actionview, 7.0.8.7, MIT
7-
activemodel, 7.0.8.7, MIT
8-
activerecord, 7.0.8.7, MIT
9-
activesupport, 7.0.8.7, MIT
5+
actionpack, 7.1.5.1, MIT
6+
actionview, 7.1.5.1, MIT
7+
activemodel, 7.1.5.1, MIT
8+
activerecord, 7.1.5.1, MIT
9+
activesupport, 7.1.5.1, MIT
1010
addressable, 2.8.7, "Apache 2.0"
1111
afm, 0.2.2, MIT
1212
allure-rspec, 2.26.0, "Apache 2.0"
@@ -37,6 +37,7 @@ byebug, 11.1.3, "Simplified BSD"
3737
chunky_png, 1.4.0, MIT
3838
coderay, 1.1.3, MIT
3939
concurrent-ruby, 1.3.4, MIT
40+
connection_pool, 2.5.0, MIT
4041
cookiejar, 0.3.4, "Simplified BSD"
4142
crass, 1.0.6, MIT
4243
csv, 3.3.2, "ruby, Simplified BSD"
@@ -91,7 +92,7 @@ memory_profiler, 1.1.0, MIT
9192
metasm, 1.0.5, LGPL-2.1
9293
metasploit-concern, 5.0.4, "New BSD"
9394
metasploit-credential, 6.0.14, "New BSD"
94-
metasploit-framework, 6.4.58, "New BSD"
95+
metasploit-framework, 6.4.59, "New BSD"
9596
metasploit-model, 5.0.3, "New BSD"
9697
metasploit-payloads, 2.0.189, "3-clause (or ""modified"") BSD"
9798
metasploit_data_models, 6.0.9, "New BSD"
@@ -137,10 +138,12 @@ puma, 6.6.0, "New BSD"
137138
racc, 1.8.1, "ruby, Simplified BSD"
138139
rack, 2.2.13, MIT
139140
rack-protection, 3.2.0, MIT
141+
rack-session, 1.0.2, MIT
140142
rack-test, 2.2.0, MIT
143+
rackup, 1.0.1, MIT
141144
rails-dom-testing, 2.2.0, MIT
142145
rails-html-sanitizer, 1.6.2, MIT
143-
railties, 7.0.8.7, MIT
146+
railties, 7.1.5.1, MIT
144147
rainbow, 3.1.1, MIT
145148
rake, 13.2.1, MIT
146149
rasn1, 0.14.0, MIT
@@ -190,6 +193,7 @@ ruby_smb, 3.3.13, "New BSD"
190193
rubyntlm, 0.6.5, MIT
191194
rubyzip, 2.4.1, "Simplified BSD"
192195
sawyer, 0.9.2, MIT
196+
securerandom, 0.4.1, "ruby, Simplified BSD"
193197
simplecov, 0.18.2, MIT
194198
simplecov-html, 0.13.1, MIT
195199
simpleidn, 0.2.3, MIT

lib/metasploit/framework/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ def self.get_hash
3232
end
3333
end
3434

35-
VERSION = "6.4.58"
35+
VERSION = "6.4.59"
3636
MAJOR, MINOR, PATCH = VERSION.split('.').map { |x| x.to_i }
3737
PRERELEASE = 'dev'
3838
HASH = get_hash

0 commit comments

Comments
 (0)