metasploit: 6.4.33 -> 6.4.34 (#352813)

This commit is contained in:
Fabian Affolter 2024-11-01 19:58:05 +01:00 committed by GitHub
commit 0dddf339c8
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 # frozen_string_literal: true
source "https://rubygems.org" source "https://rubygems.org"
gem "metasploit-framework", git: "https://github.com/rapid7/metasploit-framework", ref: "refs/tags/6.4.33" gem "metasploit-framework", git: "https://github.com/rapid7/metasploit-framework", ref: "refs/tags/6.4.34"

View File

@ -1,9 +1,9 @@
GIT GIT
remote: https://github.com/rapid7/metasploit-framework remote: https://github.com/rapid7/metasploit-framework
revision: 1939065b94ee3c2033e720b753c5a6bd70e09c07 revision: e9286ec3faffa15e12ef3e267da335cd4afdfaea
ref: refs/tags/6.4.33 ref: refs/tags/6.4.34
specs: specs:
metasploit-framework (6.4.33) metasploit-framework (6.4.34)
aarch64 aarch64
abbrev abbrev
actionpack (~> 7.0.0) actionpack (~> 7.0.0)
@ -44,7 +44,7 @@ GIT
metasploit-concern metasploit-concern
metasploit-credential metasploit-credential
metasploit-model metasploit-model
metasploit-payloads (= 2.0.183) metasploit-payloads (= 2.0.187)
metasploit_data_models metasploit_data_models
metasploit_payloads-mettle (= 1.0.35) metasploit_payloads-mettle (= 1.0.35)
mqtt mqtt
@ -69,7 +69,7 @@ GIT
pg pg
puma puma
railties railties
rasn1 rasn1 (= 0.13.0)
rb-readline rb-readline
recog recog
redcarpet redcarpet
@ -274,7 +274,7 @@ GEM
activemodel (~> 7.0) activemodel (~> 7.0)
activesupport (~> 7.0) activesupport (~> 7.0)
railties (~> 7.0) railties (~> 7.0)
metasploit-payloads (2.0.183) metasploit-payloads (2.0.187)
metasploit_data_models (6.0.3) metasploit_data_models (6.0.3)
activerecord (~> 7.0) activerecord (~> 7.0)
activesupport (~> 7.0) activesupport (~> 7.0)

View File

@ -15,13 +15,13 @@ let
}; };
in stdenv.mkDerivation rec { in stdenv.mkDerivation rec {
pname = "metasploit-framework"; pname = "metasploit-framework";
version = "6.4.33"; version = "6.4.34";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "rapid7"; owner = "rapid7";
repo = "metasploit-framework"; repo = "metasploit-framework";
rev = "refs/tags/${version}"; rev = "refs/tags/${version}";
hash = "sha256-RMQEFRIArj2RuYk6GFDsGXpWRPANxD8OUJUQMtQUBW4="; hash = "sha256-2ZYyvASTh1vqBolUCyp8lNLgTPv0tFd7+qZe3KpkDhk=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [

View File

@ -734,12 +734,12 @@
platforms = []; platforms = [];
source = { source = {
fetchSubmodules = false; fetchSubmodules = false;
rev = "1939065b94ee3c2033e720b753c5a6bd70e09c07"; rev = "e9286ec3faffa15e12ef3e267da335cd4afdfaea";
sha256 = "0vh52ka3444ma073zi0dy125cyhrxi81hfl9p68kvbh028ah9i24"; sha256 = "068fcjmdqpm6z9xmgd7lzd6f1lllghm0nm490vm5p1wk0jy355nr";
type = "git"; type = "git";
url = "https://github.com/rapid7/metasploit-framework"; url = "https://github.com/rapid7/metasploit-framework";
}; };
version = "6.4.33"; version = "6.4.34";
}; };
metasploit-model = { metasploit-model = {
groups = ["default"]; groups = ["default"];
@ -756,10 +756,10 @@
platforms = []; platforms = [];
source = { source = {
remotes = ["https://rubygems.org"]; remotes = ["https://rubygems.org"];
sha256 = "0bdn7g01a4hvli6ymkl215xmw823jnd5fwv63wy9bgyaih14ysmd"; sha256 = "13cm4pblldz1cl3cmvppkwsbv12b2a4kfl3r3kzfyjwrlhz121wn";
type = "gem"; type = "gem";
}; };
version = "2.0.183"; version = "2.0.187";
}; };
metasploit_data_models = { metasploit_data_models = {
groups = ["default"]; groups = ["default"];