-
-
Notifications
You must be signed in to change notification settings - Fork 15.4k
metasploit: 3.3.1 -> 4.14.17 #25788
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
metasploit: 3.3.1 -> 4.14.17 #25788
Conversation
When I try to install
|
i can confirm, updating the hash of metasploit-framework to |
Metasploit modules show up in the msfconsole and the ones i've tested work as expected 👍 diff --git a/pkgs/tools/security/metasploit/gemset.nix b/pkgs/tools/security/metasploit/gemset.nix
index c6bf6f27e0..f4e4b91fcd 100644
--- a/pkgs/tools/security/metasploit/gemset.nix
+++ b/pkgs/tools/security/metasploit/gemset.nix
@@ -179,7 +179,7 @@
source = {
fetchSubmodules = false;
rev = "fd3da8f3350d6cf7f0449bf0ead4d51747525c0a";
- sha256 = "100axxiibg5qx3xpv9znxxrkaa8jkcds5ln1qipna696026vvnnq";
+ sha256 = "1r04drq34qfbhmhp0mqnm13vrycr7dcq670zk8xqiif5rhbij6qv";
type = "git";
url = "https://github.com/rapid7/metasploit-framework";
}; |
use bundler env now fixes NixOS#8870
Thanks for the update! We still have the wrong hash on master, though:
@Mic92 Do you know why the hash changes? Is the |
@fpletz it seems like they (rapid7) force-push the release regularly ... I've subscribed to the release feed and in the last between 16. and 21. this happened three times for release the best thing might be to pin the git revision and still name it after the real version |
What the hack. This is evil. |
If we stick to git revisions: Can they be garbage collected by github, if they are not referenced? |
@makefu you fork the repo and we take this as source repo until upstream stops doing strange stuff. |
@Mic92 it would probably better to pin the git ref to the latest hash in the |
Motivation for this change
cc @makefu for testing
fixes #8870
Things done
(nix.useSandbox on NixOS,
or option
build-use-sandbox
innix.conf
on non-NixOS)
nix-shell -p nox --run "nox-review wip"
./result/bin/
)