Merge pull request #302447 from fabaff/metasploit-bump

metasploit: 6.4.1 -> 6.4.2
This commit is contained in:
Fabian Affolter 2024-04-08 08:34:45 +02:00 committed by GitHub
commit edd9539a82
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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.4.1"
gem "metasploit-framework", git: "https://github.com/rapid7/metasploit-framework", ref: "refs/tags/6.4.2"

View File

@ -1,9 +1,9 @@
GIT
remote: https://github.com/rapid7/metasploit-framework
revision: 73d98ad0ca24cdd33bbb9dfb110f3b781c613b55
ref: refs/tags/6.4.1
revision: 87b5f6c43676408498c88393a46890f22acc76e3
ref: refs/tags/6.4.2
specs:
metasploit-framework (6.4.1)
metasploit-framework (6.4.2)
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.4.1";
version = "6.4.2";
src = fetchFromGitHub {
owner = "rapid7";
repo = "metasploit-framework";
rev = "refs/tags/${version}";
hash = "sha256-swKIiUgxsT6EnJV21sXOYU+s9fNTURLtJd1kjINyMd0=";
hash = "sha256-c/0XOz86v3So7GUGdOiDEorHeJ+rxfdsRXIGvuT/d/I=";
};
nativeBuildInputs = [

View File

@ -674,12 +674,12 @@
platforms = [];
source = {
fetchSubmodules = false;
rev = "73d98ad0ca24cdd33bbb9dfb110f3b781c613b55";
sha256 = "1p9ifa1qqr6x4pni4lakygssqkv1rv2xcxlmkj23xc9i924qh0mk";
rev = "87b5f6c43676408498c88393a46890f22acc76e3";
sha256 = "1wkpzzjbw1kj8mnggidbkxwcg2hjhgl781k5xjl79grs7wxigzbk";
type = "git";
url = "https://github.com/rapid7/metasploit-framework";
};
version = "6.4.1";
version = "6.4.2";
};
metasploit-model = {
groups = ["default"];