metasploit: 6.3.32 -> 6.3.33

This commit is contained in:
Fabian Affolter 2023-09-10 10:35:16 +02:00
parent c6850d4fc4
commit d637fab3b4
4 changed files with 9 additions and 9 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.3.32"
gem "metasploit-framework", git: "https://github.com/rapid7/metasploit-framework", ref: "refs/tags/6.3.33"

View File

@ -1,9 +1,9 @@
GIT
remote: https://github.com/rapid7/metasploit-framework
revision: d644909dcaa8814f9d8ef53d18bf7fa63d197897
ref: refs/tags/6.3.32
revision: 61956404cadf364417ec02b4cb7025b50a866565
ref: refs/tags/6.3.33
specs:
metasploit-framework (6.3.32)
metasploit-framework (6.3.33)
actionpack (~> 7.0)
activerecord (~> 7.0)
activesupport (~> 7.0)

View File

@ -15,13 +15,13 @@ let
};
in stdenv.mkDerivation rec {
pname = "metasploit-framework";
version = "6.3.32";
version = "6.3.33";
src = fetchFromGitHub {
owner = "rapid7";
repo = "metasploit-framework";
rev = version;
sha256 = "sha256-3aiHBaYxrpe/KSF2LiafcANIgWvZEp1kgRXry3/uWvY=";
sha256 = "sha256-S/uazRDWK1AqLT2QTKiluRmcwy82PZitezQMw1Kb9no=";
};
nativeBuildInputs = [ makeWrapper ];

View File

@ -654,12 +654,12 @@
platforms = [];
source = {
fetchSubmodules = false;
rev = "d644909dcaa8814f9d8ef53d18bf7fa63d197897";
sha256 = "1xjsxrzwpsqmh5j9s4nrdf0lh0vhkwk2wxi156zrgbiilq2qga6x";
rev = "61956404cadf364417ec02b4cb7025b50a866565";
sha256 = "0ypnkd9c631lgfnrhg9n5z1rq6drlnl4r41x5lm50ayn236rmysb";
type = "git";
url = "https://github.com/rapid7/metasploit-framework";
};
version = "6.3.32";
version = "6.3.33";
};
metasploit-model = {
groups = ["default"];