Commit graph

4392 commits

Author SHA1 Message Date
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
github-actions[bot] 5e177b16b1
Merge staging-next into staging 2021-05-03 18:25:49 +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
github-actions[bot] a4c3a2d732
Merge staging-next into staging 2021-05-03 12:26:48 +00: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
github-actions[bot] 0e4580d4d0
Merge staging-next into staging 2021-05-02 18:24:58 +00: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
github-actions[bot] 49721bed32
Merge staging-next into staging 2021-05-01 18:26:21 +00: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
github-actions[bot] 22035d0518
Merge staging-next into staging 2021-05-01 12:25:27 +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
github-actions[bot] ef6416a6ba
Merge staging-next into staging 2021-05-01 00:54:32 +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
John Ericson 17305d2df0
Merge pull request #111487 from Ericson2314/llvm-outputs-and-cross-compile-tools
llvmPackages: Clean up outputs
2021-04-30 11:28:08 -04: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
Andrew Childs 7869d16545 llvmPackages: Multuple outputs for everythting
Also begin to start work on cross compilation, though that will have to
be finished later.

The patches are based on the first version of
https://reviews.llvm.org/D99484. It's very annoying to do the
back-porting but the review has uncovered nothing super major so I'm
fine sticking with what I've got.

Beyond making the outputs work, I also strove to re-sync the packages,
as they have been drifting pointlessly apart for some time.

----

Other misc notes, highly incomplete

- lvm-config-native and llvm-config are put in `dev` because they are
  tools just for build time.

- Clang no longer has an lld dep. That was introduced in
  db29857eb3, but if clang needs help
  finding lld when it is used we should just pass it flags / put in the
  resource dir. Providing it at build time increases critical path
  length for no good reason.

----

A note on `nativeCC`:

`stdenv` takes tools from the previous stage, so:

1. `pkgsBuildBuild`: `(?1, x, x)`
2. `pkgsBuildBuild.stdenv.cc`: `(?0, ?1, x)`

while:

1. `pkgsBuildBuild`: `(?1, x, x)`
2. `pkgsBuildBuild.targetPackages`: `(x, x, ?2)`
3. `pkgsBuildBuild.targetPackages.stdenv.cc`: `(?1, x, x)`
2021-04-30 05:41:00 +00: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
Sandro dcfb100bab
Merge pull request #120313 from fabaff/bump-metasploit
metasploit: 6.0.40 -> 6.0.41
2021-04-24 02:58:44 +02:00
github-actions[bot] 6e7c70d02d
Merge master into staging-next 2021-04-24 00:16:17 +00:00
Sandro dd2bec2c3b
Merge pull request #120311 from dotlambda/prs-0.2.8
prs: 0.2.7 -> 0.2.8
2021-04-24 01:39:09 +02:00
Alyssa Ross 0d0e7ca769
Merge remote-tracking branch 'nixpkgs/master' into staging-next
Conflicts:
	pkgs/top-level/python-packages.nix
2021-04-23 21:18:11 +00:00
Félix Baylac-Jacqué a9a112e57f
nsjail: fix bison link error
The nsjail build has been broken since the 3.7.5 bison bump:

  /nix/store/(...)/bin/ld: kafel/libkafel.a(libkafel.o):
    in function `kafel_yyerror':
  arm_syscalls.c:(.text+0x6833): undefined reference to `YYUSE'

The issue is coming from kafel and has been fixed upstream. More infos
at: https://github.com/google/kafel/pull/28.

Kafel being distributed through a git submodule in the nsjail repo, we
can't directly fetchpatch the fix from Github. We had to manually
modify the said patch to add a /kafel prefix.

We'll need to remove this patch for the next nsjail version bump.
2021-04-23 23:06:13 +02:00
Jörg Thalheim 68891e6a5b
ghidra: 9.2.2 -> 9.2.3 2021-04-23 17:43:05 +02:00
Graham Christensen 3ac9de55b0
Merge pull request #120304 from DeterminateSystems/yargen
yarGen: patch get_abs_path function, install strings.xml
2021-04-23 10:29:37 -04:00
Alyssa Ross 4f4d95bbc2
Merge remote-tracking branch 'nixpkgs/master' into staging-next
Conflicts:
	pkgs/development/python-modules/pyvex/default.nix
	pkgs/top-level/python-packages.nix
2021-04-23 13:49:12 +00:00
Fabian Affolter f789bacc63 metasploit: 6.0.40 -> 6.0.41 2021-04-23 14:29:47 +02:00
Fabian Affolter c312d8b98c
Merge pull request #120150 from r-ryantm/auto-update/bettercap
bettercap: 2.30.2 -> 2.31.0
2021-04-23 10:40:21 +02:00
Robert Schütz c890c058da prs: 0.2.7 -> 0.2.8 2021-04-23 10:04:22 +02:00
Vladimír Čunát ca65d6f7d2
Merge branch 'master' into staging-next 2021-04-23 09:10:50 +02:00
Cole Helbling 50ae69d07e
yarGen: install strings.xml
Rather than requiring the tool to be run inside the yarGen repo (or somewhere
else with a strings.xml), add the strings.xml to the store and use it from
there.
2021-04-22 23:39:47 -07:00
Cole Helbling fea5850009
yarGen: patch get_abs_path function
Otherwise, it would return a path inside the Nix store, which needs to be
writable for proper operation.
2021-04-22 23:37:22 -07:00
Robert Schütz c21475e7e8 yarGen: don't depend on scandir
Scandir is python2 only since 24896293e4.
2021-04-22 23:32:02 -07:00
Robert Schütz 081c81209f yarGen: improve installPhase 2021-04-22 23:32:02 -07:00
Sandro 974b5f18fd
Merge pull request #120001 from DeterminateSystems/flare-floss 2021-04-23 05:21:59 +02:00
github-actions[bot] 481a9bc47c
Merge master into staging-next 2021-04-23 00:15:39 +00:00
Sandro 68aecedb41
Merge pull request #120221 from fabaff/ntlmrecon
ntlmrecon: init at 0.4
2021-04-22 23:00:54 +02:00
Cole Helbling c253419a55 xorex: init at 0.3.0 2021-04-22 13:53:19 -07:00
Cole Helbling dbfbfa380e yarGen: init at 0.23.4 2021-04-22 13:52:42 -07:00
Cole Helbling f8e3ad15af earlybird: init at 1.25.0 2021-04-22 11:34:03 -07:00
Fabian Affolter 279b943182 ntlmrecon: init at 0.4 2021-04-22 17:14:46 +02:00
Thomas Gerbet 9dd668c1fb vault: 1.7.0 -> 1.7.1
Fixes CVE-2021-27668 and CVE-2021-27400.

Changelog:
b41bb14cf6/CHANGELOG.md
2021-04-22 15:10:13 +02:00
github-actions[bot] 120744d620
Merge master into staging-next 2021-04-22 12:06:24 +00:00
Fabian Affolter 5df5fcaf09
Merge pull request #120174 from r-ryantm/auto-update/dnsx
dnsx: 1.0.2 -> 1.0.3
2021-04-22 13:22:52 +02:00
Fabian Affolter f3b2aed716
Merge pull request #120197 from r-ryantm/auto-update/grype
grype: 0.9.0 -> 0.10.2
2021-04-22 13:21:20 +02:00
R. RyanTM b846287ad9 grype: 0.9.0 -> 0.10.2 2021-04-22 10:54:24 +00:00
Fabian Affolter c3a8a76c9b
bettercap: specify license 2021-04-22 11:03:17 +02:00
R. RyanTM 5c85156848 doppler: 3.23.2 -> 3.24.1 2021-04-22 08:42:35 +00:00
R. RyanTM e54449ace8 dnsx: 1.0.2 -> 1.0.3 2021-04-22 08:38:04 +00:00
R. RyanTM 9d91c85584 clevis: 16 -> 18 2021-04-22 07:38:12 +00:00
R. RyanTM 6d918cad39 bettercap: 2.30.2 -> 2.31.0 2021-04-22 06:22:31 +00:00
github-actions[bot] 8248f4db36
Merge master into staging-next 2021-04-22 06:05:51 +00:00
Sandro bee68940e8
Merge pull request #120090 from fabaff/wprecon
wprecon: init at 1.6.3a
2021-04-22 02:34:26 +02:00
Sandro f2dac5593b
Merge pull request #120081 from fabaff/badtouch
badtouch: init at 0.7.3
2021-04-22 02:28:54 +02:00
github-actions[bot] 77694c34c6
Merge master into staging-next 2021-04-22 00:16:15 +00:00
Graham Christensen a59644aeb6
Merge pull request #119999 from DeterminateSystems/honeytrap
honeytrap: init at unstable-2020-12-10
2021-04-22 00:15:07 +00:00
Pascal Bach cf3102118b cryptomator: 1.5.14 -> 1.5.15 2021-04-21 22:58:05 +02:00
Vladimír Čunát 96bf6939b3
keybase-gui: fix build regression
autoPatchelf wasn't finding some libraries anymore.
It was probably fallout from PR #118479.
2021-04-21 21:42:13 +02:00
Cole Helbling 5f45085a3f
flare-floss: init at 1.7.0 2021-04-21 11:21:10 -07:00
Fabian Affolter 045febc92d wprecon: init at 1.6.3a 2021-04-21 18:46:40 +02:00
Fabian Affolter de048123a1 badtouch: init at 0.7.3 2021-04-21 18:04:01 +02:00
github-actions[bot] 9b3e698b14
Merge master into staging-next 2021-04-21 12:06:23 +00:00
06kellyjac 5a304b17ed cosign: use buildFlagsArray
And add myself as a maintainer
2021-04-21 09:06:45 +01:00
Thomas Gerbet 22a2c39a74 cosign: 0.3.0 -> 0.3.1
Also, `cosign version` now displays the version.
2021-04-21 08:59:20 +02:00
Sandro 06600d0a7a
Merge pull request #119928 from LeSuisse/cosign-0.3.0
cosign: 0.2.0 -> 0.3.0
2021-04-21 05:13:13 +02:00
Sandro 31adf5346a
Merge pull request #119971 from fabaff/bump-hfinger
hfinger: 0.2.0 -> 0.2.1
2021-04-21 03:16:21 +02:00
Cole Helbling 444ea090da
honeytrap: init at unstable-2020-12-10 2021-04-20 16:03:02 -07:00
Fabian Affolter 783ffb27ce ldeep: 1.0.10 -> 1.0.11 2021-04-20 23:54:28 +02:00
Fabian Affolter 2257eced8c hfinger: 0.2.0 -> 0.2.1 2021-04-20 21:16:53 +02:00
Thomas Gerbet 647960c60b cosign: 0.2.0 -> 0.3.0
Release notes:
https://github.com/sigstore/cosign/releases/tag/v0.3.0
2021-04-20 19:13:36 +02:00
github-actions[bot] 960439e003
Merge master into staging-next 2021-04-20 12:06:46 +00:00
Fabian Affolter 7d04bef4d8 nwipe: 0.28 -> 0.30 2021-04-19 23:54:39 +02:00
github-actions[bot] 36faabcd7c
Merge master into staging-next 2021-04-19 06:05:48 +00:00
Sandro 0a5f5bab0e
Merge pull request #119738 from bachp/cryptomator-desktop
cryptomator: fix desktop integration
2021-04-19 05:05:28 +02:00
Dmitry Bogatov ea3622dcc8
passphrase2pgp: 1.1.0 -> 1.2.0 (#119748)
Co-authored-by: Dmitry Bogatov <git#v1@kaction.cc>
2021-04-19 02:19:40 +02:00
github-actions[bot] b57b2b362c
Merge master into staging-next 2021-04-18 18:10:37 +00:00
Sandro c954ba9a83
Merge pull request #119792 from fabaff/traitor
traitor: init at 0.0.3
2021-04-18 19:22:26 +02:00
Sandro 59f719def4
Merge pull request #119797 from fabaff/bump-ffuf
ffuf: 1.2.1 -> 1.3.0
2021-04-18 19:13:11 +02:00
Fabian Affolter 536a23ec82 ffuf: 1.2.1 -> 1.3.0 2021-04-18 14:20:06 +02:00
Fabian Affolter 1c038b1c5a traitor: init at 0.0.3 2021-04-18 14:06:38 +02:00
github-actions[bot] 0ef3d3e462
Merge master into staging-next 2021-04-18 00:15:36 +00:00
Thomas Gerbet 97368d3738 tor: 0.4.5.6 -> 0.4.5.7
Fixes CVE-2021-28089 and CVE-2021-28090.

Release notes:
https://blog.torproject.org/node/2009
2021-04-17 20:42:29 +02:00
Pascal Bach fd478d01df cryptomator: fix desktop integration
Move the .desktop files from usr/share to share.
2021-04-17 20:25:57 +02:00
github-actions[bot] 8156636ab9
Merge master into staging-next 2021-04-17 18:10:38 +00:00
Thomas Gerbet 7a07dc0a07 libmodsecurity: 3.0.3 -> 3.0.4
Fixes CVE-2019-19889.

Release notes:
https://github.com/SpiderLabs/ModSecurity/releases/tag/v3.0.4
2021-04-17 17:31:33 +02:00
github-actions[bot] f620e30ca4
Merge master into staging-next 2021-04-17 00:15:03 +00:00
Pavol Rusnak a2f6801828
Merge pull request #119632 from philandstuff/yubikey-agent/fix-systemd-unit
yubikey-agent: fix systemd unit
2021-04-17 00:22:44 +02:00
Philip Potter dfb0999f73 yubikey-agent: fix systemd unit
I was getting problems with the unit failing to start due to NAMESPACE
or CAPABILITIES permissions.

Upstream now provides a systemd unit file in the repo, we should use that
one, and that one works for me.
2021-04-16 20:45:55 +01:00
github-actions[bot] 6a0f49f240
Merge master into staging-next 2021-04-16 18:13:19 +00:00
Pascal Bach 4f3907fc0f cryptomator: 1.5.13 -> 1.5.14 2021-04-16 17:33:25 +02:00
Martin Weinelt cd7a519012
Merge branch 'master' into staging-next 2021-04-16 01:32:09 +02:00
Fabian Affolter 010125af00 metasploit: 6.0.39 -> 6.0.40 2021-04-15 23:21:24 +02:00
Henry Mortimer ec4dc7e346
passExtensions.pass-import: install extension script and completion
The changes added in 40b9f4e meant that running the extension
from within pass, i.e. running `pass import` no longer worked because
the extension script didn't get installed and the completion scripts
for pimport don't get installed. This commit fixes that by manually
copying and wrapping the extension script and completion scripts
2021-04-15 21:33:51 +01:00
github-actions[bot] 8b35f0c117
Merge master into staging-next 2021-04-15 06:05:40 +00:00
R. RyanTM c920f18e00 httpx: 1.0.4 -> 1.0.5 2021-04-15 01:38:06 +00:00
Vladimír Čunát d2eb7a7887
Merge branch 'staging' into staging-next
A few conflicts but relatively clear ones (I think).
2021-04-14 10:08:25 +02:00
Robert Schütz 650553aa9b
Merge pull request #117873 from fabaff/apkid
apkid: init at 2.1.1, python3Packages.yara-python: init at 4.0.5
2021-04-13 09:54:27 +02:00
Luke Granger-Brown 08b22e605b Merge remote-tracking branch 'upstream/staging-next' into down-integrate-staging 2021-04-12 18:49:01 +00:00
Sandro 28687490bb
Merge pull request #117165 from drewrisinger/dr-pr-fix-pass-import
passExtensions.pass-import: fix, convert to buildPythonApplication
2021-04-12 20:21:52 +02:00
Fabian Affolter d549dc310c
yara: add maintainer 2021-04-12 19:53:11 +02:00
Sandro ab1a223747
Merge pull request #112322 from mohe2015/module/declarative-step-ca 2021-04-12 17:35:54 +02:00
Sandro 1a35ed1c7c
Merge pull request #119222 from ewok/update-enpass-6.6.1
enpass: 6.5.1 -> 6.6.1
2021-04-12 16:35:06 +02:00
Sandro d04cfffbdb
Merge pull request #119217 from LeSuisse/clamav-0.103.2
clamav: 0.103.1 -> 0.103.2
2021-04-12 15:36:13 +02:00
Artur Taranchiev 5a8838aaee enpass: 6.5.1 -> 6.6.1 2021-04-12 15:41:32 +03:00
Thomas Gerbet df7cebe08b clamav: 0.103.1 -> 0.103.2
Fixes CVE-2021-1252, CVE-2021-1404 and CVE-2021-1405.

Release notes:
https://blog.clamav.net/2021/04/clamav-01032-security-patch-release.html
2021-04-12 11:13:35 +02:00
Fabian Affolter 328a2e365f metasploit: 6.0.38 -> 6.0.39 2021-04-12 08:37:55 +02:00
Daniel Schaefer f17647c892
Merge pull request #117624 from fabaff/bump-chipsec 2021-04-12 00:06:11 +08:00
Sandro 9ca28714c8
Merge pull request #119086 from fabaff/hfinger
hfinger: init at 0.2.0
2021-04-11 16:13:06 +02:00
Doron Behar 1d110a147b
Merge pull request #112599 from r-ryantm/auto-update/clevis
clevis: 15 -> 16
2021-04-11 08:47:14 +00:00
Fabian Affolter 06514288d6 yara: enable additional features 2021-04-11 01:35:08 +02:00
Fabian Affolter e5b6e6f289 hfinger: init at 0.2.0 2021-04-11 00:22:19 +02:00
Fabian Affolter b596339ee0
Merge pull request #119021 from r-ryantm/auto-update/httpx
httpx: 1.0.3 -> 1.0.4
2021-04-10 15:35:27 +02:00
R. RyanTM cca6c85231 httpx: 1.0.3 -> 1.0.4 2021-04-10 12:01:45 +00:00
Fabian Affolter 0ecaa4ccdd
Merge pull request #119002 from r-ryantm/auto-update/gitleaks
gitleaks: 7.3.0 -> 7.4.0
2021-04-10 13:50:59 +02:00
Fabian Affolter b0f94ddcc5
Merge pull request #118986 from r-ryantm/auto-update/dnsx
dnsx: 1.0.1 -> 1.0.2
2021-04-10 13:37:18 +02:00
R. RyanTM 7c4663c64a gitleaks: 7.3.0 -> 7.4.0 2021-04-10 10:03:23 +00:00
R. RyanTM 4a895869d1 dnsx: 1.0.1 -> 1.0.2 2021-04-10 08:08:59 +00:00
Daniel Schaefer b036fe2fed chipsec: Fix building kernel module
In recent versions of chipsec the build scripts have changed and we
haven't built the kernel module in nixpkgs. Upstream has changed the
variable for the kernel sources.

Additional patches are needed as a workaround. Those issues should be
fixed upstream.
2021-04-09 23:00:28 +08:00
Hedtke, Moritz 01b1ddfa70 Add mohe2015 as maintainer to step-ca and nixos/step-ca 2021-04-09 14:57:43 +02:00
Daniel Schaefer 74ad753b4f chipsec: 1.5.10 -> 1.6.1 2021-04-09 14:32:12 +08:00
Mario Rodas 7a1e42a078 sops: 3.7.0 -> 3.7.1
https://github.com/mozilla/sops/releases/tag/v3.7.1
2021-04-09 04:20:00 +00:00
Hedtke, Moritz 2d821cb5c0 step-ca: Add option to disable HSM support 2021-04-07 16:38:23 +02:00
Hedtke, Moritz 106b8616f7 step-ca: Add systemd service file at correct location to get it picked up automatically 2021-04-07 16:38:23 +02:00
Hedtke, Moritz 53a17d2a44 step-ca: 0.15.6 -> 0.15.11 2021-04-07 16:38:16 +02:00
Jan Tojnar b47bf79d2a Merge branch 'staging-next' into staging 2021-04-07 05:41:17 +02:00
Pascal Bach c0b9713178
Merge pull request #118430 from andir/ghidra
ghidra-bin: 9.2.1 -> 9.2.2
2021-04-06 21:14:03 +02:00
Jan Tojnar 70babe5bcf Merge branch 'staging-next' into staging 2021-04-06 16:25:41 +02:00
Drew Risinger 40b9f4ef87 passExtensions.pass-import: convert to buildPythonApplication
Rewrite the derivation using buildPythonApplication, which makes the
wrappers a lot cleaner.
Adds tests because the application wasn't working as intended
due to the wrong file-magic python package (used "filemagic" instead of
desired "file-magic").
2021-04-06 09:18:44 -04:00
Sandro 6f45d62f2b
Merge pull request #107190 from applePrincess/add-zsteg 2021-04-06 10:19:40 +02:00
cytopia a218db1f66
pwncat: 0.1.0 -> 0.1.1
Remove leading space in description
2021-04-05 19:12:31 +02:00
Fabian Affolter 5d5cd8899a
Merge pull request #118525 from r-ryantm/auto-update/nuclei
nuclei: 2.3.3 -> 2.3.4
2021-04-05 10:34:31 +02:00
Fabian Affolter 5889012c3b
Merge pull request #118558 from r-ryantm/auto-update/teler
teler: 1.2.1 -> 1.2.2
2021-04-05 10:30:51 +02:00
R. RyanTM 6fba2e5627 teler: 1.2.1 -> 1.2.2 2021-04-05 05:59:33 +00:00
Sandro 7c932296e0
Merge pull request #116335 from SuperSandro2000/move-aliases.nix 2021-04-05 04:07:15 +02:00
R. RyanTM efec766124 nuclei: 2.3.3 -> 2.3.4 2021-04-05 00:50:49 +00:00
zowoq 2361318ade Merge staging-next into staging 2021-04-05 05:11:50 +10:00
R. RyanTM adfad6c5b8 crlfuzz: 1.4.0 -> 1.4.1 2021-04-04 17:49:57 +00:00
Sandro Jäckel 3453b89f4b
lzma: deprecate alias 2021-04-04 19:49:52 +02:00
Sandro Jäckel 33a395f195
yacc: deprecate alias
and add a new line after the alphabetically sorting to please my inner monk
2021-04-04 03:18:58 +02:00
Sandro Jäckel dcb501f993
kerberos: deprecate alias 2021-04-04 03:18:56 +02:00
github-actions[bot] 1ffe4a4f49
Merge staging-next into staging 2021-04-04 00:20:48 +00:00
Andreas Rammhold a9479e1fff ghidra-bin: 9.2.1 -> 9.2.2 2021-04-03 22:35:04 +02:00
Fabian Affolter 8b0b632f88 metasploit: 6.0.37 -> 6.0.38 2021-04-03 22:00:43 +02:00
github-actions[bot] e4d0dd66a1
Merge staging-next into staging 2021-04-03 18:18:54 +00:00
Martin Weinelt b5e8919e56
Merge pull request #117733 from fabaff/bump-zeroconf 2021-04-03 19:42:19 +02:00
Frederik Rietdijk 94fa194b9f
Merge pull request #117593 from FRidh/python2alias
Python: be explicit on whether it is python2 or python3 that is used
2021-04-03 18:01:09 +02:00
Fabian Affolter 4cd1d1b826
Merge pull request #118204 from r-ryantm/auto-update/doppler
doppler: 3.23.1 -> 3.23.2
2021-04-03 17:50:33 +02:00
Frederik Rietdijk fe538efe61 hash-slinger: stay with python2
Seems hard to check whether this one will work with python3.
2021-04-03 17:06:09 +02:00
Frederik Rietdijk 09b2a0c0af gen-oauth-safe: use python3 2021-04-03 17:06:07 +02:00
Fabian Affolter 876deb4103 expliot: 0.9.6 -> 0.9.7 2021-04-03 14:52:17 +02:00
Peter Hoeg 2b93e96d0b pcsclite: add policy kit support 2021-04-03 19:09:48 +08:00
Peter Hoeg c1db6868bb pcsctools: use the local smartcard list
Use the local file provided with pcsctools or alternatively look in /etc/pcsc.
2021-04-03 19:09:48 +08:00
Fabian Affolter e3645c05ed
python3Packages.callPackage (#117406) 2021-04-01 20:13:15 +02:00
Ryan Horiguchi 81032dd274
chkrootkit: add missing binutils 2021-04-01 17:43:19 +02:00
Sandro 3f40d1be9c
Merge pull request #118127 from fabaff/credslayer
credslayer: init at 0.1.2
2021-04-01 13:47:09 +02:00
Fabian Affolter 7d0fd59559 nuclei: 2.3.2 -> 2.3.3 2021-04-01 09:51:01 +02:00
R. RyanTM caab2d464d doppler: 3.23.1 -> 3.23.2 2021-04-01 07:09:14 +00:00
Fabian Affolter 2abffbc84f credslayer: init at 0.1.2 2021-04-01 01:45:31 +02:00
Sandro 59d78cf030
Merge pull request #117984 from fabaff/wapiti 2021-04-01 01:35:08 +02:00
Sandro c6db6ad3b2
Merge pull request #118142 from fabaff/xcat 2021-03-31 23:30:31 +02:00
Fabian Affolter 42cbdb8e7a xcat: init at 1.2.0 2021-03-31 20:14:08 +02:00
Fabian Affolter be91fea7b7 wapiti: init at 3.0.4 2021-03-31 13:43:28 +02:00
Robert Schütz f725bcbdb8 prs: 0.2.6 -> 0.2.7 2021-03-31 13:16:29 +02:00
Fabian Affolter b6dad95597
sslscan: 1.11.13 -> 2.0.9 (#118130)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-03-31 12:50:48 +02:00
Sandro 0021760e22
Merge pull request #117805 from LeSuisse/rekor-init 2021-03-31 03:29:10 +02:00
Sandro f3b5f40c81
Merge pull request #118083 from dotlambda/prs-0.2.6
prs: 0.2.5 -> 0.2.6
2021-03-31 01:45:46 +02:00
Fabian Affolter 2267d0b5a9
Merge pull request #118053 from r-ryantm/auto-update/gitjacker
gitjacker: 0.0.3 -> 0.1.0
2021-03-30 22:03:17 +02:00
Robert Schütz ecbaf640cf prs: 0.2.5 -> 0.2.6 2021-03-30 15:51:56 +02:00