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

Merge pull request #253091 from fabaff/metasploit-bump

metasploit: 6.3.31 -> 6.3.32
parents d4da6511 7441c5de
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.31"
gem "metasploit-framework", git: "https://github.com/rapid7/metasploit-framework", ref: "refs/tags/6.3.32"
+4 −4
Original line number Diff line number Diff line
GIT
  remote: https://github.com/rapid7/metasploit-framework
  revision: a97e8a0e2a3b15f3b3710f04def1178139ae0fa2
  ref: refs/tags/6.3.31
  revision: d644909dcaa8814f9d8ef53d18bf7fa63d197897
  ref: refs/tags/6.3.32
  specs:
    metasploit-framework (6.3.31)
    metasploit-framework (6.3.32)
      actionpack (~> 7.0)
      activerecord (~> 7.0)
      activesupport (~> 7.0)
@@ -462,4 +462,4 @@ DEPENDENCIES
  metasploit-framework!

BUNDLED WITH
   2.4.17
   2.4.19
+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.31";
  version = "6.3.32";

  src = fetchFromGitHub {
    owner = "rapid7";
    repo = "metasploit-framework";
    rev = version;
    sha256 = "sha256-X0QJ4edzqLh01qAhmpcdiuk8xdAkccoJAZmxeTh3q48=";
    sha256 = "sha256-3aiHBaYxrpe/KSF2LiafcANIgWvZEp1kgRXry3/uWvY=";
  };

  nativeBuildInputs = [ makeWrapper ];
+3 −3
Original line number Diff line number Diff line
@@ -654,12 +654,12 @@
    platforms = [];
    source = {
      fetchSubmodules = false;
      rev = "a97e8a0e2a3b15f3b3710f04def1178139ae0fa2";
      sha256 = "13xbfww7kccr044wlw94s32krsca3nbrl8d0srsbia3kwzhhji2z";
      rev = "d644909dcaa8814f9d8ef53d18bf7fa63d197897";
      sha256 = "1xjsxrzwpsqmh5j9s4nrdf0lh0vhkwk2wxi156zrgbiilq2qga6x";
      type = "git";
      url = "https://github.com/rapid7/metasploit-framework";
    };
    version = "6.3.31";
    version = "6.3.32";
  };
  metasploit-model = {
    groups = ["default"];