Commit Graph

574 Commits

Author SHA1 Message Date
Silvan Mosberger
76701c95fc
Merge pull request #56655 from r-ryantm/auto-update/flow
flow: 0.92.0 -> 0.94.0
2019-03-08 18:55:31 +01:00
R. RyanTM
a1e3292045 flow: 0.92.0 -> 0.94.0
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/flow/versions
2019-03-01 22:15:47 -08:00
Samuel Leathers
cd7dbd4bd0
Merge pull request #56618 from r-ryantm/auto-update/cppcheck
cppcheck: 1.86 -> 1.87
2019-03-02 04:10:43 +01:00
R. RyanTM
44202cd876 cppcheck: 1.86 -> 1.87
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/cppcheck/versions
2019-03-01 16:45:06 -08:00
Pascal Wittmann
bb921f5169
checkstyle: 8.17 -> 8.18 2019-03-01 19:24:22 +01:00
Jörg Thalheim
dadc7eb329
treewide: use runtimeShell instead of stdenv.shell whenever possible
Whenever we create scripts that are installed to $out, we must use runtimeShell
in order to get the shell that can be executed on the machine we create the
package for. This is relevant for cross-compiling. The only use case for
stdenv.shell are scripts that are executed as part of the build system.
Usages in checkPhase are borderline however to decrease the likelyhood
of people copying the wrong examples, I decided to use runtimeShell as well.
2019-02-26 14:10:49 +00:00
R. RyanTM
f7ce433178 pmd: 6.10.0 -> 6.11.0 (#55215)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/pmd/versions
2019-02-24 01:10:35 +01:00
Vladimír Čunát
4ba49d3d6c
Merge #55988: treewide meta.platforms: linux -> unix 2019-02-22 07:59:34 +01:00
Jörg Thalheim
c41ed752dc
radare2: 3.2.1 -> 3.3.0 2019-02-21 00:06:55 +00:00
Freezeboy
8f87a61de2 Replace platforms.linux with platforms.darwin for expressions that compile on darwin too (too restrictive platforms) 2019-02-18 10:56:58 +01:00
R. RyanTM
436701842b flow: 0.91.0 -> 0.92.0
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/flow/versions
2019-02-08 13:18:33 +00:00
Jan Malakhovski
73b2c285fe radare2, r2-for-cutter: move defaults to package file 2019-02-03 15:33:25 +00:00
Pascal Wittmann
d1e7081596
checkstyle: 8.16 -> 8.17 2019-02-01 16:19:50 +01:00
Jörg Thalheim
343d07b0b6
radare2: 3.1.3 -> 3.2.1 2019-01-21 14:00:26 +00:00
Mario Rodas
09b815ebf4 flow: 0.90.0 -> 0.91.0 2019-01-21 05:50:15 +00:00
Pascal Wittmann
b71ed9c888
Merge pull request #54298 from dtzWill/update/spin-6.4.9
spin: 6.4.8 -> 6.4.9
2019-01-20 12:35:51 +01:00
Will Dietz
6507d48eda spin: use dropbox "mirror" again to avoid problems 2019-01-19 21:35:05 -06:00
Will Dietz
c869590dea spin: install manpage 2019-01-18 21:34:55 -06:00
Will Dietz
5812580bf6 spin: 6.4.8 -> 6.4.9 2019-01-18 21:34:50 -06:00
Mario Rodas
8819ff0701
brakeman: 4.3.1 -> 4.4.0 2019-01-17 22:14:00 -05:00
Mario Rodas
2c48580be1 flow: 0.89.0 -> 0.90.0 2019-01-12 18:16:28 +00:00
Will Dietz
7feee4d81f retdec: remove pycache from install dir 2019-01-12 16:48:40 +01:00
Timo Kaufmann
8c81099cda
radare2: add propagated build inputs (#53667)
Fixes the cutter build which was broken when radare2 was moved away from
vendored dependencies in #51837.
2019-01-08 21:55:44 +01:00
Frederik Rietdijk
9618abe87c Merge master into staging-next 2019-01-04 21:13:19 +01:00
R. RyanTM
cc09a97be7 checkstyle: 8.15 -> 8.16
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/checkstyle/versions
2019-01-03 17:17:42 -08:00
Jan Tojnar
ef935fa101
Merge branch 'master' into staging 2018-12-24 15:02:29 +01:00
Jörg Thalheim
1b146a8c6f
treewide: remove paxutils from stdenv
More then one year ago we removed grsecurity kernels from nixpkgs:
https://github.com/NixOS/nixpkgs/pull/25277

This removes now also paxutils from stdenv.
2018-12-22 12:55:05 +01:00
R. RyanTM
29f25b22df pmd: 6.9.0 -> 6.10.0
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/pmd/versions
2018-12-19 17:48:03 -05:00
Tor Hedin Brønner
59e6658381 valgrind: fix build on darwin
We fixed a race condition in #51505 and #51107. This required running
autoreconfHook to pick up the `coregrind-makefile-race.patch` patch.

Unfortunately this broke darwin's postPatch fixes as autoreconfHook would run
afterwards regenerating the fixed makefiles.

Moving the postPatch fixes to preConfigure should resolve the issue.

I left `postPatch = ""` in to avoid a rebuild on linux.

(cherry picked from commit a6d4a0c53c88bf47482b17665fe2675f4cc82bb2)
2018-12-19 20:39:10 +01:00
Jan Tojnar
aead6e12f9
Merge remote-tracking branch 'upstream/master' into staging 2018-12-16 22:55:06 +01:00
Robin Gloster
6ce3887197
Merge pull request #52383 from r-ryantm/auto-update/checkstyle
checkstyle: 8.14 -> 8.15
2018-12-16 17:05:17 +01:00
R. RyanTM
e04f56e8cc checkstyle: 8.14 -> 8.15
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/checkstyle/versions
2018-12-16 06:50:39 -08:00
Alexey Shmalko
1aa2c5a8a8
Merge pull request #52341 from r-ryantm/auto-update/cppcheck
cppcheck: 1.85 -> 1.86
2018-12-16 16:33:12 +02:00
R. RyanTM
fc5d1f48b4 cppcheck: 1.85 -> 1.86
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/cppcheck/versions
2018-12-16 01:59:44 -08:00
Jörg Thalheim
ba5cba0b0d
Merge pull request #51893 from Mic92/cross-fixes-2
treewide: cross-fixes (memcached, opendkim, gdb, tcl, xorg*)
2018-12-16 01:28:16 +00:00
Tor Hedin Brønner
a6d4a0c53c valgrind: fix build on darwin
We fixed a race condition in #51505 and #51107. This required running
autoreconfHook to pick up the `coregrind-makefile-race.patch` patch.

Unfortunately this broke darwin's postPatch fixes as autoreconfHook would run
afterwards regenerating the fixed makefiles.

Moving the postPatch fixes to preConfigure should resolve the issue.

I left `postPatch = ""` in to avoid a rebuild on linux.
2018-12-14 18:17:44 +01:00
Mario Rodas
81c99bfe63 flow: 0.87.0 -> 0.89.0 2018-12-14 14:43:57 +00:00
Jörg Thalheim
c6d83f297d
valgrind: fix cross-build 2018-12-12 08:02:13 +00:00
Etienne Laurin
328fbcff60 ikos: init at 2.1 2018-12-12 00:09:24 +00:00
Jörg Thalheim
900a01ad47
radare2: fix cross-build
Only the make-based build support cross-compilation.
Also use less vendored libraries
2018-12-10 14:15:45 +00:00
Vincent Laporte
8c11c9528e frama-c: Chlorine -> Argon 2018-12-09 19:50:38 +00:00
Frederik Rietdijk
5f554279ec Merge master into staging-next 2018-12-07 15:22:35 +01:00
Mario Rodas
88b48753ac flow: 0.86.0 -> 0.87.0 2018-12-07 03:48:39 +00:00
Jörg Thalheim
df2e442853
radare2: 3.1.2 -> 3.1.3 2018-12-05 10:44:41 +00:00
Tor Hedin Brønner
d539b09768 valgrind: run autoconf to pick up Makefile.am patch
https://github.com/NixOS/nixpkgs/pull/51107 added a patch to Makefile.am to fix
a race condition in the build. It was unfortunately never picked up as we we're
using the generated makefile from the tarball.
2018-12-04 13:17:49 +01:00
Jörg Thalheim
1f5c851967 radare: remove
This project has been deprecated in 2016.
Radare2 should been used intead: https://github.com/radare/radare
2018-12-04 00:33:49 +01:00
Jörg Thalheim
58700be336
radare2: 3.1.1 -> 3.1.2 2018-12-03 22:29:22 +00:00
Will Dietz
2b585ece44 radare2: 3.1.0 -> 3.1.1
https://github.com/radare/radare2/releases/tag/3.1.1
2018-12-03 00:54:57 -06:00
Frederik Rietdijk
9db2421d1f Merge master into staging-next 2018-11-29 08:12:56 +01:00
Will Dietz
9d25cac004 radare2: 3.0.1 -> 3.1.0 2018-11-27 09:43:31 -06:00