metasploit: 6.4.21 -> 6.4.22

This commit is contained in:
Fabian Affolter
2024-08-16 23:31:40 +02:00
committed by Bjørn Forsman
parent a24385cb4c
commit ff93fa8385
4 changed files with 9 additions and 9 deletions
+1 -1
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.21"
gem "metasploit-framework", git: "https://github.com/rapid7/metasploit-framework", ref: "refs/tags/6.4.22"
+3 -3
View File
@@ -1,9 +1,9 @@
GIT
remote: https://github.com/rapid7/metasploit-framework
revision: 91e46e232df4f94407147a93fe737ebde4babcb7
ref: refs/tags/6.4.21
revision: ffbd0eb2c802218e23052b7722ec08988a301411
ref: refs/tags/6.4.22
specs:
metasploit-framework (6.4.21)
metasploit-framework (6.4.22)
aarch64
abbrev
actionpack (~> 7.0.0)
+2 -2
View File
@@ -15,13 +15,13 @@ let
};
in stdenv.mkDerivation rec {
pname = "metasploit-framework";
version = "6.4.21";
version = "6.4.22";
src = fetchFromGitHub {
owner = "rapid7";
repo = "metasploit-framework";
rev = "refs/tags/${version}";
hash = "sha256-0qo7uxE6ovB3lqE4igmyJeMEtxgsEop6azt3EibDBmM=";
hash = "sha256-MJvYTsM03AxmTuOOiZvQT6npQ3KgHbP9OPz8sFZZ2d8=";
};
nativeBuildInputs = [
+3 -3
View File
@@ -724,12 +724,12 @@
platforms = [];
source = {
fetchSubmodules = false;
rev = "91e46e232df4f94407147a93fe737ebde4babcb7";
sha256 = "0qq6qck14xrvddx8l4ic32vh9qr5n84qlf51jrvz18is26xkpanj";
rev = "ffbd0eb2c802218e23052b7722ec08988a301411";
sha256 = "1pyrb5bb1z7w73yv67d0f91ykaags2dqk3p39rk0rp1lqd7di6rh";
type = "git";
url = "https://github.com/rapid7/metasploit-framework";
};
version = "6.4.21";
version = "6.4.22";
};
metasploit-model = {
groups = ["default"];