Commit graph

802 commits

Author SHA1 Message Date
Mikhail Klementev 679fc685c8
codeql: 2.0.4 -> 2.1.0 2020-03-28 09:05:48 +00:00
Jörg Thalheim 066db11215
Revert "Merge pull request #83099 from marsam/fix-buildGoModule-packages-darwin"
This reverts commit 4e6bf03504, reversing
changes made to afd997aab6.

Instead we propagate those frameworks from the compiler again
2020-03-27 07:33:21 +00:00
Jörg Thalheim f565c8fd1c
radare2-cutter: 1.10.1 -> 1.10.2 2020-03-25 21:27:14 +00:00
Mario Rodas e2e4e95cbd
tflint: 0.15.2 -> 0.15.3
Changelog: https://github.com/terraform-linters/tflint/releases/tag/v0.15.3
2020-03-22 04:20:00 -05:00
Mario Rodas 074703a553 tflint: fix build on darwin 2020-03-21 06:16:00 -05:00
Mario Rodas d57719b5b6 flow: 0.120.1 -> 0.121.0
Changelog: https://github.com/facebook/flow/releases/tag/v0.121.0
2020-03-19 09:59:53 +01:00
Timo Kaufmann e5642d405e retdec: fix build
The build was broken by the gcc9 update. Pinning to gcc8 for now.
2020-03-15 11:57:57 +01:00
Mario Rodas 3b2d9b3e4c tflint: 0.15.1 -> 0.15.2
Changelog: https://github.com/terraform-linters/tflint/releases/tag/v0.15.2
2020-03-14 16:40:18 +00:00
Jörg Thalheim 09ad2cffdc
radare2: 4.3.0 -> 4.3.1 2020-03-14 08:56:42 +00:00
Benjamin Hipple 2ab1a2db99 tflint: 0.15.0 -> 0.15.1 2020-03-13 00:07:48 -04:00
Ryan Mulligan e2920d957a
Merge pull request #82045 from r-ryantm/auto-update/hopper
hopper: 4.5.19 -> 4.5.21
2020-03-09 06:23:49 -07:00
R. RyanTM ef03ff7c1f hopper: 4.5.19 -> 4.5.21 2020-03-08 11:45:01 +00:00
Mario Rodas 88efa8b1ae
flow: 0.119.1 -> 0.120.1
Changelog: https://github.com/facebook/flow/releases/tag/v0.120.1
2020-03-08 04:20:00 -05:00
R. RyanTM b848abe4c6 jdepend: 2.9.1 -> 2.10 2020-03-07 20:52:17 +00:00
R. RyanTM e17a1a098c codeql: 2.0.2 -> 2.0.4 2020-03-05 15:10:00 -08:00
Mario Rodas e5fd322143
Merge pull request #81712 from r-ryantm/auto-update/randoop
randoop: 4.2.1 -> 4.2.2
2020-03-05 07:29:56 -05:00
Jörg Thalheim fb6f2d1488
radare2: 4.2.1 -> 4.3.0 (#81730) 2020-03-04 17:27:47 +00:00
Vladimír Čunát eb5f3cac4f
Merge #81631: lcov: Fix patch checksums 2020-03-04 14:22:08 +01:00
R. RyanTM e3461b75e7 randoop: 4.2.1 -> 4.2.2 2020-03-04 10:59:53 +00:00
Mario Rodas 1fcc960f1d
Merge pull request #81682 from r-ryantm/auto-update/flow
flow: 0.119.0 -> 0.119.1
2020-03-03 23:31:47 -05:00
R. RyanTM 2cb7cd6573 flow: 0.119.0 -> 0.119.1 2020-03-04 03:55:39 +00:00
R. RyanTM 98bf3a997e checkstyle: 8.29 -> 8.30 2020-03-04 02:05:33 +00:00
Josef Kemetmüller adfb8a039b lcov: Fix patch checksums
The previously committed checksums seem to have been mistakenly taken
directly from fetchurl without fetchpatch normalization.
2020-03-03 16:58:39 +01:00
Eelco Dolstra 74c82056c9
lcov: Support gcc 9
https://github.com/linux-test-project/lcov/issues/58
https://github.com/Homebrew/homebrew-core/pull/50070
2020-02-28 12:31:41 +01:00
Mario Rodas 58dac371d5
tflint: 0.14.0 -> 0.15.0
Changelog: https://github.com/terraform-linters/tflint/releases/tag/v0.15.0
2020-02-25 08:32:00 -05:00
Mario Rodas 0507717aae flow: 0.118.0 -> 0.119.0
Changelog: https://github.com/facebook/flow/releases/tag/v0.119.0
2020-02-24 09:57:14 +01:00
Jörg Thalheim b878000c66
r2: 4.2.0 -> 4.2.1 2020-02-20 11:54:37 +00:00
Jörg Thalheim e8343960a9
hopper: libffi compatibility symlink 2020-02-19 14:59:26 +00:00
Jörg Thalheim 2d87562b42
Merge pull request #75522 from Enteee/bugfix/hopper
hopper: fix libxml2 dynamic linking issue
2020-02-19 14:25:14 +00:00
Mario Rodas 013008ae7e
brakeman: 4.7.2 -> 4.8.0
Changelog: https://github.com/presidentbeef/brakeman/releases/tag/v4.8.0
2020-02-18 20:00:00 -05:00
Benjamin Hipple e73928ba4d panopticon: upgrade cargo fetcher and cargoSha256
Infra upgrade as part of #79975; no functional change expected.
2020-02-16 09:33:26 -08:00
Vladyslav M 07e1adff46
bingrep: 0.8.1 -> 0.8.2 2020-02-15 09:38:37 +02:00
Benjamin Hipple eb11feaa0b treewide: change fetchCargoTarball default to opt-out
Changes the default fetcher in the Rust Platform to be the newer
`fetchCargoTarball`, and changes every application using the current default to
instead opt out.

This commit does not change any hashes or cause any rebuilds. Once integrated,
we will start deleting the opt-outs and recomputing hashes.

See #79975 for details.
2020-02-13 22:41:37 -08:00
Frederik Rietdijk 03755ed59a Merge master into staging-next 2020-02-09 09:17:51 +01:00
Ryan Mulligan 0d5411fc6d Merge pull request #79423 from r-ryantm/auto-update/codeql
codeql: 2.0.0 -> 2.0.2
2020-02-08 12:42:57 -08:00
Pascal Wittmann 0fce2522e1 Merge pull request #79470 from r-ryantm/auto-update/randoop
randoop: 3.1.5 -> 4.2.1
2020-02-08 20:06:03 +01:00
Mario Rodas e453de05b8 Merge pull request #79413 from r-ryantm/auto-update/checkstyle
checkstyle: 8.28 -> 8.29
2020-02-08 10:52:06 -05:00
Frederik Rietdijk 30f0909e3a Merge master into staging-next 2020-02-07 19:27:52 +01:00
R. RyanTM fa646a2317 randoop: 3.1.5 -> 4.2.1 2020-02-07 18:05:07 +00:00
R. RyanTM 9ae939fb8a codeql: 2.0.0 -> 2.0.2 2020-02-07 07:26:25 +00:00
R. RyanTM 6cb37c8027 checkstyle: 8.28 -> 8.29 2020-02-07 04:24:02 +00:00
Mario Rodas a124c9444a
flow: 0.117.0 -> 0.118.0
Changelog: https://github.com/facebook/flow/releases/tag/v0.118.0
2020-02-06 04:20:00 -05:00
Vladimír Čunát 48a997cd76
Merge #66528: glibc: 2.27 -> 2.30 (into staging)
Includes update of stdenv bootstap tools (for three main platforms)
and many package fixes with new glibc.
2020-02-05 13:41:09 +01:00
Jörg Thalheim 4d676594ac
radare2-cutter: 1.9.0 -> 1.10.1 2020-02-04 11:31:06 +00:00
Jörg Thalheim 0bb7b8a72d
radare2: 4.0.0 -> 4.2.0 2020-02-04 11:31:04 +00:00
Maximilian Bosch 62af92b848
cppcheck: 1.88 -> 1.90 2020-02-01 12:48:46 +01:00
Mario Rodas 5f192ddcf6
tflint: 0.13.3 -> 0.14.0
Changelog: https://github.com/terraform-linters/tflint/releases/tag/v0.14.0
2020-01-31 04:20:00 -05:00
Maximilian Bosch f4bd578366
eresi: fix build w/glibc-2.30 2020-01-28 15:45:30 +01:00
Maximilian Bosch 6b0cd9ad47
Merge branch 'staging' into glibc230
Conflicts:
	pkgs/applications/misc/vit/default.nix
2020-01-28 14:54:51 +01:00
Mario Rodas cabda88653 tfsec: 0.13.0 -> 0.19.0 2020-01-26 21:10:30 +01:00