Commit graph

54 commits

Author SHA1 Message Date
Jörg Thalheim 15cc0cc5c9
radare2: 3.6.0 -> 3.7.0 2019-08-01 07:31:14 +01:00
Jörg Thalheim 7b67364823 radare2-cutter: 1.8.0 -> 1.8.3 2019-07-13 12:33:19 +02:00
Jörg Thalheim 4599f2bb9a
radare2: 3.5.1 -> 3.6.0 2019-06-24 14:16:53 +01:00
Jörg Thalheim e06aa9887b
radare2: 3.5.0 -> 3.5.1 2019-06-20 10:24:44 +01:00
volth f3282c8d1e treewide: remove unused variables (#63177)
* treewide: remove unused variables

* making ofborg happy
2019-06-16 19:59:05 +00:00
Jörg Thalheim f6ce92c306
radare2: 3.4.1 -> 3.5.0 2019-05-13 14:43:04 +01:00
Jörg Thalheim f93e9b08a4
radare2: 3.3.0 -> 3.4.1 2019-04-09 10:36:41 +01:00
Jörg Thalheim 18e67abd91
radare2-cutter: 1.7.2 -> 1.8.0 2019-03-21 06:52:31 +00:00
Jörg Thalheim c41ed752dc
radare2: 3.2.1 -> 3.3.0 2019-02-21 00:06:55 +00:00
Jan Malakhovski 73b2c285fe radare2, r2-for-cutter: move defaults to package file 2019-02-03 15:33:25 +00:00
Jörg Thalheim 343d07b0b6
radare2: 3.1.3 -> 3.2.1 2019-01-21 14:00:26 +00: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
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
Jörg Thalheim df2e442853
radare2: 3.1.2 -> 3.1.3 2018-12-05 10:44:41 +00: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
Will Dietz 9d25cac004 radare2: 3.0.1 -> 3.1.0 2018-11-27 09:43:31 -06:00
Jörg Thalheim 67f3cd2831
radare2: 3.0.0 -> 3.0.1 2018-11-10 14:03:48 +00: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
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
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
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 3c08c87ae9 radare2: 2.7.0 -> 2.8.0 2018-08-21 17:11:08 -05:00
Will Dietz 9d723978e0 radare2: 2.6.0 -> 2.7.0
(via update.py auto-magic ^_^)
2018-07-10 16:51:27 -05:00
Jörg Thalheim e87bfe08b6 radare2: 2.5.0 -> 2.6.0 2018-05-23 15:45:56 +01:00
Jörg Thalheim 454edcd6c0 radare2: add myself as maintainer 2018-05-23 10:36:26 +01:00
Jörg Thalheim abefb01050 radare2: remove dependency on .git
.git breaks our hashes
2018-04-13 10:20:47 +01:00
Will Dietz 367db08087 radare2: 2.4.0 -> 2.5.0 2018-04-12 16:22:24 -05:00
Will Dietz 0f179416a5
Revert "radare2: 2.4.0 -> 2.5.0" 2018-04-12 16:17:20 -05:00
Jörg Thalheim 309b483116 radare2: 2.4.0 -> 2.5.0 2018-04-11 10:44:39 +01:00
Jörg Thalheim 9f4ddfaf63 radare2: 2.3.0 -> 2.4.0 2018-03-07 00:36:23 +00:00
Will Dietz 06cb5d8f92 radare2: use capstone rev used by default, not release from 2015. 2018-02-18 14:57:07 -06:00
Will Dietz 9800a0d398 radare2: 2.2.0 -> 2.3.0 2018-02-18 14:21:40 -06:00
Will Dietz 4818f75054 radare2: enable parallel building 2017-12-29 18:55:20 -06:00
Will Dietz 85842b586a radare2: 2.1.0 -> 2.2.0 2017-12-29 18:54:01 -06:00
Will Dietz 5ad30374e9 radare2: 2.0.1 -> 2.1.0
* drop patch, now included
* drop r2-docker/r2-indent fixups, no longer installed
  (see a09d6dae92)
2017-12-05 09:20:31 -06:00
Andreas Rammhold 8312eaf11c radare2: 2.0.0 -> 2.0.1 (+ fix for CVE-2017-15385) 2017-11-09 12:48:21 +01:00
Felix Richter 8315c406a4 radare2: 1.6.0 -> 2.0.0 (#30274)
* radare2: 1.6.0 -> 2.0.0

* radare2: remove hotpatch for upstream
2017-10-11 12:21:21 +01:00
John Ericson 531e4b80c9 misc pkgs: Basic sed to get fix pkgconfig and autoreconfHook buildInputs
Only acts on one-line dependency lists.
2017-09-21 15:49:53 -04:00
volth 9af4150f38 radare2: 1.4.0 -> 1.6.0 2017-08-18 01:53:24 +00:00
Armijn Hemel 192659af57 radare2: 1.3.0 -> 1.4.0 2017-04-19 12:23:45 +02:00
Herwig Hochleitner 938df03ed1 radare2: fix hash 2017-03-22 08:54:35 +01:00