metasploit: 6.3.31 -> 6.3.32
This commit is contained in:
parent
c2f3ec47aa
commit
7441c5def5
@ -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.3.31"
|
||||
gem "metasploit-framework", git: "https://github.com/rapid7/metasploit-framework", ref: "refs/tags/6.3.32"
|
||||
|
@ -1,9 +1,9 @@
|
||||
GIT
|
||||
remote: https://github.com/rapid7/metasploit-framework
|
||||
revision: a97e8a0e2a3b15f3b3710f04def1178139ae0fa2
|
||||
ref: refs/tags/6.3.31
|
||||
revision: d644909dcaa8814f9d8ef53d18bf7fa63d197897
|
||||
ref: refs/tags/6.3.32
|
||||
specs:
|
||||
metasploit-framework (6.3.31)
|
||||
metasploit-framework (6.3.32)
|
||||
actionpack (~> 7.0)
|
||||
activerecord (~> 7.0)
|
||||
activesupport (~> 7.0)
|
||||
@ -462,4 +462,4 @@ DEPENDENCIES
|
||||
metasploit-framework!
|
||||
|
||||
BUNDLED WITH
|
||||
2.4.17
|
||||
2.4.19
|
||||
|
@ -15,13 +15,13 @@ let
|
||||
};
|
||||
in stdenv.mkDerivation rec {
|
||||
pname = "metasploit-framework";
|
||||
version = "6.3.31";
|
||||
version = "6.3.32";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "rapid7";
|
||||
repo = "metasploit-framework";
|
||||
rev = version;
|
||||
sha256 = "sha256-X0QJ4edzqLh01qAhmpcdiuk8xdAkccoJAZmxeTh3q48=";
|
||||
sha256 = "sha256-3aiHBaYxrpe/KSF2LiafcANIgWvZEp1kgRXry3/uWvY=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ makeWrapper ];
|
||||
|
@ -654,12 +654,12 @@
|
||||
platforms = [];
|
||||
source = {
|
||||
fetchSubmodules = false;
|
||||
rev = "a97e8a0e2a3b15f3b3710f04def1178139ae0fa2";
|
||||
sha256 = "13xbfww7kccr044wlw94s32krsca3nbrl8d0srsbia3kwzhhji2z";
|
||||
rev = "d644909dcaa8814f9d8ef53d18bf7fa63d197897";
|
||||
sha256 = "1xjsxrzwpsqmh5j9s4nrdf0lh0vhkwk2wxi156zrgbiilq2qga6x";
|
||||
type = "git";
|
||||
url = "https://github.com/rapid7/metasploit-framework";
|
||||
};
|
||||
version = "6.3.31";
|
||||
version = "6.3.32";
|
||||
};
|
||||
metasploit-model = {
|
||||
groups = ["default"];
|
||||
|
Loading…
Reference in New Issue
Block a user