Commit Graph

1990 Commits

Author SHA1 Message Date
Weijia Wang
218c4c526e
Merge pull request #212002 from mothsART/feature/replace_http_by_https
treewide: replace http by https when https is a permanent redirection
2023-01-22 03:26:02 +01:00
Ferry Jérémie
65d7e87fdb treewide: replace http by https when https is a permanent redirection 2023-01-22 02:46:49 +01:00
Guillaume Girol
33afbf39f6 treewide: switch to nativeCheckInputs
checkInputs used to be added to nativeBuildInputs. Now we have
nativeCheckInputs to do that instead. Doing this treewide change allows
to keep hashes identical to before the introduction of
nativeCheckInputs.
2023-01-21 12:00:00 +00:00
R. Ryantm
9767ee1083 actionlint: 1.6.22 -> 1.6.23 2023-01-21 11:56:03 +00:00
Alyssa Ross
65cdb52a66 valgrind-light: fix build for FreeBSD
This is very similar to what we do for Darwin directly below, but
we look up the FreeBSD version at eval time instead.

The .0 is prepended because our current FreeBSD system doubles only
include the major version.  Valgrind ignores everything after the
dot anyway (but it wants the dot to be there).
2023-01-20 01:06:05 +00:00
Alyssa Ross
9c04fcb25f
valgrind: make meta.platforms more accurate
Valgrind has to do lots of architecture- and OS-specific stuff, so it
only works on a defined set of platforms.  So rather than marking
platforms as bad one by one, let's set meta.platforms to the actual
set of platforms supported by Valgrind, as listed in its configure
script.
2023-01-19 17:43:52 +00:00
Martin Weinelt
5a61f34f2e
radare2: Fix ANSI Escape Sequence Injection vulns via DWARF
Fixes: CVE-2023-0302
2023-01-15 22:01:01 +01:00
github-actions[bot]
ceb05ad4bf
Merge master into staging-next 2023-01-13 06:01:09 +00:00
R. Ryantm
f77ade489b checkstyle: 10.5.0 -> 10.6.0 2023-01-12 23:05:36 +00:00
Martin Weinelt
c1e6c6af69 Merge remote-tracking branch 'origin/master' into staging-next 2023-01-11 03:51:33 +01:00
Jonas Heinrich
364861a197
Merge pull request #209937 from r-ryantm/auto-update/randoop
randoop: 4.3.1 -> 4.3.2
2023-01-10 12:28:45 +01:00
R. Ryantm
77cc6994e1 randoop: 4.3.1 -> 4.3.2 2023-01-09 20:47:32 +00:00
Thomas Gerbet
2c8cc56ebc radare2: apply patch for CVE-2022-4843
https://huntr.dev/bounties/075b2760-66a0-4d38-b3b5-e9934956ab7f/
2023-01-09 19:15:31 +01:00
Robert Schütz
2b671e96a8 autoflake: move to pythonPackages
It is imported by pydantic.
2023-01-09 08:15:05 -08:00
Sandro
6ee8dc0e31
Merge pull request #206639 from vimpostor/hotspot_1.4 2023-01-04 00:51:14 +01:00
R. Ryantm
51b1d85395 tflint: 0.43.0 -> 0.44.1 2023-01-01 00:29:15 +00:00
figsoda
e2ab671cc9 svlint: 0.6.0 -> 0.6.1
Changelog: https://github.com/dalance/svlint/blob/v0.6.1/CHANGELOG.md
2022-12-25 14:46:29 -05:00
maralorn
9fa43f69e1 Merge branch 'master' into haskell-updates 2022-12-24 18:31:46 +01:00
Magnus Groß
d611eb737a
hotspot: 1.3.0 -> 1.4.0
- Hotspot now depends on kparts.
- Enable debuginfod for elfutils, because perfparser needs debuginfod.h
- Remove rust demangle cmake flags, because it is found at runtime now,
  see https://github.com/KDAB/hotspot/issues/269
2022-12-24 12:10:13 +01:00
Dennis Gosnell
0f00bd77e5
nix-linter: mark broken because doesn't compile on ghc92 2022-12-24 13:50:05 +09:00
Sandro
2ff237d0d9
Merge pull request #200061 from trepetti/svlint-0.6.0 2022-12-24 01:40:18 +01:00
Jörg Thalheim
de06087c9d radare2: 5.7.8 -> 5.8.0 2022-12-23 10:50:38 +01:00
Rick van Schijndel
9833d56c24 treewide: mark packages broken that never built on PLATFORM
Done with the help of https://github.com/Mindavi/nixpkgs-mark-broken
Tool is still WIP but this is one of the first results.

I manually audited the results and removed some results that were not valid.

Note that some of these packages maybe should have more constrained platforms set
instead of broken set, but I think not being perfectly correct is better than
just keep trying to build all these things and never succeeding.

Some observations:

- Some darwin builds require XCode tools
- aarch64-linux builds sometimes suffer from using gcc9
  - gcc9 is getting older and misses some new libraries/features
- Sometimes tools try to do system detection or expect some explicit settings for
  platforms that are not x86_64-linux
2022-12-13 21:40:12 +01:00
Mario Rodas
8dcbf7c09a smatch: 1.72 -> 1.73 2022-12-07 04:20:00 +00:00
Vladimír Čunát
089fb18420
Merge #203426: staging-next 2022-11-28 2022-12-06 12:36:58 +01:00
Fabian Affolter
2c61d89177 cvehound: rename GitPython 2022-12-05 22:08:08 +01:00
Fabian Affolter
35284543f7 checkov: rename GitPython 2022-12-05 22:07:17 +01:00
Martin Weinelt
fe8eef1ae4 Merge remote-tracking branch 'origin/master' into staging-next 2022-12-04 22:06:42 +01:00
Nikolay Korotkiy
b2de2b8d5b
include-what-you-use: fix shebangs 2022-11-29 21:20:08 +03:00
github-actions[bot]
843fc7a4a5
Merge master into staging-next 2022-11-29 18:01:54 +00:00
R. Ryantm
81322c4c87 checkstyle: 10.4 -> 10.5.0 2022-11-28 16:32:48 +00:00
github-actions[bot]
f8c61f361e
Merge staging-next into staging 2022-11-25 12:02:07 +00:00
R. Ryantm
18d8cf38d9 cppcheck: 2.9.2 -> 2.9.3 2022-11-25 11:50:07 +01:00
Vincent Laporte
005cf8a5bd frama-c: add missing runtime dependency 2022-11-25 10:25:13 +01:00
github-actions[bot]
8abde38a26
Merge staging-next into staging 2022-11-22 18:01:51 +00:00
github-actions[bot]
9c6223b5f6
Merge staging-next into staging 2022-11-21 18:01:33 +00:00
R. Ryantm
0a91e1a0e0 cargo-tarpaulin: 0.22.0 -> 0.23.1 2022-11-21 10:33:36 +00:00
Mario Rodas
55d1f5ea3c brakeman: 5.3.1 -> 5.4.0
https://github.com/presidentbeef/brakeman/releases/tag/v5.4.0
2022-11-21 04:20:00 +00:00
github-actions[bot]
1d03874733
Merge staging-next into staging 2022-11-20 06:01:41 +00:00
Sergei Trofimovich
9750ef0229
Merge pull request #197829 from r-ryantm/auto-update/valgrind
valgrind: 3.19.0 -> 3.20.0
2022-11-18 22:45:08 +00:00
Mario Rodas
ce06a0c1d9 tflint: 0.42.2 -> 0.43.0
https://github.com/terraform-linters/tflint/releases/tag/v0.43.0
2022-11-18 04:20:00 +00:00
Fabian Affolter
fd0e1a67a7
Merge pull request #201195 from amarshall/checkov-fix
checkov: Fix build
2022-11-14 17:27:13 +01:00
Andrew Marshall
41c56cadff checkov: Fix exe not executable
Not really sure why it’s not—it’s executable in the Git repo and is
listed properly as a script in setup.py.
2022-11-14 10:23:03 -05:00
Andrew Marshall
b8ba78f1d6 checkov: Fix build
checkov build has been broken since
https://hydra.nixos.org/build/187798638 due to a minor incompatibility
with flake8 5.x on Python 3.8+; this remedies it.

Upstream does not notice this issue presently since they only run unit tests
against Python 3.7, and positional-only arguments did not appear till
3.8.

See
f98d52a398
for details on the change.
2022-11-14 10:22:54 -05:00
R. Ryantm
5744a7b2c6 cppcheck: 2.9.1 -> 2.9.2 2022-11-14 09:20:05 +00:00
Mario Rodas
7bb0d24649
Merge pull request #201085 from r-ryantm/auto-update/flow
flow: 0.192.0 -> 0.193.0
2022-11-13 16:52:06 -05:00
R. Ryantm
057860fff9 flow: 0.192.0 -> 0.193.0 2022-11-13 21:18:22 +00:00
Jörg Thalheim
dcb2ea2fc5
Merge pull request #200595 from azahi/radare2
radare2: 5.7.2 -> 5.7.8
2022-11-13 21:45:29 +01:00
Jörg Thalheim
62314d2169 radare2: drop unused useFlag and fix cross compilation
Signed-off-by: Jörg Thalheim <joerg@thalheim.io>
2022-11-13 21:40:21 +01:00
Jörg Thalheim
3d16a81bad radare2: fix macos build 2022-11-13 21:31:08 +01:00