Commit 4cfcb650 authored by Fabian Affolter's avatar Fabian Affolter
Browse files

metasploit: 6.2.32 -> 6.2.33

parent 3485460c
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.2.32"
gem "metasploit-framework", git: "https://github.com/rapid7/metasploit-framework", ref: "refs/tags/6.2.33"
+6 −6
Original line number Diff line number Diff line
GIT
  remote: https://github.com/rapid7/metasploit-framework
  revision: 70f696d7322148eba2fca49c5219dcb9a0133c6e
  ref: refs/tags/6.2.32
  revision: c2aca5f1d6a798c3c595ef6953172def7bf532d5
  ref: refs/tags/6.2.33
  specs:
    metasploit-framework (6.2.32)
    metasploit-framework (6.2.33)
      actionpack (~> 6.0)
      activerecord (~> 6.0)
      activesupport (~> 6.0)
@@ -128,7 +128,7 @@ GEM
    arel-helpers (2.14.0)
      activerecord (>= 3.1.0, < 8)
    aws-eventstream (1.2.0)
    aws-partitions (1.684.0)
    aws-partitions (1.686.0)
    aws-sdk-core (3.168.4)
      aws-eventstream (~> 1, >= 1.0.2)
      aws-partitions (~> 1, >= 1.651.0)
@@ -249,7 +249,7 @@ GEM
    metasploit_payloads-mettle (1.0.20)
    method_source (1.0.0)
    mini_portile2 (2.8.1)
    minitest (5.16.3)
    minitest (5.17.0)
    mqtt (0.5.0)
    msgpack (1.6.0)
    multi_json (1.15.0)
@@ -290,7 +290,7 @@ GEM
    puma (6.0.1)
      nio4r (~> 2.0)
    racc (1.6.2)
    rack (2.2.4)
    rack (2.2.5)
    rack-protection (3.0.5)
      rack
    rack-test (2.0.2)
+2 −2
Original line number Diff line number Diff line
@@ -15,13 +15,13 @@ let
  };
in stdenv.mkDerivation rec {
  pname = "metasploit-framework";
  version = "6.2.32";
  version = "6.2.33";

  src = fetchFromGitHub {
    owner = "rapid7";
    repo = "metasploit-framework";
    rev = version;
    sha256 = "sha256-uadIhrmrvdxzp4PchPHOy9beODME0hhgNqEqGqxyAZ8=";
    sha256 = "sha256-b7MBY+rQxDlXBJumtA7Kqm2yXDP8hEVaCfo8ydreWoY=";
  };

  nativeBuildInputs = [ makeWrapper ];
+9 −9
Original line number Diff line number Diff line
@@ -104,10 +104,10 @@
    platforms = [];
    source = {
      remotes = ["https://rubygems.org"];
      sha256 = "16jpljblpy5drx2fj8nwsw41mmwp7xkadhrigp4rsiny4lb80qg8";
      sha256 = "07gdradgxbkr5vjnc4gxcm01sahidx6yqc9fr8a8i1z4ivydzhz9";
      type = "gem";
    };
    version = "1.684.0";
    version = "1.686.0";
  };
  aws-sdk-core = {
    groups = ["default"];
@@ -604,12 +604,12 @@
    platforms = [];
    source = {
      fetchSubmodules = false;
      rev = "70f696d7322148eba2fca49c5219dcb9a0133c6e";
      sha256 = "17q1fan1lam16rh1ilh46cwdxmnbrvqq9p43lxrxrgdbp634i9xr";
      rev = "c2aca5f1d6a798c3c595ef6953172def7bf532d5";
      sha256 = "11jsvvdcjg7s15d4b17w6dfb4vdar87b99lv0ibkki6hx9ih3cvg";
      type = "git";
      url = "https://github.com/rapid7/metasploit-framework";
    };
    version = "6.2.32";
    version = "6.2.33";
  };
  metasploit-model = {
    groups = ["default"];
@@ -676,10 +676,10 @@
    platforms = [];
    source = {
      remotes = ["https://rubygems.org"];
      sha256 = "0516ypqlx0mlcfn5xh7qppxqc3xndn1fnadxawa8wld5dkcimy30";
      sha256 = "1kjy67qajw4rnkbjs5jyk7kc3lyhz5613fwj1i8f6ppdk4zampy0";
      type = "gem";
    };
    version = "5.16.3";
    version = "5.17.0";
  };
  mqtt = {
    groups = ["default"];
@@ -947,10 +947,10 @@
    platforms = [];
    source = {
      remotes = ["https://rubygems.org"];
      sha256 = "0axc6w0rs4yj0pksfll1hjgw1k6a5q0xi2lckh91knfb72v348pa";
      sha256 = "14xjykbmngjhb4p02b7yghf0gqgqjfpi6i028x9g6q6xs782ci3j";
      type = "gem";
    };
    version = "2.2.4";
    version = "2.2.5";
  };
  rack-protection = {
    groups = ["default"];