Merge pull request #286361 from fabaff/metasploit-bump

metasploit: 6.3.53 -> 6.3.54
This commit is contained in:
Fabian Affolter 2024-02-05 08:31:14 +01:00 committed by GitHub
commit 189aa31451
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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.53"
gem "metasploit-framework", git: "https://github.com/rapid7/metasploit-framework", ref: "refs/tags/6.3.54"

View File

@ -1,9 +1,9 @@
GIT
remote: https://github.com/rapid7/metasploit-framework
revision: 45efd21e748da75cc37d999dbfa3ec6c4fc4d0e9
ref: refs/tags/6.3.53
revision: 038a5b20f97601ac1f73edcc4642f1add35ef08f
ref: refs/tags/6.3.54
specs:
metasploit-framework (6.3.53)
metasploit-framework (6.3.54)
actionpack (~> 7.0.0)
activerecord (~> 7.0.0)
activesupport (~> 7.0.0)
@ -464,4 +464,4 @@ DEPENDENCIES
metasploit-framework!
BUNDLED WITH
2.5.3
2.5.5

View File

@ -15,13 +15,13 @@ let
};
in stdenv.mkDerivation rec {
pname = "metasploit-framework";
version = "6.3.53";
version = "6.3.54";
src = fetchFromGitHub {
owner = "rapid7";
repo = "metasploit-framework";
rev = "refs/tags/${version}";
hash = "sha256-LyI5Ne2ztO0Or1btT0jG96PYNZVMTwEZNwYCEIc6Rd4=";
hash = "sha256-LGAvqtmtrEuhC61LohEgFBSSLR52orHVSnJqcl60yjs=";
};
nativeBuildInputs = [

View File

@ -664,12 +664,12 @@
platforms = [];
source = {
fetchSubmodules = false;
rev = "45efd21e748da75cc37d999dbfa3ec6c4fc4d0e9";
sha256 = "1pj57a3i00h66wch2kscjlsxi8zpqr44zvanmw7fvd5kxlskj8ig";
rev = "038a5b20f97601ac1f73edcc4642f1add35ef08f";
sha256 = "0fyanig74skj9bav38kn3qnr450l408s4jxd1fhlpb5dv6m2yq1c";
type = "git";
url = "https://github.com/rapid7/metasploit-framework";
};
version = "6.3.53";
version = "6.3.54";
};
metasploit-model = {
groups = ["default"];