Merge pull request #266815 from fabaff/metasploit-bump

metasploit: 6.3.41 -> 6.3.42
This commit is contained in:
Fabian Affolter 2023-11-11 12:59:58 +01:00 committed by GitHub
commit d61ca4180d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 9 additions and 9 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.41"
gem "metasploit-framework", git: "https://github.com/rapid7/metasploit-framework", ref: "refs/tags/6.3.42"

View File

@ -1,9 +1,9 @@
GIT
remote: https://github.com/rapid7/metasploit-framework
revision: dccba8b77c15014ff479b439e98a9b69880424c6
ref: refs/tags/6.3.41
revision: adf413fba45b298c4e16f7f1043dc69f99d2fbdb
ref: refs/tags/6.3.42
specs:
metasploit-framework (6.3.41)
metasploit-framework (6.3.42)
actionpack (~> 7.0.0)
activerecord (~> 7.0.0)
activesupport (~> 7.0.0)

View File

@ -15,13 +15,13 @@ let
};
in stdenv.mkDerivation rec {
pname = "metasploit-framework";
version = "6.3.41";
version = "6.3.42";
src = fetchFromGitHub {
owner = "rapid7";
repo = "metasploit-framework";
rev = version;
sha256 = "sha256-y8SCoUfsE3CIerhWc7dZ5QAc+r+ilOAkrAmYZI8YNWU=";
sha256 = "sha256-6ddW6VlbWV71BERJISF67UPRcwLQY8Hpw4kf80lCNBE=";
};
nativeBuildInputs = [ makeWrapper ];

View File

@ -654,12 +654,12 @@
platforms = [];
source = {
fetchSubmodules = false;
rev = "dccba8b77c15014ff479b439e98a9b69880424c6";
sha256 = "0r9m327n9609mhjf1552pzx1q075b6vp6mmqga4704zc8yhq5i6b";
rev = "adf413fba45b298c4e16f7f1043dc69f99d2fbdb";
sha256 = "049l894z67w9qglw2qyh09rx2hzdg8hj2ja40ksmwnavb7lmdmz9";
type = "git";
url = "https://github.com/rapid7/metasploit-framework";
};
version = "6.3.41";
version = "6.3.42";
};
metasploit-model = {
groups = ["default"];