From owner-svn-ports-all@freebsd.org Mon Aug 24 16:48:32 2020 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 493553C75A8; Mon, 24 Aug 2020 16:48:32 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4BZyk81H7Pz3dp9; Mon, 24 Aug 2020 16:48:32 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 103B81BB1B; Mon, 24 Aug 2020 16:48:32 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 07OGmVm0087235; Mon, 24 Aug 2020 16:48:31 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 07OGmVBq087232; Mon, 24 Aug 2020 16:48:31 GMT (envelope-from swills@FreeBSD.org) Message-Id: <202008241648.07OGmVBq087232@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Mon, 24 Aug 2020 16:48:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r546099 - head/devel/radare2 X-SVN-Group: ports-head X-SVN-Commit-Author: swills X-SVN-Commit-Paths: head/devel/radare2 X-SVN-Commit-Revision: 546099 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Aug 2020 16:48:32 -0000 Author: swills Date: Mon Aug 24 16:48:31 2020 New Revision: 546099 URL: https://svnweb.freebsd.org/changeset/ports/546099 Log: devel/radare2: update to 4.5.0 PR: 248556 Approved by: Michael Zhilin (maintainer) Modified: head/devel/radare2/Makefile (contents, props changed) head/devel/radare2/distinfo (contents, props changed) head/devel/radare2/pkg-plist (contents, props changed) Modified: head/devel/radare2/Makefile ============================================================================== --- head/devel/radare2/Makefile Mon Aug 24 16:44:40 2020 (r546098) +++ head/devel/radare2/Makefile Mon Aug 24 16:48:31 2020 (r546099) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= radare2 -DISTVERSION= 3.7.1 +DISTVERSION= 4.5.0 CATEGORIES= devel MAINTAINER= mizhka@gmail.com Modified: head/devel/radare2/distinfo ============================================================================== --- head/devel/radare2/distinfo Mon Aug 24 16:44:40 2020 (r546098) +++ head/devel/radare2/distinfo Mon Aug 24 16:48:31 2020 (r546099) @@ -1,3 +1,3 @@ -TIMESTAMP = 1565812335 -SHA256 (radare-radare2-3.7.1_GH0.tar.gz) = 89c605c307e7d29458aa816dfa556077a63474474838b9a5f45d2691b32ba0d5 -SIZE (radare-radare2-3.7.1_GH0.tar.gz) = 7481103 +TIMESTAMP = 1596980666 +SHA256 (radare-radare2-4.5.0_GH0.tar.gz) = 8d7f63616d2ea0ed5b0eccf6b6853f07a606ed9b80451d470b47dc44ccfd541e +SIZE (radare-radare2-4.5.0_GH0.tar.gz) = 8265716 Modified: head/devel/radare2/pkg-plist ============================================================================== --- head/devel/radare2/pkg-plist Mon Aug 24 16:44:40 2020 (r546098) +++ head/devel/radare2/pkg-plist Mon Aug 24 16:48:31 2020 (r546099) @@ -2,6 +2,7 @@ bin/r2 bin/r2agent bin/r2p bin/r2pm +bin/r2r bin/rabin2 bin/radare2 bin/radiff2 @@ -9,12 +10,12 @@ bin/rafind2 bin/ragg2 bin/rahash2 bin/rarun2 +bin/rasign2 bin/rasm2 bin/rax2 include/libr/r2naked.h include/libr/r_agraph.h include/libr/r_anal.h -include/libr/r_anal_ex.h include/libr/r_asm.h include/libr/r_bin.h include/libr/r_bin_dwarf.h @@ -26,9 +27,11 @@ include/libr/r_config.h include/libr/r_cons.h include/libr/r_core.h include/libr/r_crypto.h +include/libr/r_crypto/r_aes.h include/libr/r_crypto/r_des.h include/libr/r_debug.h include/libr/r_diff.h +include/libr/r_drx.h include/libr/r_egg.h include/libr/r_endian.h include/libr/r_flag.h @@ -61,6 +64,7 @@ include/libr/r_userconf.h include/libr/r_util.h include/libr/r_util/pj.h include/libr/r_util/r_alloc.h +include/libr/r_util/r_annotated_code.h include/libr/r_util/r_ascii_table.h include/libr/r_util/r_asn1.h include/libr/r_util/r_assert.h @@ -70,7 +74,6 @@ 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_ctypes.h include/libr/r_util/r_date.h include/libr/r_util/r_debruijn.h @@ -79,6 +82,7 @@ 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_idpool.h +include/libr/r_util/r_intervaltree.h include/libr/r_util/r_itv.h include/libr/r_util/r_log.h include/libr/r_util/r_mem.h @@ -88,6 +92,7 @@ include/libr/r_util/r_panels.h include/libr/r_util/r_pkcs7.h include/libr/r_util/r_pool.h include/libr/r_util/r_print.h +include/libr/r_util/r_protobuf.h include/libr/r_util/r_punycode.h include/libr/r_util/r_queue.h include/libr/r_util/r_range.h @@ -97,10 +102,12 @@ include/libr/r_util/r_signal.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_str_constpool.h include/libr/r_util/r_str_util.h include/libr/r_util/r_strbuf.h include/libr/r_util/r_strpool.h include/libr/r_util/r_sys.h +include/libr/r_util/r_table.h include/libr/r_util/r_time.h include/libr/r_util/r_tree.h include/libr/r_util/r_uleb128.h @@ -124,6 +131,7 @@ include/libr/sdb/ls.h include/libr/sdb/sdb.h include/libr/sdb/sdb_version.h include/libr/sdb/sdbht.h +include/libr/sdb/set.h include/libr/sdb/types.h include/libr/sflib/common/sfsocketcall.h include/libr/sflib/common/sftypes.h @@ -222,6 +230,7 @@ man/man1/r2-docker.1.gz man/man1/r2.1.gz man/man1/r2agent.1.gz man/man1/r2pm.1.gz +man/man1/r2r.1.gz man/man1/rabin2.1.gz man/man1/radare2.1.gz man/man1/radiff2.1.gz @@ -279,6 +288,7 @@ man/man7/esil.7.gz %%PORTDOCS%%%%DOCSDIR%%/portscan.r2 %%PORTDOCS%%%%DOCSDIR%%/qnx.md %%PORTDOCS%%%%DOCSDIR%%/r2ascii.txt +%%PORTDOCS%%%%DOCSDIR%%/r2pipe.html %%PORTDOCS%%%%DOCSDIR%%/rap.md %%PORTDOCS%%%%DOCSDIR%%/rapatch.md %%PORTDOCS%%%%DOCSDIR%%/releases.md @@ -294,6 +304,7 @@ man/man7/esil.7.gz %%PORTDOCS%%%%DOCSDIR%%/uncrustify.cfg %%PORTDOCS%%%%DOCSDIR%%/vim %%PORTDOCS%%%%DOCSDIR%%/vim2r2.js +%%PORTDOCS%%%%DOCSDIR%%/vlang-example.v %%PORTDOCS%%%%DOCSDIR%%/windbg.md %%PORTDOCS%%%%DOCSDIR%%/windows.md %%PORTDOCS%%%%DOCSDIR%%/yara.md @@ -328,16 +339,19 @@ man/man7/esil.7.gz %%DATADIR%%/%%PORTVERSION%%/cons/white2 %%DATADIR%%/%%PORTVERSION%%/cons/xvilka %%DATADIR%%/%%PORTVERSION%%/cons/zenburn +%%DATADIR%%/%%PORTVERSION%%/fcnsign/cc-arm-16.sdb %%DATADIR%%/%%PORTVERSION%%/fcnsign/cc-arm-32.sdb %%DATADIR%%/%%PORTVERSION%%/fcnsign/cc-arm-64.sdb %%DATADIR%%/%%PORTVERSION%%/fcnsign/cc-avr-8.sdb +%%DATADIR%%/%%PORTVERSION%%/fcnsign/cc-hexagon-32.sdb %%DATADIR%%/%%PORTVERSION%%/fcnsign/cc-m68k-32.sdb %%DATADIR%%/%%PORTVERSION%%/fcnsign/cc-mips-32.sdb %%DATADIR%%/%%PORTVERSION%%/fcnsign/cc-mips-64.sdb -%%DATADIR%%/%%PORTVERSION%%/fcnsign/cc-powerpc-32.sdb -%%DATADIR%%/%%PORTVERSION%%/fcnsign/cc-powerpc-64.sdb +%%DATADIR%%/%%PORTVERSION%%/fcnsign/cc-ppc-32.sdb +%%DATADIR%%/%%PORTVERSION%%/fcnsign/cc-ppc-64.sdb %%DATADIR%%/%%PORTVERSION%%/fcnsign/cc-riscv-64.sdb %%DATADIR%%/%%PORTVERSION%%/fcnsign/cc-sparc-32.sdb +%%DATADIR%%/%%PORTVERSION%%/fcnsign/cc-x86-16.sdb %%DATADIR%%/%%PORTVERSION%%/fcnsign/cc-x86-32.sdb %%DATADIR%%/%%PORTVERSION%%/fcnsign/cc-x86-64.sdb %%DATADIR%%/%%PORTVERSION%%/fcnsign/cc-xtensa-32.sdb