metasploit: 6.4.41 -> 6.4.42 (#369336)

This commit is contained in:
Fabian Affolter
2024-12-30 21:45:38 +01:00
committed by GitHub
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.41"
gem "metasploit-framework", git: "https://github.com/rapid7/metasploit-framework", ref: "refs/tags/6.4.42"
+3 -3
View File
@@ -1,9 +1,9 @@
GIT
remote: https://github.com/rapid7/metasploit-framework
revision: 813c3bea8c3f200422dbaf21ae03229adff424f3
ref: refs/tags/6.4.41
revision: 02397587c3a571a685c43226719c77b3194837cd
ref: refs/tags/6.4.42
specs:
metasploit-framework (6.4.41)
metasploit-framework (6.4.42)
aarch64
abbrev
actionpack (~> 7.0.0)
+2 -2
View File
@@ -18,13 +18,13 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "metasploit-framework";
version = "6.4.41";
version = "6.4.42";
src = fetchFromGitHub {
owner = "rapid7";
repo = "metasploit-framework";
rev = "refs/tags/${finalAttrs.version}";
hash = "sha256-70uCHjX5g3fEdgZxYn/VKKZn39V+940KIkkDU6mvYVU=";
hash = "sha256-PsYA29tEhb++Uo0Mh2sAeAUfy51+x7NGNWrMYkj2rrE=";
};
nativeBuildInputs = [
+3 -3
View File
@@ -734,12 +734,12 @@
platforms = [ ];
source = {
fetchSubmodules = false;
rev = "813c3bea8c3f200422dbaf21ae03229adff424f3";
sha256 = "0mb1mylm60s94858vxvyspgng9i8smzn4w86fv27g0zr6lg84jzg";
rev = "02397587c3a571a685c43226719c77b3194837cd";
sha256 = "1cdfyr465k3a6m3b7ivykp5iy1bq01mqf34daazbz1a4vgdh1iiy";
type = "git";
url = "https://github.com/rapid7/metasploit-framework";
};
version = "6.4.41";
version = "6.4.42";
};
metasploit-model = {
groups = [ "default" ];