summary refs log tree commit diff
path: root/pkgs/tools/security/metasploit
Commit message (Collapse)AuthorAge
* metasploit: use makeWrapper insteadJoerg Thalheim2017-09-27
|
* metasploit: 4.14.25 -> 4.16.1makefu2017-08-24
|
* metasploit: add missing update deps to shell.nixJörg Thalheim2017-06-09
|
* metasploit: 4.14.17 -> 4.14.25makefu2017-06-09
|
* metasploit: 3.3.1 -> 4.14.17Jörg Thalheim2017-05-15
| | | | | | use bundler env now fixes #8870
* treewide: Add lots of meta.platformsTuomas Tynkkynen2016-08-02
| | | | Build-tested on x86_64 Linux & Mac.
* metasploit: reimplement using mkDerivationJoachim Fasting2015-11-24
| | | | | | Also fixes download location. Bumps version to 3.3.1, which is the closest to the original version for which a source archive is still available.
* all-packages: Use callPackage where possibleMathnerd3142015-09-14
|
* * "ensureDir" -> "mkdir -p". "ensureDir" is a rather pointlessEelco Dolstra2012-01-18
| | | | | | function, so obsolete it. svn path=/nixpkgs/branches/stdenv-updates/; revision=31644
* * Removed selectVersion. There's no good reason to writeEelco Dolstra2009-11-18
| | | | | | | | | | | | `selectVersion ./foo "bar"' instead of `import ./foo/bar.nix'. * Replaced `with args' with formal function arguments in several packages. * Renamed several files to `default.nix'. As a general rule, version numbers should only be included in the filename when there is a reason to keep multiple versions of a package in Nixpkgs. Otherwise, it just makes it harder to update the package. svn path=/nixpkgs/trunk/; revision=18403
* FullDepEntry -> fullDepEntry, PackEntry -> packEntryMarc Weber2009-05-19
| | | | svn path=/nixpkgs/trunk/; revision=15662
* Ported fixSheBang from stdenv-updates to builder-defs.nix, tested on Metasploit.Michael Raskin2008-06-12
| | | | | | No other rebuilds caused. svn path=/nixpkgs/trunk/; revision=12047
* Now msfweb works with user-installed Ruby on rails.Michael Raskin2008-04-11
| | | | svn path=/nixpkgs/trunk/; revision=11567
* Added metasploit framework for security testing using exploit databaseMichael Raskin2008-04-11
svn path=/nixpkgs/trunk/; revision=11562