Commit Graph

2882 Commits

Author SHA1 Message Date
volth
8195e7eb93
scallion: use openssl 1.0
it does not work with openssl 1.1 (upstream issue https://github.com/lachesis/scallion/issues/113)
2020-04-02 13:56:08 +00:00
Jörg Thalheim
5b806fe569
Merge pull request #78609 from fishi0x01/fishi0x01/onesixtyone
onesixtyone: init at unstable-2019-12-26
2020-04-02 13:38:23 +01:00
Mario Rodas
a42fbd6210
Merge pull request #84016 from r-ryantm/auto-update/saml2aws
saml2aws: 2.24.0 -> 2.25.0
2020-04-01 20:18:37 -05:00
R. RyanTM
6a07829e14 saml2aws: 2.24.0 -> 2.25.0 2020-04-01 18:45:25 +00:00
R. RyanTM
8ad3449e2b bitwarden: 1.17.0 -> 1.17.2 2020-04-01 08:26:55 +00:00
Karl Fischer
da971031ea
onesixtyone: init at unstable-2019-12-26 2020-03-31 17:50:18 +02:00
R. RyanTM
7edd932239 nwipe: 0.27 -> 0.28 2020-03-30 06:55:38 +00:00
Jörg Thalheim
5f09258114
sequoia: fix strict deps build 2020-03-29 12:37:27 +01:00
Jörg Thalheim
dbd8e0e162
ripasso-cursive: fix strict deps build 2020-03-29 12:37:26 +01:00
Robin Gloster
16c8590aa1
Merge pull request #82691 from Ma27/pass-exts
pass: don't rebuild when adding extensions, pass-audit: 0.1 -> 1.0.1
2020-03-28 09:51:28 +00:00
Jörg Thalheim
066db11215
Revert "Merge pull request #83099 from marsam/fix-buildGoModule-packages-darwin"
This reverts commit 4e6bf03504, reversing
changes made to afd997aab6.

Instead we propagate those frameworks from the compiler again
2020-03-27 07:33:21 +00:00
Benjamin Hipple
9898fd0c17
Merge pull request #83405 from r-ryantm/auto-update/tor
tor: 0.4.2.6 -> 0.4.2.7
2020-03-26 00:22:21 -04:00
R. RyanTM
21900acf6d tor: 0.4.2.6 -> 0.4.2.7 2020-03-26 03:32:21 +00:00
Mario Rodas
12e7c0ef68 rage: 0.3.0 -> 0.4.0
Changelog: https://github.com/str4d/rage/releases/tag/v0.4.0
2020-03-24 19:10:03 -07:00
Niklas Hambüchen
d8c1baab73
Merge pull request #83011 from piotr-szegda/keybase-5-3-1-update
keybase,kbfs,keybase-gui: 5.3.0 -> 5.3.1
2020-03-24 12:31:31 +01:00
Mario Rodas
2d271bdd4c sops: fix build on darwin 2020-03-21 06:08:00 -05:00
Mario Rodas
4340337ea5 saml2aws: fix build on darwin 2020-03-21 06:06:00 -05:00
Mario Rodas
2f022c86f2 gobuster: fix build on darwin 2020-03-21 05:20:00 -05:00
Mario Rodas
7db5054023 age: fix build on darwin 2020-03-21 04:20:00 -05:00
Piotr Szegda
4fa3bd1770
keybase,kbfs,keybase-gui: 5.3.0 -> 5.3.1 2020-03-20 18:02:14 +01:00
Domen Kožar
091bd1e65a
Update pkgs/tools/security/hashdeep/default.nix 2020-03-20 11:53:34 +01:00
Domen Kožar
a28e401fd5
Merge branch 'master' into add/hashdeep-package 2020-03-20 11:51:25 +01:00
Ryan Mulligan
166c9ef85e
Merge pull request #82829 from r-ryantm/auto-update/ipscan
ipscan: 3.6.2 -> 3.7.0
2020-03-18 15:16:25 -07:00
Kyle Sferrazza
e1913326c0
ipscan: use 'any' deb 2020-03-18 13:27:09 -04:00
R. RyanTM
50d26d1fda ipscan: 3.6.2 -> 3.7.0 2020-03-18 07:20:53 +00:00
Niklas Hambüchen
dd4da93298
Merge pull request #82740 from piotr-szegda/keybase-5-3-0-update
keybase,kbfs,keybase-gui: 5.2.1 -> 5.3.0
2020-03-18 02:42:53 +01:00
Robert Helgesson
0bce142b1e
jwt-cli: 2.5.2 -> 3.0.1 2020-03-17 19:43:53 +01:00
Maximilian Bosch
656e96b4bc
Merge pull request #82591 from r-ryantm/auto-update/bitwarden_rs
bitwarden_rs: 1.13.1 -> 1.14
2020-03-16 20:04:56 +01:00
Piotr Szegda
10e5a43b03
keybase,kbfs,keybase-gui: 5.2.1 -> 5.3.0 2020-03-16 18:50:43 +01:00
Emery Hemingway
95fa9cd027 aespipe: install the included bz2aespipe wrapper 2020-03-16 10:17:25 +05:30
Maximilian Bosch
22228d1917
passExtensions.pass-update: 2.0 -> 2.1 2020-03-15 23:54:51 +01:00
R. RyanTM
65e3e0168a saml2aws: 2.19.0 -> 2.24.0 2020-03-15 15:48:02 -07:00
Maximilian Bosch
187f3e79ca
pass: allow adding extensions without rebuilding the package
Until now, `pkgs.pass` was rebuilt entirely when adding an extension
using the `pass.withExtensions`-function. This is fixed now by removing the
linking of extensions from the fixupPhase and merge all paths (including
those from pkgs.pass) together in using `pkgs.buildEnv`.
2020-03-15 23:13:04 +01:00
Maximilian Bosch
16001eab7c
passExtensions.pass-audit: 0.1 -> 1.0.1, refactor
Updates to v1.0.1[1] which supports subdirs and zxcvbn[2]-based
complexity checks. Also, the following things changed:

* Add separate output for man-pages
* Enable test-suite (after adding a patch which mocks the
  `pwnedpasswords.com`).
* Added myself as maintainer.

[1] https://github.com/roddhjav/pass-audit/releases/tag/v1.0.1 /
    https://github.com/roddhjav/pass-audit/releases/tag/v1.0

[2] https://pypi.org/project/zxcvbn-python/
2020-03-15 23:13:04 +01:00
R. RyanTM
1abca6627e bitwarden_rs: 1.13.1 -> 1.14 2020-03-14 16:15:12 +00:00
Benjamin Hipple
362db40e0b b3sum: remove non-existent attribute
The attribute `verifyCargoDeps` is no longer defined in the rustPlatform helper;
it is now the default and always on as part of the improvements in #79975
2020-03-14 03:57:10 +00:00
Rick van Schijndel
9d212f5be7
afl: Fix afl-qemu build by applying new patches
These patches are gathered from different sources,
such as https://patchwork.kernel.org/patch/10862231/ for the
`gettid` patch.
Another patch comes from the issue in the AFL repository.
The ultimate goal is to get these patches upstream as well,
so we don't keep these general patches only within nixos.

A PR is created against Google/AFL
https://github.com/google/AFL/pull/79,
but it might take a while before it's landed, considering the history
of the project (there are more PRs open).

ZHF: #80379

Fixes issue #82232
2020-03-13 21:43:51 +01:00
Mario Rodas
9139701255
Merge pull request #82312 from r-ryantm/auto-update/pcsc-tools
pcsctools: 1.5.5 -> 1.5.6
2020-03-13 08:22:31 -05:00
R. RyanTM
bea7401be6 bitwarden: 1.16.6 -> 1.17.0 2020-03-12 14:09:48 +00:00
R. RyanTM
8ec473fbc9 pcsctools: 1.5.5 -> 1.5.6 2020-03-11 10:48:17 +00:00
Maximilian Bosch
fcc8660d35
Merge pull request #81967 from Ma27/brutespray
brutespray: init at 1.6.6
2020-03-09 20:47:06 +01:00
Mario Rodas
791a24da1b
Merge pull request #82058 from helsinki-systems/fix/bitwarden_rs-vault
bitwarden_rs-vault: fix directory structure
2020-03-08 20:26:45 -05:00
Benjamin Hipple
6331093673
b3sum: upgrade cargo fetcher and cargoSha256 (#82086) 2020-03-08 21:06:25 -04:00
Benjamin Hipple
d1cdeb7aae
ripasso-cursive: upgrade cargo fetcher and cargoSha256 (#81988) 2020-03-08 19:18:40 -04:00
ajs124
bc21f7a0ce bitwarden_rs-vault: fix directory structure 2020-03-08 16:41:00 +01:00
Maximilian Bosch
e0a5d34664
brutespray: init at 1.6.6 2020-03-08 10:52:13 +01:00
Maximilian Bosch
3d6908bca1
medusa-unstable: init at 2018-12-16 2020-03-08 10:52:13 +01:00
Frederik Rietdijk
0eb0ddc4db Merge staging-next into master 2020-03-08 08:11:01 +01:00
Doron Behar
25151bcbb6 sequoia: 0.14.0 -> 0.15.0 2020-03-06 20:03:05 +02:00
Mario Rodas
ef4b914b11
vault: 1.3.2 -> 1.3.3 2020-03-06 04:20:00 -05:00