Sunday, April 28, 2019

Fwd: [update] devel/radare2 3.4.1

Index: bindings/Makefile
===================================================================
RCS file: /cvs/ports/devel/radare2/bindings/Makefile,v
retrieving revision 1.6
diff -u -p -r1.6 Makefile
--- bindings/Makefile 10 Dec 2018 17:06:01 -0000 1.6
+++ bindings/Makefile 19 Apr 2019 22:44:25 -0000
@@ -2,7 +2,7 @@

COMMENT = Vala bindings for Radare2

-V = 3.1.0
+V = 3.4.1
SUBST_VARS += V

BUILD_DEPENDS = devel/radare2/main>=${V}
Index: bindings/distinfo
===================================================================
RCS file: /cvs/ports/devel/radare2/bindings/distinfo,v
retrieving revision 1.6
diff -u -p -r1.6 distinfo
--- bindings/distinfo 10 Dec 2018 17:06:01 -0000 1.6
+++ bindings/distinfo 19 Apr 2019 22:44:25 -0000
@@ -1,2 +1,2 @@
-SHA256 (radare2-bindings-3.1.0.tar.gz) = C6GR1bZwwlheidvEzV1XJ3AfLOwoO2EirArbepswZSU=
-SIZE (radare2-bindings-3.1.0.tar.gz) = 1231113
+SHA256 (radare2-bindings-3.4.1.tar.gz) = /xvoI0GCjfb64QkAxtLatHOGJ9un8kWkaGLh6eSFKZA=
+SIZE (radare2-bindings-3.4.1.tar.gz) = 1232981
Index: main/Makefile
===================================================================
RCS file: /cvs/ports/devel/radare2/main/Makefile,v
retrieving revision 1.13
diff -u -p -r1.13 Makefile
--- main/Makefile 17 Jan 2019 22:23:39 -0000 1.13
+++ main/Makefile 19 Apr 2019 22:44:25 -0000
@@ -2,18 +2,18 @@

COMMENT = reverse engineers disassembler and debugger

-V = 3.2.0
+V = 3.4.1
SUBST_VARS += V

GH_PROJECT = radare2
GH_TAGNAME = ${V}

# In radare, all libs have the same version
-LIBV = 5.0 # 3.2.0
+LIBV = 6.0 # 3.4.0
.for _lib in r_anal r_asm r_bin r_bp r_config r_cons r_core \
r_crypto r_debug r_egg r_flag r_fs r_hash r_io r_lang \
- r_magic r_parse r_reg r_search r_socket r_syscall \
- r_util r2
+ r_main r_magic r_parse r_reg r_search r_socket \
+ r_syscall r_util r2
SHARED_LIBS+= ${_lib} ${LIBV}
.endfor

Index: main/distinfo
===================================================================
RCS file: /cvs/ports/devel/radare2/main/distinfo,v
retrieving revision 1.7
diff -u -p -r1.7 distinfo
--- main/distinfo 17 Jan 2019 22:23:39 -0000 1.7
+++ main/distinfo 19 Apr 2019 22:44:25 -0000
@@ -1,2 +1,2 @@
-SHA256 (radare2-3.2.0.tar.gz) = GNvsE1iNd5Xjzgs6RCV4In2UG3DLFCG1Kr4ScZHbZjQ=
-SIZE (radare2-3.2.0.tar.gz) = 6690470
+SHA256 (radare2-3.4.1.tar.gz) = PfH5p572T5ySBUU8c1rFop746I8zb9FsW7qmSx3AyXU=
+SIZE (radare2-3.4.1.tar.gz) = 7034801
Index: main/pkg/PLIST
===================================================================
RCS file: /cvs/ports/devel/radare2/main/pkg/PLIST,v
retrieving revision 1.10
diff -u -p -r1.10 PLIST
--- main/pkg/PLIST 17 Jan 2019 22:23:40 -0000 1.10
+++ main/pkg/PLIST 19 Apr 2019 22:44:25 -0000
@@ -35,6 +35,7 @@ include/libr/r_endian.h
include/libr/r_flag.h
include/libr/r_flist.h
include/libr/r_fs.h
+include/libr/r_getopt.h
include/libr/r_hash.h
include/libr/r_heap_glibc.h
include/libr/r_heap_jemalloc.h
@@ -43,6 +44,7 @@ include/libr/r_lang.h
include/libr/r_lib.h
include/libr/r_list.h
include/libr/r_magic.h
+include/libr/r_main.h
include/libr/r_parse.h
include/libr/r_pdb.h
include/libr/r_qrcode.h
@@ -60,6 +62,7 @@ include/libr/r_userconf.h
include/libr/r_util/
include/libr/r_util.h
include/libr/r_util/pj.h
+include/libr/r_util/r_alloc.h
include/libr/r_util/r_ascii_table.h
include/libr/r_util/r_asn1.h
include/libr/r_util/r_assert.h
@@ -71,6 +74,7 @@ include/libr/r_util/r_buf.h
include/libr/r_util/r_cache.h
include/libr/r_util/r_constr.h
include/libr/r_util/r_ctypes.h
+include/libr/r_util/r_date.h
include/libr/r_util/r_debruijn.h
include/libr/r_util/r_event.h
include/libr/r_util/r_file.h
@@ -78,7 +82,6 @@ include/libr/r_util/r_graph.h
include/libr/r_util/r_hex.h
include/libr/r_util/r_idpool.h
include/libr/r_util/r_itv.h
-include/libr/r_util/r_json.h
include/libr/r_util/r_log.h
include/libr/r_util/r_mem.h
include/libr/r_util/r_name.h
@@ -173,6 +176,7 @@ include/libr/sflib/linux-x86-64/sfsysnr.
@lib lib/libr_io.so.${LIBr_io_VERSION}
@lib lib/libr_lang.so.${LIBr_lang_VERSION}
@lib lib/libr_magic.so.${LIBr_magic_VERSION}
+@lib lib/libr_main.so.${LIBr_main_VERSION}
@lib lib/libr_parse.so.${LIBr_parse_VERSION}
@lib lib/libr_reg.so.${LIBr_reg_VERSION}
@lib lib/libr_search.so.${LIBr_search_VERSION}
@@ -321,6 +325,7 @@ share/radare2/${V}/fcnsign/cc-arm-64.sdb
share/radare2/${V}/fcnsign/cc-avr-8.sdb
share/radare2/${V}/fcnsign/cc-m68k-32.sdb
share/radare2/${V}/fcnsign/cc-mips-32.sdb
+share/radare2/${V}/fcnsign/cc-mips-64.sdb
share/radare2/${V}/fcnsign/cc-powerpc-32.sdb
share/radare2/${V}/fcnsign/cc-powerpc-64.sdb
share/radare2/${V}/fcnsign/cc-riscv-64.sdb
@@ -335,6 +340,7 @@ share/radare2/${V}/fcnsign/types-64.sdb
share/radare2/${V}/fcnsign/types-arm-ios-16.sdb
share/radare2/${V}/fcnsign/types-arm-ios-32.sdb
share/radare2/${V}/fcnsign/types-arm-ios-64.sdb
+share/radare2/${V}/fcnsign/types-darwin.sdb
share/radare2/${V}/fcnsign/types-linux.sdb
share/radare2/${V}/fcnsign/types-windows.sdb
share/radare2/${V}/fcnsign/types-x86-macos-64.sdb
@@ -344,6 +350,7 @@ share/radare2/${V}/fcnsign/types.sdb
share/radare2/${V}/flag/
share/radare2/${V}/flag/tags.r2
share/radare2/${V}/format/
+share/radare2/${V}/format/dex
share/radare2/${V}/format/dll/
share/radare2/${V}/format/dll/aclui.sdb
share/radare2/${V}/format/dll/activeds.sdb
@@ -353,11 +360,14 @@ share/radare2/${V}/format/dll/browseui.s
share/radare2/${V}/format/dll/cabinet.sdb
share/radare2/${V}/format/dll/comctl32.sdb
share/radare2/${V}/format/dll/csmfpapi.sdb
+share/radare2/${V}/format/dll/csmtpapi.sdb
+share/radare2/${V}/format/dll/csncdapi.sdb
share/radare2/${V}/format/dll/dsound.sdb
share/radare2/${V}/format/dll/gsprop32.sdb
share/radare2/${V}/format/dll/iertutil.sdb
share/radare2/${V}/format/dll/kernel32.sdb
share/radare2/${V}/format/dll/mfc120.sdb
+share/radare2/${V}/format/dll/mfc140u.sdb
share/radare2/${V}/format/dll/mfc30.sdb
share/radare2/${V}/format/dll/mfc40.sdb
share/radare2/${V}/format/dll/mfc42.sdb
@@ -391,6 +401,7 @@ share/radare2/${V}/format/dll/wsock32.sd
share/radare2/${V}/format/elf32
share/radare2/${V}/format/elf64
share/radare2/${V}/format/elf_enums
+share/radare2/${V}/format/macho
share/radare2/${V}/format/mz
share/radare2/${V}/format/pe32
share/radare2/${V}/format/trx
@@ -442,6 +453,7 @@ share/radare2/${V}/opcodes/LH5801.sdb
share/radare2/${V}/opcodes/arc.sdb
share/radare2/${V}/opcodes/arm.sdb
share/radare2/${V}/opcodes/avr.sdb
+share/radare2/${V}/opcodes/chip8.sdb
share/radare2/${V}/opcodes/dalvik.sdb
share/radare2/${V}/opcodes/i4004.sdb
share/radare2/${V}/opcodes/i8080.sdb
Hi

Here a proposal to the last release.

Hope it s good.

Kind regards.

No comments:

Post a Comment