Peter Simons
8e462995ba
Bring my stdenv.lib.maintainers user name in line with my github nick.
2016-05-16 22:49:55 +02:00
Joachim Fasting
201f6600cb
dirmngr: 1.0.3 -> 1.1.1
...
Fixes the build.
This package is probably ripe for removal by now, as dirmngr was incorporated
into gnupg a couple of years ago:
https://lists.gnupg.org/pipermail/gnupg-announce/2014q4/000358.html
2016-05-14 08:48:56 +02:00
Franz Pletz
11dee6fa17
pcsclite: 1.8.14 -> 1.8.16
2016-05-13 17:27:59 +02:00
Franz Pletz
9e01c46e4a
ccid: 1.4.20 -> 1.4.23
2016-05-13 17:27:59 +02:00
Franz Pletz
c7e69de43b
p0f: 3.08b -> 3.09b
2016-05-13 17:25:25 +02:00
Vladimír Čunát
6c2fbfbd77
Merge branch 'master' into staging
2016-05-12 04:53:38 +02:00
Franz Pletz
59555ce4ee
gnupg: 2.1.11 -> 2.1.12
2016-05-12 01:50:19 +02:00
Arseniy Seroka
f9b4dc6194
Merge pull request #15372 from bjornfor/update-hashcat
...
hashcat: 0.49 -> 2.00
2016-05-11 15:02:36 +03:00
Evgeny Egorochkin
33449c54dd
vidalia: fix meta.repositories.git, since torproject only allows https access now
2016-05-11 01:11:52 +03:00
Bjørn Forsman
800042b310
hashcat: 0.49 -> 2.00
...
The current URL is broken, upstream has moved the download from .../files/ to
.../files_legacy/. But after fixing that, starting hashcat results in:
$ ./result/bin/hashcat
ERROR: this copy of hashcat is outdated. Get a more recent version.
So just update to latest.
New releases are on github, the license is now MIT and there are build
system changes.
2016-05-10 22:11:12 +02:00
Vladimír Čunát
1dc36904d8
Merge #14920 : windows improvements, mainly mingw
2016-05-05 08:30:19 +02:00
Tobias Geerinckx-Rice
750d58f439
eid-mw: 4.1.16 -> 4.1.17
2016-05-05 02:15:14 +02:00
Robin Gloster
9820cb1bf2
use dontBuild instead of hacks
...
changes:
* buildPhase = "true"
* buildPhase = ":"
2016-05-04 10:11:04 +00:00
Tobias Geerinckx-Rice
ff6a98612c
seccure: 0.4 -> 0.5
2016-05-03 20:41:19 +02:00
Joachim Fasting
0a04f7a870
torbrowser: fix paths to pluggable transports
...
With this patch I'm at least able to connect using the obfs4 transport
2016-05-01 21:27:25 +02:00
Joachim Fasting
3994a236bb
tor-arm: build recipe improvements
...
- Fix install of man page
- Remove redundant for loop
- Access python interpreter via pythonPackages
- Remove redundant build inputs (captured via replacement anyway)
- Fix install location of sample rc file. For whatever reason, the
install script ends up thinking it needs to use tor-arm, so override
it
- Clarify meta.description
2016-04-30 22:25:46 +02:00
Joachim Fasting
61f110e890
tor: meta improvements
2016-04-30 18:53:42 +02:00
Joachim Fasting
e6fbe412ec
torbutton: remove expression
...
Not updated for years. Also, using torbutton without the tor browser
bundle is not recommended.
2016-04-30 17:44:49 +02:00
Joachim Fasting
c3f54960c6
torbrowser: wrapper improvements
...
This brings the wrapper closer to the upstream wrapper.
Briefly,
- exec to prevent the shell from hanging around
- do not connect to session manager
- set WM_CLASS to "Tor Browser"
- use fonts.conf from the torbrowser bundle
2016-04-29 18:42:09 +02:00
Joachim Fasting
85aece2f8e
torbrowser: use makeLibraryPath instead of buildEnv
...
Also remove redundant buildInputs
2016-04-29 18:18:48 +02:00
Joachim Fasting
cdd6369679
torbrowser: add myself to maintainers
2016-04-28 23:33:27 +02:00
Joachim Fasting
4741627bcf
torbrowser: fix argument handling in wrapper
...
With $@ unquoted, the wrapper would always just pass "" to firefox
2016-04-28 23:33:26 +02:00
Joachim Fasting
38ea8c6c30
torbrowser: 5.5.4 -> 5.5.5
2016-04-28 23:33:26 +02:00
Arseniy Seroka
52b64cedec
Merge pull request #15016 from jagajaga/eid
...
open-eid
2016-04-28 13:56:09 +03:00
Arseniy Seroka
ae3e7d748b
Merge pull request #15017 from MostAwesomeDude/afl
...
afl: 1.94b -> 2.10b
2016-04-27 17:51:38 +03:00
Tuomas Tynkkynen
40838ad20f
meo: Use pcre-cpp (fixes build)
2016-04-27 13:28:04 +03:00
Arseniy Seroka
05f2f8fc29
qdigidoc: init at 3.12.0.1442
2016-04-27 11:38:10 +03:00
Corbin
264cb737f6
afl: 1.94b -> 2.10b
...
Includes afl-analyze. QEMU support not tested.
2016-04-26 18:45:12 -07:00
Arseniy Seroka
5dbb42ce6c
qesteidutil: init at 3.12.2.1206
2016-04-26 18:08:16 +03:00
Frederik Rietdijk
d5e6a4494a
Python: use PyPI mirror ( #15001 )
...
* mirrors: add pypi
* Python: Use pypi mirror for all PyPI packages
2016-04-26 13:38:03 +01:00
Tobias Geerinckx-Rice
3fdf40bca0
eid-mw: 4.1.14 -> 4.1.16
2016-04-22 17:11:20 +02:00
Joachim Fasting
0122cbfd59
torbrowser: also install lib and out into the torEnv
2016-04-22 04:21:33 +02:00
Joachim Fasting
008d47131f
Revert "torbrowser: fix torEnv after multiple-outputs"
...
This reverts commit 672efb940f
.
This is a terrible fix, use buildEnv's extraOutputsToInstall instead.
2016-04-22 04:21:33 +02:00
Joachim Fasting
672efb940f
torbrowser: fix torEnv after multiple-outputs
2016-04-22 04:08:33 +02:00
Michiel Leenaars
38c5319fd8
softhsm: init -> 2.1.0
2016-04-18 10:31:46 +01:00
Tobias Geerinckx-Rice
7818fda09e
eid-mw: 4.1.13 -> 4.1.14
2016-04-14 18:34:53 +02:00
Tuomas Tynkkynen
897e0d1224
treewide: Mass replace 'openssl}/bin' to refer to the correct outputs
2016-04-14 08:32:20 +03:00
Nikolay Amiantov
8b7ebaffeb
replace makeSearchPath tree-wise to take care of possible multiple outputs
2016-04-13 22:09:41 +03:00
Vladimír Čunát
39ebb01d6e
Merge branch 'staging', containing closure-size #7701
2016-04-13 09:25:28 +02:00
Franz Pletz
fcde15d66b
sudo: 1.8.15 -> 1.8.16
2016-04-12 15:51:32 +02:00
Franz Pletz
a14decf655
clamav: 0.99 -> 0.99.1
2016-04-12 15:49:54 +02:00
Vladimír Čunát
30f14243c3
Merge branch 'master' into closure-size
...
Comparison to master evaluations on Hydra:
- 1255515 for nixos
- 1255502 for nixpkgs
2016-04-10 11:17:52 +02:00
Tuomas Tynkkynen
03c6434756
Merge pull request #14526 from Profpatsch/fish-completions
...
fish: pick up completion files from other packages
2016-04-09 20:08:46 +03:00
Profpatsch
a011083cda
fish: pick up completion files from other packages
...
Some packages bring their own completions in
/share/fish/vendor_completions.d. Now they are picked up by fish from
every path in NIX_PROFILES.
2016-04-09 00:08:48 +02:00
Tobias Geerinckx-Rice
46a3a12971
sshuttle: 0.77.2 -> 0.78.0
2016-04-08 17:39:38 +02:00
Vladimír Čunát
ab15a62c68
Merge branch 'master' into closure-size
...
Beware that stdenv doesn't build. It seems something more will be needed
than just resolution of merge conflicts.
2016-04-01 10:06:01 +02:00
Lancelot SIX
d6f9e35683
gnupg20: 2.0.29 -> 2.0.30
...
See https://lists.gnupg.org/pipermail/gnupg-announce/2016q1/000385.html
2016-03-31 17:18:32 +02:00
Domen Kožar
b07e7bfc7b
Merge remote-tracking branch 'origin/staging'
2016-03-27 13:19:04 +01:00
Pascal Wittmann
71d3b34bd7
tpm-tools: fix build by applying debians patch
2016-03-24 22:31:40 +01:00
Nikolay Amiantov
0c6db0ca48
cc-wrapper: add option to skip flags for native optimizations
2016-03-24 20:16:17 +03:00