Merge pull request #260379 from fabaff/metasploit-bump

metasploit: 6.3.36 -> 6.3.37

authored by Mario Rodas and committed by GitHub 9c3161a1 c8b8c423

+13 -13
+1 -1
pkgs/tools/security/metasploit/Gemfile
··· 1 # frozen_string_literal: true 2 source "https://rubygems.org" 3 4 - gem "metasploit-framework", git: "https://github.com/rapid7/metasploit-framework", ref: "refs/tags/6.3.36"
··· 1 # frozen_string_literal: true 2 source "https://rubygems.org" 3 4 + gem "metasploit-framework", git: "https://github.com/rapid7/metasploit-framework", ref: "refs/tags/6.3.37"
+5 -5
pkgs/tools/security/metasploit/Gemfile.lock
··· 1 GIT 2 remote: https://github.com/rapid7/metasploit-framework 3 - revision: 787e303296c1ac456e76b5980a975993c1e24742 4 - ref: refs/tags/6.3.36 5 specs: 6 - metasploit-framework (6.3.36) 7 actionpack (~> 7.0) 8 activerecord (~> 7.0) 9 activesupport (~> 7.0) ··· 35 metasploit-concern 36 metasploit-credential 37 metasploit-model 38 - metasploit-payloads (= 2.0.148) 39 metasploit_data_models 40 metasploit_payloads-mettle (= 1.0.26) 41 mqtt ··· 252 activemodel (~> 7.0) 253 activesupport (~> 7.0) 254 railties (~> 7.0) 255 - metasploit-payloads (2.0.148) 256 metasploit_data_models (6.0.2) 257 activerecord (~> 7.0) 258 activesupport (~> 7.0)
··· 1 GIT 2 remote: https://github.com/rapid7/metasploit-framework 3 + revision: 40ba61c644b1529ec4493ecb59dd5a8e4b3f16c1 4 + ref: refs/tags/6.3.37 5 specs: 6 + metasploit-framework (6.3.37) 7 actionpack (~> 7.0) 8 activerecord (~> 7.0) 9 activesupport (~> 7.0) ··· 35 metasploit-concern 36 metasploit-credential 37 metasploit-model 38 + metasploit-payloads (= 2.0.154) 39 metasploit_data_models 40 metasploit_payloads-mettle (= 1.0.26) 41 mqtt ··· 252 activemodel (~> 7.0) 253 activesupport (~> 7.0) 254 railties (~> 7.0) 255 + metasploit-payloads (2.0.154) 256 metasploit_data_models (6.0.2) 257 activerecord (~> 7.0) 258 activesupport (~> 7.0)
+2 -2
pkgs/tools/security/metasploit/default.nix
··· 15 }; 16 in stdenv.mkDerivation rec { 17 pname = "metasploit-framework"; 18 - version = "6.3.36"; 19 20 src = fetchFromGitHub { 21 owner = "rapid7"; 22 repo = "metasploit-framework"; 23 rev = version; 24 - sha256 = "sha256-oHnVIdVeQsPTAQAMInWRKYYiYT7yHG7CZReoTZzH03s="; 25 }; 26 27 nativeBuildInputs = [ makeWrapper ];
··· 15 }; 16 in stdenv.mkDerivation rec { 17 pname = "metasploit-framework"; 18 + version = "6.3.37"; 19 20 src = fetchFromGitHub { 21 owner = "rapid7"; 22 repo = "metasploit-framework"; 23 rev = version; 24 + sha256 = "sha256-veyBJpRycTBuNQocUss6xBOaiImj4EyLv0261UmI7mM="; 25 }; 26 27 nativeBuildInputs = [ makeWrapper ];
+5 -5
pkgs/tools/security/metasploit/gemset.nix
··· 654 platforms = []; 655 source = { 656 fetchSubmodules = false; 657 - rev = "787e303296c1ac456e76b5980a975993c1e24742"; 658 - sha256 = "0yykqyf4va0pcp16w77j7rhj51i9j5sj4300079w6hjyslhxayd0"; 659 type = "git"; 660 url = "https://github.com/rapid7/metasploit-framework"; 661 }; 662 - version = "6.3.36"; 663 }; 664 metasploit-model = { 665 groups = ["default"]; ··· 676 platforms = []; 677 source = { 678 remotes = ["https://rubygems.org"]; 679 - sha256 = "1iyx853r9j1yr1jm4zawrmlm7sy3a083fv3i594b138qw78rk6hb"; 680 type = "gem"; 681 }; 682 - version = "2.0.148"; 683 }; 684 metasploit_data_models = { 685 groups = ["default"];
··· 654 platforms = []; 655 source = { 656 fetchSubmodules = false; 657 + rev = "40ba61c644b1529ec4493ecb59dd5a8e4b3f16c1"; 658 + sha256 = "0qzfi14xbfjdpy5lrq53i649l4y47b5m470a6mp30wbjjhk83v5x"; 659 type = "git"; 660 url = "https://github.com/rapid7/metasploit-framework"; 661 }; 662 + version = "6.3.37"; 663 }; 664 metasploit-model = { 665 groups = ["default"]; ··· 676 platforms = []; 677 source = { 678 remotes = ["https://rubygems.org"]; 679 + sha256 = "0s3iii3y6jhmiymylhpxqcksgm8gwmmm3rhqspmd4n9ab4p4l36s"; 680 type = "gem"; 681 }; 682 + version = "2.0.154"; 683 }; 684 metasploit_data_models = { 685 groups = ["default"];