Commit Graph

605 Commits

Author SHA1 Message Date
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 a6d4a0c53c)
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
Sarah Brofeldt
a067e883b1 valgrind: Apply upstream patch for Makefile race in coregrind 2018-11-27 12:45:59 +01:00
Frederik Rietdijk
aabf1a93bc Merge staging-next into staging 2018-11-20 11:51:11 +01:00
Frederik Rietdijk
fd26e7be2a Merge master into staging-next 2018-11-20 11:47:26 +01:00
R. RyanTM
57fcacf214 flow: 0.85.0 -> 0.86.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
2018-11-19 12:14:32 -08:00
Will Dietz
aceb11047a retdec: bump yaramod dep to fix 2/bison 3.2+ 2018-11-16 08:39:40 -06:00
Frederik Rietdijk
7863aae5b2 Merge master into staging-next 2018-11-11 08:59:44 +01:00
Jörg Thalheim
c758113f80
Merge pull request #50174 from Mic92/radare2
radare2: 3.0.0 -> 3.0.1
2018-11-10 22:06:40 +00:00
R. RyanTM
fbe08fe1dc checkstyle: 8.13 -> 8.14 (#50133)
* checkstyle: 8.13 -> 8.14

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

* checkstyle: jre is a runtime deps
2018-11-10 15:42:24 +01:00
Jörg Thalheim
67f3cd2831
radare2: 3.0.0 -> 3.0.1 2018-11-10 14:03:48 +00:00
Frederik Rietdijk
53d00c3351 Merge master into staging-next 2018-11-10 11:08:54 +01:00
R. RyanTM
5e02b5e689 pmd: 6.8.0 -> 6.9.0 (#50015)
* pmd: 6.8.0 -> 6.9.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-11-09 13:37:30 +01:00
Mario Rodas
71a30baab4 flow: 0.80.0 -> 0.85.0 2018-11-06 08:06:11 -05:00
Frederik Rietdijk
0e0d20fb5f Merge master into staging-next 2018-10-30 19:55:48 +01:00
Jörg Thalheim
b5ad615474
verasco: remove unmaintained project
Verasco is no longer maintained by upstream and blocks updates of some libraries.
Removing it also makes it possible to remove coq 8.4.
2018-10-30 13:31:11 +00:00
Ignat Loskutov
c1748f0b09 cppcheck: 1.84 -> 1.85 2018-10-29 00:19:46 +03:00
volth
716cfab34e Merge master into staging-next 2018-10-24 17:37:47 +00:00
Renaud
73f796aa62
Merge pull request #46299 from r-ryantm/auto-update/capnproto
capnproto: 0.6.1 -> 0.7.0
2018-10-21 16:43:37 +02:00
Renaud
17c96ab275
rr: build according to C++14 standard
Avoid breaking the build with capnproto >= 0.7.0
2018-10-21 16:18:36 +02:00
Frederik Rietdijk
4eadb33045 Merge staging-next into staging 2018-10-20 09:47:28 +02:00
Frederik Rietdijk
ca6ee8f519 Merge master into staging-next 2018-10-20 09:40:09 +02:00
Will Dietz
6b06bda3b3 snowman: 0.1.2 -> 0.1.3 2018-10-19 20:56:40 -05:00
Will Dietz
4de5354c7c valgrind: 3.13.0 -> 3.14.0 (#48173) 2018-10-19 11:39:54 +02:00
Frederik Rietdijk
8d8dc1fa34 Merge master into staging 2018-10-18 11:43:54 +02:00
Jörg Thalheim
81a0724fe2
Merge pull request #48582 from dtzWill/update/radare2-cutter-1.7.2
radare2-cutter: 1.7.1 -> 1.7.2
2018-10-17 09:28:17 +01:00
Frederik Rietdijk
89349fdae9 Merge staging-next into staging 2018-10-17 08:36:28 +02:00
Will Dietz
26dfc0c533 radare2: fix update script to handle invocation from elsewhere
It looks like `with Path:` is supposed to be a context-manager
for changing directory but it doesn't seem to work and the only
way I've found to make that work is if we made our own and annotated it.

Instead just use nix search path to tell the expression where
to find the file it looks for.

Also re-use SCRIPT_DIR elsewhere instead of re-"computing" it.
2018-10-16 14:05:01 -05:00
Will Dietz
6fdc165564 r2-for-cutter: revert accidental change to version info 2018-10-16 12:35:16 -05:00
Will Dietz
9b590126a7 radare2-cutter: 1.7.1 -> 1.7.2 2018-10-16 12:34:05 -05:00
Will Dietz
f88957d170 radare2: libuv and actually use deps we're providing
Particularly openssl and zlib.
There are others we may wish to provide but for now
let's at least use the ones in buildInputs :).
2018-10-16 12:31:07 -05:00
Will Dietz
56ef6eeb43 radare2: 2.9.0 -> 3.0.0 2018-10-16 12:31:05 -05:00
R. RyanTM
e2dfafed6b checkstyle: 8.12 -> 8.13
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-10-15 23:22:38 -07:00
volth
f65dfb3caf buildPerlPackage -> perlPackages.buildPerlPackage 2018-10-14 09:10:41 +02:00
Renaud
7a90980194
Merge pull request #47836 from bhipple/add/cpplint
cpplint: init at 1.3.0
2018-10-12 21:38:24 +02:00
Benjamin Hipple
964214b107 cpplint: init at 1.3.0
Static analyzer for C++ code. Licensed under a very permissive, generic Google license (BSD3 wording).
2018-10-12 18:51:43 +00:00
Will Dietz
f84cfdf02a
Merge pull request #48180 from timokau/retdec-update
retdec: 3.0 -> 3.2
2018-10-11 17:36:41 -05:00
Timo Kaufmann
a33dec8cd5 retdec: 3.0 -> 3.2 2018-10-11 23:53:00 +02:00
R. RyanTM
e1c5b47935 pmd: 6.7.0 -> 6.8.0 (#47736)
* pmd: 6.7.0 -> 6.8.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

* pmd: refresh meta

Homepage is now https://pmd.github.io/
Added licenses
2018-10-11 13:20:01 +02:00
Daiderd Jordan
1383c08f2c
Merge branch 'master' into staging-next 2018-10-01 19:42:07 +02:00
Philip Patsch
46651b82b8 include-what-you-use: 0.8 -> 0.10
Updates to llvm 6, fixes python scripts in /bin.
2018-09-27 16:44:49 +02:00
Ben Wolsieffer
da18634eff valgrind: enable debug info (#47251)
At least on ARM, valgrind produces no stack trace unless debug info is
available for its own libraries.
2018-09-24 22:57:38 +02:00
jeschli
4c9898108d pev: init at unstable-2018-07-22 2018-09-22 12:14:56 +02:00
Jörg Thalheim
99d05a6a6f
Merge pull request #46287 from r-ryantm/auto-update/flow
flow: 0.79.0 -> 0.80.0
2018-09-18 13:23:51 +01:00
Roger Qiu
9f3c27a104 makefile2graph: init at 2018-01-03 (#46136) 2018-09-18 08:03:14 +00:00
R. RyanTM
0bb9b3c233 pmd: 6.5.0 -> 6.7.0 (#46213)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
pmd
2018-09-07 20:14:07 +02:00
R. RyanTM
30df34f7dd flow: 0.79.0 -> 0.80.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
2018-09-06 23:07:15 -07:00
Will Dietz
e9d4bab044
Merge pull request #46070 from Mic92/radare2
radare2: 2.8.0 -> 2.9.0,  radare2-cutter: 1.7 -> 1.7.1
2018-09-04 19:19:57 -05:00
Jörg Thalheim
a56fd17938 radare2-cutter: 1.7 -> 1.7.1 2018-09-04 23:15:07 +01:00
Jörg Thalheim
63b7bc847c radare2-cutter: add mic92 as maintainer 2018-09-04 23:14:55 +01:00
Jörg Thalheim
24ce88615e radare2: 2.8.0 -> 2.9.0 2018-09-04 22:57:17 +01:00
Markus Kowalewski
d9649ea38b
splint: update homepage 2018-09-02 20:55:47 +02:00
John Ericson
2c2f1e37d4 reewide: Purge all uses stdenv.system and top-level system
It is deprecated and will be removed after 18.09.
2018-08-30 17:20:32 -04:00
Jörg Thalheim
d6305a5bec
Merge pull request #45755 from Ekleog/kcov-36
kcov: 35 -> 36
2018-08-29 17:27:26 +01:00
Léo Gaspard
03d5065c06
kcov: 35 -> 36 2018-08-30 01:07:45 +09:00
Vincent Laporte
2dec33b60d framac: 20171101 (Sulfur) -> 20180502 (Chlorine) (#45455) 2018-08-22 23:13:48 +02:00
Jörg Thalheim
36d8beb426 radare2: update.py should be formatted with black now 2018-08-22 11:48:13 +01:00
Jörg Thalheim
dc8cae21a8 radare2: rework update script to include cutter's radare2 version 2018-08-22 11:45:34 +01:00
Will Dietz
2957313356 r2, r2-cutter: refactor and bump cutter to 1.7 2018-08-21 18:22:38 -05:00
Will Dietz
ec7af525ba radare2-cutter: use newer r2, fix (latest rev used by cutter-git) 2018-08-21 17:11:08 -05:00
Will Dietz
3c08c87ae9 radare2: 2.7.0 -> 2.8.0 2018-08-21 17:11:08 -05:00
Jörg Thalheim
a1ffd137f5
Merge pull request #45254 from r-ryantm/auto-update/checkstyle
checkstyle: 8.11 -> 8.12
2018-08-20 14:42:54 +01:00
Jörg Thalheim
1b313a12da checkstyle: add wrapper in bin 2018-08-20 14:42:05 +01:00
R. RyanTM
6573f3a60b checkstyle: 8.11 -> 8.12
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-08-17 05:45:10 -07:00
Ruben Maher
d591f8a54d flow: 0.78.0 -> 0.79.0 2018-08-17 12:08:53 +09:30
Fatih Altinok
f5da6ff71c
flow: 0.77.0 -> 0.78.0 2018-08-16 00:44:41 +03:00
Pascal Wittmann
a344029c34
findbugs: add license
see issue #43716
2018-08-05 16:40:43 +02:00
Pascal Wittmann
e4e98a27b0
emma: add license
see issue #43716
2018-08-05 16:37:30 +02:00
Mario Rodas
4cc3a18fcd brakeman: init at 4.3.1 (#44294) 2018-08-01 15:15:29 +02:00
aszlig
c8b973d318
eresi: init at 0.83-a3-phoenix
While I'm not sure whether it's suitable for my tasks it might be useful
for others doing reverse engineering, so I decided to package it.

The software seems to have stalled development since a while but became
active again recently, so hopefully some of the issues with packaging
will be fixed and they might want to move away from their handwritten
configure script.

I've tested the package on both i686-linux and x86_64-linux, however the
automated test suite seems to be broken upstream at the moment so I
didn't set doCheck to true, but once this is fixed, we can enable them
in a future update.

Signed-off-by: aszlig <aszlig@nix.build>
2018-07-31 08:17:39 +02:00
Will Dietz
541d30a3a9 rr: enable on 32bit x86
Lack of 32bit support led to the creation
of an overlay to add it back again,
but since it at least builds and seems to work
don't see why we'd disallow it here :).
2018-07-30 07:27:25 -05:00