metasploit: 6.4.2 -> 6.4.3

This commit is contained in:
Fabian Affolter 2024-04-13 15:21:21 +02:00
parent ee64a5f3ea
commit eb086c0687
4 changed files with 9 additions and 9 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.2" gem "metasploit-framework", git: "https://github.com/rapid7/metasploit-framework", ref: "refs/tags/6.4.3"

View File

@ -1,9 +1,9 @@
GIT GIT
remote: https://github.com/rapid7/metasploit-framework remote: https://github.com/rapid7/metasploit-framework
revision: 87b5f6c43676408498c88393a46890f22acc76e3 revision: 3855e135a14eec07e12f3d26416713a691b3c149
ref: refs/tags/6.4.2 ref: refs/tags/6.4.3
specs: specs:
metasploit-framework (6.4.2) metasploit-framework (6.4.3)
actionpack (~> 7.0.0) actionpack (~> 7.0.0)
activerecord (~> 7.0.0) activerecord (~> 7.0.0)
activesupport (~> 7.0.0) activesupport (~> 7.0.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.2"; version = "6.4.3";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "rapid7"; owner = "rapid7";
repo = "metasploit-framework"; repo = "metasploit-framework";
rev = "refs/tags/${version}"; rev = "refs/tags/${version}";
hash = "sha256-c/0XOz86v3So7GUGdOiDEorHeJ+rxfdsRXIGvuT/d/I="; hash = "sha256-3FCTKiZ9vTmguGXRrfWGlUVVEKrV8uWMPeSF9zRz+UE=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [

View File

@ -674,12 +674,12 @@
platforms = []; platforms = [];
source = { source = {
fetchSubmodules = false; fetchSubmodules = false;
rev = "87b5f6c43676408498c88393a46890f22acc76e3"; rev = "3855e135a14eec07e12f3d26416713a691b3c149";
sha256 = "1wkpzzjbw1kj8mnggidbkxwcg2hjhgl781k5xjl79grs7wxigzbk"; sha256 = "0hgrfcsgg1g47n6fbwnmm885aicmhvssvlb5p2h3kgbx4qm96l6w";
type = "git"; type = "git";
url = "https://github.com/rapid7/metasploit-framework"; url = "https://github.com/rapid7/metasploit-framework";
}; };
version = "6.4.2"; version = "6.4.3";
}; };
metasploit-model = { metasploit-model = {
groups = ["default"]; groups = ["default"];