Commit Graph

2021 Commits

Author SHA1 Message Date
github-actions[bot]
b30088fc3f
Merge master into staging-next 2023-02-07 00:02:12 +00:00
Sandro
99fe0e68f9
Merge pull request #200014 from Luflosi/update/include-what-you-use 2023-02-06 22:39:23 +01:00
zowoq
6879bec517 evmdis: remove empty go vendor hash 2023-02-07 06:23:39 +10:00
Vladimír Čunát
d0d8c15bad
Merge branch 'master' into staging-next
pkgs/development/web/nodejs/v18.nix conflict:
  the fetched patch was already included in this release.
2023-02-03 23:02:19 +01:00
Florian Klink
8f21d403f8
tflint-plugins.tflint-ruleset-aws: 0.17.1 -> 0.21.2 (#214335) 2023-02-03 11:38:05 +01:00
Ulrik Strid
376e9ceead treewide: add strictDeps = true to most packages depending on ocaml 2023-02-03 08:59:34 +01:00
github-actions[bot]
61687cbd42
Merge master into staging-next 2023-02-03 00:02:29 +00:00
R. Ryantm
b7d93574d6 checkstyle: 10.6.0 -> 10.7.0 2023-02-02 17:05:00 +00:00
github-actions[bot]
fffb187b8e
Merge master into staging-next 2023-02-02 12:01:33 +00:00
R. Ryantm
606efffdee cargo-tarpaulin: 0.24.0 -> 0.25.0 2023-02-02 05:37:15 +00:00
Vladimír Čunát
9287f4461d
Merge #206907: stdenv: gcc11 -> gcc12 2023-02-01 16:54:44 +01:00
Vladimír Čunát
6930b5bda8
lyx, rr, linuxPackgaes.systemtap: fixup build with gcc12 2023-02-01 16:53:31 +01:00
github-actions[bot]
ba176ec75c
Merge staging-next into staging 2023-02-01 06:01:40 +00:00
R. Ryantm
e35051ad37 cppcheck: 2.9.3 -> 2.10 2023-01-31 19:56:19 +00:00
github-actions[bot]
ba1f7a5a83
Merge staging-next into staging 2023-01-30 00:02:50 +00:00
Alyssa Ross
900d7d6d40 valgrind-light: fix build for ELFv2 PowerPC BE
Void has an up to date version of the patch from the bug report.
Might also fix valgrind (non-light) — I didn't test.
2023-01-29 22:20:58 +00:00
R. Ryantm
719765485f codeql: 2.12.0 -> 2.12.1 2023-01-29 20:05:31 +00:00
R. Ryantm
b51b67fdc5 cargo-tarpaulin: 0.23.1 -> 0.24.0 2023-01-29 11:11:21 +00:00
Luflosi
a19c382df8
include-what-you-use: 0.18 -> 0.19
https://github.com/include-what-you-use/include-what-you-use/releases/tag/0.19
2023-01-28 15:59:19 +01:00
Nick Cao
12fc3f6db8
Merge pull request #212841 from r-ryantm/auto-update/bingrep
bingrep: 0.9.0 -> 0.10.1
2023-01-27 18:15:38 +08:00
Zhaofeng Li
3d81dfd990 spin: Add iSpin GUI 2023-01-27 00:42:30 -07:00
R. Ryantm
8f910ae5aa bingrep: 0.9.0 -> 0.10.1 2023-01-26 21:17:06 +00:00
Thomas Gerbet
bd113dca77 radare2: 5.8.0 -> 5.8.2
https://github.com/radareorg/radare2/releases/tag/5.8.2
2023-01-24 23:01:04 +01:00
Weijia Wang
e057a9c12a
Merge pull request #207920 from r-ryantm/auto-update/dotenv-linter
dotenv-linter: 3.2.0 -> 3.3.0
2023-01-24 05:58:27 +01:00
Sandro
ebabf8f1f1
Merge pull request #206416 from aaronjheng/evmdis 2023-01-24 00:13:14 +01:00
Weijia Wang
62e85799c4
Merge pull request #208585 from r-ryantm/auto-update/pmd
pmd: 6.49.0 -> 6.53.0
2023-01-23 15:07:43 +01:00
Weijia Wang
16593524a5
Merge pull request #195657 from r-ryantm/auto-update/codeql
codeql: 2.11.0 -> 2.12.0
2023-01-22 23:42:05 +01:00
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
R. Ryantm
e2f0a97456 pmd: 6.49.0 -> 6.53.0 2023-01-15 18:55:12 +00:00
R. Ryantm
adaa528967 codeql: 2.11.0 -> 2.12.0 2023-01-15 07:31:19 +00: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
Aaron Jheng
b8abee82d6
evmdis: 2018-03-23 -> unstable-2022-05-09 2023-01-03 03:36:02 +00:00
R. Ryantm
51b1d85395 tflint: 0.43.0 -> 0.44.1 2023-01-01 00:29:15 +00:00
R. Ryantm
c87222c7ea dotenv-linter: 3.2.0 -> 3.3.0 2022-12-27 05:10:40 +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