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

metasploit: 6.4.8 -> 6.4.9

parent 2b789f60
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.8"
gem "metasploit-framework", git: "https://github.com/rapid7/metasploit-framework", ref: "refs/tags/6.4.9"
+4 −4
Original line number Diff line number Diff line
GIT
  remote: https://github.com/rapid7/metasploit-framework
  revision: e9f897a525576857abd73c96ac64beb0094ad547
  ref: refs/tags/6.4.8
  revision: eac2a919309b9ec735cae13ceead0f4aa0e412e8
  ref: refs/tags/6.4.9
  specs:
    metasploit-framework (6.4.8)
    metasploit-framework (6.4.9)
      actionpack (~> 7.0.0)
      activerecord (~> 7.0.0)
      activesupport (~> 7.0.0)
@@ -468,4 +468,4 @@ DEPENDENCIES
  metasploit-framework!

BUNDLED WITH
   2.5.7
   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.8";
  version = "6.4.9";

  src = fetchFromGitHub {
    owner = "rapid7";
    repo = "metasploit-framework";
    rev = "refs/tags/${version}";
    hash = "sha256-a5Igd8i5K9qt6r5dHuzRMWLrXZn95PJtYnW4A4HcUNE=";
    hash = "sha256-0f7kpzeOY6EbFb7LRZc/J5lFYcf21HC6H6q0+qtTcao=";
  };

  nativeBuildInputs = [
+3 −3
Original line number Diff line number Diff line
@@ -674,12 +674,12 @@
    platforms = [];
    source = {
      fetchSubmodules = false;
      rev = "e9f897a525576857abd73c96ac64beb0094ad547";
      sha256 = "1lahvj0h7f3mc9nz5r7xk5fynqiis7n1wpdyxanxlaxrr1vj14kb";
      rev = "eac2a919309b9ec735cae13ceead0f4aa0e412e8";
      sha256 = "1akiafmzmd5a3yx71m7nqxhlb6977yblbjxy2lds2qwf6yky9zni";
      type = "git";
      url = "https://github.com/rapid7/metasploit-framework";
    };
    version = "6.4.8";
    version = "6.4.9";
  };
  metasploit-model = {
    groups = ["default"];