Fabian Affolter
4f09b04320
Merge pull request #122012 from dotlambda/netdisco-2.8.3
...
python3Packages.netdisco: 2.8.2 -> 2.8.3
2021-05-07 19:57:01 +02:00
Robert Schütz
0e19a6cbc3
expliot: 0.9.7 -> 0.9.8
2021-05-07 12:25:13 +02:00
Fabian Affolter
fc8162a69b
Merge pull request #121984 from r-ryantm/auto-update/httpx
...
httpx: 1.0.5 -> 1.0.6
2021-05-07 08:39:44 +02:00
R. RyanTM
ceb56fa02f
httpx: 1.0.5 -> 1.0.6
2021-05-07 04:49:47 +00:00
Fabian Affolter
6358647558
Merge pull request #121783 from fabaff/bump-nuclei
...
nuclei: 2.3.4 -> 2.3.6
2021-05-07 00:32:18 +02:00
Fabian Affolter
882dd01186
Merge pull request #121879 from r-ryantm/auto-update/gitleaks
...
gitleaks: 7.4.1 -> 7.5.0
2021-05-06 09:42:35 +02:00
R. RyanTM
4f8435de76
gitleaks: 7.4.1 -> 7.5.0
2021-05-06 04:26:05 +00:00
Fabian Affolter
c03b6b89a8
nuclei: 2.3.4 -> 2.3.6
2021-05-05 12:05:14 +02:00
Mario Rodas
887aae03b2
kbs2: fix build on darwin
2021-05-05 04:20:00 +00:00
R. RyanTM
ca6daab25b
kbs2: 0.2.6 -> 0.3.0
2021-05-04 06:03:23 +00:00
Luke Granger-Brown
917c27439e
Merge pull request #121415 from lukegb/clevis
...
clevis: fix TPM2 encrypt/decrypt
2021-05-03 14:27:58 +01:00
Fabian Affolter
212c4e8f73
Merge pull request #121460 from marsam/update-rage
...
rage: 0.5.1 -> 0.6.0
2021-05-03 12:09:17 +02:00
Mario Rodas
a624e11323
rage: 0.5.1 -> 0.6.0
...
https://github.com/str4d/rage/releases/tag/v0.6.0
2021-05-01 20:22:00 -05:00
Luke Granger-Brown
f667c13b66
clevis: fix TPM2 encrypt/decrypt
...
This also fixes using the "clevis" entrypoint binary without making sure
that all the other tooling is in the PATH.
2021-05-01 18:04:41 +00:00
Luke Granger-Brown
48152d32cc
Merge pull request #120166 from r-ryantm/auto-update/clevis
...
clevis: 16 -> 18
2021-05-01 18:48:58 +01:00
Luke Granger-Brown
6aec5a24a4
Merge pull request #120176 from r-ryantm/auto-update/doppler
...
doppler: 3.23.2 -> 3.24.3
2021-05-01 18:41:29 +01:00
Luke Granger-Brown
291fd0ee7e
doppler: 3.24.1 -> 3.24.3
2021-05-01 17:40:21 +00:00
Robert Schütz
ada3e19b7a
prs: 0.2.10 -> 0.2.11 ( #121314 )
...
https://gitlab.com/timvisee/prs/-/blob/v0.2.11/CHANGELOG.md#0211-2021-04-30
2021-05-01 11:01:38 +02:00
Mario Rodas
d4fc6ca4ff
gopass: 1.12.5 -> 1.12.6
...
https://github.com/gopasspw/gopass/releases/tag/v1.12.6
2021-05-01 04:20:00 +00:00
Maximilian Bosch
f476258fdf
Merge pull request #121287 from dotlambda/pass-import-fix
...
passExtensions.pass-import: fix tests
2021-04-30 22:18:06 +02:00
Robert Schütz
93507828b2
passExtensions.pass-import: fix tests
2021-04-30 17:16:28 +02:00
Fabian Affolter
7409f12164
metasploit: 6.0.41 -> 6.0.42
2021-04-30 12:12:41 +02:00
Sandro
44b21b47c7
Merge pull request #121163 from dotlambda/prs-0.2.10
...
prs: 0.2.9 -> 0.2.10
2021-04-30 02:05:50 +02:00
Maximilian Bosch
d7e7fd74b1
Merge pull request #120770 from jb55/plasma-pass
...
plasma-pass: init at 1.2.0
2021-04-29 23:04:49 +02:00
Robert Schütz
12a07ce3d1
prs: 0.2.9 -> 0.2.10
...
https://gitlab.com/timvisee/prs/-/blob/v0.2.10/CHANGELOG.md#0210-2021-04-29
2021-04-29 16:08:57 +02:00
R. RyanTM
111ab7f7b6
ffuf: 1.3.0 -> 1.3.1
2021-04-28 21:33:09 +00:00
Sarah Brofeldt
7859f8a9d6
Merge pull request #120905 from stigtsp/bugfix/tpm2-tools-de-nest-wrappers
...
tpm2-tools: fix broken wrappers
2021-04-27 22:33:52 +02:00
Sandro
b2377b9515
Merge pull request #120486 from TredwellGit/tboot
...
tboot: 1.9.8 -> 1.10.1
2021-04-27 21:33:14 +02:00
schnusch
cf9bf19bf3
oathToolkit: 2.6.2 -> 2.6.6 ( #120610 )
2021-04-27 20:49:18 +02:00
Stig Palmquist
d7564b07c8
tpm2-tools: remove nested wrappers
...
symlinks like `tpm2_createprimary -> tpm2` were wrapped, causing argv0
issues due to double wrapping:
$ tpm2_ptool init
[..]
RuntimeError: Could not execute tpm2_createprimary: b'ERROR:
/nix/store/[..]/bin/.tpm2_createprimary-wrapped: unknown tool.
This patch only wraps the `tpm2` and `tss2` executables, and not the
symlinks to them `tpm2_*` and `tss2_*`
2021-04-27 19:38:29 +02:00
Matthias Beyer
0db1ac4ec2
plasma-pass: init at 1.2.0
...
Reviewed-by: William Casarin <jb55@jb55.com>
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
Link: https://lists.sr.ht/~andir/nixpkgs-dev/%3C20210427123311.517-1-mail@beyermatthias.de%3E
2021-04-27 08:56:04 -07:00
Mario Rodas
4cce27d742
Merge pull request #120687 from marsam/update-rbw
...
rbw: 1.1.2 -> 1.2.0
2021-04-27 07:49:53 -05:00
Sandro
e280d68c34
Merge pull request #120703 from fabaff/kubei
...
kubei: init at 1.0.11
2021-04-27 14:42:54 +02:00
Sandro
22bb091546
Merge pull request #120717 from fabaff/kubesec
...
kubesec: init at 2.11.0
2021-04-27 14:40:05 +02:00
Sandro
7c137b57be
Merge pull request #120792 from fabaff/nbtscanner
...
nbtscanner: init at 0.0.1
2021-04-27 13:09:53 +02:00
Fabian Affolter
322ed1b535
nbtscanner: init at 0.0.1
2021-04-26 23:53:39 +02:00
davidak
c5a51a7859
Merge pull request #120462 from NinjaTrappeur/nin-fix-nsjail
...
nsjail: fix bison link error
2021-04-26 13:36:37 +02:00
Fabian Affolter
38568801d3
kubesec: init at 2.11.0
2021-04-26 12:20:51 +02:00
Fabian Affolter
47e5dcf33e
kubei: init at 1.0.11
2021-04-26 10:56:22 +02:00
Fabian Affolter
55fafd9e23
Merge pull request #120678 from r-ryantm/auto-update/grype
...
grype: 0.10.2 -> 0.11.0
2021-04-26 09:09:30 +02:00
R. RyanTM
abc021b616
gitleaks: 7.4.0 -> 7.4.1
2021-04-26 00:50:38 -04:00
R. RyanTM
1f53e83fa0
grype: 0.10.2 -> 0.11.0
2021-04-26 00:51:58 +00:00
Mario Rodas
0b2034e36c
rbw: 1.1.2 -> 1.2.0
2021-04-25 04:20:00 +00:00
Jan Tojnar
0f1c4558d3
Merge branch 'master' into staging-next
...
Choose binwalk 2.3.1, 27 is legacy version for Python 2.
2021-04-25 02:50:48 +02:00
Luke Granger-Brown
9839cda8dc
Merge pull request #110897 from LeSuisse/trousers-0.3.15
...
trousers: 0.3.14 -> 0.3.15
2021-04-24 23:43:11 +01:00
Luke Granger-Brown
57fd99043e
Merge pull request #120155 from LeSuisse/vault-0.7.1
...
vault: 1.7.0 -> 1.7.1
2021-04-24 11:32:08 +01:00
Robert Schütz
5d41312d33
prs: 0.2.8 -> 0.2.9 ( #120494 )
...
https://gitlab.com/timvisee/prs/-/blob/v0.2.9/CHANGELOG.md
2021-04-24 11:50:58 +02:00
github-actions[bot]
d8d6ba0d2e
Merge master into staging-next
2021-04-24 06:05:30 +00:00
TredwellGit
688ed16f00
tboot: 1.9.8 -> 1.10.1
...
https://sourceforge.net/p/tboot/code/ci/v1.10.1/tree/CHANGELOG
2021-04-24 02:26:23 +00:00
Sandro
91e505eedc
Merge pull request #120353 from Mic92/ghidra
...
ghidra: 9.2.2 -> 9.2.3
2021-04-24 03:25:22 +02:00