Merge pull request #329089 from fabaff/metasploit-bump

metasploit: 6.4.17 -> 6.4.18
This commit is contained in:
Fabian Affolter 2024-07-23 10:36:14 +02:00 committed by GitHub
commit a8cdc7787e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 14 additions and 14 deletions

View File

@ -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.17"
gem "metasploit-framework", git: "https://github.com/rapid7/metasploit-framework", ref: "refs/tags/6.4.18"

View File

@ -1,9 +1,9 @@
GIT
remote: https://github.com/rapid7/metasploit-framework
revision: edac4a2e9e1ccf33e8b065fb64c289adf43f7a8b
ref: refs/tags/6.4.17
revision: 5426fc47cdc588a0f51617712b2419bd1fefe630
ref: refs/tags/6.4.18
specs:
metasploit-framework (6.4.17)
metasploit-framework (6.4.18)
aarch64
abbrev
actionpack (~> 7.0.0)
@ -45,7 +45,7 @@ GIT
metasploit-model
metasploit-payloads (= 2.0.166)
metasploit_data_models
metasploit_payloads-mettle (= 1.0.29)
metasploit_payloads-mettle (= 1.0.31)
mqtt
msgpack (~> 1.6.0)
mutex_m
@ -282,7 +282,7 @@ GEM
railties (~> 7.0)
recog
webrick
metasploit_payloads-mettle (1.0.29)
metasploit_payloads-mettle (1.0.31)
method_source (1.1.0)
mini_portile2 (2.8.6)
minitest (5.23.1)
@ -485,4 +485,4 @@ DEPENDENCIES
metasploit-framework!
BUNDLED WITH
2.5.9
2.5.11

View File

@ -15,13 +15,13 @@ let
};
in stdenv.mkDerivation rec {
pname = "metasploit-framework";
version = "6.4.17";
version = "6.4.18";
src = fetchFromGitHub {
owner = "rapid7";
repo = "metasploit-framework";
rev = "refs/tags/${version}";
hash = "sha256-OpEG6HICBFOyCH6Bfz5OfH3YjKtLRPyFlgRI29lmuDo=";
hash = "sha256-56WvRpsqX//yyv7ymGAs1fWFolqJM0JXXSDIb1cHJxs=";
};
nativeBuildInputs = [

View File

@ -724,12 +724,12 @@
platforms = [];
source = {
fetchSubmodules = false;
rev = "edac4a2e9e1ccf33e8b065fb64c289adf43f7a8b";
sha256 = "0fmqcvcxnj04js2zqi2bmf6dhzbw9qz7z0by12r56102fbl0d49s";
rev = "5426fc47cdc588a0f51617712b2419bd1fefe630";
sha256 = "06r70xbnzj10bmbl4cw9bai8bxfm5ih9iwpyrbrgyprakd3az9g7";
type = "git";
url = "https://github.com/rapid7/metasploit-framework";
};
version = "6.4.17";
version = "6.4.18";
};
metasploit-model = {
groups = ["default"];
@ -766,10 +766,10 @@
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "0677lldp420sbq876j3qm7p8rp7hm1y9fdxgmsw0xdj97010ahbj";
sha256 = "19g1mfgv39fqyskkib1f7w2lx7528kpnq90prrmb6jrh1acwaanq";
type = "gem";
};
version = "1.0.29";
version = "1.0.31";
};
method_source = {
groups = ["default"];