Commit graph

7232 commits

Author SHA1 Message Date
Igor Sharonov 401b766299 fuse-7z-ng: init at git-2014-06-08 2015-10-18 19:21:12 +03:00
William A. Kennington III 82792959b4 grub2: 2015-07-27 -> 2015-10-13 2015-10-17 13:46:47 -07:00
Arseniy Seroka 1bd49033a7 Merge pull request #10422 from igsha/numlockx
numlockx: init at 1.2
2015-10-17 03:42:08 +03:00
William A. Kennington III b6710cba15 ceph-git: 2015-09-22 -> 2015-10-16 2015-10-16 16:45:00 -07:00
William A. Kennington III b7c3a9647a ceph-dev: 9.0.3 -> 9.1.0 2015-10-16 16:44:46 -07:00
William A. Kennington III 21bb385af5 ceph: 0.94.3 -> 0.94.3.2 2015-10-16 16:44:34 -07:00
Igor Sharonov 7a692670e3 numlockx: init at 1.2 2015-10-16 20:19:19 +03:00
Pascal Wittmann 19bcba1fd4 Merge pull request #10412 from puffnfresh/package/leela
leela: init at 12.fe7a35a
2015-10-16 13:14:57 +02:00
Brian McKenna d0de36ba7a leela: init at 12.fe7a35a 2015-10-16 21:59:49 +11:00
Anders Lundstedt 7fcad28102 zerotierone: 1.0.4 -> 1.0.5 2015-10-16 00:16:21 +02:00
Petar Bogdanovic 07372d04a2 install ripmime manual into share/man instead of man 2015-10-15 22:32:48 +02:00
William A. Kennington III 7fccf2ea68 gnupg: 2.1.8 -> 2.1.9 2015-10-15 10:38:25 -07:00
Nikolay Amiantov 25033c50e8 update-resolv-conf: 2014-10-03 -> 20141003 2015-10-15 17:07:39 +03:00
Nikolay Amiantov 43930f4057 tlp: 0.7 -> 0.8 2015-10-15 17:07:39 +03:00
Nikolay Amiantov 0645e6b43f sdl-jstest: 20150625 -> 20150806 2015-10-15 17:07:39 +03:00
Tobias Geerinckx-Rice 5d5a03f190 eid-mw 4.1.6 -> 4.1.7 2015-10-15 14:22:02 +02:00
Mariusz `shd` Gliwiński eebbf15da9 dex: init at 0.7 2015-10-15 13:58:52 +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
Arseniy Seroka 91202fd475 djmount: add missing file 2015-10-14 20:20:30 +03:00
Arseniy Seroka 88cba6d8b5 yandex-disk: update 0.1.5.905 -> 0.1.5.940 2015-10-14 17:59:12 +03:00
goibhniu 372e5586b2 Merge pull request #10336 from qknight/borgbackup-0.27
borgbackup: bump to 0.27.0 and rename to correct name borgbackup
2015-10-14 14:11:05 +02:00
Eelco Dolstra 11aef37ca6 less: Update to 481 2015-10-14 13:55:43 +02:00
Tobias Geerinckx-Rice b36ac2c44a netsniff-ng 0.5.9-{98-gb3a9f17 -> 106-g895377c} 2015-10-13 20:07:18 +02:00
Michael Raskin 8147a3d9d8 dd_rescue: 1.98 -> 1.99 2015-10-13 19:30:51 +03:00
Eric Sagnes d6c0c0e3c9 goaccess: 0.9 -> 0.9.4 2015-10-13 22:14:27 +09:00
Domen Kožar 8567c5883b reaver-wps: set platforms 2015-10-13 14:45:52 +02: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 804d019c6a smbldap-tools: mark as broken
The build fails with the following error

  pod2man: unable to format smbldap-config.cmd
2015-10-12 13:11:12 +02:00
Pascal Wittmann 53a132a3a4 tgt: fix build
xsltproc tried to download docbook.xsl
2015-10-12 12:27:54 +02:00
Joachim Schiele 20b7d9cbc8 borgbackup: bump to 0.27.0 and rename to correct name borgbackup 2015-10-12 01:40:12 +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
Arseniy Seroka 22d05032c2 Merge pull request #10317 from gebner/ibus-1.5.11
ibus: 1.5.10 -> 1.5.11
2015-10-11 17:11:04 +03:00
makefu cd1732f58e duplicity: add paramiko,pycrypto,ecdsa to deps
paramiko enables sftp://

[Bjørn: clean up expression arguments (coding style)]
2015-10-10 21:58:43 +02:00
Pascal Wittmann 877c668e77 snabb: make meta.maintainers a list 2015-10-10 11:13:20 +02:00
Gabriel Ebner 6fd0a630bc ibus: 1.5.10 -> 1.5.11 2015-10-10 07:28:42 +02:00
Eelco Dolstra 1286435499 nixUnstable: Update to 1.11pre4244_133a421 2015-10-09 14:44:27 +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
Eelco Dolstra 24483ebe47 nixUnstable: Update to 1.11pre4243_2075ec8 2015-10-08 15:57:29 +02:00
Luke Gorrie 6c36809a89 snabb: Added Snabb Switch (v2015.10) in tools/networking
I have tested this manually with nix-env.
2015-10-08 10:11:06 +00:00
Ricardo M. Correia f86080cdb3 youtube-dl: 2015.08.28 -> 2015.10.06.2 2015-10-07 20:06:11 +02:00
Bjørn Forsman 4868b27044 zbackup: fix "meta.meta" typo 2015-10-06 23:45:12 +02:00
Arseniy Seroka 7b86c8012b Merge pull request #10199 from atanasi/atanasi
zbackup: init at 1.4.4, fetchhg: fixed nix-prefetch-hg interpreter, textadept: 8.0 -> 8.2, geany: add geany-with-vte to use the terminal
2015-10-07 00:38:39 +03:00
Arseniy Seroka 2adbe278d8 Merge pull request #10198 from davidak/gpgstats
gpgstats: init at 0.5
2015-10-06 23:54:05 +03:00