FreeBSD Bugzilla – Attachment 175503 Details for
Bug 213278
devel/radare2: Update to 1.0.2
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
SVN patch to update devel/radare2 to v.0.10.6
svn_radare.diff (text/plain), 9.13 KB, created by
Michael Zhilin
on 2016-10-07 15:50:52 UTC
(
hide
)
Description:
SVN patch to update devel/radare2 to v.0.10.6
Filename:
MIME Type:
Creator:
Michael Zhilin
Created:
2016-10-07 15:50:52 UTC
Size:
9.13 KB
patch
obsolete
>Index: devel/radare2/Makefile >=================================================================== >--- devel/radare2/Makefile (revision 423458) >+++ devel/radare2/Makefile (working copy) >@@ -2,7 +2,7 @@ > # $FreeBSD$ > > PORTNAME= radare2 >-PORTVERSION= 0.10.4 >+PORTVERSION= 0.10.6 > CATEGORIES= devel > MASTER_SITES= http://rada.re/get/ > >Index: devel/radare2/distinfo >=================================================================== >--- devel/radare2/distinfo (revision 423458) >+++ devel/radare2/distinfo (working copy) >@@ -1,3 +1,3 @@ >-TIMESTAMP = 1468158909 >-SHA256 (radare2-0.10.4.tar.xz) = 2a79f719acb848f015b56cfc67d500d3ecf93d5e54c35b3d3f9c6c0b89d348a4 >-SIZE (radare2-0.10.4.tar.xz) = 5022540 >+TIMESTAMP = 1475488738 >+SHA256 (radare2-0.10.6.tar.xz) = 8e887526b22bdf7839fe10779c8da11d6156a5999382c2fa7bf6791a3f6a9d45 >+SIZE (radare2-0.10.6.tar.xz) = 5082028 >Index: devel/radare2/files/patch-libr_debug_p_debug__native.c >=================================================================== >--- devel/radare2/files/patch-libr_debug_p_debug__native.c (nonexistent) >+++ devel/radare2/files/patch-libr_debug_p_debug__native.c (working copy) >@@ -0,0 +1,20 @@ >+--- libr/debug/p/debug_native.c.orig 2016-10-03 12:33:47 UTC >++++ libr/debug/p/debug_native.c >+@@ -804,7 +804,7 @@ static RList *r_debug_native_sysctl_map >+ if (sysctl (mib, 4, NULL, &len, NULL, 0) != 0) return NULL; >+ len = len * 4 / 3; >+ buf = malloc(len); >+- if (!buf) {return NULL}; >++ if (!buf) {return NULL;}; >+ if (sysctl (mib, 4, buf, &len, NULL, 0) != 0) { >+ free (buf); >+ return NULL; >+@@ -1425,7 +1425,7 @@ static RList *r_debug_desc_native_list ( >+ if (sysctl (mib, 4, NULL, &len, NULL, 0) != 0) return NULL; >+ len = len * 4 / 3; >+ buf = malloc(len); >+- if (!buf) {return NULL}; >++ if (!buf) {return NULL;}; >+ if (sysctl (mib, 4, buf, &len, NULL, 0) != 0) { >+ free (buf); >+ return NULL; > >Property changes on: devel/radare2/files/patch-libr_debug_p_debug__native.c >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: devel/radare2/pkg-plist >=================================================================== >--- devel/radare2/pkg-plist (revision 423458) >+++ devel/radare2/pkg-plist (working copy) >@@ -15,7 +15,6 @@ > 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 > include/libr/r_asm.h >@@ -58,6 +57,38 @@ > include/libr/r_types_base.h > include/libr/r_userconf.h > include/libr/r_util.h >+include/libr/r_util/r_base64.h >+include/libr/r_util/r_base91.h >+include/libr/r_util/r_big.h >+include/libr/r_util/r_bitmap.h >+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_debruijn.h >+include/libr/r_util/r_des.h >+include/libr/r_util/r_file.h >+include/libr/r_util/r_graph.h >+include/libr/r_util/r_hex.h >+include/libr/r_util/r_log.h >+include/libr/r_util/r_mem.h >+include/libr/r_util/r_mixed.h >+include/libr/r_util/r_name.h >+include/libr/r_util/r_num.h >+include/libr/r_util/r_pool.h >+include/libr/r_util/r_punycode.h >+include/libr/r_util/r_queue.h >+include/libr/r_util/r_range.h >+include/libr/r_util/r_sandbox.h >+include/libr/r_util/r_spaces.h >+include/libr/r_util/r_stack.h >+include/libr/r_util/r_str.h >+include/libr/r_util/r_strbuf.h >+include/libr/r_util/r_strht.h >+include/libr/r_util/r_strpool.h >+include/libr/r_util/r_sys.h >+include/libr/r_util/r_tree.h >+include/libr/r_util/r_uleb128.h >+include/libr/r_util/r_utf8.h > include/libr/r_version.h > include/libr/sdb.h > include/libr/sdb/buffer.h >@@ -132,11 +163,40 @@ > lib/radare2/%%PORTVERSION%%/asm_LM32.so > lib/radare2/%%PORTVERSION%%/asm_propeller.so > lib/radare2/%%PORTVERSION%%/bin_xtr_dyldcache.so >+lib/radare2/%%PORTVERSION%%/fcnsign/cc-arm-32.sdb >+lib/radare2/%%PORTVERSION%%/fcnsign/cc-arm-64.sdb >+lib/radare2/%%PORTVERSION%%/fcnsign/cc-avr-8.sdb >+lib/radare2/%%PORTVERSION%%/fcnsign/cc-m68k-32.sdb >+lib/radare2/%%PORTVERSION%%/fcnsign/cc-mips-32.sdb >+lib/radare2/%%PORTVERSION%%/fcnsign/cc-powerpc-32.sdb >+lib/radare2/%%PORTVERSION%%/fcnsign/cc-powerpc-64.sdb >+lib/radare2/%%PORTVERSION%%/fcnsign/cc-riscv-64.sdb >+lib/radare2/%%PORTVERSION%%/fcnsign/cc-sparc-32.sdb >+lib/radare2/%%PORTVERSION%%/fcnsign/cc-x86-32.sdb >+lib/radare2/%%PORTVERSION%%/fcnsign/cc-x86-64.sdb >+lib/radare2/%%PORTVERSION%%/fcnsign/cc-xtensa-32.sdb > lib/radare2/%%PORTVERSION%%/fcnsign/darwin-x86-64.sdb > lib/radare2/%%PORTVERSION%%/fcnsign/linux-x86-32.sdb > lib/radare2/%%PORTVERSION%%/fcnsign/linux-x86-64.sdb >+lib/radare2/%%PORTVERSION%%/fcnsign/types-16.sdb >+lib/radare2/%%PORTVERSION%%/fcnsign/types-32.sdb >+lib/radare2/%%PORTVERSION%%/fcnsign/types-64.sdb >+lib/radare2/%%PORTVERSION%%/fcnsign/types-arm-32.sdb >+lib/radare2/%%PORTVERSION%%/fcnsign/types-arm-64.sdb >+lib/radare2/%%PORTVERSION%%/fcnsign/types-arm-linux-32.sdb >+lib/radare2/%%PORTVERSION%%/fcnsign/types-arm-linux-64.sdb >+lib/radare2/%%PORTVERSION%%/fcnsign/types-linux.sdb >+lib/radare2/%%PORTVERSION%%/fcnsign/types-riscv-64.sdb >+lib/radare2/%%PORTVERSION%%/fcnsign/types-riscv-linux-64.sdb >+lib/radare2/%%PORTVERSION%%/fcnsign/types-windows.sdb > lib/radare2/%%PORTVERSION%%/fcnsign/types-x86-32.sdb > lib/radare2/%%PORTVERSION%%/fcnsign/types-x86-64.sdb >+lib/radare2/%%PORTVERSION%%/fcnsign/types-x86-linux-32.sdb >+lib/radare2/%%PORTVERSION%%/fcnsign/types-x86-linux-64.sdb >+lib/radare2/%%PORTVERSION%%/fcnsign/types-x86-osx-64.sdb >+lib/radare2/%%PORTVERSION%%/fcnsign/types-x86-windows-32.sdb >+lib/radare2/%%PORTVERSION%%/fcnsign/types-x86-windows-64.sdb >+lib/radare2/%%PORTVERSION%%/fcnsign/types.sdb > lib/radare2/%%PORTVERSION%%/fcnsign/windows-x86-32.sdb > lib/radare2/%%PORTVERSION%%/fcnsign/windows-x86-64.sdb > lib/radare2/%%PORTVERSION%%/hud/main >@@ -244,6 +304,7 @@ > libdata/pkgconfig/r_syscall.pc > libdata/pkgconfig/r_util.pc > man/man1/r2.1.gz >+man/man1/r2agent.1.gz > man/man1/r2pm.1.gz > man/man1/rabin2.1.gz > man/man1/radare2.1.gz >@@ -257,13 +318,15 @@ > man/man1/rax2.1.gz > man/man7/esil.7.gz > %%PORTDOCS%%%%DOCSDIR%%/all68k.r2 >-%%PORTDOCS%%%%DOCSDIR%%/analvars > %%PORTDOCS%%%%DOCSDIR%%/android >+%%PORTDOCS%%%%DOCSDIR%%/avr > %%PORTDOCS%%%%DOCSDIR%%/bindiff > %%PORTDOCS%%%%DOCSDIR%%/brainfuck >+%%PORTDOCS%%%%DOCSDIR%%/calling-conventions.md > %%PORTDOCS%%%%DOCSDIR%%/capstone.md >-%%PORTDOCS%%%%DOCSDIR%%/changes-from-1.x > %%PORTDOCS%%%%DOCSDIR%%/clang-format >+%%PORTDOCS%%%%DOCSDIR%%/crosscompile >+%%PORTDOCS%%%%DOCSDIR%%/debug > %%PORTDOCS%%%%DOCSDIR%%/debug-internals.md > %%PORTDOCS%%%%DOCSDIR%%/dexdump.sh > %%PORTDOCS%%%%DOCSDIR%%/dospart >@@ -306,6 +369,7 @@ > %%PORTDOCS%%%%DOCSDIR%%/static > %%PORTDOCS%%%%DOCSDIR%%/static-plugins > %%PORTDOCS%%%%DOCSDIR%%/strings >+%%PORTDOCS%%%%DOCSDIR%%/types.md > %%PORTDOCS%%%%DOCSDIR%%/vim > %%PORTDOCS%%%%DOCSDIR%%/vim2r2.js > %%PORTDOCS%%%%DOCSDIR%%/windbg >@@ -338,9 +402,11 @@ > %%DATADIR%%/%%PORTVERSION%%/format/dll/comctl32.sdb > %%DATADIR%%/%%PORTVERSION%%/format/dll/csmfpapi.sdb > %%DATADIR%%/%%PORTVERSION%%/format/dll/dsound.sdb >+%%DATADIR%%/%%PORTVERSION%%/format/dll/gsprop32.sdb > %%DATADIR%%/%%PORTVERSION%%/format/dll/kernel32.sdb > %%DATADIR%%/%%PORTVERSION%%/format/dll/mfc42.sdb > %%DATADIR%%/%%PORTVERSION%%/format/dll/mfc42u.sdb >+%%DATADIR%%/%%PORTVERSION%%/format/dll/mfc90u.sdb > %%DATADIR%%/%%PORTVERSION%%/format/dll/msi.sdb > %%DATADIR%%/%%PORTVERSION%%/format/dll/mstlsapi.sdb > %%DATADIR%%/%%PORTVERSION%%/format/dll/msvbvm50.sdb >@@ -354,6 +420,7 @@ > %%DATADIR%%/%%PORTVERSION%%/format/dll/shdocvw.sdb > %%DATADIR%%/%%PORTVERSION%%/format/dll/shell32.sdb > %%DATADIR%%/%%PORTVERSION%%/format/dll/shlwapi.sdb >+%%DATADIR%%/%%PORTVERSION%%/format/dll/spr32d70.sdb > %%DATADIR%%/%%PORTVERSION%%/format/dll/uxtheme.sdb > %%DATADIR%%/%%PORTVERSION%%/format/dll/vb40032.sdb > %%DATADIR%%/%%PORTVERSION%%/format/dll/vssapi.sdb >@@ -409,6 +476,9 @@ > %%DATADIR%%/%%PORTVERSION%%/www/index.html > %%DATADIR%%/%%PORTVERSION%%/www/index.old.html > %%DATADIR%%/%%PORTVERSION%%/www/log.html >+%%DATADIR%%/%%PORTVERSION%%/www/m/disasmNavProvider.js >+%%DATADIR%%/%%PORTVERSION%%/www/m/disasmProvider.js >+%%DATADIR%%/%%PORTVERSION%%/www/m/hexchunkProvider.js > %%DATADIR%%/%%PORTVERSION%%/www/m/hsplit > %%DATADIR%%/%%PORTVERSION%%/www/m/images/icon.png > %%DATADIR%%/%%PORTVERSION%%/www/m/images/rlogo256.png >@@ -417,6 +487,8 @@ > %%DATADIR%%/%%PORTVERSION%%/www/m/index.js > %%DATADIR%%/%%PORTVERSION%%/www/m/r2.js > %%DATADIR%%/%%PORTVERSION%%/www/m/stylesheet.css >+%%DATADIR%%/%%PORTVERSION%%/www/m/tools.js >+%%DATADIR%%/%%PORTVERSION%%/www/m/vendors/FileSaver.min.js > %%DATADIR%%/%%PORTVERSION%%/www/m/vendors/dialog-polyfill.css > %%DATADIR%%/%%PORTVERSION%%/www/m/vendors/dialog-polyfill.js > %%DATADIR%%/%%PORTVERSION%%/www/m/vendors/fonts/MaterialIcons-Regular.eot >@@ -447,6 +519,8 @@ > %%DATADIR%%/%%PORTVERSION%%/www/m/vendors/material-design-icons.css > %%DATADIR%%/%%PORTVERSION%%/www/m/vendors/material.min.css > %%DATADIR%%/%%PORTVERSION%%/www/m/vendors/material.min.js >+%%DATADIR%%/%%PORTVERSION%%/www/m/vendors/mdl-selectfield.min.css >+%%DATADIR%%/%%PORTVERSION%%/www/m/vendors/mdl-selectfield.min.js > %%DATADIR%%/%%PORTVERSION%%/www/m/vsplit > %%DATADIR%%/%%PORTVERSION%%/www/old/index.html > %%DATADIR%%/%%PORTVERSION%%/www/old/rlogo2.png
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
koobs
:
maintainer-approval+
Actions:
View
|
Diff
Attachments on
bug 213278
:
175503
|
177211