Merge pull request #271410 from fabaff/metasploit-bump

metasploit: 6.3.44 -> 6.3.45
This commit is contained in:
Fabian Affolter 2023-12-01 21:05:22 +01:00 committed by GitHub
commit 16f46042af
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 9 additions and 9 deletions

@ -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.44"
gem "metasploit-framework", git: "https://github.com/rapid7/metasploit-framework", ref: "refs/tags/6.3.45"

@ -1,9 +1,9 @@
GIT
remote: https://github.com/rapid7/metasploit-framework
revision: 54a9eee7f85d369feef55d6a340340ad965f80a0
ref: refs/tags/6.3.44
revision: dd2f4b923912fc2ffc84d4a1d5e3bbccd5a8efc1
ref: refs/tags/6.3.45
specs:
metasploit-framework (6.3.44)
metasploit-framework (6.3.45)
actionpack (~> 7.0.0)
activerecord (~> 7.0.0)
activesupport (~> 7.0.0)

@ -15,13 +15,13 @@ let
};
in stdenv.mkDerivation rec {
pname = "metasploit-framework";
version = "6.3.44";
version = "6.3.45";
src = fetchFromGitHub {
owner = "rapid7";
repo = "metasploit-framework";
rev = "refs/tags/${version}";
hash = "sha256-LBmyFE617G2ryEAp5fig3G2T/goa9NXUggu0XH4X1xs=";
hash = "sha256-vDTbuvMkudwV3rCEEwE62emXNSMgXR1XHyVB3sDN56Y=";
};
nativeBuildInputs = [

@ -654,12 +654,12 @@
platforms = [];
source = {
fetchSubmodules = false;
rev = "54a9eee7f85d369feef55d6a340340ad965f80a0";
sha256 = "06yp2xz5rd0bhbadbx0s1bz96vfwl3wfaaa0r2mnvv5m9qab469c";
rev = "dd2f4b923912fc2ffc84d4a1d5e3bbccd5a8efc1";
sha256 = "19p7rp0dwh953xbisp904csrgsfr780i715hvqaxrf94yfxdnd5w";
type = "git";
url = "https://github.com/rapid7/metasploit-framework";
};
version = "6.3.44";
version = "6.3.45";
};
metasploit-model = {
groups = ["default"];