Merge pull request #226246 from fabaff/metasploit-bump

metasploit: 6.3.11 -> 6.3.12
This commit is contained in:
Fabian Affolter 2023-04-15 18:48:14 +02:00 committed by GitHub
commit e5e1e1c705
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 20 additions and 20 deletions

View file

@ -1,4 +1,4 @@
# frozen_string_literal: true
source "https://rubygems.org"
gem "metasploit-framework", git: "https://github.com/rapid7/metasploit-framework", ref: "refs/tags/6.3.11"
gem "metasploit-framework", git: "https://github.com/rapid7/metasploit-framework", ref: "refs/tags/6.3.12"

View file

@ -1,9 +1,9 @@
GIT
remote: https://github.com/rapid7/metasploit-framework
revision: e9260dd4f856af83dd3827254576a4b01a8702ae
ref: refs/tags/6.3.11
revision: a78862340cacb90e2d27b6f7ae670387081a0276
ref: refs/tags/6.3.12
specs:
metasploit-framework (6.3.11)
metasploit-framework (6.3.12)
actionpack (~> 7.0)
activerecord (~> 7.0)
activesupport (~> 7.0)
@ -32,7 +32,7 @@ GIT
metasploit-concern
metasploit-credential
metasploit-model
metasploit-payloads (= 2.0.122)
metasploit-payloads (= 2.0.123)
metasploit_data_models
metasploit_payloads-mettle (= 1.0.20)
mqtt
@ -129,7 +129,7 @@ GEM
arel-helpers (2.14.0)
activerecord (>= 3.1.0, < 8)
aws-eventstream (1.2.0)
aws-partitions (1.744.0)
aws-partitions (1.748.0)
aws-sdk-core (3.171.0)
aws-eventstream (~> 1, >= 1.0.2)
aws-partitions (~> 1, >= 1.651.0)
@ -175,7 +175,7 @@ GEM
eventmachine (>= 1.0.0.beta.4)
erubi (1.12.0)
eventmachine (1.2.7)
faker (3.1.1)
faker (3.2.0)
i18n (>= 1.8.11, < 2)
faraday (2.7.4)
faraday-net_http (>= 2.0, < 3.1)
@ -238,7 +238,7 @@ GEM
activemodel (~> 7.0)
activesupport (~> 7.0)
railties (~> 7.0)
metasploit-payloads (2.0.122)
metasploit-payloads (2.0.123)
metasploit_data_models (6.0.2)
activerecord (~> 7.0)
activesupport (~> 7.0)
@ -442,4 +442,4 @@ DEPENDENCIES
metasploit-framework!
BUNDLED WITH
2.4.8
2.4.10

View file

@ -15,13 +15,13 @@ let
};
in stdenv.mkDerivation rec {
pname = "metasploit-framework";
version = "6.3.11";
version = "6.3.12";
src = fetchFromGitHub {
owner = "rapid7";
repo = "metasploit-framework";
rev = version;
sha256 = "sha256-4cpzsSlvwKQAOsokCwMHiVeJ+puvykved1b7JXtc8co=";
sha256 = "sha256-+ZWH/rOFm6jSEUT6SGnIJ8rBY2GvNc2tDxHH9+TAwiQ=";
};
nativeBuildInputs = [ makeWrapper ];

View file

@ -104,10 +104,10 @@
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "15ml875lniq2rn8q0r7ykcnl8xx80h00ihkdcy3cb4bjd8fw41m9";
sha256 = "12pi6xcvwaplzgy24vqiw2q9aaxs5r8gl92kv2gy6riqldgs10gi";
type = "gem";
};
version = "1.744.0";
version = "1.748.0";
};
aws-sdk-core = {
groups = ["default"];
@ -344,10 +344,10 @@
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "1b8772jybi0vxzbcs5zw17k40z661c8adn2rd6vqqr7ay71bzl09";
sha256 = "1i3l58jrcapkp70v3swr0x4s6bj1101920al50wsaaj9dv0vhvm7";
type = "gem";
};
version = "3.1.1";
version = "3.2.0";
};
faraday = {
groups = ["default"];
@ -614,12 +614,12 @@
platforms = [];
source = {
fetchSubmodules = false;
rev = "e9260dd4f856af83dd3827254576a4b01a8702ae";
sha256 = "1jpibixjbysnfzg4pjmgkgx8jmw90w1hn96a780a9h3g56qp7jp1";
rev = "a78862340cacb90e2d27b6f7ae670387081a0276";
sha256 = "0962q3jggiqi1ynwsddgc5iw3ji7r1lliyj4279ai6w5ngz8g5gr";
type = "git";
url = "https://github.com/rapid7/metasploit-framework";
};
version = "6.3.11";
version = "6.3.12";
};
metasploit-model = {
groups = ["default"];
@ -636,10 +636,10 @@
platforms = [];
source = {
remotes = ["https://rubygems.org"];
sha256 = "054h5bvcyxfqpvczbmssxvjpginxxg9q9qsjm8n9wssaxjq8vvd6";
sha256 = "0ay75vrp7cpxzl1cny3fikgyg4wsg1fz3qqfafrysz0wfmqlkpyp";
type = "gem";
};
version = "2.0.122";
version = "2.0.123";
};
metasploit_data_models = {
groups = ["default"];