Commit 1309e2ec authored by Fabian Affolter's avatar Fabian Affolter
Browse files

metasploit: 6.4.16 -> 6.4.17

parent fb2ff9fa
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.4.16"
gem "metasploit-framework", git: "https://github.com/rapid7/metasploit-framework", ref: "refs/tags/6.4.17"
+7 −6
Original line number Diff line number Diff line
GIT
  remote: https://github.com/rapid7/metasploit-framework
  revision: d21ca8b456e74278a0149a34ced9292692b5c52d
  ref: refs/tags/6.4.16
  revision: edac4a2e9e1ccf33e8b065fb64c289adf43f7a8b
  ref: refs/tags/6.4.17
  specs:
    metasploit-framework (6.4.16)
    metasploit-framework (6.4.17)
      aarch64
      abbrev
      actionpack (~> 7.0.0)
@@ -31,6 +31,7 @@ GIT
      faraday (= 2.7.11)
      faraday-retry
      faye-websocket
      ffi (= 1.16.3)
      filesize
      getoptlong
      hrr_rb_ssh-ed25519
@@ -44,7 +45,7 @@ GIT
      metasploit-model
      metasploit-payloads (= 2.0.166)
      metasploit_data_models
      metasploit_payloads-mettle (= 1.0.28)
      metasploit_payloads-mettle (= 1.0.29)
      mqtt
      msgpack (~> 1.6.0)
      mutex_m
@@ -281,7 +282,7 @@ GEM
      railties (~> 7.0)
      recog
      webrick
    metasploit_payloads-mettle (1.0.28)
    metasploit_payloads-mettle (1.0.29)
    method_source (1.1.0)
    mini_portile2 (2.8.6)
    minitest (5.23.1)
@@ -484,4 +485,4 @@ DEPENDENCIES
  metasploit-framework!

BUNDLED WITH
   2.5.11
   2.5.9
+2 −2
Original line number Diff line number Diff line
@@ -15,13 +15,13 @@ let
  };
in stdenv.mkDerivation rec {
  pname = "metasploit-framework";
  version = "6.4.16";
  version = "6.4.17";

  src = fetchFromGitHub {
    owner = "rapid7";
    repo = "metasploit-framework";
    rev = "refs/tags/${version}";
    hash = "sha256-dCeSSxIIDMsEa6hQ43tcoRDMLkE3o+UzwsGOWE7jUPA=";
    hash = "sha256-OpEG6HICBFOyCH6Bfz5OfH3YjKtLRPyFlgRI29lmuDo=";
  };

  nativeBuildInputs = [
+5 −5
Original line number Diff line number Diff line
@@ -724,12 +724,12 @@
    platforms = [];
    source = {
      fetchSubmodules = false;
      rev = "d21ca8b456e74278a0149a34ced9292692b5c52d";
      sha256 = "1w2hwd75i3n1q8ryb8rp84pcq451bixy6l58dc2cn308295r49vl";
      rev = "edac4a2e9e1ccf33e8b065fb64c289adf43f7a8b";
      sha256 = "0fmqcvcxnj04js2zqi2bmf6dhzbw9qz7z0by12r56102fbl0d49s";
      type = "git";
      url = "https://github.com/rapid7/metasploit-framework";
    };
    version = "6.4.16";
    version = "6.4.17";
  };
  metasploit-model = {
    groups = ["default"];
@@ -766,10 +766,10 @@
    platforms = [];
    source = {
      remotes = ["https://rubygems.org"];
      sha256 = "0649y1zc2pncfalsa5nkszmbiz1gfg4q3bhh4p2q6vwaac5g6sfj";
      sha256 = "0677lldp420sbq876j3qm7p8rp7hm1y9fdxgmsw0xdj97010ahbj";
      type = "gem";
    };
    version = "1.0.28";
    version = "1.0.29";
  };
  method_source = {
    groups = ["default"];