Skip to content

Commit

Permalink
Merge pull request #326287 from fabaff/metasploit-bump
Browse files Browse the repository at this point in the history
metasploit: 6.4.16 -> 6.4.17
  • Loading branch information
fabaff authored Jul 12, 2024
2 parents 130ef08 + 1309e2e commit 7dbc74b
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 14 deletions.
2 changes: 1 addition & 1 deletion pkgs/tools/security/metasploit/Gemfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# frozen_string_literal: true
source "https://rubygems.org"

gem "metasploit-framework", git: "https://github.com/rapid7/metasploit-framework", ref: "refs/tags/6.4.16"
gem "metasploit-framework", git: "https://github.com/rapid7/metasploit-framework", ref: "refs/tags/6.4.17"
13 changes: 7 additions & 6 deletions pkgs/tools/security/metasploit/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
GIT
remote: https://github.com/rapid7/metasploit-framework
revision: d21ca8b456e74278a0149a34ced9292692b5c52d
ref: refs/tags/6.4.16
revision: edac4a2e9e1ccf33e8b065fb64c289adf43f7a8b
ref: refs/tags/6.4.17
specs:
metasploit-framework (6.4.16)
metasploit-framework (6.4.17)
aarch64
abbrev
actionpack (~> 7.0.0)
Expand Down Expand Up @@ -31,6 +31,7 @@ GIT
faraday (= 2.7.11)
faraday-retry
faye-websocket
ffi (= 1.16.3)
filesize
getoptlong
hrr_rb_ssh-ed25519
Expand All @@ -44,7 +45,7 @@ GIT
metasploit-model
metasploit-payloads (= 2.0.166)
metasploit_data_models
metasploit_payloads-mettle (= 1.0.28)
metasploit_payloads-mettle (= 1.0.29)
mqtt
msgpack (~> 1.6.0)
mutex_m
Expand Down Expand Up @@ -281,7 +282,7 @@ GEM
railties (~> 7.0)
recog
webrick
metasploit_payloads-mettle (1.0.28)
metasploit_payloads-mettle (1.0.29)
method_source (1.1.0)
mini_portile2 (2.8.6)
minitest (5.23.1)
Expand Down Expand Up @@ -484,4 +485,4 @@ DEPENDENCIES
metasploit-framework!

BUNDLED WITH
2.5.11
2.5.9
4 changes: 2 additions & 2 deletions pkgs/tools/security/metasploit/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ let
};
in stdenv.mkDerivation rec {
pname = "metasploit-framework";
version = "6.4.16";
version = "6.4.17";

src = fetchFromGitHub {
owner = "rapid7";
repo = "metasploit-framework";
rev = "refs/tags/${version}";
hash = "sha256-dCeSSxIIDMsEa6hQ43tcoRDMLkE3o+UzwsGOWE7jUPA=";
hash = "sha256-OpEG6HICBFOyCH6Bfz5OfH3YjKtLRPyFlgRI29lmuDo=";
};

nativeBuildInputs = [
Expand Down
10 changes: 5 additions & 5 deletions pkgs/tools/security/metasploit/gemset.nix
Original file line number Diff line number Diff line change
Expand Up @@ -724,12 +724,12 @@
platforms = [];
source = {
fetchSubmodules = false;
rev = "d21ca8b456e74278a0149a34ced9292692b5c52d";
sha256 = "1w2hwd75i3n1q8ryb8rp84pcq451bixy6l58dc2cn308295r49vl";
rev = "edac4a2e9e1ccf33e8b065fb64c289adf43f7a8b";
sha256 = "0fmqcvcxnj04js2zqi2bmf6dhzbw9qz7z0by12r56102fbl0d49s";
type = "git";
url = "https://github.com/rapid7/metasploit-framework";
};
version = "6.4.16";
version = "6.4.17";
};
metasploit-model = {
groups = ["default"];
Expand Down Expand Up @@ -766,10 +766,10 @@
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "0649y1zc2pncfalsa5nkszmbiz1gfg4q3bhh4p2q6vwaac5g6sfj";
sha256 = "0677lldp420sbq876j3qm7p8rp7hm1y9fdxgmsw0xdj97010ahbj";
type = "gem";
};
version = "1.0.28";
version = "1.0.29";
};
method_source = {
groups = ["default"];
Expand Down

0 comments on commit 7dbc74b

Please sign in to comment.