pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel
Module Name: pkgsrc
Committed By: wiz
Date: Mon Jun 13 12:26:11 UTC 2016
Modified Files:
pkgsrc/devel/py-radare2: distinfo
pkgsrc/devel/radare2: Makefile Makefile.common PLIST distinfo
pkgsrc/devel/radare2-valabind: Makefile distinfo
Removed Files:
pkgsrc/devel/radare2-valabind/patches: patch-valabind-cc
pkgsrc/devel/radare2/patches: patch-libr_config.mk.tail
patch-shlr_gdb_Makefile
Log Message:
Update radare2 packages to 0.10.3/0.10.0.
Changes for 0.10.3 not found.
0.10.2
Add r2 -d and -R shortcuts to simplify loading rarun2 profiles and using remote debugging plugins
Support for cryptography (blowfish, rc2, rc4, aes, xor, ror, rol)
woE/woD
rabin2 -E
Adding wo*y commands using clipboard instead of [val]
Better PE and ELF parsers
New easter-egg!
dyldcache extractor is working again
Support for BOCHS
Coredump support for iOS and OSX
New fileformats, namely Python bytecode and Flash files
Improved analysis and emulation thanks to ESIL on x86, ARM and MIPS
New make menu to choose plugins to build
Add ?E clippy echo and use it in ????
xrefs and types are now properly saved/restored from projects
0.10.1
Variables and flags can now be renamed in cursor mode asciinema
Optimized GDB connectivity, now its 10x faster!
print signed base 10 hexdumps with pxd[1,2,4]
radiff2 -C to compare checksums
Lot of work towards the mach-ification of the OSX/iOS debugger by alvarofe
more polished cursor movements in Visual mode
Better ARM and Thumb code analysis and emulation
Added disassembler support for Microblaze architecture
Updated unicorn plugin to be in sync with git
Various enhancements in the Visual mode
backward disassembly uses RAnal info for better offset computations
asm.bbline uses RAnal info to have precise results
fix bug in env.sh when using more than 9 arguments
Mingw compilation improvements
preliminary support of XNU debugging
ESIL support for v810
radare2 does now compile in appveyor: no more excuses for broken commits on windows!
Lanai (the secret CPU used by Google) support
a new shiny xtensa CPU analysis backend
change local variables/arguments format names (ebp-0x10, ebp+0x13 becomes, respectively, local_10h and arg_13h) and now it works too when asm.ucase is set.
add Vdn option to rename a flag/function/local variable/local argument used in the current instruction
refactoring of RFlag + better names for functions when there are symbols
ahi now supports IPv4 and syscall
various optimizations and bugfixes
opcodes descriptions for v810, propeller, riscv, tms320, lm32, i4004, i8080, java, Malbolge, SH-4, M68K, ARC and LH5801 (that you can access with ?d or e asm.describe=true)
axg to get a graph of the function xrefs to reach a specific point.
Lanai CPU
Radare 0.10.0
blessr2
Since it took us a very long time to do this release, he had the
time to implement a second one, using Material design, which turns
out to be the default one for the Android and FirefoxOS applications.
Stability
We spent a lot of time fuzzing radare2, collecting binaries and writing tests to improve radare2’s reliability. We even harvested similar projects bugtracker to see how well radare2 would deal with
binary that broke them. Currently, we have something like 2000 tests dedicated to commands, and most of disassemblers have a 100% coverage.
About the testsuite, you may notice that it’s much more quick to run it now. We managed, on travis-ci, to go from 1h30 for only gcc on linux, to 20 minutes for clang on OSX, and gcc+clang on linux.
No more excuses for not running the testsuite before a commit.
You might also be happy to know that radare2 now successfully compiles on tcc, the tiny C compiler. This might be useful if you’re compiling radare2 on weird platforms. Please be sure to use tcc from
git too :) Moreover, radare2 tries as hard as it can to run on your-super-weird-platform-that-no-ones-has-ever-head-off, we implemented the cp and mv commands, since you might not find those
everywhere.
Thanks to revskills for spending time fuzzing and reporting several parts of r2.
Better support for iOS
Radare2 comes with some new features that will make iOS reverse engineers happy:
asm.emu will tell you which objc_msgSend apis and syscalls are called
Better emulation of Thumb, aarch64 and arm32
Supports r2pipe in Swift, known to work on tvOS, watchOS, iPhone and OSX.
Native OBJC parser implementation, no need to use class-dump tool anymore!
Some enhancements in process memory dumping
Supports tfp0 to read/write kernel memory if kernel is patched properly
Exploit an iOS<=8 vulnerability to read
Code Signing is now done properly, updated instructions.
Add support for nativelly running on Apple Watch (without jailbreak).
Some random debugger bug fixes, still not fully working on iOS
List memory modules, not just memory maps
Unaligned instructions are different than the invalid ones
MACH0 Crypto information is now accessible via SDB
ElCapitan users will get a bit pissed of because they are no longer able to debug /bin/ls, because Apple’s SIP will block debugging binaries found in system directories. The solution for this is to
copy them into your home :P Also, default installation path has changed from /usr to /usr/local.
Debugger
This release was supposed to focus on the debugger, fixing many issues, and adding some new bugs features, like:
Support for memory-access hardware breakpoints
Much better Windows 32 and 64bit debugger support
List opened handles and Windows using dd
Rarun2 supports pipe execves in std file descriptors
Remote debugging via IO plugins work a bit better now
3 different backtrace algorithms, configurable at runtime
dbg
Memory usage
It seems that no one ever took care of radare2 memory consumption before, because it was still lower than its competitors/alternatives. But for this release, radare2 went on a diet : it now consumes
3 to 5 times less memory !
Pretty graphs
Our beloved ret2libc spent a lot of time rewriting graphs engine from scratch, with overlaps handling and better colours ! See how cool this is:
graph
New architectures support
We know a lot of people are using radare2 because it supports a lot of funky/exotic/awful/funny/scary architectures.
Remember when we added support for the famous 6502 cpu in the last release? This time, we added analysis support and opcode description (with ?d), because not everyone is fluent in 6502 assembly
code. And even more, since we know some of you just care about the meaning of the code and not the beauty of the assembly listing, we added pseudo-decompiler support. Yes, we have a pseudo-decompiler
for 6502.
Did you know that we have a contributor named condret that really likes the pokemon game on gameboy? This is why he’s pushing ESIL, implemented a fancy gameboy disassembler, and for this latest
release, he wrote a gameboy assembler! You can now craft your own shellcodes, or, if you’re crazy, games, for gameboy, with radare2.
We also improved AVR support, with analysis (radare2 analysis is generic, so it’s pretty easy to add its support for an architecture), an assembler, ESIL so you can emulate it easily, and
description. This led two people (namely Alexander Bolshev and Boris Ryutin) to do worksops at ZeroNights, t2.fi and S4x16 conferences, about reversing and exploiting this architecture with radare2!
Also, we added support for assembling ARM and ARM64, ADN decoding (yes. It’s the BCL plugin in r2pm. You don’t know about r2pm? Keep reading then.), demangling for Rust binaries, Wii/Gamecube
binaries, disassemblers for LM32, MCS96, analysis and ESIL for PPC, V810 and RISC-V, …
And since we have at least one Windows user, we also added support for Windows minidump format, aka mdmp, and windows-on-raspberry2-fileformat-it’s-almost-a-PE because apparently, it’s a real thing.
Game Consoles
We have been also working in adding support for more game console ROMs:
NES (nintendo-entertainment-system)
SMD (sega megadrive)
SMS (mastersystem/gamegear)
DOL (wii/gamecube)
GB (initial support for assembling instructions)
Other new binary formats are now supported too:
CGC executables
MBN/SBL Android trustboot images
Support for RPI2 PE Windows executables
Windows Minidump (mdmp) files
Bindings
Remember the bindings, and how much languages we supported? Remember when you had to read radare2’s source code to write a simple one-liner, and ended parsing a call to system with radare2, pipe,
sed, pipe, tr, pipe, awk, pipe, sed ? Yeah, us too. This is why we ditched (don’t worr, they are still there, but deprecated) the bindings, and created r2pipe. Since you like so much calling radare2
in system, this is exactly what is does: popping radare2, and piping commands to it.
This brings several advantages:
We don’t have to mainwe only have to implement a few commands per languages You don’t have to read radare2’s source code if you don’t want to: if you know how to use radare2, you know how to use
r2pipe! Append j to almost every command to get native JSON output! No needd now in JSON:\n%s\n' % r2.cmdj('pij 5'))
print('architecture: %s' % r2.cmdj('ij')['bin']['machine'])
All r2pipe APIs has been updated to work on Windows, Linux and OSX. In addition, the new native:// URI allows to use r2pipe api using the native C API iipes or sockets. This allows to reuse the same
code but speeding up things a lot.
r2pm
Radare2 had an implementation of 2048, a port-scanner, and even a secret ascii-penis, but now, it also has a package manager!
No, this is not overkill, stop complaining and keep on reading. Radare2 supports a lot of useless things. This is why we put non-code things into separate packages, that can be
browsed/searched/installed/removed/updated with the new tool called r2pm.
$ r2pm
Usage: r2pm [cmd] [...]
Commands:
-i,info r2pm -i # pkgs info
-i,install <pkgname> r2pm -i baleful
-u,uninstall <pkgname> r2pm -u baleful
-l,list list installed pkgs
-t,test FX,XX,BR BID check in travis regressions
-s,search [<keyword>] search in database
-v,version show version
-h,help show this message
-c,clean clear source cache
Environment:
SUDO=sudo use this tool as sudo
R2PM_PREFIX=/usr prefix for syspkgs
R2PM_PLUGDIR=~/.config/radare2/plugins # default value, home-install for plugins
R2PM_PLUGDIR=/usr/lib/radare2/last/ # for system-wide plugin installs
$
Note that r2pm -s will show you every available package.
License
We managed to remove the last bits of GPL licensed code in radare2! We’re not a complete LGPL project (some modules installable with r2pm have a different licenses, please pay attention to that).
This means that you can use radare2 into your proprietary product, while betraying without giving the source to your users, but if you modify radare2, you need to publish the modifications. It might
be easier for you to try to upstream them by the way ;)
Usability
As usual, we’re going to pretend that every command has now a fancy colored help displhout.
You might remember hearing a loud noise a couple of months ago. This was when jvoisin was told that to have something like the follow-fork-mode in GDB, he had to find the syscall number for his
architecture, break on this breakpoint with the dcs cour Intermediary Language, used for emulation, analysis, transformations, trolling, … This is why we added several new commands under ae
(*A*nalyse with *E*sil), like aeip to set the ESIL eip to the current eip, ‘aef’ to emulate an entire function, aation
| += A+=B => B,A,+=
| + A=A+B => B,A,+,A,=
| *= A*=B => B,A,*=
| /= A/=B => B,A,/=
| &= and ax, bx => bx,ax,&=
| | or r0, r1, r2 => r2,r1,|,r0,=
| ^= xor ax, bx => bx,ax,^=
| >>= shr ax, bx => bx,ax,>>= # shift rightwice, compare and update esil flags
| < compare for smaller
| <= compare for smaller or equal
| > compare for bigger
| >= compare bigger for or equal
| ?{ if popped value != 0 run the block until }
| POP drops last element in thethe new asm.emuwrite, asm.emustr, and asm.emu options! If you set them to true, radare2 will do its very best to improves the analysis with ESIL, but be careful,
setting those variables may give you an über-verbose output.
Extras
The radare2-extras repog additions are:
Unicorn
A lot of people are talking about unicorn, a CPU emulator. While we think that ESIL is way better for everything and that you totally should use it and contribute to radare2, we added support for it
in radare2, it’s as simple aLinux kernel packet filtering is done by a custom virtual machine that emulates code. r2 is now able to assemble, disassemble, analyze, emulate this new architecture.
Thanks mrmacete!
New bots
There are now new NodeJS bots for IRC and Telegram, ready to use in the radare2-bindings/r2pipe/nodejs/examples/*.
r2tgirc : telegram-to-irc bot that communicates the #radare freenode channel with the Telegram’s radare one.
r2tg-bot : Radare2 bot for Telegram and connected to the cloud.
r2irc-bot : IRC bot of r2 to use any binary in your system from the chat.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/py-radare2/distinfo
cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/radare2/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/radare2/Makefile.common
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/radare2/PLIST
cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/radare2/distinfo
cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/radare2-valabind/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/radare2-valabind/distinfo
cvs rdiff -u -r1.1 -r0 \
pkgsrc/devel/radare2-valabind/patches/patch-valabind-cc
cvs rdiff -u -r1.1 -r0 pkgsrc/devel/radare2/patches/patch-libr_config.mk.tail \
pkgsrc/devel/radare2/patches/patch-shlr_gdb_Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/py-radare2/distinfo
diff -u pkgsrc/devel/py-radare2/distinfo:1.1 pkgsrc/devel/py-radare2/distinfo:1.2
--- pkgsrc/devel/py-radare2/distinfo:1.1 Mon Nov 16 01:31:10 2015
+++ pkgsrc/devel/py-radare2/distinfo Mon Jun 13 12:26:11 2016
@@ -1,7 +1,8 @@
-$NetBSD: distinfo,v 1.1 2015/11/16 01:31:10 khorben Exp $
+$NetBSD: distinfo,v 1.2 2016/06/13 12:26:11 wiz Exp $
-SHA1 (radare2-bindings-0.9.9.tar.xz) = e7f536e490da7a4e98c94ae3fb7e6529abae1dff
-RMD160 (radare2-bindings-0.9.9.tar.xz) = 438902d9e20d89cc76e7ccfecbd192c64da6d6ed
-Size (radare2-bindings-0.9.9.tar.xz) = 539100 bytes
+SHA1 (radare2-bindings-0.10.3.tar.xz) = ccc0bffa8af61175ac8221e173c49cbf850d6236
+RMD160 (radare2-bindings-0.10.3.tar.xz) = 2c6bcab6807c7fbc0be465d9fa0c6537867ba854
+SHA512 (radare2-bindings-0.10.3.tar.xz) = 4c3852b8d16a5ab95149927612b644c868ba747256d7d8cfb73f3e7286a0493d4cb1019ba29068c9f83e28eb47a679521f3adcd89133c885a2495f41c0d1c9a6
+Size (radare2-bindings-0.10.3.tar.xz) = 639900 bytes
SHA1 (patch-do-swig.sh) = 0ece481530346ece7516a5415256310a12b9a0da
SHA1 (patch-python_Makefile) = 91c46c5c3805d347a07bda7a3acda5f7550be545
Index: pkgsrc/devel/radare2/Makefile
diff -u pkgsrc/devel/radare2/Makefile:1.6 pkgsrc/devel/radare2/Makefile:1.7
--- pkgsrc/devel/radare2/Makefile:1.6 Sat Mar 5 11:28:25 2016
+++ pkgsrc/devel/radare2/Makefile Mon Jun 13 12:26:11 2016
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.6 2016/03/05 11:28:25 jperkin Exp $
+# $NetBSD: Makefile,v 1.7 2016/06/13 12:26:11 wiz Exp $
.include "Makefile.common"
DISTNAME= radare2-${RADARE2_VERSION}
-PKGREVISION= 2
CATEGORIES= devel
EXTRACT_SUFX= .tar.xz
@@ -19,6 +18,9 @@ CONFIGURE_ARGS+= --with-syszip
PKGCONFIG_OVERRIDE+= pkgcfg/*.pc*
USE_TOOLS+= gmake pkg-config
+# node
+CHECK_INTERPRETER_SKIP+= share/radare2/${RADARE2_VERSION}/www/m/fonts/iconjar-map.js
+
.include "options.mk"
.include "../../devel/capstone/buildlink3.mk"
Index: pkgsrc/devel/radare2/Makefile.common
diff -u pkgsrc/devel/radare2/Makefile.common:1.3 pkgsrc/devel/radare2/Makefile.common:1.4
--- pkgsrc/devel/radare2/Makefile.common:1.3 Mon Nov 16 01:36:06 2015
+++ pkgsrc/devel/radare2/Makefile.common Mon Jun 13 12:26:11 2016
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile.common,v 1.3 2015/11/16 01:36:06 khorben Exp $
+# $NetBSD: Makefile.common,v 1.4 2016/06/13 12:26:11 wiz Exp $
# used by devel/py-radare2/Makefile
# used by devel/radare2-valabind/Makefile
-RADARE2_VERSION=0.9.9
+RADARE2_VERSION=0.10.3
HOMEPAGE= http://www.radare.org/
MASTER_SITES= http://www.radare.org/get/
Index: pkgsrc/devel/radare2/PLIST
diff -u pkgsrc/devel/radare2/PLIST:1.2 pkgsrc/devel/radare2/PLIST:1.3
--- pkgsrc/devel/radare2/PLIST:1.2 Fri Jul 3 16:05:02 2015
+++ pkgsrc/devel/radare2/PLIST Mon Jun 13 12:26:11 2016
@@ -1,6 +1,7 @@
-@comment $NetBSD: PLIST,v 1.2 2015/07/03 16:05:02 khorben Exp $
+@comment $NetBSD: PLIST,v 1.3 2016/06/13 12:26:11 wiz Exp $
bin/r2
bin/r2agent
+bin/r2pm
bin/rabin2
bin/radare2
bin/radiff2
@@ -14,6 +15,7 @@ bin/rax2
include/libr/btree.h
include/libr/ht.h
include/libr/list.h
+include/libr/naked.h
include/libr/r.h
include/libr/r_anal.h
include/libr/r_anal_ex.h
@@ -31,6 +33,7 @@ include/libr/r_db.h
include/libr/r_debug.h
include/libr/r_diff.h
include/libr/r_egg.h
+include/libr/r_endian.h
include/libr/r_flags.h
include/libr/r_flist.h
include/libr/r_fs.h
@@ -63,8 +66,8 @@ include/libr/sdb/cdb_make.h
include/libr/sdb/config.h
include/libr/sdb/ht.h
include/libr/sdb/ls.h
-include/libr/sdb/sdb-version.h
include/libr/sdb/sdb.h
+include/libr/sdb/sdb_version.h
include/libr/sdb/types.h
include/libr/sflib/common/sfsocketcall.h
include/libr/sflib/common/sftypes.h
@@ -149,81 +152,15 @@ lib/pkgconfig/r_search.pc
lib/pkgconfig/r_socket.pc
lib/pkgconfig/r_syscall.pc
lib/pkgconfig/r_util.pc
-lib/radare2/${PKGVERSION}/asm_6502.so
-lib/radare2/${PKGVERSION}/asm_arm_gnu.so
-lib/radare2/${PKGVERSION}/asm_arm_winedbg.so
-lib/radare2/${PKGVERSION}/asm_avr.so
-lib/radare2/${PKGVERSION}/asm_bf.so
-lib/radare2/${PKGVERSION}/asm_cr16.so
-lib/radare2/${PKGVERSION}/asm_cris_gnu.so
-lib/radare2/${PKGVERSION}/asm_csr.so
-lib/radare2/${PKGVERSION}/asm_dalvik.so
-lib/radare2/${PKGVERSION}/asm_ebc.so
-lib/radare2/${PKGVERSION}/asm_gb.so
-lib/radare2/${PKGVERSION}/asm_h8300.so
-lib/radare2/${PKGVERSION}/asm_i4004.so
-lib/radare2/${PKGVERSION}/asm_java.so
-lib/radare2/${PKGVERSION}/asm_lh5801.so
-lib/radare2/${PKGVERSION}/asm_malbolge.so
-lib/radare2/${PKGVERSION}/asm_mips_gnu.so
-lib/radare2/${PKGVERSION}/asm_msil.so
-lib/radare2/${PKGVERSION}/asm_msp430.so
-lib/radare2/${PKGVERSION}/asm_ppc_cs.so
-lib/radare2/${PKGVERSION}/asm_ppc_gnu.so
+lib/radare2/${PKGVERSION}/asm_LM32.so
lib/radare2/${PKGVERSION}/asm_propeller.so
-lib/radare2/${PKGVERSION}/asm_sh.so
-lib/radare2/${PKGVERSION}/asm_snes.so
-lib/radare2/${PKGVERSION}/asm_sparc_cs.so
-lib/radare2/${PKGVERSION}/asm_sparc_gnu.so
-lib/radare2/${PKGVERSION}/asm_spc700.so
-lib/radare2/${PKGVERSION}/asm_tms320.so
-lib/radare2/${PKGVERSION}/asm_v850.so
-lib/radare2/${PKGVERSION}/asm_ws.so
-lib/radare2/${PKGVERSION}/asm_x86_as.so
-lib/radare2/${PKGVERSION}/asm_x86_cs.so
-lib/radare2/${PKGVERSION}/asm_x86_nasm.so
-lib/radare2/${PKGVERSION}/asm_x86_nz.so
-lib/radare2/${PKGVERSION}/asm_x86_olly.so
-lib/radare2/${PKGVERSION}/asm_x86_udis.so
-lib/radare2/${PKGVERSION}/asm_z80_cr.so
-lib/radare2/${PKGVERSION}/bin_any.so
-lib/radare2/${PKGVERSION}/bin_bios.so
-lib/radare2/${PKGVERSION}/bin_coff.so
-lib/radare2/${PKGVERSION}/bin_dex.so
-lib/radare2/${PKGVERSION}/bin_elf.so
-lib/radare2/${PKGVERSION}/bin_elf64.so
-lib/radare2/${PKGVERSION}/bin_fs.so
-lib/radare2/${PKGVERSION}/bin_java.so
-lib/radare2/${PKGVERSION}/bin_mach0.so
-lib/radare2/${PKGVERSION}/bin_mach064.so
-lib/radare2/${PKGVERSION}/bin_ningb.so
-lib/radare2/${PKGVERSION}/bin_ningba.so
-lib/radare2/${PKGVERSION}/bin_omf.so
-lib/radare2/${PKGVERSION}/bin_pe.so
-lib/radare2/${PKGVERSION}/bin_pe64.so
-lib/radare2/${PKGVERSION}/bin_te.so
-lib/radare2/${PKGVERSION}/bin_xbe.so
lib/radare2/${PKGVERSION}/bin_xtr_dyldcache.so
-lib/radare2/${PKGVERSION}/bin_xtr_fatmach0.so
-lib/radare2/${PKGVERSION}/bin_zimg.so
-lib/radare2/${PKGVERSION}/bp_arm.so
-lib/radare2/${PKGVERSION}/bp_x86.so
-lib/radare2/${PKGVERSION}/core_anal.so
-lib/radare2/${PKGVERSION}/core_java.so
-lib/radare2/${PKGVERSION}/crypto_aes.so
-lib/radare2/${PKGVERSION}/debug_gdb.so
-lib/radare2/${PKGVERSION}/debug_native.so
-lib/radare2/${PKGVERSION}/debug_wind.so
+lib/radare2/${PKGVERSION}/fcnsign/darwin-x86-64.sdb
+lib/radare2/${PKGVERSION}/fcnsign/linux-x86-32.sdb
+lib/radare2/${PKGVERSION}/fcnsign/linux-x86-64.sdb
+lib/radare2/${PKGVERSION}/fcnsign/windows-x86-32.sdb
+lib/radare2/${PKGVERSION}/fcnsign/windows-x86-64.sdb
lib/radare2/${PKGVERSION}/hud/main
-lib/radare2/${PKGVERSION}/io_debug.so
-lib/radare2/${PKGVERSION}/io_gdb.so
-lib/radare2/${PKGVERSION}/io_mach.so
-lib/radare2/${PKGVERSION}/io_malloc.so
-lib/radare2/${PKGVERSION}/io_procpid.so
-lib/radare2/${PKGVERSION}/io_ptrace.so
-lib/radare2/${PKGVERSION}/io_shm.so
-lib/radare2/${PKGVERSION}/io_w32dbg.so
-lib/radare2/${PKGVERSION}/io_windbg.so
lib/radare2/${PKGVERSION}/magic/OpenBSD
lib/radare2/${PKGVERSION}/magic/archive
lib/radare2/${PKGVERSION}/magic/cafebabe
@@ -261,15 +198,32 @@ lib/radare2/${PKGVERSION}/magic/video
lib/radare2/${PKGVERSION}/magic/vim
lib/radare2/${PKGVERSION}/magic/vorbis
lib/radare2/${PKGVERSION}/magic/zfs
+lib/radare2/${PKGVERSION}/opcodes/6502.sdb
+lib/radare2/${PKGVERSION}/opcodes/8051.sdb
+lib/radare2/${PKGVERSION}/opcodes/LH5801.sdb
+lib/radare2/${PKGVERSION}/opcodes/arc.sdb
lib/radare2/${PKGVERSION}/opcodes/arm.sdb
+lib/radare2/${PKGVERSION}/opcodes/avr.sdb
+lib/radare2/${PKGVERSION}/opcodes/dalvik.sdb
+lib/radare2/${PKGVERSION}/opcodes/i4004.sdb
+lib/radare2/${PKGVERSION}/opcodes/i8080.sdb
+lib/radare2/${PKGVERSION}/opcodes/java.sdb
+lib/radare2/${PKGVERSION}/opcodes/lm32.sdb
+lib/radare2/${PKGVERSION}/opcodes/m68k.sdb
+lib/radare2/${PKGVERSION}/opcodes/malbolge.sdb
lib/radare2/${PKGVERSION}/opcodes/mips.sdb
+lib/radare2/${PKGVERSION}/opcodes/msp430.sdb
+lib/radare2/${PKGVERSION}/opcodes/pic18c.sdb
lib/radare2/${PKGVERSION}/opcodes/ppc.sdb
+lib/radare2/${PKGVERSION}/opcodes/propeller.sdb
+lib/radare2/${PKGVERSION}/opcodes/riscv.sdb
+lib/radare2/${PKGVERSION}/opcodes/sh.sdb
+lib/radare2/${PKGVERSION}/opcodes/sparc.sdb
+lib/radare2/${PKGVERSION}/opcodes/sysz.sdb
+lib/radare2/${PKGVERSION}/opcodes/tms320.sdb
+lib/radare2/${PKGVERSION}/opcodes/v810.sdb
lib/radare2/${PKGVERSION}/opcodes/x86.sdb
lib/radare2/${PKGVERSION}/opcodes/z80.sdb
-lib/radare2/${PKGVERSION}/parse_arm_pseudo.so
-lib/radare2/${PKGVERSION}/parse_att2intel.so
-lib/radare2/${PKGVERSION}/parse_mreplace.so
-lib/radare2/${PKGVERSION}/parse_x86_pseudo.so
lib/radare2/${PKGVERSION}/parse_z80_pseudo.so
lib/radare2/${PKGVERSION}/syscall/darwin-x86-32.sdb
lib/radare2/${PKGVERSION}/syscall/darwin-x86-64.sdb
@@ -290,6 +244,7 @@ lib/radare2/${PKGVERSION}/syscall/window
lib/radare2/${PKGVERSION}/syscall/windows-x86-64.sdb
lib/radare2/last
man/man1/r2.1
+man/man1/r2pm.1
man/man1/rabin2.1
man/man1/radare2.1
man/man1/radiff2.1
@@ -300,33 +255,35 @@ man/man1/rahash2.1
man/man1/rarun2.1
man/man1/rasm2.1
man/man1/rax2.1
-share/doc/radare2/Dockerfile
+man/man7/esil.7
share/doc/radare2/all68k.r2
share/doc/radare2/analvars
share/doc/radare2/android
share/doc/radare2/bindiff
share/doc/radare2/brainfuck
+share/doc/radare2/capstone.md
share/doc/radare2/changes-from-1.x
share/doc/radare2/clang-format
share/doc/radare2/dexdump.sh
share/doc/radare2/dospart
share/doc/radare2/dwarf-line.rsc
share/doc/radare2/emscripten
+share/doc/radare2/endian
share/doc/radare2/esil
share/doc/radare2/flirt
share/doc/radare2/fortunes.fun
share/doc/radare2/fortunes.nsfw
share/doc/radare2/fortunes.tips
+share/doc/radare2/freebsd.md
share/doc/radare2/gdb
share/doc/radare2/haiku
share/doc/radare2/hud
-share/doc/radare2/idc2r.py
-share/doc/radare2/idc2rdb.idc
-share/doc/radare2/idc2rdb.pl
+share/doc/radare2/ida
share/doc/radare2/intro.md
share/doc/radare2/io
share/doc/radare2/io-fixing
share/doc/radare2/iocache
+share/doc/radare2/ios.md
share/doc/radare2/iphone.md
share/doc/radare2/kvast
share/doc/radare2/lang-plugins
@@ -335,10 +292,11 @@ share/doc/radare2/macros
share/doc/radare2/maemo
share/doc/radare2/objc.pl
share/doc/radare2/oo
-share/doc/radare2/osx
+share/doc/radare2/osx.md
share/doc/radare2/plugins
share/doc/radare2/portscan.r2
share/doc/radare2/qnx
+share/doc/radare2/rap
share/doc/radare2/rapatch
share/doc/radare2/releases
share/doc/radare2/repo
@@ -347,13 +305,13 @@ share/doc/radare2/solaris
share/doc/radare2/static
share/doc/radare2/static-plugins
share/doc/radare2/strings
-share/doc/radare2/syntax
share/doc/radare2/vim
share/doc/radare2/vim2r2.js
share/doc/radare2/windbg
share/doc/radare2/windows
share/doc/radare2/yara.md
share/radare2/${PKGVERSION}/cons/Makefile
+share/radare2/${PKGVERSION}/cons/basic
share/radare2/${PKGVERSION}/cons/consonance
share/radare2/${PKGVERSION}/cons/dark
share/radare2/${PKGVERSION}/cons/focus
@@ -369,68 +327,118 @@ share/radare2/${PKGVERSION}/cons/twiligh
share/radare2/${PKGVERSION}/cons/white
share/radare2/${PKGVERSION}/cons/xvilka
share/radare2/${PKGVERSION}/cons/zenburn
-share/radare2/${PKGVERSION}/format/CSMFPAPI.sdb
-share/radare2/${PKGVERSION}/format/MSI.sdb
share/radare2/${PKGVERSION}/format/Makefile
-share/radare2/${PKGVERSION}/format/OLEAUT32.sdb
-share/radare2/${PKGVERSION}/format/WS2_32.sdb
-share/radare2/${PKGVERSION}/format/WSOCK32.sdb
+share/radare2/${PKGVERSION}/format/dll/aclui.sdb
+share/radare2/${PKGVERSION}/format/dll/activeds.sdb
+share/radare2/${PKGVERSION}/format/dll/atl.sdb
+share/radare2/${PKGVERSION}/format/dll/borlndmm.sdb
+share/radare2/${PKGVERSION}/format/dll/browseui.sdb
+share/radare2/${PKGVERSION}/format/dll/cabinet.sdb
+share/radare2/${PKGVERSION}/format/dll/comctl32.sdb
+share/radare2/${PKGVERSION}/format/dll/csmfpapi.sdb
+share/radare2/${PKGVERSION}/format/dll/dsound.sdb
+share/radare2/${PKGVERSION}/format/dll/kernel32.sdb
+share/radare2/${PKGVERSION}/format/dll/mfc42.sdb
+share/radare2/${PKGVERSION}/format/dll/mfc42u.sdb
+share/radare2/${PKGVERSION}/format/dll/msi.sdb
+share/radare2/${PKGVERSION}/format/dll/mstlsapi.sdb
+share/radare2/${PKGVERSION}/format/dll/msvbvm50.sdb
+share/radare2/${PKGVERSION}/format/dll/msvbvm60.sdb
+share/radare2/${PKGVERSION}/format/dll/odbc32.sdb
+share/radare2/${PKGVERSION}/format/dll/oleaut32.sdb
+share/radare2/${PKGVERSION}/format/dll/olecli32.sdb
+share/radare2/${PKGVERSION}/format/dll/oledlg.sdb
+share/radare2/${PKGVERSION}/format/dll/olepro32.sdb
+share/radare2/${PKGVERSION}/format/dll/olesvr32.sdb
+share/radare2/${PKGVERSION}/format/dll/shdocvw.sdb
+share/radare2/${PKGVERSION}/format/dll/shell32.sdb
+share/radare2/${PKGVERSION}/format/dll/shlwapi.sdb
+share/radare2/${PKGVERSION}/format/dll/uxtheme.sdb
+share/radare2/${PKGVERSION}/format/dll/vb40032.sdb
+share/radare2/${PKGVERSION}/format/dll/vssapi.sdb
+share/radare2/${PKGVERSION}/format/dll/winmm.sdb
+share/radare2/${PKGVERSION}/format/dll/ws2_32.sdb
+share/radare2/${PKGVERSION}/format/dll/wsock32.sdb
share/radare2/${PKGVERSION}/format/elf32
share/radare2/${PKGVERSION}/format/elf64
share/radare2/${PKGVERSION}/format/elf_enums
share/radare2/${PKGVERSION}/format/pe32
share/radare2/${PKGVERSION}/format/trx
+share/radare2/${PKGVERSION}/r2pm/armthumb
+share/radare2/${PKGVERSION}/r2pm/baleful
+share/radare2/${PKGVERSION}/r2pm/bcl
+share/radare2/${PKGVERSION}/r2pm/blackfin
+share/radare2/${PKGVERSION}/r2pm/blessr2
+share/radare2/${PKGVERSION}/r2pm/bokken
+share/radare2/${PKGVERSION}/r2pm/bpf
+share/radare2/${PKGVERSION}/r2pm/dlang
+share/radare2/${PKGVERSION}/r2pm/duktape
+share/radare2/${PKGVERSION}/r2pm/io-ewf
+share/radare2/${PKGVERSION}/r2pm/keystone
+share/radare2/${PKGVERSION}/r2pm/mdmp
+share/radare2/${PKGVERSION}/r2pm/microblaze
+share/radare2/${PKGVERSION}/r2pm/msil
+share/radare2/${PKGVERSION}/r2pm/ppcdisasm
+share/radare2/${PKGVERSION}/r2pm/psosvm
+share/radare2/${PKGVERSION}/r2pm/pyc
+share/radare2/${PKGVERSION}/r2pm/python
+share/radare2/${PKGVERSION}/r2pm/r2pipe-cs
+share/radare2/${PKGVERSION}/r2pm/r2pipe-go
+share/radare2/${PKGVERSION}/r2pm/r2pipe-js
+share/radare2/${PKGVERSION}/r2pm/r2pipe-py
+share/radare2/${PKGVERSION}/r2pm/r2pipe-rb
+share/radare2/${PKGVERSION}/r2pm/r2pipe-vala
+share/radare2/${PKGVERSION}/r2pm/radare2
+share/radare2/${PKGVERSION}/r2pm/radeco
+share/radare2/${PKGVERSION}/r2pm/retdec
+share/radare2/${PKGVERSION}/r2pm/swf
+share/radare2/${PKGVERSION}/r2pm/swig
+share/radare2/${PKGVERSION}/r2pm/syms2elf
+share/radare2/${PKGVERSION}/r2pm/tcc
+share/radare2/${PKGVERSION}/r2pm/unicorn
+share/radare2/${PKGVERSION}/r2pm/unicorn-lib
+share/radare2/${PKGVERSION}/r2pm/vala
+share/radare2/${PKGVERSION}/r2pm/valabind
+share/radare2/${PKGVERSION}/r2pm/vapi
+share/radare2/${PKGVERSION}/r2pm/vc4
+share/radare2/${PKGVERSION}/r2pm/winapi
+share/radare2/${PKGVERSION}/r2pm/www-enyo
+share/radare2/${PKGVERSION}/r2pm/www-m
+share/radare2/${PKGVERSION}/r2pm/www-p
+share/radare2/${PKGVERSION}/r2pm/www-t
+share/radare2/${PKGVERSION}/r2pm/x86bea
+share/radare2/${PKGVERSION}/r2pm/yara2
+share/radare2/${PKGVERSION}/r2pm/yara2-lib
+share/radare2/${PKGVERSION}/r2pm/yara3
+share/radare2/${PKGVERSION}/r2pm/yara3-lib
share/radare2/${PKGVERSION}/www/d3/d3.js
share/radare2/${PKGVERSION}/www/d3/d3.layout.js
share/radare2/${PKGVERSION}/www/d3/index.html
share/radare2/${PKGVERSION}/www/d3/packages.js
share/radare2/${PKGVERSION}/www/d3/style.css
-share/radare2/${PKGVERSION}/www/enyo/Makefile
-share/radare2/${PKGVERSION}/www/enyo/build/app.css
-share/radare2/${PKGVERSION}/www/enyo/build/app.js
-share/radare2/${PKGVERSION}/www/enyo/build/enyo.css
-share/radare2/${PKGVERSION}/www/enyo/build/enyo.js
-share/radare2/${PKGVERSION}/www/enyo/colors/index.html
-share/radare2/${PKGVERSION}/www/enyo/disasm.css
-share/radare2/${PKGVERSION}/www/enyo/favicon.ico
+share/radare2/${PKGVERSION}/www/enyo/disassembler_old.js
+share/radare2/${PKGVERSION}/www/enyo/enyo.css
+share/radare2/${PKGVERSION}/www/enyo/enyo/lib/onyx/images/gradient-invert.png
+share/radare2/${PKGVERSION}/www/enyo/enyo/lib/onyx/images/gradient.png
+share/radare2/${PKGVERSION}/www/enyo/enyo_app.js
+share/radare2/${PKGVERSION}/www/enyo/gradient-invert.png
+share/radare2/${PKGVERSION}/www/enyo/gradient.png
share/radare2/${PKGVERSION}/www/enyo/icon.png
-share/radare2/${PKGVERSION}/www/enyo/index.css
share/radare2/${PKGVERSION}/www/enyo/index.html
-share/radare2/${PKGVERSION}/www/enyo/index.js
-share/radare2/${PKGVERSION}/www/enyo/joint.min.css
-share/radare2/${PKGVERSION}/www/enyo/jquery.layout.css
-share/radare2/${PKGVERSION}/www/enyo/js/about.js
-share/radare2/${PKGVERSION}/www/enyo/js/assembler.js
-share/radare2/${PKGVERSION}/www/enyo/js/config.js
-share/radare2/${PKGVERSION}/www/enyo/js/console.js
-share/radare2/${PKGVERSION}/www/enyo/js/debugger.js
-share/radare2/${PKGVERSION}/www/enyo/js/disasm.js
-share/radare2/${PKGVERSION}/www/enyo/js/disassembler.js
-share/radare2/${PKGVERSION}/www/enyo/js/disassembler_old.js
-share/radare2/${PKGVERSION}/www/enyo/js/graph.js
-share/radare2/${PKGVERSION}/www/enyo/js/hexdump.js
-share/radare2/${PKGVERSION}/www/enyo/js/joint.js
-share/radare2/${PKGVERSION}/www/enyo/js/joint.layout.DirectedGraph.js
-share/radare2/${PKGVERSION}/www/enyo/js/jquery-1.9.0.js
-share/radare2/${PKGVERSION}/www/enyo/js/jquery-ui-latest.js
-share/radare2/${PKGVERSION}/www/enyo/js/jquery.layout-latest.js
-share/radare2/${PKGVERSION}/www/enyo/js/jquery.scrollTo.js
-share/radare2/${PKGVERSION}/www/enyo/js/jquery.ui.js
-share/radare2/${PKGVERSION}/www/enyo/js/leftpanel.js
-share/radare2/${PKGVERSION}/www/enyo/js/logs.js
-share/radare2/${PKGVERSION}/www/enyo/js/main.js
-share/radare2/${PKGVERSION}/www/enyo/js/mainpanel.js
-share/radare2/${PKGVERSION}/www/enyo/js/r2.js
-share/radare2/${PKGVERSION}/www/enyo/js/r2ui.js
-share/radare2/${PKGVERSION}/www/enyo/js/rightpanel.js
-share/radare2/${PKGVERSION}/www/enyo/js/script.js
-share/radare2/${PKGVERSION}/www/enyo/js/search.js
-share/radare2/${PKGVERSION}/www/enyo/js/settings.js
-share/radare2/${PKGVERSION}/www/enyo/lib/onyx/images/gradient-invert.png
-share/radare2/${PKGVERSION}/www/enyo/lib/onyx/images/gradient.png
-share/radare2/${PKGVERSION}/www/enyo/r2ui.js
+share/radare2/${PKGVERSION}/www/enyo/r2app.js
+share/radare2/${PKGVERSION}/www/enyo/r2core.css
+share/radare2/${PKGVERSION}/www/enyo/r2core.js
share/radare2/${PKGVERSION}/www/enyo/rlogo-tr.png
-share/radare2/${PKGVERSION}/www/enyo/two
+share/radare2/${PKGVERSION}/www/enyo/stylesheet.css
+share/radare2/${PKGVERSION}/www/enyo/vendors/backbone-min.js
+share/radare2/${PKGVERSION}/www/enyo/vendors/joint.layout.DirectedGraph.js
+share/radare2/${PKGVERSION}/www/enyo/vendors/joint.min.css
+share/radare2/${PKGVERSION}/www/enyo/vendors/joint.min.js
+share/radare2/${PKGVERSION}/www/enyo/vendors/jquery-ui.min.js
+share/radare2/${PKGVERSION}/www/enyo/vendors/jquery.layout-latest.min.js
+share/radare2/${PKGVERSION}/www/enyo/vendors/jquery.min.js
+share/radare2/${PKGVERSION}/www/enyo/vendors/jquery.scrollTo.min.js
+share/radare2/${PKGVERSION}/www/enyo/vendors/lodash.min.js
share/radare2/${PKGVERSION}/www/favicon.ico
share/radare2/${PKGVERSION}/www/graph/img/arrow.gif
share/radare2/${PKGVERSION}/www/graph/img/arrow_d.gif
@@ -446,50 +454,39 @@ share/radare2/${PKGVERSION}/www/graph/sf
share/radare2/${PKGVERSION}/www/index.html
share/radare2/${PKGVERSION}/www/index.old.html
share/radare2/${PKGVERSION}/www/log.html
+share/radare2/${PKGVERSION}/www/m/fonts/MaterialIcons-Regular.eot
+share/radare2/${PKGVERSION}/www/m/fonts/MaterialIcons-Regular.ijmap
+share/radare2/${PKGVERSION}/www/m/fonts/MaterialIcons-Regular.ttf
+share/radare2/${PKGVERSION}/www/m/fonts/MaterialIcons-Regular.woff
+share/radare2/${PKGVERSION}/www/m/fonts/MaterialIcons-Regular.woff2
+share/radare2/${PKGVERSION}/www/m/fonts/README.md
+share/radare2/${PKGVERSION}/www/m/fonts/Roboto-italic-400.woff
+share/radare2/${PKGVERSION}/www/m/fonts/Roboto-italic-700.woff
+share/radare2/${PKGVERSION}/www/m/fonts/Roboto-normal-100.woff
+share/radare2/${PKGVERSION}/www/m/fonts/Roboto-normal-300.woff
+share/radare2/${PKGVERSION}/www/m/fonts/Roboto-normal-400.woff
+share/radare2/${PKGVERSION}/www/m/fonts/Roboto-normal-500.woff
+share/radare2/${PKGVERSION}/www/m/fonts/Roboto-normal-700.woff
+share/radare2/${PKGVERSION}/www/m/fonts/Roboto-normal-900.woff
+share/radare2/${PKGVERSION}/www/m/fonts/codepoints
+share/radare2/${PKGVERSION}/www/m/fonts/fonts.css
+share/radare2/${PKGVERSION}/www/m/fonts/iconjar-map.js
+share/radare2/${PKGVERSION}/www/m/images/icon.png
+share/radare2/${PKGVERSION}/www/m/images/rlogo256.png
+share/radare2/${PKGVERSION}/www/m/images/user.jpg
+share/radare2/${PKGVERSION}/www/m/index.html
+share/radare2/${PKGVERSION}/www/m/index.js
+share/radare2/${PKGVERSION}/www/m/r2.js
+share/radare2/${PKGVERSION}/www/m/stylesheet.css
share/radare2/${PKGVERSION}/www/old/index.html
share/radare2/${PKGVERSION}/www/old/rlogo2.png
share/radare2/${PKGVERSION}/www/old/script.js
share/radare2/${PKGVERSION}/www/old/style.css
-share/radare2/${PKGVERSION}/www/p/Makefile
-share/radare2/${PKGVERSION}/www/p/colors.html
-share/radare2/${PKGVERSION}/www/p/index.html
-share/radare2/${PKGVERSION}/www/p/lib/css/jquery-colpick.css
-share/radare2/${PKGVERSION}/www/p/lib/css/jquery-ui.css
-share/radare2/${PKGVERSION}/www/p/lib/css/jquery.onoff.css
-share/radare2/${PKGVERSION}/www/p/lib/css/jquery.ui.tabs.css
-share/radare2/${PKGVERSION}/www/p/lib/css/layout-default-latest.css
-share/radare2/${PKGVERSION}/www/p/lib/css/main.css
-share/radare2/${PKGVERSION}/www/p/lib/css/spectrum.css
-share/radare2/${PKGVERSION}/www/p/lib/css/tree.jquery.css
-share/radare2/${PKGVERSION}/www/p/lib/js/disasm_panel.js
-share/radare2/${PKGVERSION}/www/p/lib/js/entropy_panel.js
-share/radare2/${PKGVERSION}/www/p/lib/js/hex_panel.js
-share/radare2/${PKGVERSION}/www/p/lib/js/jquery-1.9.0.js
-share/radare2/${PKGVERSION}/www/p/lib/js/jquery-colpick.js
-share/radare2/${PKGVERSION}/www/p/lib/js/jquery-ui-latest.js
-share/radare2/${PKGVERSION}/www/p/lib/js/jquery.donetyping.js
-share/radare2/${PKGVERSION}/www/p/lib/js/jquery.layout-latest.js
-share/radare2/${PKGVERSION}/www/p/lib/js/jquery.layout.resizePaneAccordions-latest.js
-share/radare2/${PKGVERSION}/www/p/lib/js/jquery.onoff.js
-share/radare2/${PKGVERSION}/www/p/lib/js/jquery.scrollTo-latest.js
-share/radare2/${PKGVERSION}/www/p/lib/js/jquery.ui-contextmenu.js
-share/radare2/${PKGVERSION}/www/p/lib/js/main.js
-share/radare2/${PKGVERSION}/www/p/lib/js/projects_panel.js
-share/radare2/${PKGVERSION}/www/p/lib/js/settings_panel.js
-share/radare2/${PKGVERSION}/www/p/lib/js/spectrum.js
-share/radare2/${PKGVERSION}/www/p/lib/js/strings_panel.js
-share/radare2/${PKGVERSION}/www/p/lib/js/taphold.js
-share/radare2/${PKGVERSION}/www/p/lib/js/tree.jquery.js
-share/radare2/${PKGVERSION}/www/p/lib/js/types_panel.js
-share/radare2/${PKGVERSION}/www/p/rlogo-inv.png
share/radare2/${PKGVERSION}/www/r2.svg
share/radare2/${PKGVERSION}/www/rlogo.png
-share/radare2/${PKGVERSION}/www/t/Makefile
-share/radare2/${PKGVERSION}/www/t/README.md
+share/radare2/${PKGVERSION}/www/t/app.js
share/radare2/${PKGVERSION}/www/t/index.html
-share/radare2/${PKGVERSION}/www/t/main.js
-share/radare2/${PKGVERSION}/www/t/r2.js
-share/radare2/${PKGVERSION}/www/t/style.css
-share/radare2/${PKGVERSION}/www/t/tiled.js
+share/radare2/${PKGVERSION}/www/t/rlogo.png
+share/radare2/${PKGVERSION}/www/t/stylesheet.css
share/radare2/${PKGVERSION}/www/upload.html
-@pkgdir share/radare2/${PKGVERSION}/format/dll
+share/radare2/last
Index: pkgsrc/devel/radare2/distinfo
diff -u pkgsrc/devel/radare2/distinfo:1.4 pkgsrc/devel/radare2/distinfo:1.5
--- pkgsrc/devel/radare2/distinfo:1.4 Tue Nov 3 03:29:18 2015
+++ pkgsrc/devel/radare2/distinfo Mon Jun 13 12:26:11 2016
@@ -1,8 +1,6 @@
-$NetBSD: distinfo,v 1.4 2015/11/03 03:29:18 agc Exp $
+$NetBSD: distinfo,v 1.5 2016/06/13 12:26:11 wiz Exp $
-SHA1 (radare2-0.9.9.tar.xz) = c420516085a2ab43ba9ef0bdad4fb690c0f7da9e
-RMD160 (radare2-0.9.9.tar.xz) = 81a0bb2acdf0847d229aa41aaf8313ad1dcd8e09
-SHA512 (radare2-0.9.9.tar.xz) = 6ea9396f59a5f61d7d433bc2eceb093526112c58114e2c7d83127d52442e376fbb4277d44447c252c9ba99d1ad1d966a06a6a0d5049660ef330029e2facb4cc9
-Size (radare2-0.9.9.tar.xz) = 4318304 bytes
-SHA1 (patch-libr_config.mk.tail) = 9281ce23890ea8839b4420baef46bb3e0ead4a66
-SHA1 (patch-shlr_gdb_Makefile) = 7eaff010e2f2daf1d5a8797c800c11565347cc3a
+SHA1 (radare2-0.10.3.tar.xz) = c8e0ac38725e4ace2c594f2ff5208fd8ad3a85ee
+RMD160 (radare2-0.10.3.tar.xz) = 047bb1d183c8c10498d0fc3b586f46334d583903
+SHA512 (radare2-0.10.3.tar.xz) = c6cd195b755de8343b584a8d6f28ce1f7afb55f3c4de87d5a9ea5b4c6266b27a96f2546f070d567e142128386b81335462cac829fc765429ce5b1216d8eac736
+Size (radare2-0.10.3.tar.xz) = 4954408 bytes
Index: pkgsrc/devel/radare2-valabind/Makefile
diff -u pkgsrc/devel/radare2-valabind/Makefile:1.6 pkgsrc/devel/radare2-valabind/Makefile:1.7
--- pkgsrc/devel/radare2-valabind/Makefile:1.6 Sun Apr 10 19:38:52 2016
+++ pkgsrc/devel/radare2-valabind/Makefile Mon Jun 13 12:26:11 2016
@@ -1,10 +1,9 @@
-# $NetBSD: Makefile,v 1.6 2016/04/10 19:38:52 prlw1 Exp $
+# $NetBSD: Makefile,v 1.7 2016/06/13 12:26:11 wiz Exp $
.include "../../devel/radare2/Makefile.common"
-PKGNAME= radare2-valabind-0.9.2
-PKGREVISION= 3
-DISTNAME= valabind-0.9.2
+PKGNAME= radare2-${DISTNAME}
+DISTNAME= valabind-0.10.0
CATEGORIES= devel
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
Index: pkgsrc/devel/radare2-valabind/distinfo
diff -u pkgsrc/devel/radare2-valabind/distinfo:1.3 pkgsrc/devel/radare2-valabind/distinfo:1.4
--- pkgsrc/devel/radare2-valabind/distinfo:1.3 Tue Nov 3 03:29:18 2015
+++ pkgsrc/devel/radare2-valabind/distinfo Mon Jun 13 12:26:11 2016
@@ -1,7 +1,6 @@
-$NetBSD: distinfo,v 1.3 2015/11/03 03:29:18 agc Exp $
+$NetBSD: distinfo,v 1.4 2016/06/13 12:26:11 wiz Exp $
-SHA1 (valabind-0.9.2.tar.gz) = 90fc665c1b9ba7b7255f44ba6b918e89c2ace35a
-RMD160 (valabind-0.9.2.tar.gz) = 7a7e8eb5afa7abc14ce12f37b40ffdedd36e57e2
-SHA512 (valabind-0.9.2.tar.gz) = e79fd61a2ae03eca18d26e0b0b1becb6ed057811068fd1b9a7d2ce443ff89efe73a70baa0edf45c2bf9d24178cdb668a121423104a10269401324502efd8d788
-Size (valabind-0.9.2.tar.gz) = 54037 bytes
-SHA1 (patch-valabind-cc) = 9d7eb7e63c5cea3aa6c1a45674247eb24752d975
+SHA1 (valabind-0.10.0.tar.gz) = b5e0c2a7255736630fba0eba6c32e48bbed611eb
+RMD160 (valabind-0.10.0.tar.gz) = 743ac6a7834dad24245daaca8bc4328371481ded
+SHA512 (valabind-0.10.0.tar.gz) = 7457e373ad09ff2bee43fcd5dafa72aa36286d43ffbe9df10201847d7cff2f530875db26afe2a80966611556fa0846c1ece352983726fb33f7586e481358a8fc
+Size (valabind-0.10.0.tar.gz) = 52046 bytes
Home |
Main Index |
Thread Index |
Old Index