Commit 29e72dc2 authored by Fabian Affolter's avatar Fabian Affolter
Browse files

metasploit: 6.3.30 -> 6.3.31

parent 347a238e
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.30"
gem "metasploit-framework", git: "https://github.com/rapid7/metasploit-framework", ref: "refs/tags/6.3.31"
+29 −24
Original line number Diff line number Diff line
GIT
  remote: https://github.com/rapid7/metasploit-framework
  revision: e15c05b0bd8774e33c33c100965ec7e301e4f295
  ref: refs/tags/6.3.30
  revision: a97e8a0e2a3b15f3b3710f04def1178139ae0fa2
  ref: refs/tags/6.3.31
  specs:
    metasploit-framework (6.3.30)
    metasploit-framework (6.3.31)
      actionpack (~> 7.0)
      activerecord (~> 7.0)
      activesupport (~> 7.0)
@@ -41,6 +41,7 @@ GIT
      mqtt
      msgpack (~> 1.6.0)
      nessus_rest
      net-imap
      net-ldap
      net-smtp
      net-ssh
@@ -104,25 +105,25 @@ GEM
  remote: https://rubygems.org/
  specs:
    Ascii85 (1.1.0)
    actionpack (7.0.7)
      actionview (= 7.0.7)
      activesupport (= 7.0.7)
    actionpack (7.0.7.2)
      actionview (= 7.0.7.2)
      activesupport (= 7.0.7.2)
      rack (~> 2.0, >= 2.2.4)
      rack-test (>= 0.6.3)
      rails-dom-testing (~> 2.0)
      rails-html-sanitizer (~> 1.0, >= 1.2.0)
    actionview (7.0.7)
      activesupport (= 7.0.7)
    actionview (7.0.7.2)
      activesupport (= 7.0.7.2)
      builder (~> 3.1)
      erubi (~> 1.4)
      rails-dom-testing (~> 2.0)
      rails-html-sanitizer (~> 1.1, >= 1.2.0)
    activemodel (7.0.7)
      activesupport (= 7.0.7)
    activerecord (7.0.7)
      activemodel (= 7.0.7)
      activesupport (= 7.0.7)
    activesupport (7.0.7)
    activemodel (7.0.7.2)
      activesupport (= 7.0.7.2)
    activerecord (7.0.7.2)
      activemodel (= 7.0.7.2)
      activesupport (= 7.0.7.2)
    activesupport (7.0.7.2)
      concurrent-ruby (~> 1.0, >= 1.0.2)
      i18n (>= 1.6, < 2)
      minitest (>= 5.1)
@@ -133,13 +134,13 @@ GEM
    arel-helpers (2.14.0)
      activerecord (>= 3.1.0, < 8)
    aws-eventstream (1.2.0)
    aws-partitions (1.806.0)
    aws-sdk-core (3.180.3)
    aws-partitions (1.811.0)
    aws-sdk-core (3.181.0)
      aws-eventstream (~> 1, >= 1.0.2)
      aws-partitions (~> 1, >= 1.651.0)
      aws-sigv4 (~> 1.5)
      jmespath (~> 1, >= 1.6.1)
    aws-sdk-ec2 (1.399.0)
    aws-sdk-ec2 (1.402.0)
      aws-sdk-core (~> 3, >= 3.177.0)
      aws-sigv4 (~> 1.1)
    aws-sdk-ec2instanceconnect (1.32.0)
@@ -151,8 +152,8 @@ GEM
    aws-sdk-kms (1.71.0)
      aws-sdk-core (~> 3, >= 3.177.0)
      aws-sigv4 (~> 1.1)
    aws-sdk-s3 (1.132.1)
      aws-sdk-core (~> 3, >= 3.179.0)
    aws-sdk-s3 (1.134.0)
      aws-sdk-core (~> 3, >= 3.181.0)
      aws-sdk-kms (~> 1)
      aws-sigv4 (~> 1.6)
    aws-sdk-ssm (1.156.0)
@@ -172,6 +173,7 @@ GEM
    cookiejar (0.3.3)
    crass (1.0.6)
    daemons (1.4.1)
    date (3.3.3)
    dnsruby (1.70.0)
      simpleidn (~> 0.2.1)
    domain_name (0.5.20190701)
@@ -271,6 +273,9 @@ GEM
    mustermann (3.0.0)
      ruby2_keywords (~> 0.0.1)
    nessus_rest (0.1.6)
    net-imap (0.3.7)
      date
      net-protocol
    net-ldap (0.18.0)
    net-protocol (0.2.1)
      timeout
@@ -317,9 +322,9 @@ GEM
    rails-html-sanitizer (1.6.0)
      loofah (~> 2.21)
      nokogiri (~> 1.14)
    railties (7.0.7)
      actionpack (= 7.0.7)
      activesupport (= 7.0.7)
    railties (7.0.7.2)
      actionpack (= 7.0.7.2)
      activesupport (= 7.0.7.2)
      method_source
      rake (>= 12.2)
      thor (~> 1.0)
@@ -331,7 +336,7 @@ GEM
    recog (3.1.2)
      nokogiri
    redcarpet (3.6.0)
    reline (0.3.7)
    reline (0.3.8)
      io-console (~> 0.5)
    rex-arch (0.1.14)
      rex-text
@@ -407,7 +412,7 @@ GEM
      tilt (~> 2.0)
    sqlite3 (1.6.3)
      mini_portile2 (~> 2.8.0)
    sshkey (2.0.0)
    sshkey (3.0.0)
    strptime (0.2.5)
    swagger-blocks (3.0.0)
    thin (1.8.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.3.30";
  version = "6.3.31";

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

  nativeBuildInputs = [ makeWrapper ];
+47 −27
Original line number Diff line number Diff line
@@ -4,50 +4,50 @@
    platforms = [];
    source = {
      remotes = ["https://rubygems.org"];
      sha256 = "150sjsk12vzj9aswjy3cz124l8n8sn52bhd0wwly73rwc1a750sg";
      sha256 = "0qamc5ly521wk9i1658h9jv7avmyyp92kffa1da2fn5zk0wgyhf4";
      type = "gem";
    };
    version = "7.0.7";
    version = "7.0.7.2";
  };
  actionview = {
    groups = ["default"];
    platforms = [];
    source = {
      remotes = ["https://rubygems.org"];
      sha256 = "1nn21k5psxdv2fkwxs679lr0b8n1nzli2ks343cx4azn6snp8b8a";
      sha256 = "151zxb61bb6q7g0sn34qz79k8bg02vmb8mmnsn0fr15lxw92dfhm";
      type = "gem";
    };
    version = "7.0.7";
    version = "7.0.7.2";
  };
  activemodel = {
    groups = ["default"];
    platforms = [];
    source = {
      remotes = ["https://rubygems.org"];
      sha256 = "1rspbw4yxx9fh2wyl2wvgwadwapfyx7j9zlirpd4pmk31wkhl4hf";
      sha256 = "1crjq1dznlbsrwd5yijxraz1591xmg4vdcwwnmrw4nh6hrwq5fj5";
      type = "gem";
    };
    version = "7.0.7";
    version = "7.0.7.2";
  };
  activerecord = {
    groups = ["default"];
    platforms = [];
    source = {
      remotes = ["https://rubygems.org"];
      sha256 = "1ygg145wxlgm12b1x5r0rsk2aa6i2wjz7bgb21j8vmyqyfl272cy";
      sha256 = "03vrssdqaqm41w27s21r37skdfxa41midvjy37i2zh3rnbnq8ps2";
      type = "gem";
    };
    version = "7.0.7";
    version = "7.0.7.2";
  };
  activesupport = {
    groups = ["default"];
    platforms = [];
    source = {
      remotes = ["https://rubygems.org"];
      sha256 = "1wzbnv3hns0yiwbgh1m3q5j0d7b0k52nlpwirhxyv3l0ycmljfr9";
      sha256 = "1vlzcnyqlbchaq85phmdv73ydlc18xpvxy1cbsk191cwd29i7q32";
      type = "gem";
    };
    version = "7.0.7";
    version = "7.0.7.2";
  };
  addressable = {
    groups = ["default"];
@@ -104,30 +104,30 @@
    platforms = [];
    source = {
      remotes = ["https://rubygems.org"];
      sha256 = "072z18xbl8n793w4irrsmgh788csvmfkvw1iixsrmdzlzrjjagqx";
      sha256 = "0082fsywglghvam55i4jz7cj2vyd8hb8b7658cr9yqlwna9j1sp3";
      type = "gem";
    };
    version = "1.806.0";
    version = "1.811.0";
  };
  aws-sdk-core = {
    groups = ["default"];
    platforms = [];
    source = {
      remotes = ["https://rubygems.org"];
      sha256 = "0lc3j74v49b2akyimfnsx3vsgi1i3068cpchn358l0dv27aib6c2";
      sha256 = "0xjw9cf6ldbw50xi5ric8d63r8kybpsvaqxh2v6n7374hfady73i";
      type = "gem";
    };
    version = "3.180.3";
    version = "3.181.0";
  };
  aws-sdk-ec2 = {
    groups = ["default"];
    platforms = [];
    source = {
      remotes = ["https://rubygems.org"];
      sha256 = "0l2gdlqgq9y5r83svl4g7jpijpw3a6p7xsfdvhklb36mgmf61a0n";
      sha256 = "1kl5b8m0ad2dxj2r0f5wkphfwhnpq820jbzrdmxyh20kivckv33c";
      type = "gem";
    };
    version = "1.399.0";
    version = "1.402.0";
  };
  aws-sdk-ec2instanceconnect = {
    groups = ["default"];
@@ -164,10 +164,10 @@
    platforms = [];
    source = {
      remotes = ["https://rubygems.org"];
      sha256 = "0iciakii0vcm16x0fivs5hwwhy3n8j1f9d7pimxr05yplnxizh6a";
      sha256 = "1fbz259as60xnf563z9byp8blq5fsc81h92h3wicai4bmz45w4r5";
      type = "gem";
    };
    version = "1.132.1";
    version = "1.134.0";
  };
  aws-sdk-ssm = {
    groups = ["default"];
@@ -299,6 +299,16 @@
    };
    version = "1.4.1";
  };
  date = {
    groups = ["default"];
    platforms = [];
    source = {
      remotes = ["https://rubygems.org"];
      sha256 = "03skfikihpx37rc27vr3hwrb057gxnmdzxhmzd4bf4jpkl0r55w1";
      type = "gem";
    };
    version = "3.3.3";
  };
  dnsruby = {
    groups = ["default"];
    platforms = [];
@@ -644,12 +654,12 @@
    platforms = [];
    source = {
      fetchSubmodules = false;
      rev = "e15c05b0bd8774e33c33c100965ec7e301e4f295";
      sha256 = "15q85scigigiy498awcqa9cynmv977ay1904g8bgwg7rg42n0swg";
      rev = "a97e8a0e2a3b15f3b3710f04def1178139ae0fa2";
      sha256 = "13xbfww7kccr044wlw94s32krsca3nbrl8d0srsbia3kwzhhji2z";
      type = "git";
      url = "https://github.com/rapid7/metasploit-framework";
    };
    version = "6.3.30";
    version = "6.3.31";
  };
  metasploit-model = {
    groups = ["default"];
@@ -771,6 +781,16 @@
    };
    version = "0.1.6";
  };
  net-imap = {
    groups = ["default"];
    platforms = [];
    source = {
      remotes = ["https://rubygems.org"];
      sha256 = "0lf7wqg7czhaj51qsnmn28j7jmcxhkh3m28rl1cjrqsgjxhwj7r3";
      type = "gem";
    };
    version = "0.3.7";
  };
  net-ldap = {
    groups = ["default"];
    platforms = [];
@@ -1037,10 +1057,10 @@
    platforms = [];
    source = {
      remotes = ["https://rubygems.org"];
      sha256 = "0in2b84qqmfnigx0li9bgi6l4knmgbj3a29fzm1zzb5jnv4r1gbr";
      sha256 = "01pdn9sn7kawwrvrbr3vz44j287xbka8mm7nrv9cl510y8gzxi2x";
      type = "gem";
    };
    version = "7.0.7";
    version = "7.0.7.2";
  };
  rake = {
    groups = ["default"];
@@ -1097,10 +1117,10 @@
    platforms = [];
    source = {
      remotes = ["https://rubygems.org"];
      sha256 = "1n6b6a1b18fscw9ff0fw5jk1l7kzw542r8444mm7d27zyx5v18sj";
      sha256 = "0lv1nv7z63n4qmsm3h5h273m7daxngkcq8ynkk9j8lmn7jji98lb";
      type = "gem";
    };
    version = "0.3.7";
    version = "0.3.8";
  };
  rex-arch = {
    groups = ["default"];
@@ -1418,10 +1438,10 @@
    platforms = [];
    source = {
      remotes = ["https://rubygems.org"];
      sha256 = "03bkn55qsng484iqwz2lmm6rkimj01vsvhwk661s3lnmpkl65lbp";
      sha256 = "1k8i5pzjhcnyf0bhcyn5iixpfp4pz0556rcxwpglh6p0sr8s6nv5";
      type = "gem";
    };
    version = "2.0.0";
    version = "3.0.0";
  };
  strptime = {
    groups = ["default"];