Commit df9861bd authored by Fabian Affolter's avatar Fabian Affolter
Browse files

metasploit: 6.3.36 -> 6.3.37

parent 0ccfba07
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.36"
gem "metasploit-framework", git: "https://github.com/rapid7/metasploit-framework", ref: "refs/tags/6.3.37"
+5 −5
Original line number Diff line number Diff line
GIT
  remote: https://github.com/rapid7/metasploit-framework
  revision: 787e303296c1ac456e76b5980a975993c1e24742
  ref: refs/tags/6.3.36
  revision: 40ba61c644b1529ec4493ecb59dd5a8e4b3f16c1
  ref: refs/tags/6.3.37
  specs:
    metasploit-framework (6.3.36)
    metasploit-framework (6.3.37)
      actionpack (~> 7.0)
      activerecord (~> 7.0)
      activesupport (~> 7.0)
@@ -35,7 +35,7 @@ GIT
      metasploit-concern
      metasploit-credential
      metasploit-model
      metasploit-payloads (= 2.0.148)
      metasploit-payloads (= 2.0.154)
      metasploit_data_models
      metasploit_payloads-mettle (= 1.0.26)
      mqtt
@@ -252,7 +252,7 @@ GEM
      activemodel (~> 7.0)
      activesupport (~> 7.0)
      railties (~> 7.0)
    metasploit-payloads (2.0.148)
    metasploit-payloads (2.0.154)
    metasploit_data_models (6.0.2)
      activerecord (~> 7.0)
      activesupport (~> 7.0)
+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.36";
  version = "6.3.37";

  src = fetchFromGitHub {
    owner = "rapid7";
    repo = "metasploit-framework";
    rev = version;
    sha256 = "sha256-oHnVIdVeQsPTAQAMInWRKYYiYT7yHG7CZReoTZzH03s=";
    sha256 = "sha256-veyBJpRycTBuNQocUss6xBOaiImj4EyLv0261UmI7mM=";
  };

  nativeBuildInputs = [ makeWrapper ];
+5 −5
Original line number Diff line number Diff line
@@ -654,12 +654,12 @@
    platforms = [];
    source = {
      fetchSubmodules = false;
      rev = "787e303296c1ac456e76b5980a975993c1e24742";
      sha256 = "0yykqyf4va0pcp16w77j7rhj51i9j5sj4300079w6hjyslhxayd0";
      rev = "40ba61c644b1529ec4493ecb59dd5a8e4b3f16c1";
      sha256 = "0qzfi14xbfjdpy5lrq53i649l4y47b5m470a6mp30wbjjhk83v5x";
      type = "git";
      url = "https://github.com/rapid7/metasploit-framework";
    };
    version = "6.3.36";
    version = "6.3.37";
  };
  metasploit-model = {
    groups = ["default"];
@@ -676,10 +676,10 @@
    platforms = [];
    source = {
      remotes = ["https://rubygems.org"];
      sha256 = "1iyx853r9j1yr1jm4zawrmlm7sy3a083fv3i594b138qw78rk6hb";
      sha256 = "0s3iii3y6jhmiymylhpxqcksgm8gwmmm3rhqspmd4n9ab4p4l36s";
      type = "gem";
    };
    version = "2.0.148";
    version = "2.0.154";
  };
  metasploit_data_models = {
    groups = ["default"];