metasploit: 6.4.26 -> 6.4.28 (#345169)

This commit is contained in:
Fabian Affolter
2024-09-29 00:11:00 +02:00
committed by GitHub
4 changed files with 9 additions and 9 deletions
+1 -1
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.26"
gem "metasploit-framework", git: "https://github.com/rapid7/metasploit-framework", ref: "refs/tags/6.4.27"
+3 -3
View File
@@ -1,9 +1,9 @@
GIT
remote: https://github.com/rapid7/metasploit-framework
revision: 4ec7d1be72158642c17b18dcb9e66e44c1bb5a5a
ref: refs/tags/6.4.26
revision: 86efc784b8598197cfb817ad4e4d0eb75fd59063
ref: refs/tags/6.4.27
specs:
metasploit-framework (6.4.26)
metasploit-framework (6.4.28)
aarch64
abbrev
actionpack (~> 7.0.0)
+2 -2
View File
@@ -15,13 +15,13 @@ let
};
in stdenv.mkDerivation rec {
pname = "metasploit-framework";
version = "6.4.26";
version = "6.4.27";
src = fetchFromGitHub {
owner = "rapid7";
repo = "metasploit-framework";
rev = "refs/tags/${version}";
hash = "sha256-yGpS3wvUjJ4M4OTHcNNa3PQCl884q4vow+2YiM5QQSI=";
hash = "sha256-zett+ZUIqjzm4STt3f9oqyz32ViKTwbiZf8Ey72Bztg=";
};
nativeBuildInputs = [
+3 -3
View File
@@ -724,12 +724,12 @@
platforms = [];
source = {
fetchSubmodules = false;
rev = "4ec7d1be72158642c17b18dcb9e66e44c1bb5a5a";
sha256 = "08j1a378i67dqgl8parqrybh5x6wbb9p1iz4w069x36l1ggm4sn8";
rev = "86efc784b8598197cfb817ad4e4d0eb75fd59063";
sha256 = "1n6fh6ywn17zcpi0ckwab3czfb5bd3zxvv94w7k3rah8jpwnvsyd";
type = "git";
url = "https://github.com/rapid7/metasploit-framework";
};
version = "6.4.26";
version = "6.4.28";
};
metasploit-model = {
groups = ["default"];