a-n-n-a-l-e-e
ce789e7e35
llvmPackages_{12,13,14,15,16,17,git}.{libcxx,libcxxabi}: merge libcxxabi into libcxx ( #292043 )
...
- merge libcxxabi into libcxx for LLVM 12, 13, 14, 15, 16, 17, and git.
- remove the link time workaround `-lc++ -lc++abi` from 58 packages as it is no longer required.
- fixes https://github.com/NixOS/nixpkgs/issues/166205
- provides alternative fixes for. https://github.com/NixOS/nixpkgs/issues/269548 https://github.com/NixOS/nix/issues/9640
- pkgsCross.x86_64-freebsd builds work again
This change can be represented in 3 stages
1. merge libcxxabi into libcxx -- files: pkgs/development/compilers/llvm/[12, git]/{libcxx, libcxxabi}
2. update stdenv to account for merge -- files: stdenv.{adapters, cc.wrapper, darwin}
3. remove all references to libcxxabi outside of llvm (about 58 packages modified)
### merging libcxxabi into libcxx
- take the union of the libcxxabi and libcxx cmake flags
- eliminate the libcxx-headers-only package - it was only needed to break libcxx <-> libcxxabi circular dependency
- libcxx.cxxabi is removed. external cxxabi (freebsd) will symlink headers / libs into libcxx.
- darwin will re-export the libcxxabi symbols into libcxx so linking `-lc++` is sufficient.
- linux/freebsd `libc++.so` is a linker script `LINK(libc++.so.1, -lc++abi)` making `-lc++` sufficient.
- libcxx/default.nix [12, 17] are identical except for patches and `LIBCXX_ADDITIONAL_LIBRARIES` (only used in 16+)
- git/libcxx/defaul.nix does not link with -nostdlib when useLLVM is true so flag is removed. this is not much different than before as libcxxabi used -nostdlib where libcxx did not, so libc was linked in anyway.
### stdenv changes
- darwin bootstrap, remove references to libcxxabi and cxxabi
- cc-wrapper: remove c++ link workaround when libcxx.cxxabi doesn't exist (still exists for LLVM pre 12)
- adapter: update overrideLibcxx to account for a pkgs.stdenv that only has libcxx
### 58 package updates
- remove `NIX_LDFLAGS = "-l${stdenv.cc.libcxx.cxxabi.libName}` as no longer needed
- swift, nodejs_v8 remove libcxxabi references in the clang override
https://github.com/NixOS/nixpkgs/pull/292043
2024-03-11 03:53:37 -07:00
Sandro Jäckel
9e44eb5dee
pinentry: add tty variant
...
Closes #294698
2024-03-11 11:09:15 +01:00
github-actions[bot]
43d40d2ee7
Merge staging-next into staging
2024-03-10 18:01:43 +00:00
Nick Cao
afcfbcac58
Merge pull request #294556 from r-ryantm/auto-update/cdxgen
...
cdxgen: 10.2.1 -> 10.2.2
2024-03-10 10:26:40 -04:00
github-actions[bot]
3ce29d4386
Merge staging-next into staging
2024-03-10 00:02:48 +00:00
Sandro
c86e8fd7a0
Merge pull request #133542 from fpletz/refactor/pinentry-remove-multiple-outputs
...
pinentry: remove multiple outputs
2024-03-09 23:57:27 +01:00
Fabian Affolter
54b610936e
exploitdb: 2024-03-07 -> 2024-03-09
...
Diff: https://gitlab.com/exploit-database/exploitdb/-/compare/refs/tags/2024-03-07...2024-03-09
2024-03-09 21:21:43 +01:00
Andrei Volt
7367cbd4e4
firefox_decrypt: refactor makeWrapperArgs for macOS support ( #283821 )
...
* firefox_decrypt: refactor makeWrapperArgs for macOS support
2024-03-09 21:03:01 +01:00
R. Ryantm
94813a875a
cdxgen: 10.2.1 -> 10.2.2
2024-03-09 19:09:57 +00:00
github-actions[bot]
df50875548
Merge staging-next into staging
2024-03-09 12:01:37 +00:00
Fabian Affolter
aeb26fd6e1
Merge pull request #294290 from fabaff/gallia-bump
...
gallia: 1.5.0 -> 1.6.0
2024-03-09 10:39:35 +01:00
github-actions[bot]
43a9895405
Merge staging-next into staging
2024-03-09 06:01:21 +00:00
Mario Rodas
8955b1d9ee
Merge pull request #294360 from fabaff/metasploit-bump
...
metasploit: 6.3.58 -> 6.3.59
2024-03-08 20:04:37 -05:00
R. Ryantm
cb7c67bfc8
isolate: 1.10.1 -> 2.0
2024-03-09 00:42:08 +00:00
github-actions[bot]
c3cf93646a
Merge staging-next into staging
2024-03-09 00:02:40 +00:00
Robert Schütz
2be8f78d23
Merge pull request #292927 from SuperSandro2000/vaultwarden
...
vaultwarden: 1.30.3 -> 1.30.5
2024-03-08 23:31:23 +00:00
Fabian Affolter
af147603cf
metasploit: 6.3.58 -> 6.3.59
2024-03-08 22:31:42 +01:00
github-actions[bot]
c05ba82277
Merge staging-next into staging
2024-03-08 18:01:49 +00:00
Nick Cao
a1babc114e
Merge pull request #294282 from r-ryantm/auto-update/mokutil
...
mokutil: 0.7.0 -> 0.7.1
2024-03-08 10:13:48 -05:00
Fabian Affolter
a76caa3827
gallia: 1.5.0 -> 1.6.0
...
Diff: https://github.com/Fraunhofer-AISEC/gallia/compare/refs/tags/v1.5.0...v1.6.0
Changelog: https://github.com/Fraunhofer-AISEC/gallia/releases/tag/v1.6.0
2024-03-08 16:08:48 +01:00
R. Ryantm
ec6a140f82
mokutil: 0.7.0 -> 0.7.1
2024-03-08 13:55:17 +00:00
Florian Klink
7cdd557357
Merge pull request #294081 from r-ryantm/auto-update/jwx
...
jwx: 2.0.20 -> 2.0.21
2024-03-08 15:20:30 +02:00
Fabian Affolter
85ba439a1b
Merge pull request #294255 from fabaff/cnspec-bump
...
cnspec: 10.2.0 -> 10.6.1
2024-03-08 13:59:26 +01:00
Fabian Affolter
ed5ab86e42
Merge pull request #294253 from fabaff/trufflehog-bump
...
trufflehog: 3.68.5 -> 3.69.0
2024-03-08 13:59:16 +01:00
github-actions[bot]
1d176721c2
Merge staging-next into staging
2024-03-08 12:01:49 +00:00
Vladimír Čunát
335c734226
Merge #292500 : staging-next 2024-03-01
2024-03-08 12:35:06 +01:00
Fabian Affolter
46191f4b76
cnspec: 10.2.0 -> 10.6.1
...
Diff: https://github.com/mondoohq/cnspec/compare/refs/tags/v10.2.0...v10.6.1
Changelog: https://github.com/mondoohq/cnspec/releases/tag/v10.6.1
2024-03-08 11:59:18 +01:00
Fabian Affolter
8bcf60e90f
trufflehog: 3.68.5 -> 3.69.0
...
Diff: https://github.com/trufflesecurity/trufflehog/compare/refs/tags/v3.68.5...v3.69.0
Changelog: https://github.com/trufflesecurity/trufflehog/releases/tag/v3.69.0
2024-03-08 11:41:23 +01:00
Fabian Affolter
04c7467ce6
terrascan: 1.18.12 -> 1.19.1
...
Diff: https://github.com/accurics/terrascan/compare/refs/tags/v1.18.12...v1.19.1
Changelog: https://github.com/tenable/terrascan/blob/v1.19.1/CHANGELOG.md
2024-03-08 09:13:11 +01:00
github-actions[bot]
f5a9b8ecda
Merge staging-next into staging
2024-03-07 18:01:21 +00:00
Martin Weinelt
1371fe6327
Merge remote-tracking branch 'origin/master' into staging-next
...
Conflicts:
- pkgs/servers/home-assistant/default.nix
2024-03-07 17:12:13 +01:00
R. Ryantm
3fefb50074
jwx: 2.0.20 -> 2.0.21
2024-03-07 16:07:33 +00:00
Nick Cao
da4af062dd
Merge pull request #293975 from r-ryantm/auto-update/trufflehog
...
trufflehog: 3.68.4 -> 3.68.5
2024-03-07 10:04:42 -05:00
Nick Cao
dc25d62f4d
Merge pull request #293921 from r-ryantm/auto-update/doppler
...
doppler: 3.67.0 -> 3.67.1
2024-03-07 10:00:43 -05:00
Nick Cao
899e76f517
Merge pull request #293940 from r-ryantm/auto-update/signify
...
signify: 31 -> 32
2024-03-07 09:55:55 -05:00
Nick Cao
1a071c515d
Merge pull request #293895 from r-ryantm/auto-update/aws-iam-authenticator
...
aws-iam-authenticator: 0.6.17 -> 0.6.18
2024-03-07 09:48:27 -05:00
github-actions[bot]
446e5710f3
Merge staging-next into staging
2024-03-07 12:01:50 +00:00
github-actions[bot]
590e65a7b3
Merge master into staging-next
2024-03-07 12:01:24 +00:00
Mario Rodas
9e2eb977b3
Merge pull request #293992 from fabaff/exploitdb-bump
...
exploitdb: 2024-03-06 -> 2024-03-07
2024-03-07 06:28:54 -05:00
Weijia Wang
f949ac6f21
Merge pull request #292678 from r-ryantm/auto-update/bruteforce-luks
...
bruteforce-luks: 1.4.0 -> 1.4.1
2024-03-07 11:57:15 +01:00
Weijia Wang
0edad054e4
Merge pull request #285425 from r-ryantm/auto-update/himitsu
...
himitsu: 0.5 -> 0.6
2024-03-07 11:23:42 +01:00
Weijia Wang
08df3ef7a6
Merge pull request #286436 from r-ryantm/auto-update/buttercup-desktop
...
buttercup-desktop: 2.24.4 -> 2.26.0
2024-03-07 10:43:51 +01:00
Weijia Wang
44fbc34da4
Merge pull request #293958 from r-ryantm/auto-update/httpx
...
httpx: 1.5.0 -> 1.6.0
2024-03-07 09:29:25 +01:00
Fabian Affolter
9793eb884e
exploitdb: 2024-03-06 -> 2024-03-07
...
Diff: https://gitlab.com/exploit-database/exploitdb/-/compare/refs/tags/2024-03-06...2024-03-07
2024-03-07 09:25:19 +01:00
Weijia Wang
8eefb1839f
Merge pull request #288339 from r-ryantm/auto-update/cdxgen
...
cdxgen: 10.0.5 -> 10.2.1
2024-03-07 08:56:49 +01:00
Weijia Wang
2c05cebe08
Merge pull request #292033 from r-ryantm/auto-update/semgrep
...
semgrep: 1.62.0 -> 1.63.0
2024-03-07 07:59:03 +01:00
R. Ryantm
488089bba9
trufflehog: 3.68.4 -> 3.68.5
2024-03-07 06:51:33 +00:00
Steven Kou
9c23a78bd6
yubikey-touch-detector: 1.10.1 -> 1.11.0
2024-03-07 00:09:49 -05:00
R. Ryantm
96e065a75c
httpx: 1.5.0 -> 1.6.0
2024-03-07 04:43:45 +00:00
R. Ryantm
ba90b6cc60
signify: 31 -> 32
2024-03-07 02:42:44 +00:00
Emily Trau
29423a5d70
proxmark3: add gd optional dependency
2024-03-07 12:48:33 +11:00
R. Ryantm
1d5a4e0a14
doppler: 3.67.0 -> 3.67.1
2024-03-07 01:39:26 +00:00
github-actions[bot]
29731b7d0e
Merge staging-next into staging
2024-03-07 00:02:39 +00:00
github-actions[bot]
e0fd83a658
Merge master into staging-next
2024-03-07 00:02:06 +00:00
R. Ryantm
adc65a0b27
aws-iam-authenticator: 0.6.17 -> 0.6.18
2024-03-07 00:00:59 +00:00
Nick Cao
84b0e9b0ab
Merge pull request #293804 from fabaff/exploitdb-bump
...
exploitdb: 2024-03-04 -> 2024-03-06
2024-03-06 17:35:07 -05:00
github-actions[bot]
8d0048d3b4
Merge staging-next into staging
2024-03-06 18:01:46 +00:00
github-actions[bot]
8a8a630460
Merge master into staging-next
2024-03-06 18:01:19 +00:00
Fabian Affolter
67b54c6298
gotestwaf: 0.4.14 -> 0.4.15
...
Diff: https://github.com/wallarm/gotestwaf/compare/refs/tags/v0.4.14...v0.4.15
Changelog: https://github.com/wallarm/gotestwaf/releases/tag/v0.4.15
2024-03-06 16:56:16 +01:00
Fabian Affolter
c0ee7bee6c
exploitdb: 2024-03-04 -> 2024-03-06
...
Diff: https://gitlab.com/exploit-database/exploitdb/-/compare/refs/tags/2024-03-04...2024-03-06
2024-03-06 16:43:23 +01:00
Nick Cao
4d115f3941
Merge pull request #293656 from r-ryantm/auto-update/spire
...
spire: 1.9.0 -> 1.9.1
2024-03-06 08:52:56 -05:00
github-actions[bot]
b859baf176
Merge staging-next into staging
2024-03-06 12:01:41 +00:00
github-actions[bot]
d6370b05b5
Merge master into staging-next
2024-03-06 12:01:15 +00:00
Michael Adler
3d726897d2
opensc: 0.24.0 -> 0.25.0
2024-03-06 10:31:03 +01:00
R. Ryantm
3f94296667
spire: 1.9.0 -> 1.9.1
2024-03-06 03:55:21 +00:00
R. Ryantm
de914786bf
tessen: 2.2.1 -> 2.2.3
2024-03-06 03:15:03 +00:00
R. Ryantm
c9f3cc6a29
cfssl: 1.6.4 -> 1.6.5
2024-03-06 03:08:36 +00:00
github-actions[bot]
9c0a3e4166
Merge staging-next into staging
2024-03-05 18:01:51 +00:00
github-actions[bot]
ac779b472e
Merge master into staging-next
2024-03-05 18:01:25 +00:00
Pol Dellaiera
ee08a10358
Merge pull request #293283 from mfrw/mfrw/pcsclite-2.0.3
...
pcsclite: 2.0.1 -> 2.0.3
2024-03-05 16:07:51 +01:00
Nick Cao
25ccebdfe6
Merge pull request #293401 from r-ryantm/auto-update/witness
...
witness: 0.3.0 -> 0.3.1
2024-03-05 09:27:23 -05:00
github-actions[bot]
2be10cb1a0
Merge master into staging-next
2024-03-05 12:01:17 +00:00
Fabian Affolter
478b0f21dc
Merge pull request #293457 from fabaff/exploitdb-bump
...
exploitdb: 2024-03-01 -> 2024-03-04
2024-03-05 11:04:03 +01:00
Fabian Affolter
e1a1ed890b
Merge pull request #293456 from fabaff/cfripper-bump
...
cfripper: 1.15.5 -> 1.15.6
2024-03-05 11:03:53 +01:00
Fabian Affolter
ff4e6aa705
Merge pull request #293442 from fabaff/gotestwaf-bump
...
gotestwaf: 0.4.13 -> 0.4.14
2024-03-05 11:00:15 +01:00
Fabian Affolter
67b220c276
exploitdb: 2024-03-01 -> 2024-03-04
...
Diff: https://gitlab.com/exploit-database/exploitdb/-/compare/refs/tags/2024-03-01...2024-03-04
2024-03-05 10:01:08 +01:00
Fabian Affolter
aed0471c82
cfripper: 1.15.5 -> 1.15.6
...
Diff: https://github.com/Skyscanner/cfripper/compare/refs/tags/v1.15.5...v1.15.6
Changelog: https://github.com/Skyscanner/cfripper/releases/tag/v1.15.6
2024-03-05 09:59:24 +01:00
Fabian Affolter
2918ec895d
gotestwaf: 0.4.13 -> 0.4.14
...
Diff: https://github.com/wallarm/gotestwaf/compare/refs/tags/v0.4.13...v0.4.14
Changelog: https://github.com/wallarm/gotestwaf/releases/tag/v0.4.14
2024-03-05 09:24:30 +01:00
Fabian Affolter
971d50493c
dnsx: 1.2.0 -> 1.2.1
...
Diff: https://github.com/projectdiscovery/dnsx/compare/refs/tags/v1.2.0...v1.2.1
Changelog: https://github.com/projectdiscovery/dnsx/releases/tag/v1.2.1
2024-03-05 09:23:12 +01:00
github-actions[bot]
16bca48d25
Merge master into staging-next
2024-03-05 06:01:12 +00:00
Robert Schütz
dacfe7065a
Merge pull request #289865 from dotlambda/spsdk-cryptography
...
python311Packages.spsdk: 2.0.1 -> 2.1.0
2024-03-05 03:44:00 +00:00
R. Ryantm
dd88b31dee
witness: 0.3.0 -> 0.3.1
2024-03-05 02:53:07 +00:00
R. Ryantm
848708793c
cdxgen: 10.0.5 -> 10.2.1
2024-03-04 22:30:43 +00:00
github-actions[bot]
fe2479b166
Merge master into staging-next
2024-03-04 18:00:55 +00:00
R. Ryantm
bd93eb1a8f
buttercup-desktop: 2.24.4 -> 2.26.0
2024-03-04 17:50:27 +00:00
Muhammad Falak R Wani
9782a7ce24
pcsclite: 2.0.1 -> 2.0.3
...
Diff: https://salsa.debian.org/rousseau/PCSC/-/compare/refs/tags/2.0.1...2.0.3
Changelog: https://salsa.debian.org/rousseau/PCSC/-/blob/2.0.3/ChangeLog
Signed-off-by: Muhammad Falak R Wani <falakreyaz@gmail.com>
2024-03-04 22:58:01 +05:30
R. Ryantm
6ed0cca1b9
tboot: 1.11.1 -> 1.11.2
2024-03-04 12:27:27 +00:00
Sandro
4085cbeee3
vaultwarden.webvault: fix eval
2024-03-04 13:20:26 +01:00
github-actions[bot]
6620dd578c
Merge master into staging-next
2024-03-04 12:06:01 +00:00
Fabian Affolter
d3491342d6
Merge pull request #292806 from mjoerg/yaralyzer-0.9.3
...
yaralyzer: 0.9.0 -> 0.9.3
2024-03-04 08:37:36 +01:00
Fabian Affolter
25ed74610b
Merge pull request #293125 from r-ryantm/auto-update/dnsx
...
dnsx: 1.1.6 -> 1.2.0
2024-03-04 08:27:26 +01:00
Fabian Affolter
89b71b08bf
Merge pull request #293106 from fabaff/metabigor-refactor
...
metabigor: refactor
2024-03-04 08:21:46 +01:00
github-actions[bot]
1a3380fec6
Merge master into staging-next
2024-03-04 06:10:33 +00:00
Mario Rodas
928f5b10d4
arti: 1.1.13 -> 1.2.0
...
Diff: https://gitlab.torproject.org/tpo/core/arti/-/compare/arti-v1.1.13...arti-v1.2.0
Changelog: https://gitlab.torproject.org/tpo/core/arti/-/blob/arti-v1.2.0/CHANGELOG.md
2024-03-04 04:20:00 +00:00
Robert Schütz
e67761b6f6
Merge pull request #292854 from SuperSandro2000/vaultwarden-bitwarden_rs
...
vaultwarden: cleanup maintainers, nixos/vaultwarden: drop aliases
2024-03-04 00:36:06 +00:00
R. Ryantm
1f472b4dd4
dnsx: 1.1.6 -> 1.2.0
2024-03-04 00:35:57 +00:00
github-actions[bot]
7869e723ac
Merge master into staging-next
2024-03-04 00:02:16 +00:00
Sandro Jäckel
b9cf1b5bf2
vaultwarden: drop inactive maintainer, vaultwarden.webvault: inherit maintainers from main package
2024-03-04 00:41:35 +01:00
Fabian Affolter
2d3bbef3e5
metabigor: refactor
2024-03-03 23:29:42 +01:00
Fabian Affolter
df3b84f7f7
Merge pull request #292831 from r-ryantm/auto-update/trufflehog
...
trufflehog: 3.68.3 -> 3.68.4
2024-03-03 22:10:10 +01:00
Fabian Affolter
7bcd0a0ba4
Merge pull request #293021 from fabaff/metasploit-bump
...
metasploit: 6.3.57 -> 6.3.58
2024-03-03 20:56:48 +01:00
Fabian Affolter
0ec0cf57b8
Merge pull request #293015 from fabaff/hfinger-bump
...
hfinger: refactor
2024-03-03 20:56:27 +01:00
github-actions[bot]
3d632fe115
Merge master into staging-next
2024-03-03 18:01:09 +00:00
Nick Cao
02b57f0ac7
Merge pull request #293026 from r-ryantm/auto-update/ssh-to-age
...
ssh-to-age: 1.1.6 -> 1.1.7
2024-03-03 10:04:40 -05:00
Nick Cao
b5619090cc
Merge pull request #292871 from r-ryantm/auto-update/metabigor
...
metabigor: 1.12.1 -> 2.0.0
2024-03-03 09:46:17 -05:00
R. Ryantm
f13d94892c
ssh-to-age: 1.1.6 -> 1.1.7
2024-03-03 14:30:14 +00:00
Fabian Affolter
0d72eccd41
metasploit: 6.3.57 -> 6.3.58
2024-03-03 15:12:03 +01:00
Fabian Affolter
f24c6ab76e
hfinger: refactor
2024-03-03 14:51:53 +01:00
github-actions[bot]
0d466b7ac7
Merge master into staging-next
2024-03-03 12:01:17 +00:00
Doron Behar
49379a0334
Merge pull request #292596 from minijackson/sequoia-sq-0.34
...
sequoia-sq: 0.32.0 -> 0.34.0
2024-03-03 10:28:02 +02:00
github-actions[bot]
26d76ed9a5
Merge master into staging-next
2024-03-03 00:02:18 +00:00
Sandro Jäckel
21a8fda2fd
vaultwarden: 1.30.3 -> 1.30.5
...
Diff: https://github.com/dani-garcia/vaultwarden/compare/1.30.3...1.30.5
Changelog: https://github.com/dani-garcia/vaultwarden/releases/tag/1.30.5
2024-03-02 22:28:37 +01:00
R. Ryantm
7d96b872b4
metabigor: 1.12.1 -> 2.0.0
2024-03-02 20:40:24 +00:00
Thomas Gerbet
db88484093
vault-bin: 1.15.5 -> 1.15.6
...
One security fix: https://github.com/hashicorp/vault/pull/25649
Changes:
https://github.com/hashicorp/vault/releases/tag/v1.15.6
2024-03-02 19:37:34 +01:00
Thomas Gerbet
7584eeba20
vault: 1.15.5 -> 1.15.6
...
One security fix: https://github.com/hashicorp/vault/pull/25649
Changes:
https://github.com/hashicorp/vault/releases/tag/v1.15.6
2024-03-02 19:31:01 +01:00
Martin Joerg
a22de27eaa
yaralyzer: 0.9.0 -> 0.9.3
2024-03-02 18:18:11 +01:00
R. Ryantm
1da06c0f00
trufflehog: 3.68.3 -> 3.68.4
2024-03-02 17:10:27 +00:00
Franz Pletz
764d15f59f
pinentry: remove multiple outputs package
...
fixes #133156 #124753
2024-03-02 17:16:53 +01:00
github-actions[bot]
f51807feea
Merge master into staging-next
2024-03-02 12:01:28 +00:00
Fabian Affolter
1845be7374
feroxbuster: 2.10.1 -> 2.10.2
...
Diff: https://github.com/epi052/feroxbuster/compare/refs/tags/v2.10.1...v2.10.2
Changelog: https://github.com/epi052/feroxbuster/releases/tag/v2.10.2
2024-03-02 10:01:04 +01:00
Fabian Affolter
c65681125f
Merge pull request #292728 from r-ryantm/auto-update/httpx
...
httpx: 1.4.0 -> 1.5.0
2024-03-02 09:35:33 +01:00
R. Ryantm
8d6a37e699
httpx: 1.4.0 -> 1.5.0
2024-03-02 05:20:10 +00:00
annalee
a04ddbe327
Merge remote-tracking branch 'upstream/master' into sn-remove
2024-03-02 04:08:10 +00:00
R. Ryantm
7b470efced
bruteforce-luks: 1.4.0 -> 1.4.1
2024-03-01 22:44:37 +00:00
Nick Cao
970fe7b621
Merge pull request #292409 from r-ryantm/auto-update/kube-bench
...
kube-bench: 0.7.1 -> 0.7.2
2024-03-01 10:12:08 -05:00
Minijackson
98aea3b294
sequoia-sq: move to pkgs/by-name/ directory
2024-03-01 15:15:39 +01:00
Minijackson
b8abf67c26
sequoia-sq: 0.32.0 -> 0.34.0
2024-03-01 15:13:20 +01:00
Fabian Affolter
a6f4bf784c
Merge pull request #292463 from r-ryantm/auto-update/gotestwaf
...
gotestwaf: 0.4.12 -> 0.4.13
2024-03-01 14:19:49 +01:00
Fabian Affolter
b83ac93309
Merge pull request #292537 from fabaff/exploitdb-bump
...
exploitdb: 2024-02-27 -> 2024-03-01
2024-03-01 14:18:11 +01:00
Fabian Affolter
704b556f31
Merge pull request #292560 from r-ryantm/auto-update/asnmap
...
asnmap: 1.0.6 -> 1.1.0
2024-03-01 14:17:07 +01:00
Fabian Affolter
251099e9f2
Merge pull request #292539 from fabaff/cfripper-bump
...
cfripper: 1.15.4 -> 1.15.5
2024-03-01 14:16:59 +01:00
Fabian Affolter
a51ffbdafd
Merge pull request #292540 from fabaff/ldeep-bump
...
ldeep: 1.0.52 -> 1.0.53
2024-03-01 14:16:49 +01:00
Fabian Affolter
f3cd7893d9
Merge pull request #292541 from fabaff/knockpy-bump
...
knockpy: 6.1.0 -> 7.0.0
2024-03-01 14:14:25 +01:00
Fabian Affolter
64f29a96ad
asnmap: refactor
2024-03-01 14:08:33 +01:00
R. Ryantm
4217f7f66c
asnmap: 1.0.6 -> 1.1.0
2024-03-01 11:46:10 +00:00
Fabian Affolter
e6462a7065
knockpy: 6.1.0 -> 7.0.0
...
Diff: https://github.com/guelfoweb/knock/compare/refs/tags/6.1.0...7.0.0
Changelog: https://github.com/guelfoweb/knock/releases/tag/7.0.0
2024-03-01 12:11:45 +01:00
Fabian Affolter
3d572bc1cf
ldeep: 1.0.52 -> 1.0.53
...
Diff: https://github.com/franc-pentest/ldeep/compare/refs/tags/1.0.52...1.0.53
Changelog: https://github.com/franc-pentest/ldeep/releases/tag/1.0.53
2024-03-01 12:05:34 +01:00
Fabian Affolter
2117918926
exploitdb: 2024-02-27 -> 2024-03-01
...
Diff: https://gitlab.com/exploit-database/exploitdb/-/compare/refs/tags/2024-02-27...2024-03-01
2024-03-01 12:04:23 +01:00
Fabian Affolter
1176c40947
cfripper: 1.15.4 -> 1.15.5
...
Diff: https://github.com/Skyscanner/cfripper/compare/refs/tags/v1.15.4...v1.15.5
Changelog: https://github.com/Skyscanner/cfripper/releases/tag/v1.15.5
2024-03-01 12:02:43 +01:00
R. Ryantm
37d8d19672
gotestwaf: 0.4.12 -> 0.4.13
2024-02-29 23:19:49 +00:00
R. Ryantm
a91b0e863c
kube-bench: 0.7.1 -> 0.7.2
2024-02-29 20:49:21 +00:00
github-actions[bot]
c7d7e4a7a5
Merge staging-next into staging
2024-02-29 18:01:30 +00:00
Fabian Affolter
a28ba50830
Merge pull request #291960 from r-ryantm/auto-update/dontgo403
...
dontgo403: 0.9.4 -> 1.0.0
2024-02-29 14:56:46 +01:00
Thomas Gerbet
9d64752753
Merge pull request #292218 from r-ryantm/auto-update/fulcio
...
fulcio: 1.4.3 -> 1.4.4
2024-02-29 14:43:44 +01:00
github-actions[bot]
81a57dc133
Merge staging-next into staging
2024-02-29 12:02:30 +00:00
Fabian Affolter
28097f87a2
dontgo403: refactor
2024-02-29 10:46:48 +01:00
Fabian Affolter
db3fd7ed93
Merge pull request #292140 from r-ryantm/auto-update/ggshield
...
ggshield: 1.24.0 -> 1.25.0
2024-02-29 10:41:40 +01:00
Fabian Affolter
d2fdc5ab69
trufflehog: 3.68.2 -> 3.68.3
...
Diff: https://github.com/trufflesecurity/trufflehog/compare/refs/tags/v3.68.2...v3.68.3
Changelog: https://github.com/trufflesecurity/trufflehog/releases/tag/v3.68.3
2024-02-29 08:25:44 +01:00
Martin Weinelt
65b31e498a
Merge remote-tracking branch 'origin/staging-next' into staging
...
Conflicts:
- pkgs/development/python-modules/influxdb/default.nix
- pkgs/development/tools/misc/binutils/default.nix
2024-02-29 07:19:15 +01:00
R. Ryantm
7a11e15a39
fulcio: 1.4.3 -> 1.4.4
2024-02-29 02:41:43 +00:00
R. Ryantm
bfc795e64c
ggshield: 1.24.0 -> 1.25.0
2024-02-28 19:24:26 +00:00
Jon Seager
06efc15565
Merge pull request #291894 from r-ryantm/auto-update/exploitdb
...
exploitdb: 2024-02-22 -> 2024-02-27
2024-02-28 16:10:02 +00:00
Mario Rodas
1cd1a6e4ab
Merge pull request #291162 from xrelkd/update/sn0int
...
sn0int: install shell completions
2024-02-28 08:59:02 -05:00
github-actions[bot]
074a096a37
Merge staging-next into staging
2024-02-28 12:01:39 +00:00
Pascal Bach
41194c1241
Merge pull request #291881 from nadir-ishiguro/update-cryptomator
...
cryptomator: 1.11.1 -> 1.12.3
2024-02-28 11:12:12 +01:00
Fabian Affolter
46c6b84053
Merge pull request #291927 from fabaff/terrascan-bump
...
terrascan: 1.18.11 -> 1.18.12
2024-02-28 09:33:34 +01:00
R. Ryantm
0136df50c2
semgrep: 1.62.0 -> 1.63.0
2024-02-28 08:19:50 +00:00
github-actions[bot]
6de655cb49
Merge staging-next into staging
2024-02-28 06:01:43 +00:00
R. Ryantm
89a6b20502
dontgo403: 0.9.4 -> 1.0.0
2024-02-28 01:25:08 +00:00
Robert Schütz
a37e0afd00
Merge pull request #291410 from amarshall/bitwarden-desktop-rename
...
bitwarden-desktop: rename from bitwarden; misc cleanup
2024-02-28 01:14:41 +00:00
Fabian Affolter
e1327fe327
terrascan: 1.18.11 -> 1.18.12
...
Diff: https://github.com/accurics/terrascan/compare/refs/tags/v1.18.11...v1.18.12
Changelog: https://github.com/tenable/terrascan/blob/v1.18.12/CHANGELOG.md
2024-02-27 22:57:54 +01:00
github-actions[bot]
d2cfd53fa4
Merge staging-next into staging
2024-02-27 18:01:33 +00:00
R. Ryantm
c37973b1f7
exploitdb: 2024-02-22 -> 2024-02-27
2024-02-27 17:37:45 +00:00
Nadir Ishiguro
8078fb9dfb
cryptomator: 1.11.1 -> 1.12.3
...
Changelogs:
- https://github.com/cryptomator/cryptomator/releases/tag/1.12.0
- https://github.com/cryptomator/cryptomator/releases/tag/1.12.1
- https://github.com/cryptomator/cryptomator/releases/tag/1.12.2
- https://github.com/cryptomator/cryptomator/releases/tag/1.12.3
2024-02-27 17:39:57 +01:00
Mario Rodas
2ff9bb99f8
Merge pull request #291295 from r-ryantm/auto-update/semgrep
...
semgrep: 1.61.1 -> 1.62.0
2024-02-27 08:55:19 -05:00
github-actions[bot]
51f9ea2d15
Merge staging-next into staging
2024-02-27 12:02:07 +00:00
Fabian Affolter
92297169c8
Merge pull request #291740 from r-ryantm/auto-update/faraday-cli
...
faraday-cli: 2.1.10 -> 2.1.11
2024-02-27 10:07:16 +01:00
Fabian Affolter
80aaec998c
faraday-cli: refactor
2024-02-27 08:24:16 +01:00
github-actions[bot]
a5a29bafa6
Merge staging-next into staging
2024-02-27 06:01:24 +00:00
R. Ryantm
dba7c98408
faraday-cli: 2.1.10 -> 2.1.11
2024-02-27 05:11:15 +00:00
OTABI Tomoya
2948bf8726
Merge pull request #291617 from r-ryantm/auto-update/plasma-pass
...
plasma-pass: 1.2.1 -> 1.2.2
2024-02-27 11:26:45 +09:00
R. Ryantm
3658835755
grype: 0.74.6 -> 0.74.7
2024-02-26 21:41:24 +00:00
github-actions[bot]
d6b3e91345
Merge staging-next into staging
2024-02-26 18:01:24 +00:00
R. Ryantm
5bdd9dc636
plasma-pass: 1.2.1 -> 1.2.2
2024-02-26 17:39:28 +00:00
R. Ryantm
1021e65f25
hcxtools: 6.3.2 -> 6.3.4
2024-02-26 05:37:56 +00:00
Andrew Marshall
0187d7e4f4
bitwarden-cli: move to pkgs/by-name
2024-02-25 22:21:57 -05:00
Andrew Marshall
eec60b7f3c
bitwarden: move to pkgs/by-name
2024-02-25 22:21:57 -05:00
Andrew Marshall
e4999e3993
bitwarden: remove unused patch
2024-02-25 22:21:57 -05:00
github-actions[bot]
41e7732291
Merge staging-next into staging
2024-02-25 18:01:23 +00:00
Mario Rodas
ce7908d7e5
Merge pull request #291329 from fabaff/trufflehog-bump
...
trufflehog: 3.68.1 -> 3.68.2
2024-02-25 07:29:57 -05:00
Fabian Affolter
6e1a53a371
metasploit: 6.3.56 -> 6.3.57
2024-02-25 11:18:36 +01:00
Fabian Affolter
cfa72b3971
trufflehog: 3.68.1 -> 3.68.2
...
Diff: https://github.com/trufflesecurity/trufflehog/compare/refs/tags/v3.68.1...v3.68.2
Changelog: https://github.com/trufflesecurity/trufflehog/releases/tag/v3.68.2
2024-02-25 11:17:42 +01:00
R. Ryantm
ca27a03707
semgrep: 1.61.1 -> 1.62.0
2024-02-25 04:48:33 +00:00
github-actions[bot]
8eb8b5cbf0
Merge staging-next into staging
2024-02-25 00:02:47 +00:00
Pol Dellaiera
037f68e395
Merge pull request #291183 from fabaff/trufflehog-bump
...
trufflehog: 3.68.0 -> 3.68.1
2024-02-24 21:52:50 +01:00
Fabian Affolter
d1f91f61bb
trufflehog: 3.68.0 -> 3.68.1
...
Diff: https://github.com/trufflesecurity/trufflehog/compare/refs/tags/v3.68.0...v3.68.1
Changelog: https://github.com/trufflesecurity/trufflehog/releases/tag/v3.68.1
2024-02-24 17:01:40 +01:00
xrelkd
5b23a9624a
sn0int: migrate to by-name
2024-02-24 23:08:45 +08:00
github-actions[bot]
a118fdbd61
Merge staging-next into staging
2024-02-24 00:02:31 +00:00
Fabián Heredia Montiel
db1ee6dfe6
Merge remote-tracking branch 'origin/master' into staging-next
...
fastcdr was moved to by-name
Related to:
- https://github.com/NixOS/nixpkgs/pull/290836
2024-02-23 16:47:01 -06:00
R. Ryantm
aa43340cb8
spire: 1.8.7 -> 1.9.0
2024-02-23 10:07:45 -08:00
Weijia Wang
6c705cbea0
Merge branch 'staging-next' into staging
2024-02-23 06:29:40 +01:00
Weijia Wang
4ec69afa51
Merge branch 'master' into staging-next
2024-02-23 06:29:25 +01:00
Mario Rodas
c4b8b5f987
Merge pull request #290726 from r-ryantm/auto-update/exploitdb
...
exploitdb: 2024-02-20 -> 2024-02-22
2024-02-22 23:22:58 -05:00
Weijia Wang
2930699c8c
Merge branch 'staging-next' into staging
2024-02-23 05:12:00 +01:00
Weijia Wang
5f5062d1ef
Merge branch 'master' into staging-next
2024-02-23 05:09:55 +01:00
Sandro
ed2d0b540c
Merge pull request #288150 from SuperSandro2000/vaultwarden-web
2024-02-23 00:24:33 +01:00
R. Ryantm
9d20880215
exploitdb: 2024-02-20 -> 2024-02-22
2024-02-22 23:21:14 +00:00
Nick Cao
2a6cad523c
Merge pull request #290584 from fabaff/trufflehog-bump
...
trufflehog: 3.67.7 -> 3.68.0
2024-02-22 09:30:17 -05:00
Nick Cao
5d7cfec1a3
Merge pull request #290470 from r-ryantm/auto-update/eid-mw
...
eid-mw: 5.1.15 -> 5.1.16
2024-02-22 09:02:54 -05:00
github-actions[bot]
f5d5478eea
Merge staging-next into staging
2024-02-22 12:01:34 +00:00
github-actions[bot]
a331a49cf7
Merge master into staging-next
2024-02-22 12:01:07 +00:00
Fabian Affolter
692d2a288b
Merge pull request #289654 from ocfox/das
...
das: 0.3.8 -> 1.0.3
2024-02-22 09:35:48 +01:00
Fabian Affolter
bbd41598f9
trufflehog: 3.67.7 -> 3.68.0
...
Diff: https://github.com/trufflesecurity/trufflehog/compare/refs/tags/v3.67.7...v3.68.0
Changelog: https://github.com/trufflesecurity/trufflehog/releases/tag/v3.68.0
2024-02-22 09:19:19 +01:00
Fabian Affolter
22ef1860c0
Merge pull request #290313 from r-ryantm/auto-update/trufflehog
...
trufflehog: 3.67.6 -> 3.67.7
2024-02-22 08:44:17 +01:00
Mario Rodas
a67766dc5a
Merge pull request #288679 from trofi/yara-update
...
yara: 4.4.0 -> 4.5.0
2024-02-22 00:13:49 -05:00
R. Ryantm
925fd3dd7f
eid-mw: 5.1.15 -> 5.1.16
2024-02-21 18:33:13 +00:00
github-actions[bot]
bd56ae568b
Merge master into staging-next
2024-02-21 18:00:56 +00:00
Fabian Affolter
d391d3745b
Merge pull request #290418 from fabaff/metasploit-bump
...
metasploit: 6.3.55 -> 6.3.56
2024-02-21 17:50:54 +01:00
Fabian Affolter
216f8d1a29
Merge pull request #290416 from r-ryantm/auto-update/cloudlist
...
cloudlist: 1.0.6 -> 1.0.7
2024-02-21 15:13:52 +01:00
Pavol Rusnak
e14b0b72ac
Merge pull request #286792 from dasj19/disable-tor-tests-on-aarch32
...
tor: disabled tests on aarch32
2024-02-21 11:10:32 -03:00
Pavol Rusnak
bbe7193ab0
tor: replace long comment with a link to upstream bugtracker
2024-02-21 11:08:28 -03:00
github-actions[bot]
e98fe116d8
Merge master into staging-next
2024-02-21 12:01:10 +00:00
R. Ryantm
83a7537ded
cloudlist: 1.0.6 -> 1.0.7
2024-02-21 11:45:46 +00:00
Fabian Affolter
9a9908c4d7
metasploit: 6.3.55 -> 6.3.56
2024-02-21 11:40:27 +01:00
Fabian Affolter
3317885e04
Merge pull request #287493 from fabaff/metasploit-bump
...
metasploit: 6.3.53 -> 6.3.54
2024-02-21 11:34:53 +01:00
Fabian Affolter
682ee5809f
Merge pull request #290257 from fabaff/trueseeing-bump
...
trueseeing: 2.1.10 -> 2.2.1
2024-02-21 08:37:07 +01:00
Emily Trau
3a15b5d340
Merge pull request #289877 from r-ryantm/auto-update/proxmark3
...
proxmark3: 4.17768 -> 4.18218
2024-02-21 17:35:16 +11:00
github-actions[bot]
97c19bdc7e
Merge master into staging-next
2024-02-21 00:02:04 +00:00
R. Ryantm
0b871380c1
trufflehog: 3.67.6 -> 3.67.7
2024-02-20 23:48:12 +00:00
Robert Schütz
9e37aaffb6
nitrokey-app2: pin cryptography
2024-02-20 13:19:38 -08:00
Fabian Affolter
d35141d3dc
trueseeing: 2.1.10 -> 2.2.1
...
Diff: https://github.com/alterakey/trueseeing/compare/refs/tags/v2.1.10...v2.2.1
Changelog: https://github.com/alterakey/trueseeing/releases/tag/v2.2.1
2024-02-20 21:01:52 +01:00
Fabian Affolter
65ac553a62
ldeep: refactor
2024-02-20 20:59:04 +01:00
Fabian Affolter
7e8e07ed12
ldeep: 1.0.51 -> 1.0.52
...
Diff: https://github.com/franc-pentest/ldeep/compare/refs/tags/1.0.51...1.0.52
Changelog: https://github.com/franc-pentest/ldeep/releases/tag/1.0.52
2024-02-20 20:55:44 +01:00
github-actions[bot]
999dc2b653
Merge master into staging-next
2024-02-20 18:01:22 +00:00
Nick Cao
88b24eb719
Merge pull request #290183 from r-ryantm/auto-update/witness
...
witness: 0.2.0 -> 0.3.0
2024-02-20 09:24:03 -05:00
Fabian Affolter
0c85272fd0
Merge pull request #290140 from fabaff/exploitdb-bump
...
exploitdb: 2024-02-17 -> 2024-02-20
2024-02-20 13:41:13 +01:00
github-actions[bot]
13988f8414
Merge master into staging-next
2024-02-20 12:01:07 +00:00
R. Ryantm
fa1a13caaa
witness: 0.2.0 -> 0.3.0
2024-02-20 11:44:22 +00:00
R. Ryantm
b39f7c0598
jwx: 2.0.19 -> 2.0.20
2024-02-20 10:49:02 +00:00
Fabian Affolter
e3788427bf
exploitdb: 2024-02-17 -> 2024-02-20
...
Diff: https://gitlab.com/exploit-database/exploitdb/-/compare/refs/tags/2024-02-17...2024-02-20
2024-02-20 09:27:32 +01:00
github-actions[bot]
e5105e6cec
Merge master into staging-next
2024-02-20 00:02:04 +00:00
Fabian Affolter
175365d047
Merge pull request #290032 from r-ryantm/auto-update/ldapnomnom
...
ldapnomnom: 1.2.0 -> 1.3.0
2024-02-19 23:57:34 +01:00
R. Ryantm
6cee6e417e
ldapnomnom: 1.2.0 -> 1.3.0
2024-02-19 21:12:26 +00:00
maxine
abf7f7afff
Merge pull request #282390 from r-ryantm/auto-update/oath-toolkit
...
oath-toolkit: 2.6.10 -> 2.6.11
2024-02-19 19:09:41 +01:00
github-actions[bot]
2d9ce4a9af
Merge master into staging-next
2024-02-19 18:01:11 +00:00
OTABI Tomoya
090f90c92f
Merge pull request #287993 from r-ryantm/auto-update/zlint
...
zlint: 3.6.0 -> 3.6.1
2024-02-20 00:15:37 +09:00
ocfox
90abd5e27f
das: 0.3.8 -> 1.0.3
...
Diff: https://github.com/snovvcrash/DivideAndScan/compare/v0.3.8...v1.0.3
Co-authored-by: Fabian Affolter <mail@fabian-affolter.ch>
2024-02-19 22:36:02 +08:00
R. Ryantm
e076d07714
proxmark3: 4.17768 -> 4.18218
2024-02-19 00:35:24 +00:00
github-actions[bot]
de0bf263cc
Merge master into staging-next
2024-02-19 00:02:25 +00:00
Pascal Bach
1a9b4124af
Merge pull request #289766 from r-ryantm/auto-update/sigma-cli
...
sigma-cli: 1.0.0 -> 1.0.1
2024-02-18 19:11:41 +01:00
Nick Cao
7ab0a8d7cc
Merge pull request #289712 from fabaff/grype-bump
...
grype: 0.74.5 -> 0.74.6
2024-02-18 13:11:25 -05:00
github-actions[bot]
d076cde70c
Merge master into staging-next
2024-02-18 18:00:59 +00:00
Sergei Trofimovich
dd35ea3c84
yara: 4.4.0 -> 4.5.0
...
Changes: https://github.com/VirusTotal/yara/releases/tag/v4.5.0
2024-02-18 17:21:36 +00:00
R. Ryantm
3b5a634189
sigma-cli: 1.0.0 -> 1.0.1
2024-02-18 15:29:18 +00:00
Fabian Affolter
a02037ec69
grype: 0.74.5 -> 0.74.6
...
Diff: https://github.com/anchore/grype/compare/refs/tags/v0.74.5...v0.74.6
Changelog: https://github.com/anchore/grype/releases/tag/v0.74.6
2024-02-18 10:56:15 +01:00
Fabian Affolter
25b85780d2
exploitdb: 2024-02-16 -> 2024-02-17
...
Diff: https://gitlab.com/exploit-database/exploitdb/-/compare/refs/tags/2024-02-16...2024-02-17
2024-02-18 09:58:11 +01:00
Fabian Affolter
220335727d
exploitdb: 2024-02-14 -> 2024-02-16
...
Diff: https://gitlab.com/exploit-database/exploitdb/-/compare/refs/tags/2024-02-14...2024-02-16
2024-02-18 09:57:38 +01:00
github-actions[bot]
8bc9edd60d
Merge staging-next into staging
2024-02-17 18:01:24 +00:00
Fabián Heredia Montiel
28d6a724f5
Merge pull request #289339 from 06kellyjac/semgrep
...
semgrep{,-core}: 1.37.0 -> 1.61.1
2024-02-17 11:11:28 -06:00
R. Ryantm
58aec802a1
openpgp-card-tools: 0.9.5 -> 0.10.0
2024-02-17 09:43:37 -05:00