John Ericson
d0d5136cce
Merge remote-tracking branch 'upstream/master' into wrapper-pname-support
2019-11-24 17:25:07 +00:00
John Ericson
9b090ccbca
treewide: Get rid of most parseDrvName
without breaking compat
...
That is because this commit should be merged to both master and
release-19.09.
2019-11-24 17:22:28 +00:00
Jörg Thalheim
fce2426dd3
radare2: 3.9.0 -> 4.0.0
2019-10-30 18:55:00 +00:00
Jörg Thalheim
925b4244d7
radare2-for-cutter: 3.6.0 -> 3.8.0
2019-09-29 11:02:01 +01:00
R. RyanTM
8fe18e4b3e
radare2-cutter: 1.8.3 -> 1.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/radare2-cutter/versions
2019-09-28 19:10:44 -07:00
Jörg Thalheim
0a784ab6aa
radare2: 3.8.0 -> 3.9.0
2019-09-19 04:53:56 +01:00
Jan Tojnar
cdf426488b
Merge branch 'master' into staging-next
...
Fixed trivial conflicts caused by removing rec.
2019-09-06 03:20:09 +02:00
Jörg Thalheim
a7c12f59f8
Merge pull request #68140 from esclear/fix-cutter
...
Fix radare2-cutter: Wrap Cutter with Qt wrapper
2019-09-05 15:46:38 +01:00
Daniel Albert
5864b89767
Fix radare2-cutter: Wrap Cutter with Qt wrapper
...
Cutter would not find Qt plugins. This is fixed by wrapping it.
2019-09-05 16:18:37 +02:00
Vladimír Čunát
4aad2947f8
Merge branch 'master' into staging-next
2019-09-04 11:00:56 +02:00
Jörg Thalheim
bf14c2076c
radare2: 3.7.0 -> 3.8.0
2019-09-03 14:49:35 +01:00
volth
08f68313a4
treewide: remove redundant rec
2019-08-28 11:07:32 +00:00
volth
c814d72b51
treewide: name -> pname
2019-08-17 10:54:38 +00:00
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