Commit Graph

526 Commits

Author SHA1 Message Date
Tobias Geerinckx-Rice
2454b943d7 eid-mw: fix and improve eid-nssdb helper script
Now works. Good to know no-one else is using this :-)
2015-04-20 17:17:39 +02:00
Pascal Wittmann
138de6b6e1 Merge pull request #7396 from cheecheeo/lastpass_update
update lastpass-cli to version 0.5.1
2015-04-16 14:18:27 +02:00
John Chee
88b9578189 update lastpass-cli to version 0.5.1 2015-04-15 08:56:27 -07:00
Moritz Ulrich
3fa9fe1dd1 Pass: Use default gpg(2) & use lib.makeSearchPath. 2015-04-15 10:45:43 +02:00
Austin Seipp
5cb0b0b28b nixpkgs: afl 1.64b -> 1.67b
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2015-04-14 14:05:46 -05:00
William A. Kennington III
909f04995c gnupg: 2.1.2 -> 2.1.3 2015-04-13 18:03:01 -07:00
William A. Kennington III
cf1d7a9cb4 pinentry: 0.9.0 -> 0.9.1 2015-04-13 18:03:01 -07:00
Austin Seipp
7200556e5d nixpkgs: afl - fix llvm-mode
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2015-04-11 22:00:54 -05:00
Austin Seipp
047e77274c nixpkgs: afl 1.63b -> 1.64b
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2015-04-11 20:22:43 -05:00
Austin Seipp
600b7e5945 nixpkgs: afl 1.58b -> 1.63b
- Adds new LLVM-based instrumentation support via afl-clang-fast.
  - Experimental support for cgroup management via afl-cgroup, to
    mitigate OOM issues when using afl with address sanitizer.

Signed-off-by: Austin Seipp <aseipp@pobox.com>
2015-04-11 15:26:31 -05:00
_1126
319d42941e tor-browser: bump to 4.0.8 2015-04-11 12:46:47 +02:00
Arseniy Seroka
3e079614ab Merge pull request #7258 from spwhitt/tor
tor: fix for Darwin
2015-04-08 13:17:14 +03:00
Spencer Whitt
eab5ff59f6 tor: fix for Darwin 2015-04-08 01:42:13 -04:00
Domen Kožar
59d7189b21 Merge pull request #7253 from doublec/tor
Update tor to 0.2.5.12
2015-04-08 03:02:18 +02:00
Tobias Geerinckx-Rice
1926a7aa32 Tidy nckx-maintained packages
- Use fetchFromGitHub when possible
- Build in parallel if supported
2015-04-08 02:29:42 +02:00
Chris Double
6af23b3565 Update tor to 0.2.5.12 2015-04-08 11:52:46 +12:00
Spencer Whitt
3885fc5c3b fail2ban: include systemd on Linux only 2015-04-07 13:48:31 -04:00
_1126
64758a6429 tor-browser: bumps to 4.0.6 2015-04-07 15:37:57 +02:00
Tobias Geerinckx-Rice
0067ccbfdf Merge pull request #7129 from obadz/ecryptfs
ecryptfs 104 -> 106
2015-04-06 13:42:43 +02:00
obadz
8f7f2feb1d ecryptfs 104 -> 106 2015-04-05 23:55:01 +01:00
Austin Seipp
36db12ca31 nixpkgs: ssdeep 2.11 -> 2.12
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2015-04-02 16:27:52 -05:00
Jan Malakhovski
1ddc9e4be3 pass: rename withX into x11Support, cleanup a bit 2015-03-29 23:26:13 +00:00
Jan Malakhovski
6b9bb72319 gnupg: add x11Support option 2015-03-29 23:26:13 +00:00
Nikolay Amiantov
cb7eeca147 fprintd: update 2015-03-29 13:05:28 +03:00
Petar Bogdanovic
273d31fff4 gnupg1orig: Remove left-over debug message.
Patch committed by James Cook <james.cook@utoronto.ca>.
2015-03-28 16:53:48 -07:00
Austin Seipp
5b0310ec59 nixpkgs: afl 1.57b -> 1.58b
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2015-03-28 01:51:00 -05:00
William A. Kennington III
2f02ae037a sudo: 1.8.12 -> 1.8.13 2015-03-26 14:01:07 -07:00
Tobias Geerinckx-Rice
d201dfc94c eid-mw 4.0.6-1620 -> 4.1.2 2015-03-26 19:47:19 +01:00
Domen Kožar
8feda47bee pinentry: fix build /cc wkennington 2015-03-26 10:07:05 +01:00
William A. Kennington III
70a8bfbcd5 pinentry: Fix for darwin 2015-03-25 16:19:02 -07:00
William A. Kennington III
79cfdb2afe pinentry: Slight refactoring 2015-03-25 16:10:00 -07:00
William A. Kennington III
4fc94e6222 pinentry: Update build 2015-03-25 16:09:00 -07:00
Chris Double
9369daf134 Update tor-browser to 4.0.5 2015-03-25 13:39:23 +13:00
Chris Double
9549f1c88f Update tor to 0.2.5.11 2015-03-25 13:39:23 +13:00
Austin Seipp
a11078a78c nixpkgs: afl - add QEMU support
This adds support for `afl-fuzz -Q`, which can be used to instrument
arbitrary black-box binary code for fuzz testing using American Fuzzy
Lop through QEMU emulation.

This requires a custom QEMU 2.2.0 build of the Linux userspace emulators
(system emulators aren't required) with some custom patches. Furthermore
we have to patch the patches a little to make the build more sane (there
are some notes in the README about this).

Overall, the addition of this feature by default doesn't significantly
impact build times (since building QEMU for only one target builds only
a fraction of the source code, and many features are disabled), so it's
enabled by default.

Signed-off-by: Austin Seipp <aseipp@pobox.com>
2015-03-22 22:52:57 -05:00
Austin Seipp
624fcfce64 nixpkgs: afl 1.56b -> 1.57b
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2015-03-22 18:29:57 -05:00
Eric Seidel
51d465646a gnupg: don't demand pcsclite on darwin 2015-03-21 09:14:36 -07:00
Eelco Dolstra
2ed5c2bd6b Set some meta.platforms
Also fix meta.platform -> meta.platforms in a few places.
2015-03-20 20:04:42 +01:00
Vladimír Čunát
80c7a6f107 nmap: extend platforms
Tested briefly by @jcf on darwin, web site claims BSDs are also supported.
2015-03-18 23:51:19 +01:00
Eric Seidel
fd60b5f496 gnupg: dont demand pcsclite on darwin 2015-03-17 17:26:01 -07:00
devhell
6a8a739d68 gnupg21: Add texinfo as a dependency
This adds texinfo as a dependency, without which the build will fail.
2015-03-16 00:32:16 +00:00
_1126
f1f3c2c775 torbrowser: bump version to 4.0.4 2015-03-14 14:36:25 +01:00
Edward Tjörnhammar
ec77aca091 srm: 1.2.14 -> 1.2.15 2015-03-11 19:22:25 +01:00
Austin Seipp
ed75d612d6 nixpkgs: afl 1.49b -> 1.56b
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2015-03-10 01:19:51 -05:00
William A. Kennington III
e1703a836e gnupg: 2.0.26 -> 2.0.27 2015-03-09 15:22:59 -07:00
William A. Kennington III
9631f5a718 gnupg: Fix default path to pcsclite 2015-03-09 15:22:59 -07:00
Peter Simons
97feb65c00 pcsctools: fix evaluation 2015-03-09 16:02:48 +01:00
Lluís Batlle i Rossell
a2f4b94dbe Add pcsc-tools, to test ccid cards. 2015-03-09 15:37:50 +01:00
obadz
fcd5d8fdc6 ecryptfs: lib.maintainers vs maintainers 2015-03-08 16:03:52 -07:00
obadz
e5d4624420 PAM/eCryptfs now able to mount ecryptfs'd home directories on login 2015-03-08 16:03:51 -07:00