Commit Graph

14252 Commits

Author SHA1 Message Date
K900
a9128ce2f2 Merge remote-tracking branch 'origin/master' into staging-next 2024-09-25 21:07:19 +03:00
Nick Cao
437cd5436f
trufflehog: 3.82.2 -> 3.82.3 (#344304) 2024-09-25 08:28:07 -04:00
Fabian Affolter
5c942a7f07
cnspec: 11.19.0 -> 11.23.0 (#344281) 2024-09-25 10:06:47 +02:00
Fabian Affolter
a3eabb5789
gowitness: 2.5.1 -> 3.0.3 (#344296) 2024-09-25 10:06:37 +02:00
Fabian Affolter
765928deb5
ares-rs: 0.9.0 -> 0.10.0 (#344280) 2024-09-25 09:07:41 +02:00
Fabian Affolter
38de8fcabc
cyclonedx-gomod: 1.7.0 -> 1.8.0 (#344288) 2024-09-25 09:07:29 +02:00
Fabian Affolter
114bbb63eb
gotestwaf: 0.4.19 -> 0.5.5 (#344286) 2024-09-25 09:07:15 +02:00
Fabian Affolter
c153756ce9
ggshield: 1.31.0 -> 1.32.0 (#344283) 2024-09-25 09:05:35 +02:00
Artturin
f0e657f3b1 Merge branch 'master' into staging-next 2024-09-25 06:05:01 +03:00
Peder Bergebakken Sundt
57002b84d2 donkey: use finalAttrs.finalPackage 2024-09-24 23:28:54 +02:00
Peder Bergebakken Sundt
82ada5c114 dieharder: use finalAttrs.finalPackage 2024-09-24 23:28:54 +02:00
Artturin
63fa53d97c treewide: reformat files which need reformatting after
`treewide: replace stdenv.is with stdenv.hostPlatform.is`
2024-09-25 00:04:39 +03:00
Artturin
e0464e4788 treewide: replace stdenv.is with stdenv.hostPlatform.is
In preparation for the deprecation of `stdenv.isX`.

These shorthands are not conducive to cross-compilation because they
hide the platforms.

Darwin might get cross-compilation for which the continued usage of `stdenv.isDarwin` will get in the way

One example of why this is bad and especially affects compiler packages
https://www.github.com/NixOS/nixpkgs/pull/343059

There are too many files to go through manually but a treewide should
get users thinking when they see a `hostPlatform.isX` in a place where it
doesn't make sense.

```
fd --type f "\.nix" | xargs sd --fixed-strings "stdenv.is" "stdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "stdenv'.is" "stdenv'.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "clangStdenv.is" "clangStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "gccStdenv.is" "gccStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "stdenvNoCC.is" "stdenvNoCC.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "inherit (stdenv) is" "inherit (stdenv.hostPlatform) is"
fd --type f "\.nix" | xargs sd --fixed-strings "buildStdenv.is" "buildStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "effectiveStdenv.is" "effectiveStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "originalStdenv.is" "originalStdenv.hostPlatform.is"
```
2024-09-25 00:04:37 +03:00
R. Ryantm
b87ecab269 trufflehog: 3.82.2 -> 3.82.3 2024-09-24 20:36:46 +00:00
Fabian Affolter
29a0baf707 gowitness: 2.5.1 -> 3.0.3
Changelog: https://github.com/sensepost/gowitness/releases/tag/3.0.3
2024-09-24 22:16:46 +02:00
Fabian Affolter
e3675ab2ec cyclonedx-gomod: 1.7.0 -> 1.8.0
Diff: https://github.com/CycloneDX/cyclonedx-gomod/compare/refs/tags/v1.7.0...v1.8.0

Changelog: https://github.com/CycloneDX/cyclonedx-gomod/releases/tag/v1.8.0
2024-09-24 21:53:25 +02:00
Fabian Affolter
1b1ad08cdb gotestwaf: 0.4.19 -> 0.5.5
Diff: https://github.com/wallarm/gotestwaf/compare/refs/tags/v0.4.19...v0.5.5

Changelog: https://github.com/wallarm/gotestwaf/releases/tag/v0.5.5
2024-09-24 21:47:31 +02:00
Fabian Affolter
3500285c75 ggshield: 1.31.0 -> 1.32.0
Diff: https://github.com/GitGuardian/ggshield/compare/refs/tags/v1.31.0...v1.32.0

Changelog: https://github.com/GitGuardian/ggshield/blob/1.32.0/CHANGELOG.md
2024-09-24 21:36:46 +02:00
Fabian Affolter
dc326aed05 cnspec: 11.19.0 -> 11.23.0
Diff: https://github.com/mondoohq/cnspec/compare/refs/tags/v11.19.0...v11.23.0

Changelog: https://github.com/mondoohq/cnspec/releases/tag/v11.23.0
2024-09-24 21:35:30 +02:00
Fabian Affolter
cd6f445a71 ares-rs: 0.9.0 -> 0.10.0
Diff: https://github.com/bee-san/ares/compare/refs/tags/0.9.0...v0.10.0

Changelog: https://github.com/bee-san/Ares/releases/tag/v0.10.0
2024-09-24 21:25:49 +02:00
github-actions[bot]
ffeea32b7f
Merge master into staging-next 2024-09-24 00:14:15 +00:00
R. Ryantm
ee0928e324 ssh-to-age: 1.1.8 -> 1.1.9 2024-09-23 15:45:20 +00:00
github-actions[bot]
ac34133fb9
Merge master into staging-next 2024-09-23 12:05:36 +00:00
Fabian Affolter
7198878c80 ldeep: 1.0.65 -> 1.0.66
Diff: https://github.com/franc-pentest/ldeep/compare/refs/tags/1.0.65...1.0.66

Changelog: https://github.com/franc-pentest/ldeep/releases/tag/1.0.66
2024-09-23 08:09:28 +02:00
Fabián Heredia Montiel
9b2a506736 Merge remote-tracking branch 'origin/master' into staging-next
Conflicts:

- pkgs/tools/package-management/nix/default.nix
2024-09-22 13:45:27 -06:00
Nick Cao
02c3ee572f
kubernetes-polaris: 9.3.0 -> 9.4.0 (#343691) 2024-09-22 10:00:47 -04:00
Jörg Thalheim
7d751654ec
Merge branch 'master' into staging-next 2024-09-22 15:51:19 +02:00
R. Ryantm
ca1d3ef5db kubernetes-polaris: 9.3.0 -> 9.4.0 2024-09-22 10:03:17 +00:00
R. Ryantm
4ff0c74a53 sslscan: 2.1.4 -> 2.1.5 2024-09-22 02:40:18 +00:00
github-actions[bot]
f2c1ad7ad5
Merge master into staging-next 2024-09-21 18:03:54 +00:00
Nick Cao
32926bd4ac
gitleaks: 8.19.0 -> 8.19.2 (#343463) 2024-09-21 09:55:45 -04:00
Nick Cao
3ba4f174df
graphw00f: 1.1.17 -> 1.1.18 (#343431) 2024-09-21 09:43:18 -04:00
github-actions[bot]
d3ae261fc3
Merge master into staging-next 2024-09-21 12:05:16 +00:00
Fabian Affolter
1f24291cc9 gitleaks: 8.19.0 -> 8.19.2
Diff: https://github.com/zricethezav/gitleaks/compare/refs/tags/v8.19.0...v8.19.2

Changelog: https://github.com/zricethezav/gitleaks/releases/tag/v8.19.2
2024-09-21 11:01:14 +02:00
Fabian Affolter
48991cb789
graphw00f: refactor 2024-09-21 10:57:40 +02:00
OTABI Tomoya
972ad9e8c3
bitwarden-directory-connector: 2024.3.2 -> 2024.9.0 (#339940) 2024-09-21 15:49:40 +09:00
R. Ryantm
926d62deca graphw00f: 1.1.17 -> 1.1.18 2024-09-21 05:41:32 +00:00
github-actions[bot]
ed37db52bd
Merge staging-next into staging 2024-09-20 06:05:57 +00:00
Fabian Affolter
bfbcbce1cb
ldeep: 1.0.63 -> 1.0.65 (#343098) 2024-09-20 08:01:40 +02:00
K900
d8a54461fc Merge remote-tracking branch 'origin/staging-next' into staging 2024-09-20 07:27:56 +03:00
Peder Bergebakken Sundt
cf60e05243
arti: 1.2.6 -> 1.2.7 (#342418) 2024-09-19 21:51:27 +02:00
Fabian Affolter
87c71392cf ldeep: 1.0.63 -> 1.0.65
Diff: https://github.com/franc-pentest/ldeep/compare/refs/tags/1.0.63...1.0.65

Changelog: https://github.com/franc-pentest/ldeep/releases/tag/1.0.65
2024-09-19 20:54:34 +02:00
Nick Cao
07031645b7
aws-iam-authenticator: 0.6.26 -> 0.6.27 (#343017) 2024-09-19 13:00:43 -04:00
R. Ryantm
e9d6c485ee aws-iam-authenticator: 0.6.26 -> 0.6.27 2024-09-19 12:29:48 +00:00
R. Ryantm
5f94e850f2 step-kms-plugin: 0.11.4 -> 0.11.5 2024-09-19 08:18:14 +00:00
github-actions[bot]
f8ad48a5a2
Merge staging-next into staging 2024-09-19 00:14:04 +00:00
Fabian Affolter
2a05defb61
terrascan: 1.19.8 -> 1.19.9 (#342819) 2024-09-19 00:39:07 +02:00
Viorel-Cătălin Răpițeanu
5692ac2d21 arti: 1.2.6 -> 1.2.7
Update the package to the latest version.

The test were modified / skipped after the release to fix the
following issues that affect the current release.

https://gitlab.torproject.org/tpo/core/arti/-/issues/1589
https://gitlab.torproject.org/tpo/core/arti/-/issues/1607
2024-09-19 01:26:39 +03:00
github-actions[bot]
71d46fbcdf
Merge staging-next into staging 2024-09-18 18:04:48 +00:00
R. Ryantm
23a02d9e00 terrascan: 1.19.8 -> 1.19.9 2024-09-18 15:00:25 +00:00