metasploit: 6.3.58 -> 6.3.59

This commit is contained in:
Fabian Affolter 2024-03-08 22:31:42 +01:00
parent 22dfa9e8ca
commit af147603cf
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.3.58"
gem "metasploit-framework", git: "https://github.com/rapid7/metasploit-framework", ref: "refs/tags/6.3.59"

View file

@ -1,9 +1,9 @@
GIT
remote: https://github.com/rapid7/metasploit-framework
revision: 08ebefe2368f73ceeac2c5f9c20a49a82d6a969e
ref: refs/tags/6.3.58
revision: b6a03cb5f17b5c714fad8741c1812be542dd2087
ref: refs/tags/6.3.59
specs:
metasploit-framework (6.3.58)
metasploit-framework (6.3.59)
actionpack (~> 7.0.0)
activerecord (~> 7.0.0)
activesupport (~> 7.0.0)
@ -469,4 +469,4 @@ DEPENDENCIES
metasploit-framework!
BUNDLED WITH
2.4.13
2.5.6

View file

@ -15,13 +15,13 @@ let
};
in stdenv.mkDerivation rec {
pname = "metasploit-framework";
version = "6.3.58";
version = "6.3.59";
src = fetchFromGitHub {
owner = "rapid7";
repo = "metasploit-framework";
rev = "refs/tags/${version}";
hash = "sha256-NUm+6vWmSpGpy4KGXQ/pQDqeU3ORhQrQwwicFCMyjhg=";
hash = "sha256-pGYEx5Ac4vEW5rsKI4iAMGXB2zHMS2AD6jIVEWHQn6g=";
};
nativeBuildInputs = [

View file

@ -674,12 +674,12 @@
platforms = [];
source = {
fetchSubmodules = false;
rev = "08ebefe2368f73ceeac2c5f9c20a49a82d6a969e";
sha256 = "064f68ii9708qg80m1cifd9rwfj0x47mv1l2rflr2jm6ypmbwj9m";
rev = "b6a03cb5f17b5c714fad8741c1812be542dd2087";
sha256 = "1a4zs1hi259jx81n0jyc67dw2r9hh24262mvwqbg3qhwj33h8rm4";
type = "git";
url = "https://github.com/rapid7/metasploit-framework";
};
version = "6.3.58";
version = "6.3.59";
};
metasploit-model = {
groups = ["default"];