Merge pull request #324638 from fabaff/metasploit-bump

metasploit: 6.4.15 -> 6.4.16

authored by Fabian Affolter and committed by GitHub 82079e4d 03e3c3dc

+23 -10
+1 -1
pkgs/tools/security/metasploit/Gemfile
··· 1 1 # frozen_string_literal: true 2 2 source "https://rubygems.org" 3 3 4 - gem "metasploit-framework", git: "https://github.com/rapid7/metasploit-framework", ref: "refs/tags/6.4.15" 4 + gem "metasploit-framework", git: "https://github.com/rapid7/metasploit-framework", ref: "refs/tags/6.4.16"
+7 -4
pkgs/tools/security/metasploit/Gemfile.lock
··· 1 1 GIT 2 2 remote: https://github.com/rapid7/metasploit-framework 3 - revision: b4a408704631fd0a0a4587f1f1a0017bcec9fb45 4 - ref: refs/tags/6.4.15 3 + revision: d21ca8b456e74278a0149a34ced9292692b5c52d 4 + ref: refs/tags/6.4.16 5 5 specs: 6 - metasploit-framework (6.4.15) 6 + metasploit-framework (6.4.16) 7 7 aarch64 8 8 abbrev 9 9 actionpack (~> 7.0.0) ··· 51 51 nessus_rest 52 52 net-imap 53 53 net-ldap 54 + net-sftp 54 55 net-smtp 55 56 net-ssh 56 57 network_interface ··· 297 298 net-ldap (0.19.0) 298 299 net-protocol (0.2.2) 299 300 timeout 301 + net-sftp (4.0.0) 302 + net-ssh (>= 5.0.0, < 8.0.0) 300 303 net-smtp (0.5.0) 301 304 net-protocol 302 305 net-ssh (7.2.3) ··· 481 484 metasploit-framework! 482 485 483 486 BUNDLED WITH 484 - 2.5.9 487 + 2.5.11
+2 -2
pkgs/tools/security/metasploit/default.nix
··· 15 15 }; 16 16 in stdenv.mkDerivation rec { 17 17 pname = "metasploit-framework"; 18 - version = "6.4.15"; 18 + version = "6.4.16"; 19 19 20 20 src = fetchFromGitHub { 21 21 owner = "rapid7"; 22 22 repo = "metasploit-framework"; 23 23 rev = "refs/tags/${version}"; 24 - hash = "sha256-CJXti/pX2Q59fJgRbAodUDMlMHIJH0eh3kOZxrQEllY="; 24 + hash = "sha256-dCeSSxIIDMsEa6hQ43tcoRDMLkE3o+UzwsGOWE7jUPA="; 25 25 }; 26 26 27 27 nativeBuildInputs = [
+13 -3
pkgs/tools/security/metasploit/gemset.nix
··· 724 724 platforms = []; 725 725 source = { 726 726 fetchSubmodules = false; 727 - rev = "b4a408704631fd0a0a4587f1f1a0017bcec9fb45"; 728 - sha256 = "0mln0jscd6a3vshlf7q9f8q2acsh3l56q4cqgiyhxnapza5yv588"; 727 + rev = "d21ca8b456e74278a0149a34ced9292692b5c52d"; 728 + sha256 = "1w2hwd75i3n1q8ryb8rp84pcq451bixy6l58dc2cn308295r49vl"; 729 729 type = "git"; 730 730 url = "https://github.com/rapid7/metasploit-framework"; 731 731 }; 732 - version = "6.4.15"; 732 + version = "6.4.16"; 733 733 }; 734 734 metasploit-model = { 735 735 groups = ["default"]; ··· 890 890 type = "gem"; 891 891 }; 892 892 version = "0.2.2"; 893 + }; 894 + net-sftp = { 895 + groups = ["default"]; 896 + platforms = []; 897 + source = { 898 + remotes = ["https://rubygems.org"]; 899 + sha256 = "0r33aa2d61hv1psm0l0mm6ik3ycsnq8symv7h84kpyf2b7493fv5"; 900 + type = "gem"; 901 + }; 902 + version = "4.0.0"; 893 903 }; 894 904 net-smtp = { 895 905 groups = ["default"];