Commit Graph

1125 Commits

Author SHA1 Message Date
Mario Rodas
22d4e12249
Merge pull request #112202 from r-ryantm/auto-update/svlint
svlint: 0.4.8 -> 0.4.16
2021-02-08 20:14:52 -05:00
github-actions[bot]
194e4e6f80
Merge master into staging-next 2021-02-07 06:16:10 +00:00
Mario Rodas
53229a1a4a
Merge pull request #112220 from r-ryantm/auto-update/tfsec
tfsec: 0.37.1 -> 0.37.3
2021-02-06 22:08:45 -05:00
R. RyanTM
98a8e9c2e7 tfsec: 0.37.1 -> 0.37.3 2021-02-06 21:46:48 +00:00
R. RyanTM
a057b67019 svlint: 0.4.8 -> 0.4.16 2021-02-06 20:34:51 +00:00
github-actions[bot]
ce14b50f1c
Merge master into staging-next 2021-02-06 18:15:53 +00:00
R. RyanTM
dfde68bc47 flow: 0.143.1 -> 0.144.0 2021-02-06 11:27:49 +00:00
github-actions[bot]
571eb10996
Merge staging-next into staging 2021-02-03 18:22:22 +00:00
Sandro
5c7a370a20
Merge pull request #111685 from humancalico/dotenv-linter 2021-02-03 14:50:27 +01:00
github-actions[bot]
d867b6f9eb
Merge staging-next into staging 2021-02-03 06:18:15 +00:00
Akshat Agarwal
61947bee3f
dotenv-linter: init at 3.0.0 2021-02-03 05:33:22 +05:30
Mario Rodas
1f10898600 tflint: 0.24.0 -> 0.24.1
https://github.com/terraform-linters/tflint/releases/tag/v0.24.1
2021-02-02 04:20:00 +00:00
github-actions[bot]
104c56e909
Merge staging-next into staging 2021-02-01 00:47:02 +00:00
Mario Rodas
1d4bf2bc14 tflint: 0.23.1 -> 0.24.0
https://github.com/terraform-linters/tflint/releases/tag/v0.24.0
2021-01-31 09:05:00 -05:00
github-actions[bot]
4c82d7eb24
Merge staging-next into staging 2021-01-29 06:19:21 +00:00
Mario Rodas
9ae006d65a
Merge pull request #110243 from r-ryantm/auto-update/pmd
pmd: 6.29.0 -> 6.30.0
2021-01-28 23:44:32 -05:00
Mario Rodas
76d31346f7
Merge pull request #111075 from r-ryantm/auto-update/codeql
codeql: 2.4.1 -> 2.4.2
2021-01-28 23:22:19 -05:00
R. RyanTM
21314a1171 flow: 0.143.0 -> 0.143.1 2021-01-29 01:47:55 +00:00
R. RyanTM
40c99513eb codeql: 2.4.1 -> 2.4.2 2021-01-28 23:48:20 +00:00
github-actions[bot]
2e78c8c736
Merge staging-next into staging 2021-01-28 12:23:55 +00:00
Mario Rodas
da87422997 brakeman: 4.8.0 -> 5.0.0
https://github.com/presidentbeef/brakeman/releases/tag/v5.0.0
2021-01-28 04:20:00 +00:00
github-actions[bot]
06efb52369
Merge staging-next into staging 2021-01-27 18:28:34 +00:00
Fabian Affolter
75d987a4f4 tfsec: 0.36.10 -> 0.37.1 2021-01-27 13:54:45 +01:00
Thomas Tuegel
0e418a1a18
Merge pull request #108888 from ttuegel/feature--staging--qt-no-mkDerivation
Qt: Do not require mkDerivation
2021-01-26 16:24:41 -06:00
Maximilian Bosch
4bd7e25034
Merge pull request #110846 from aij/rr-gcc9
rr: Build with gcc9
2021-01-26 18:09:08 +01:00
Ivan Jager
b60b4023d7 rr: Build with gcc9
To work around linking errors with gcc10

    src/AddressSpace.cc:1632: undefined reference to `rr_syscall_addr'

Fixes #110756
2021-01-26 06:21:19 -06:00
Thomas Tuegel
5590e365e4
qtbase: Check for wrapQtAppsHook in setupHook 2021-01-25 15:56:15 -06:00
Pavol Rusnak
a6ce00c50c
treewide: remove stdenv where not needed 2021-01-25 18:31:47 +01:00
Ben Siraphob
c522fec274 pkgs/development/tools: stdenv.lib -> lib 2021-01-23 20:30:03 +07:00
Maximilian Bosch
e47aca4524
Merge pull request #110373 from r-ryantm/auto-update/bingrep
bingrep: 0.8.2 -> 0.8.5
2021-01-22 22:14:39 +01:00
R. RyanTM
360f24168f bingrep: 0.8.2 -> 0.8.5 2021-01-21 18:10:56 +00:00
R. RyanTM
9b531f99e8 flow: 0.142.0 -> 0.143.0 2021-01-21 15:30:52 +00:00
R. RyanTM
7fab24075b pmd: 6.29.0 -> 6.30.0 2021-01-20 23:59:41 +00:00
zowoq
31f5dd3f36 treewide: editorconfig fixes
- remove trailing whitespace
- use spaces for indentation
2021-01-20 09:11:11 +10:00
Jonathan Ringer
9bb3fccb5b treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nix
continuation of #109595

pkgconfig was aliased in 2018, however, it remained in
all-packages.nix due to its wide usage. This cleans
up the remaining references to pkgs.pkgsconfig and
moves the entry to aliases.nix.

python3Packages.pkgconfig remained unchanged because
it's the canonical name of the upstream package
on pypi.
2021-01-19 01:16:25 -08:00
Sandro
490754582a
Merge pull request #109805 from r-ryantm/auto-update/flow
flow: 0.141.0 -> 0.142.0
2021-01-18 19:28:11 +01:00
R. RyanTM
a010826efd flow: 0.141.0 -> 0.142.0 2021-01-18 17:46:25 +00:00
Sandro
e2b3627ff7
Merge pull request #109755 from r-ryantm/auto-update/codeql
codeql: 2.4.0 -> 2.4.1
2021-01-18 17:29:55 +01:00
R. RyanTM
4302e97f85 codeql: 2.4.0 -> 2.4.1 2021-01-18 13:30:45 +00:00
R. RyanTM
33e1476999 checkstyle: 8.38 -> 8.39 2021-01-18 12:53:15 +00:00
Guillaume Girol
afd7b550da
Merge pull request #107028 from anhdle14/checkov-1.0.674
checkov: init at 1.0.674
2021-01-16 12:31:23 +00:00
Le Anh Duc
a0a4feb0de
checkov: init at 1.0.674 2021-01-15 03:26:38 +09:00
Pamplemousse
25d3912133 radare2: Minor cleaning in expression
Upstream is fixed: Removing this line does not break the build.

Signed-off-by: Pamplemousse <xav.maso@gmail.com>
2021-01-13 11:46:17 -07:00
Jörg Thalheim
23da8a6f50
radare2: 4.5.1 -> 5.0.0 2021-01-12 16:04:16 +01:00
github-actions[bot]
db7b9735f9
Merge master into staging-next 2021-01-11 06:33:30 +00:00
Mario Rodas
629b34fe2c tflint: 0.23.0 -> 0.23.1
https://github.com/terraform-linters/tflint/releases/tag/v0.23.1
2021-01-10 11:53:00 -05:00
Jan Tojnar
f19eb635b4
Merge branch 'master' into staging-next
b04fc593e7 seems to have accidentally changed mkDerivation function for dfilemanager and solarus-quest-editor so I have reverted that here.
2021-01-07 13:04:31 +01:00
Mario Rodas
2e7968e494 tflint: 0.22.0 -> 0.23.0
https://github.com/terraform-linters/tflint/releases/tag/v0.23.0
2021-01-05 22:39:45 -05:00
Frederik Rietdijk
b20838eb4a Merge staging-next into staging 2021-01-04 20:51:32 +01:00
Eelco Dolstra
f6e519f39e
Merge pull request #96495 from Mindavi/lcov-1.15
lcov: 1.14 -> 1.15
2021-01-04 13:51:49 +01:00
Rick van Schijndel
08b12f6385 lcov: 1.14 -> 1.15 2021-01-03 22:16:33 +01:00
Ben Siraphob
3ae5e6ce03 treewide: remove enableParallelBuilding = true if using cmake 2021-01-03 18:37:40 +07:00
Ben Siraphob
b04fc593e7 treewide: cmake buildInputs to nativeBuildInputs, minor cleanups 2021-01-01 11:52:33 +07:00
Mario Rodas
b460856e72 flow: 0.139.0 -> 0.141.0 2020-12-29 04:20:00 +00:00
Mario Rodas
e8ee6c3511
Merge pull request #106779 from anhdle14/tfsec-0.36.10
tfsec: 0.27.0 -> 0.36.10
2020-12-26 21:57:26 -05:00
Jörg Thalheim
f4c0984706
Merge pull request #94306 from Mic92/clang-analyzer
clang-analyzer: upgrade to latest llvm release
2020-12-16 19:57:44 +00:00
Le Anh Duc
8cea3c4866
tfsec: 0.27.0 -> 0.36.10
TFSec github location changed. Also bumping the version to 0.36.10.

Signed-off-by: Le Anh Duc <anhdle14@icloud.com>
2020-12-15 20:26:59 +09:00
R. RyanTM
7edacf2b2f flow: 0.138.0 -> 0.139.0 2020-12-10 16:08:17 +00:00
Mario Rodas
bb73b04f9f tflint: 0.21.0 -> 0.22.0
https://github.com/terraform-linters/tflint/releases/tag/v0.22.0
2020-12-10 04:20:00 +00:00
R. RyanTM
72d2cb86fd cppcheck: 2.2 -> 2.3 2020-12-08 15:21:34 +00:00
R. RyanTM
f9c7460ac2 randoop: 4.2.4 -> 4.2.5 2020-12-04 21:34:06 +00:00
Sandro
2499f7f37a
Merge pull request #105464 from r-ryantm/auto-update/codeql
codeql: 2.3.3 -> 2.4.0
2020-11-30 20:22:59 +01:00
R. RyanTM
0ee503068d codeql: 2.3.3 -> 2.4.0 2020-11-30 16:26:15 +00:00
R. RyanTM
df3d1b4647 checkstyle: 8.37 -> 8.38 2020-11-30 15:45:51 +00:00
Sandro
aeaddcab73
Merge pull request #105082 from r-ryantm/auto-update/svlint
svlint: 0.4.7 -> 0.4.8
2020-11-26 23:34:18 +01:00
R. RyanTM
cc1d963595 svlint: 0.4.7 -> 0.4.8 2020-11-26 21:36:49 +00:00
Yurii Rashkovskii
a81c25a5b0 framac: 21.1 -> 22.0 2020-11-26 06:57:13 +01:00
Sandro
72fcb0ff24
Merge pull request #102728 from r-ryantm/auto-update/pmd
pmd: 6.26.0 -> 6.29.0
2020-11-25 01:13:53 +01:00
Mario Rodas
0851cfb063 tflint: 0.20.3 -> 0.21.0
https://github.com/terraform-linters/tflint/releases/tag/v0.21.0
2020-11-23 22:08:47 -08:00
Jörg Thalheim
589d025f73
Merge pull request #101571 from Pamplemousse/cutter 2020-11-19 11:14:56 +01:00
Pamplemousse
f9716740ce radare2-cutter: Support Python plugins
Signed-off-by: Pamplemousse <xav.maso@gmail.com>
2020-11-18 17:07:27 -07:00
Pamplemousse
056a35ad97 radare2-cutter: Use Qt 5.15
Signed-off-by: Pamplemousse <xav.maso@gmail.com>
2020-11-18 17:07:06 -07:00
R. RyanTM
4a98748fd1 flow: 0.137.0 -> 0.138.0 2020-11-15 04:43:12 +00:00
R. RyanTM
67a986a44a rr: 5.3.0 -> 5.4.0 2020-11-12 00:52:25 +00:00
Mario Rodas
cbce1f018c
Merge pull request #103375 from r-ryantm/auto-update/codeql
codeql: 2.3.2 -> 2.3.3
2020-11-11 04:06:04 -05:00
R. RyanTM
7d2ae456bc codeql: 2.3.2 -> 2.3.3 2020-11-11 00:59:49 +00:00
Bruno Bigras
264294bf29 cargo-tarpaulin: 0.15.0 -> 0.17.0 2020-11-10 19:44:46 -05:00
Symphorien Gibol
3dd8f8e0ba framac: fix setup hook without plugins in nix-review 2020-11-07 19:30:02 +01:00
Symphorien Gibol
6e5d98ebdb framac: use wrapGAppsHook
this solves a gdk-pixbuf related problem when using nix-bundle
2020-11-07 19:30:02 +01:00
Mario Rodas
d8bdeac599 nix-linter: fix build 2020-11-07 04:20:00 +00:00
R. RyanTM
df4ce3f261 pmd: 6.26.0 -> 6.29.0 2020-11-04 07:43:07 +00:00
R. RyanTM
8b56e9daf5 codeql: 2.3.1 -> 2.3.2 2020-11-02 07:51:07 -08:00
Pavol Rusnak
2c931312ce treewide: simplify rev/repo arguments in src
+ use fetchFromGithub where possible
2020-11-01 23:02:24 -08:00
Mario Rodas
6dab885e32
Merge pull request #102326 from r-ryantm/auto-update/checkstyle
checkstyle: 8.36.2 -> 8.37
2020-11-01 07:11:35 -05:00
Peter Hoeg
0444c91a3b pev: 2018-07-22 -> 2020-05-23 2020-11-01 15:34:24 +08:00
R. RyanTM
d6ba21adf4 checkstyle: 8.36.2 -> 8.37 2020-11-01 07:31:26 +00:00
Mario Rodas
27f705def2
Merge pull request #102055 from r-ryantm/auto-update/flow
flow: 0.136.0 -> 0.137.0
2020-10-29 19:58:15 -05:00
R. RyanTM
1c8206d39b flow: 0.136.0 -> 0.137.0 2020-10-29 15:01:54 +00:00
R. RyanTM
af7ee30319 cargo-tarpaulin: 0.14.3 -> 0.15.0 2020-10-29 10:40:21 +00:00
Ben Siraphob
db74029e3e treewide: remove package names from prefix of descriptions 2020-10-27 09:15:07 -07:00
R. RyanTM
57dc5ba564 cppcheck: 2.1 -> 2.2 2020-10-24 15:27:39 +00:00
zowoq
76d8e2fb30 valgrind: disable on darwin 2020-10-24 00:10:08 +10:00
Mario Rodas
687d0f5254 tflint: 0.20.2 -> 0.20.3
https://github.com/terraform-linters/tflint/releases/tag/v0.20.3
2020-10-18 09:55:00 -05:00
Mario Rodas
8d392072be
Merge pull request #100893 from r-ryantm/auto-update/checkstyle
checkstyle: 8.36 -> 8.36.2
2020-10-18 09:09:29 -05:00
Mario Rodas
aa6e909aa7
Merge pull request #100901 from r-ryantm/auto-update/codeql
codeql: 2.2.5 -> 2.3.1
2020-10-18 09:06:16 -05:00
Mario Rodas
bfcc23f2c9
Merge pull request #100932 from r-ryantm/auto-update/flow
flow: 0.133.0 -> 0.136.0
2020-10-18 07:27:58 -05:00
R. RyanTM
8728ae26ea flow: 0.133.0 -> 0.136.0 2020-10-18 07:05:17 +00:00
R. RyanTM
08d6831661 codeql: 2.2.5 -> 2.3.1 2020-10-17 23:09:18 +00:00
R. RyanTM
6e0b110d09 checkstyle: 8.36 -> 8.36.2 2020-10-17 22:09:19 +00:00
Ben Siraphob
683a87dbeb treewide: remove periods from end of package descriptions 2020-10-17 08:22:31 -07:00
Domen Kožar
a05f231884
nix-linter: 2019-04-26 -> 2020-09-25 2020-10-06 19:33:54 +02:00
R. RyanTM
b286ef9ff4 tfsec: 0.24.1 -> 0.25.0 2020-08-12 21:32:57 +00:00
Mario Rodas
f57bd49bb6
Merge pull request #95052 from r-ryantm/auto-update/flow
flow: 0.130.0 -> 0.131.0
2020-08-10 06:46:00 -05:00
R. RyanTM
8f06a4e3dd flow: 0.130.0 -> 0.131.0 2020-08-10 07:48:24 +00:00
zowoq
cea7cd902e buildGoModule packages: set doCheck = false 2020-08-10 16:02:30 +10:00
Jörg Thalheim
460c2c4ea3
Merge pull request #94708 from Mic92/radare2 2020-08-05 22:16:03 +01:00
Vladimír Čunát
e5b91d92a0
valgrind: try fixing on darwin 2020-08-05 19:04:13 +02:00
Jörg Thalheim
fca28bc496
radare2-cutter: 1.10.3 -> 1.11.0 2020-08-05 09:45:11 +01:00
Jörg Thalheim
63576ebc07
radare2: 4.4.0 -> 4.5.0 2020-08-05 09:45:09 +01:00
Frederik Rietdijk
26c481b435 Merge master into staging-next 2020-08-04 12:48:50 +02:00
Maximilian Bosch
8121647bb5
cargo-tarpaulin: disable aarch64 and i686 build
Those CPU architectures seem to be unsupported as several constructs[1][2]
are only supported for `x86_64`.

[1] d7e0deef8c/src/breakpoint.rs (L7-L8)
[2] d7e0deef8c/src/process_handling/linux.rs (L37)
2020-08-02 13:23:04 +02:00
Maximilian Bosch
bc79f93973
Merge pull request #94476 from r-ryantm/auto-update/cargo-tarpaulin
cargo-tarpaulin: 0.14.0 -> 0.14.2
2020-08-02 12:39:30 +02:00
Maximilian Bosch
e9383060c6
Merge pull request #94363 from r-ryantm/auto-update/checkstyle
checkstyle: 8.34 -> 8.35
2020-08-01 22:34:54 +02:00
R. RyanTM
b44e3fc0bc cargo-tarpaulin: 0.14.0 -> 0.14.2 2020-08-01 20:26:41 +00:00
Frederik Rietdijk
50c060d13d Merge master into staging-next 2020-08-01 19:37:20 +02:00
Mario Rodas
452f95d55b
Merge pull request #94431 from r-ryantm/auto-update/flow
flow: 0.128.0 -> 0.130.0
2020-08-01 09:51:36 -05:00
R. RyanTM
4d6c9d5734 flow: 0.128.0 -> 0.130.0 2020-08-01 09:15:00 +00:00
R. RyanTM
f49d78473c checkstyle: 8.34 -> 8.35 2020-07-31 18:10:33 +00:00
Mario Rodas
3bc202d4f3
Merge pull request #94325 from r-ryantm/auto-update/tfsec
tfsec: 0.23.2 -> 0.24.1
2020-07-31 07:09:08 -05:00
R. RyanTM
8684be2f54 tfsec: 0.23.2 -> 0.24.1 2020-07-31 11:20:56 +00:00
Jörg Thalheim
5de26dd52d
clang-analyzer: upgrade to latest llvm release 2020-07-31 09:46:09 +01:00
R. RyanTM
7b629e24a4 randoop: 4.2.3 -> 4.2.4 2020-07-31 00:52:13 -07:00
R. RyanTM
50a5c1853d valgrind: 3.15.0 -> 3.16.1 2020-07-31 08:55:57 +02:00
aszlig
3873e0d191
Unmaintain packages I don't use anymore
Just got a reminder via the vulnerability roundup[1] that I'm still
listed as maintainer for Synergy, even though I stopped using it years
ago.

I'll also take this as an opportunity to remove myself from other
packages which I stopped using and thus most certainly won't be able to
maintain. The latter is already hard enough these days for software
which I *do* use.

[1]: https://github.com/NixOS/nixpkgs/issues/94007

Signed-off-by: aszlig <aszlig@nix.build>
2020-07-28 02:08:36 +02:00
Pamplemousse
d14d094189 codeql: 2.2.3 -> 2.2.4
Signed-off-by: Pamplemousse <xav.maso@gmail.com>
2020-07-24 09:03:05 -07:00
Mario Rodas
a4119588f7
tflint: 0.17.0 -> 0.18.0 2020-07-19 09:45:00 -05:00
Mario Rodas
61f57d850e
Merge pull request #92729 from r-ryantm/auto-update/tfsec
tfsec: 0.21.0 -> 0.23.2
2020-07-08 19:10:11 -05:00
Mario Rodas
aa5ee82db2
tfsec: add ldflags 2020-07-08 18:55:18 -05:00
R. RyanTM
4b0ab3f2a4 tfsec: 0.21.0 -> 0.23.2 2020-07-08 16:49:39 +00:00
Luflosi
92ca9d643f
include-what-you-use: 0.13 -> 0.14
https://github.com/include-what-you-use/include-what-you-use/releases/tag/0.14
2020-07-06 23:05:39 +02:00
Daniël de Kok
8e51d14108
Merge pull request #92185 from r-ryantm/auto-update/hopper
hopper: 4.5.28 -> 4.5.29
2020-07-03 17:31:50 +02:00
R. RyanTM
b994272c13 hopper: 4.5.28 -> 4.5.29 2020-07-03 14:51:48 +00:00
Jonathan Ringer
6eb63fc2e5 pmd: 6.17.0 -> 6.25.0, fix runtime 2020-07-02 11:48:59 -07:00
Mario Rodas
4ee9de0ce0
Merge pull request #92003 from r-ryantm/auto-update/flow
flow: 0.127.0 -> 0.128.0
2020-07-02 09:01:51 -05:00
R. RyanTM
5b846f1c11 flow: 0.127.0 -> 0.128.0 2020-07-02 10:29:08 +00:00
Vincent Laporte
18094dbdc2 frama-c: 21.0 (Scandium) → 21.1 (Scandium) 2020-07-01 23:51:10 +02:00
Mario Rodas
55f0953d1b
Merge pull request #91798 from r-ryantm/auto-update/checkstyle
checkstyle: 8.33 -> 8.34
2020-06-30 06:31:22 -05:00
Yurii Rashkovskii
3774105f48 framac: 20.0 -> 21.0 2020-06-30 09:30:38 +02:00
R. RyanTM
7462d78905 checkstyle: 8.33 -> 8.34 2020-06-30 03:02:12 +00:00
Mario Rodas
d121364a21
tflint: 0.16.2 -> 0.17.0
Changelog: https://github.com/terraform-linters/tflint/releases/tag/v0.17.0
2020-06-27 04:20:00 -05:00
Ryan Mulligan
40dbcfc4b3
Merge pull request #91546 from r-ryantm/auto-update/codeql
codeql: 2.2.1 -> 2.2.3
2020-06-26 10:58:56 -07:00
R. RyanTM
7a2ed26f98 codeql: 2.2.1 -> 2.2.3 2020-06-26 05:39:48 +00:00
Hugo Reeves
cf11c3c2cd
cargo-tarpaulin: 0.13.4 -> 0.14.0 2020-06-26 11:12:16 +12:00
Hugo Reeves
27108e7cee
cargo-tarpaulin: 0.13.3 -> 0.13.4 2020-06-24 14:39:16 +12:00
deliciouslytyped
eaf756639f rr: 5.3.0 +> 9ff37581 add rr-unstable until a new rr release is made 2020-10-04 23:27:08 +02:00
Mario Rodas
a2375629e6
Merge pull request #98985 from r-ryantm/auto-update/autoflake
autoflake: 1.3.1 -> 1.4
2020-10-02 23:31:12 -05:00
Vincent Laporte
22b076e1c3 ikos: 2.1 → 3.0 2020-09-30 07:20:38 +02:00
R. RyanTM
d3bf95dfff autoflake: 1.3.1 -> 1.4 2020-09-28 03:54:31 +00:00
Jörg Thalheim
8954f325d1
Merge pull request #98849 from r-ryantm/auto-update/radare2-cutter
radare2-cutter: 1.11.1 -> 1.12.0
2020-09-26 16:07:37 +02:00
R. RyanTM
ff33525cc9 radare2-cutter: 1.11.1 -> 1.12.0 2020-09-26 10:55:06 +00:00