Merge pull request #268323 from fabaff/metasploit-bump

metasploit: 6.3.42 -> 6.3.43
This commit is contained in:
Mario Rodas 2023-11-18 15:35:46 -05:00 committed by GitHub
commit 8e2ed1cc3d
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.42"
gem "metasploit-framework", git: "https://github.com/rapid7/metasploit-framework", ref: "refs/tags/6.3.43"

View file

@ -1,9 +1,9 @@
GIT
remote: https://github.com/rapid7/metasploit-framework
revision: adf413fba45b298c4e16f7f1043dc69f99d2fbdb
ref: refs/tags/6.3.42
revision: 58dcabe21524d8b2c4d05618ca8509dc42cc6515
ref: refs/tags/6.3.43
specs:
metasploit-framework (6.3.42)
metasploit-framework (6.3.43)
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.42";
version = "6.3.43";
src = fetchFromGitHub {
owner = "rapid7";
repo = "metasploit-framework";
rev = version;
sha256 = "sha256-6ddW6VlbWV71BERJISF67UPRcwLQY8Hpw4kf80lCNBE=";
sha256 = "sha256-IWdSxXhJFGbNTo9xqEjBJNEWB6imzdwzgnXoUbfao/g=";
};
nativeBuildInputs = [ makeWrapper ];

View file

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