Unverified Commit f60c41a5 authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

Merge pull request #264538 from fabaff/metasploit-bump

metasploit: 6.3.39 -> 6.3.40
parents 80a7f8e9 48a68be0
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.39"
gem "metasploit-framework", git: "https://github.com/rapid7/metasploit-framework", ref: "refs/tags/6.3.40"
+4 −4
Original line number Diff line number Diff line
GIT
  remote: https://github.com/rapid7/metasploit-framework
  revision: 77fb7ae14f17fd7f4851bca87e0c28c704797591
  ref: refs/tags/6.3.39
  revision: e4a23dc9d09f5b6b1b82768770e8063014a940bb
  ref: refs/tags/6.3.40
  specs:
    metasploit-framework (6.3.39)
    metasploit-framework (6.3.40)
      actionpack (~> 7.0.0)
      activerecord (~> 7.0.0)
      activesupport (~> 7.0.0)
@@ -462,4 +462,4 @@ DEPENDENCIES
  metasploit-framework!

BUNDLED WITH
   2.4.19
   2.4.20
+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.39";
  version = "6.3.40";

  src = fetchFromGitHub {
    owner = "rapid7";
    repo = "metasploit-framework";
    rev = version;
    sha256 = "sha256-EKLzIhrNiTUM3OtezPJL8g70BmR+vEyNcllyme5hH8o=";
    sha256 = "sha256-vGCAkXLpsUvSXDf1H3pNStEYUZwFBxJnA7kdNJjqYwo=";
  };

  nativeBuildInputs = [ makeWrapper ];
+3 −3
Original line number Diff line number Diff line
@@ -654,12 +654,12 @@
    platforms = [];
    source = {
      fetchSubmodules = false;
      rev = "77fb7ae14f17fd7f4851bca87e0c28c704797591";
      sha256 = "1jhzc7p9jwjrfa6lrg3ych3g83pj9grcqppbvh63b2fd38ig78hh";
      rev = "e4a23dc9d09f5b6b1b82768770e8063014a940bb";
      sha256 = "02k3xac387dr0dki41q5ki8iilaa9mx1zx9pbk94pcg9fa8q0q5w";
      type = "git";
      url = "https://github.com/rapid7/metasploit-framework";
    };
    version = "6.3.39";
    version = "6.3.40";
  };
  metasploit-model = {
    groups = ["default"];