From b9bbfa65677bc01610aa9531bb385ab82bc40d0e Mon Sep 17 00:00:00 2001 From: Metasploit Date: Thu, 29 Aug 2024 03:34:28 -0500 Subject: [PATCH] Bump version of framework to 6.4.25 --- Gemfile.lock | 2 +- LICENSE_GEMS | 6 +++--- lib/metasploit/framework/version.rb | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 52ce6cf48ac2..a69ef6da008f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - metasploit-framework (6.4.24) + metasploit-framework (6.4.25) aarch64 abbrev actionpack (~> 7.0.0) diff --git a/LICENSE_GEMS b/LICENSE_GEMS index ecda8e13acae..2fe440051909 100644 --- a/LICENSE_GEMS +++ b/LICENSE_GEMS @@ -31,7 +31,7 @@ bindata, 2.4.15, "Simplified BSD" bootsnap, 1.18.3, MIT bson, 5.0.0, "Apache 2.0" builder, 3.2.4, MIT -bundler, 2.2.3, MIT +bundler, 2.1.4, MIT byebug, 11.1.3, "Simplified BSD" chunky_png, 1.4.0, MIT coderay, 1.1.3, MIT @@ -86,7 +86,7 @@ memory_profiler, 1.0.1, MIT metasm, 1.0.5, LGPL-2.1 metasploit-concern, 5.0.2, "New BSD" metasploit-credential, 6.0.9, "New BSD" -metasploit-framework, 6.4.24, "New BSD" +metasploit-framework, 6.4.25, "New BSD" metasploit-model, 5.0.2, "New BSD" metasploit-payloads, 2.0.166, "3-clause (or ""modified"") BSD" metasploit_data_models, 6.0.3, "New BSD" @@ -162,7 +162,7 @@ rex-sslscan, 0.1.10, "New BSD" rex-struct2, 0.1.4, "New BSD" rex-text, 0.2.58, "New BSD" rex-zip, 0.1.5, "New BSD" -rexml, 3.2.8, "Simplified BSD" +rexml, 3.3.6, "Simplified BSD" rkelly-remix, 0.0.7, MIT rspec, 3.13.0, MIT rspec-core, 3.13.0, MIT diff --git a/lib/metasploit/framework/version.rb b/lib/metasploit/framework/version.rb index fdcaaca3185d..16fdd7a93cbe 100644 --- a/lib/metasploit/framework/version.rb +++ b/lib/metasploit/framework/version.rb @@ -32,7 +32,7 @@ def self.get_hash end end - VERSION = "6.4.24" + VERSION = "6.4.25" MAJOR, MINOR, PATCH = VERSION.split('.').map { |x| x.to_i } PRERELEASE = 'dev' HASH = get_hash