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

Merge pull request #262222 from fabaff/metasploit-bump

metasploit: 6.3.37 -> 6.3.38
parents 4cf1ca2c 947558b3
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.37"
gem "metasploit-framework", git: "https://github.com/rapid7/metasploit-framework", ref: "refs/tags/6.3.39"
+9 −9
Original line number Diff line number Diff line
GIT
  remote: https://github.com/rapid7/metasploit-framework
  revision: 40ba61c644b1529ec4493ecb59dd5a8e4b3f16c1
  ref: refs/tags/6.3.37
  revision: 77fb7ae14f17fd7f4851bca87e0c28c704797591
  ref: refs/tags/6.3.39
  specs:
    metasploit-framework (6.3.37)
      actionpack (~> 7.0)
      activerecord (~> 7.0)
      activesupport (~> 7.0)
    metasploit-framework (6.3.39)
      actionpack (~> 7.0.0)
      activerecord (~> 7.0.0)
      activesupport (~> 7.0.0)
      aws-sdk-ec2
      aws-sdk-ec2instanceconnect
      aws-sdk-iam
@@ -28,14 +28,14 @@ GIT
      filesize
      hrr_rb_ssh-ed25519
      http-cookie
      irb
      irb (~> 1.7.4)
      jsobfu
      json
      metasm
      metasploit-concern
      metasploit-credential
      metasploit-model
      metasploit-payloads (= 2.0.154)
      metasploit-payloads (= 2.0.156)
      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.154)
    metasploit-payloads (2.0.156)
    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.37";
  version = "6.3.39";

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

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