Unverified Commit 189aa314 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

Merge pull request #286361 from fabaff/metasploit-bump

metasploit: 6.3.53 -> 6.3.54
parents 1bf420d5 38ed4c5c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
# 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"
+4 −4
Original line number Diff line number Diff line
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
+2 −2
Original line number Diff line number Diff line
@@ -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 = [
+3 −3
Original line number Diff line number Diff line
@@ -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"];