Commit graph

20 commits

Author SHA1 Message Date
zowoq 72c145115b metasploit: 5.0.45 -> 5.0.74 2020-02-18 08:32:09 -08:00
Peter Hoeg 6759d15465
Merge pull request #68512 from nspin/pr/stdenv-spelling
stdenv: fix misspellings of dontPatchELF
2019-09-12 17:04:49 +08:00
Nick Spinale d2333beb86 stdenv: fix misspellings of dontPatchELF 2019-09-11 13:10:09 +00:00
Sean Buckley 7d7d9e57f8 metasploit: 4.16.1 -> 5.0.45 2019-09-04 20:44:50 -04:00
volth 46420bbaa3 treewide: name -> pname (easy cases) (#66585)
treewide replacement of

stdenv.mkDerivation rec {
  name = "*-${version}";
  version = "*";

to pname
2019-08-15 13:41:18 +01:00
Alyssa Ross e2d72ed954
metasploit: rack: 1.6.8 -> 1.6.11
CVE-2018-16470: https://seclists.org/oss-sec/2018/q4/128
CVE-2018-16471: https://seclists.org/oss-sec/2018/q4/129
2018-11-06 09:23:26 +00:00
Joerg Thalheim b775b2cd4f metasploit: use makeWrapper instead 2017-09-27 16:34:09 +01:00
makefu 6a51bc8bd3
metasploit: 4.14.25 -> 4.16.1 2017-08-24 13:00:56 +02:00
Jörg Thalheim 0cab4cac12
metasploit: add missing update deps to shell.nix 2017-06-09 22:20:28 +01:00
makefu c1135333d1
metasploit: 4.14.17 -> 4.14.25 2017-06-09 23:09:22 +02:00
Jörg Thalheim cf726bc31a
metasploit: 3.3.1 -> 4.14.17
use bundler env now

fixes #8870
2017-05-15 21:44:00 +01:00
Tuomas Tynkkynen 21f17d69f6 treewide: Add lots of meta.platforms
Build-tested on x86_64 Linux & Mac.
2016-08-02 21:42:43 +03:00
Joachim Fasting c844b6d041 metasploit: reimplement using mkDerivation
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.
2015-11-24 14:45:15 +01:00
Mathnerd314 eb7404d97a all-packages: Use callPackage where possible 2015-09-14 22:27:19 -06:00
Eelco Dolstra c556a6ea46 * "ensureDir" -> "mkdir -p". "ensureDir" is a rather pointless
function, so obsolete it.

svn path=/nixpkgs/branches/stdenv-updates/; revision=31644
2012-01-18 20:16:00 +00:00
Eelco Dolstra 7f5b839524 * Removed selectVersion. There's no good reason to write
`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
2009-11-18 09:39:59 +00:00
Marc Weber 52647ea3b0 FullDepEntry -> fullDepEntry, PackEntry -> packEntry
svn path=/nixpkgs/trunk/; revision=15662
2009-05-19 23:25:58 +00:00
Michael Raskin 7be33e7fd1 Ported fixSheBang from stdenv-updates to builder-defs.nix, tested on Metasploit.
No other rebuilds caused.

svn path=/nixpkgs/trunk/; revision=12047
2008-06-12 07:17:37 +00:00
Michael Raskin a082b5df68 Now msfweb works with user-installed Ruby on rails.
svn path=/nixpkgs/trunk/; revision=11567
2008-04-11 10:40:30 +00:00
Michael Raskin 4ca642f1ad Added metasploit framework for security testing using exploit database
svn path=/nixpkgs/trunk/; revision=11562
2008-04-11 09:28:01 +00:00