Commit graph

31 commits

Author SHA1 Message Date
Fabian Affolter 0154142350 metasploit: 6.0.26 -> 6.0.27 2021-01-24 14:00:07 +01:00
zowoq 59b83c43e0 treewide: add final newline 2021-01-22 07:18:04 +10:00
Fabian Affolter d1e12eb127 metasploit: 6.0.25 -> 6.0.26 2021-01-20 08:21:10 +01:00
Fabian Affolter 90009b078b metasploit: 6.0.12 -> 6.0.25 2021-01-19 20:58:38 +01:00
Profpatsch 4a7f99d55d treewide: with stdenv.lib; in meta -> with lib;
Part of: https://github.com/NixOS/nixpkgs/issues/108938

meta = with stdenv.lib;

is a widely used pattern. We want to slowly remove
the `stdenv.lib` indirection and encourage people
to use `lib` directly. Thus let’s start with the meta
field.

This used a rewriting script to mostly automatically
replace all occurances of this pattern, and add the
`lib` argument to the package header if it doesn’t
exist yet.

The script in its current form is available at
https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2021-01-11 10:38:22 +01:00
makefu f3fa188c02
metasploit: add passthru.updateScript 2020-10-25 21:35:33 +01:00
makefu 5c79b3dda0
metasploit: 5.0.90 -> 6.0.12 2020-10-25 21:34:08 +01:00
zowoq 1ccf7cd704 metasploit: 5.0.74 -> 5.0.90 2020-05-22 11:04:05 +10:00
zowoq aef1ddfbe9 metasploit: add libiconv to shell.nix 2020-05-22 11:04:04 +10:00
Michael Reilly 84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
Michael Fellinger f92600b406
update versions in Gemfile.lock 2020-04-06 15:02:13 +02:00
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