metasploit: 6.4.36 -> 6.4.37

This commit is contained in:
Fabian Affolter 2024-11-23 15:02:18 +01:00
parent bea025042f
commit 2dc2a5da9c
4 changed files with 10 additions and 10 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.36"
gem "metasploit-framework", git: "https://github.com/rapid7/metasploit-framework", ref: "refs/tags/6.4.37"

View File

@ -1,9 +1,9 @@
GIT
remote: https://github.com/rapid7/metasploit-framework
revision: 65c9364cfbe9540e24a7c5312666e77e2de52389
ref: refs/tags/6.4.36
revision: c58328ce3f0a86d24580e76961476ad37b8d6de9
ref: refs/tags/6.4.37
specs:
metasploit-framework (6.4.36)
metasploit-framework (6.4.37)
aarch64
abbrev
actionpack (~> 7.0.0)
@ -488,4 +488,4 @@ DEPENDENCIES
metasploit-framework!
BUNDLED WITH
2.5.16
2.5.22

View File

@ -15,13 +15,13 @@ let
};
in stdenv.mkDerivation rec {
pname = "metasploit-framework";
version = "6.4.36";
version = "6.4.37";
src = fetchFromGitHub {
owner = "rapid7";
repo = "metasploit-framework";
rev = "refs/tags/${version}";
hash = "sha256-di7/LBqXrcIhy4UG5krAFSJ1ZhrJuGxEWJ25aVLuiGg=";
hash = "sha256-/c0F/5bbuQYkNB2tzjK2NGoTr3OD4fAUUEjiJVybKFM=";
};
nativeBuildInputs = [

View File

@ -734,12 +734,12 @@
platforms = [];
source = {
fetchSubmodules = false;
rev = "65c9364cfbe9540e24a7c5312666e77e2de52389";
sha256 = "0s48xr96kfcxb126rf6939k7a8hmq15fc1l5rchw5bcp38ngybkn";
rev = "c58328ce3f0a86d24580e76961476ad37b8d6de9";
sha256 = "0lr8kdf2bqj8a0ag1qc3ffpi6silnqrcxb8x6hj0dffvjvzhbkgx";
type = "git";
url = "https://github.com/rapid7/metasploit-framework";
};
version = "6.4.36";
version = "6.4.37";
};
metasploit-model = {
groups = ["default"];