Commit graph

696 commits

Author SHA1 Message Date
Stéphane Jourdois 0c754ba824 yara: init at 3.4.0 2015-11-01 12:23:29 +01:00
Stéphane Jourdois 480a4069f1 ssdeep: only run patchelf on linux 2015-10-31 20:03:56 +01:00
Tobias Geerinckx-Rice 1dd11961d8 eid-mw 4.1.7 -> 4.1.8 2015-10-28 01:16:25 +01:00
William A. Kennington III 7fccf2ea68 gnupg: 2.1.8 -> 2.1.9 2015-10-15 10:38:25 -07:00
Tobias Geerinckx-Rice 5d5a03f190 eid-mw 4.1.6 -> 4.1.7 2015-10-15 14:22:02 +02:00
Tom Hunger ba99563020 Use versioned tarball URL for chkrootkit.
Pointing at the latest version is fragile: Hash updates don't
follow source updates automatically.
2015-10-15 09:56:22 +01:00
aszlig 37429a2c74
john: Enable parallel building by default.
I've built this a lot of times on different machines without getting
compile errors, so I'd assume this to be safe. Of course, the compile
time is very small in comparison to bigger packages but it's still an
annoyance to wait for up to a few minutes, especially during
development.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2015-10-13 04:42:40 +02:00
aszlig 902bcf1422
john: Make package work out of the box.
So far it was only possible to run john if you've either copied over the
default configuration over to ~/.john and substitute $JOHN with the
right path or set $JOHN to the store path directly.

Both methods are not really a very good user experience, so we're now
patching in the resulting paths into the default rules/configurations.

This also splits off configuration files into $out/etc/john instead of
putting everything into $out/share/john and now also properly installs
the auxiliary programs into $out/bin.

Closes #8792.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
Reported-by: devhell <"^"@regexmail.net>
Cc: @offlinehacker
2015-10-13 04:42:40 +02:00
aszlig cf4e2c426e
john: Disable building with -march=native.
It prevents john from running with older CPUs such as Core2Duo and gives
an illegal hardware instruction error on these CPUs.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2015-10-13 04:42:39 +02:00
aszlig 2a1bf2a776
john: Clean up and Update to v1.8.0-jumbo-1.
Cleanups are mostly stylistic, like putting src more to the top (to make
sure it won't be missed on updates of the version attribute) or using
mkdir -p instead of ensureDir.

The most significant change here is that we update the package to
1.8.0-jumbo-1, which is the latest tag available and contains community
updates which were already in magnumripper/JohnTheRipper@93f061bc41.

We're now also using fetchurl to ensure that we don't need to clone the
whole repository and keep download times low.

And the derivation name is now "john" instead of "JohnTheRipper",
because most users would expect "nix-env -i john" to work.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2015-10-13 04:42:39 +02:00
Pascal Wittmann bb42213ef2 gpgstats: make maintainers a list 2015-10-11 22:09:23 +02:00
Pascal Wittmann f0696611a1 nasty: make maintainers a list 2015-10-11 22:00:47 +02:00
Arseniy Seroka 299b8ba222 Merge pull request #10189 from davidak/nasty
nasty: init at 0.6
2015-10-11 22:57:31 +03:00
David Kleuker 3de09c6594 nasty: init at 0.6 2015-10-11 21:20:55 +02:00
Pascal Wittmann e2d7ff73d4 sslscan: fixed typo 2015-10-09 12:08:12 +02:00
Franz Pletz 78a027604a sslscan: init at 1.11.0 2015-10-09 11:12:02 +02:00
Arseniy Seroka 2adbe278d8 Merge pull request #10198 from davidak/gpgstats
gpgstats: init at 0.5
2015-10-06 23:54:05 +03:00
David Kleuker 8fe43ba05a gpgstats: init at 0.5 2015-10-06 22:45:26 +02:00
Joachim Fasting e1ca9303d2 torbrowser: 4.5.3 -> 5.0.3
torbrowser 5.0.3 requires gcc5, otherwise it fails with

   libstdc++.so.6: version `GLIBCXX_3.4.21' not found (required by Browser/firefox)
2015-10-03 15:02:08 +02:00
Joachim Fasting c34cc5d54e torbrowser: use stdenv.is64bit 2015-10-03 14:27:57 +02:00
Jude Taylor 2b1d851e3e add mpw 2015-10-01 08:58:28 -07:00
Jaka Hudoklin ea4850ca64 Merge pull request #10023 from offlinehacker/pkgs/modsecurity/add
modsecurity: add modsecurity, and create nginx plugin
2015-09-30 00:19:38 +02:00
Thomas Tuegel 2e0589b4ca kde414: build with kdelibs-4.14.12
Upstream changes to the build system required adjusting many packages'
dependencies. On the Nixpkgs side, we no longer propagate the dependency
on cmake (to reduce closure size), so downstream dependencies had to be
adjusted for most packages that depend on kdelibs.
2015-09-27 15:08:12 -05:00
Tobias Geerinckx-Rice 198dda950b sshuttle: add PyXAPI for tproxy UDP proxy support 2015-09-24 13:18:39 +02:00
Tobias Geerinckx-Rice d2f3041d27 sshuttle: carry a few bug fixes until next release 2015-09-24 13:18:38 +02:00
Jaka Hudoklin 56b1f7934c modsecurity: init at 2.9.0 2015-09-23 20:35:27 +02:00
Tobias Geerinckx-Rice ffe94847a3 sshuttle: 0.61 -> 0.71
Account for a zany new build system & add myself as a maintainer.

Tested by connecting to a remote system and browsing the web & LAN,
both as root and a regular (sudo) user. Cool tool.

CC @iElectric
2015-09-23 12:19:24 +02:00
Arseniy Seroka f0717273a7 Merge pull request #10013 from aespinosa/oath-toolkit-on-darwin
oathToolkit: Support darwin
2015-09-23 12:21:17 +03:00
Vladimír Čunát 76ef7a93e3 Merge: xlibs and x11 attribute cleanup
Frequently using multiple *almost* identical attributes is bad.
2015-09-23 10:42:34 +02:00
Allan Espinosa 22e57d6f26 oathToolkit: Support darwin 2015-09-23 13:26:37 +09:00
Austin Seipp dc3ae3beaa nixpkgs: afl 1.93b -> 1.94b
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2015-09-20 12:47:59 -05:00
Tobias Geerinckx-Rice 0f0b20ac0c eid-mw: 4.1.5 -> 4.1.6 2015-09-16 13:08:17 +02:00
Vladimír Čunát 88c9f8b574 xlibs: replace occurrences by xorg
This seems to have been confusing people, using both xlibs and xorg, etc.
- Avoided renaming local (and different) xlibs binding in gcc*.
- Fixed cases where both xorg and xlibs were used.
Hopefully everything still works as before.
2015-09-15 12:54:34 +02:00
Mathnerd314 eb7404d97a all-packages: Use callPackage where possible 2015-09-14 22:27:19 -06:00
William A. Kennington III 508b5c733b gnupg: 2.1.7 -> 2.1.8 2015-09-11 12:41:25 -07:00
Austin Seipp 15bd0b8f19 nixpkgs: afl 1.88b -> 1.93b
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2015-09-10 08:55:19 -05:00
William A. Kennington III abb8fc3fdd gnupg: 2.0.28 -> 2.0.29 2015-09-08 16:28:49 -07:00
Rommel M. Martinez d6673e845c chkrootkit: 0.48 -> 0.50 2015-09-08 02:07:41 +08:00
Austin Seipp 8a74451273 nixpkgs: scrypt 1.1.6 -> 1.2.0
Now with less build breakage!
2015-08-31 07:54:49 -05:00
Austin Seipp 7399c600e4 Revert "nixpkgs: scrypt 1.1.6 -> 1.2.0"
This breaks the build. :(

This reverts commit 4022e07c1e.
2015-08-31 05:43:40 -05:00
Austin Seipp 4022e07c1e nixpkgs: scrypt 1.1.6 -> 1.2.0
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2015-08-31 03:17:17 -05:00
Austin Seipp b1f502b94e nixpkgs: afl 1.86b -> 1.88b
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2015-08-31 03:17:16 -05:00
Austin Seipp e84c8772c9 nixpkgs: nmap 6.47 -> 6.49BETA4
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2015-08-31 03:17:16 -05:00
Domen Kožar e4644a5b58 Merge branch 'staging' 2015-08-25 14:14:54 +02:00
Kosyrev Serge 432c43dabf chntpw: add myself as maintainer 2015-08-24 22:55:13 +03:00
William A. Kennington III 901482ad99 Merge branch 'master.upstream' into staging.upstream 2015-08-19 13:54:48 -07:00
Paulus Esterhazy f683031df2 pass: Fix for Darwin 2015-08-19 20:50:58 +02:00
Arseniy Seroka b9a174b9e3 Merge pull request #9340 from obadz/ecryptfs
ecryptfs
2015-08-19 14:37:36 +03:00
obadz 172522e153 ecryptfs:
- upgrade 106 -> 108
- fix passphrase rewrapper (password changing should now work fine) as
  discussed on https://bugs.launchpad.net/ecryptfs/+bug/1486470
- add lsof dependency so ecryptfs-migrate-home should work out of the
  box
2015-08-19 12:16:57 +01:00
William A. Kennington III 2ac70270e8 Merge branch 'master.upstream' into staging.upstream 2015-08-18 11:36:32 -07:00