Received: by mail.netbsd.org (Postfix, from userid 605) id 3C8AA84E70; Mon, 19 Feb 2018 00:39:54 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 75F1884E67 for ; Mon, 19 Feb 2018 00:39:53 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id rAdYJhPDdGQI for ; Mon, 19 Feb 2018 00:39:52 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 8C98084E5E for ; Mon, 19 Feb 2018 00:39:52 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 7DAA9FB40; Mon, 19 Feb 2018 00:39:52 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1519000792289350" MIME-Version: 1.0 Date: Mon, 19 Feb 2018 00:39:52 +0000 From: "Kamil Rytarowski" Subject: CVS commit: pkgsrc/emulators/unicorn To: pkgsrc-changes@NetBSD.org Reply-To: kamil@netbsd.org X-Mailer: log_accum Message-Id: <20180219003952.7DAA9FB40@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1519000792289350 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: kamil Date: Mon Feb 19 00:39:52 UTC 2018 Modified Files: pkgsrc/emulators/unicorn: Makefile PLIST distinfo Log Message: unicorn: Update to 1.0.1 upstream changelog ================== Version 1.0.1 April 20, 2017 Properly handle selected-architecture build. Fix compilation issues on PPC & S390x. Fix a memory leak on uc_mem_protect(). Support ARM big-endian. ARM: Correct instruction size of Thumb/Thumb2 code. Support read/write APSR register. ARM64: Support read/write NEON registers. Support read/write NZCV registers. Mips: Support read/write Mips64 registers. X86: Support read/write MSR. Haskell binding: update to the latest API. Python: allow not having PATH setup. Version 1.0 February 23, 2017 Lots of bugfixes in all architectures. Fix many memory leaking issues. New APIs: uc_query, uc_reg_write_batch, uc_reg_read_batch, uc_mem_map_ptr, uc_mem_regions, uc_free, uc_context_alloc, uc_context_save & uc_context_restore. New memory hook type: UC_HOOK_MEM_READ_AFTER. Add new version macros UC_VERSION_MAJOR, UC_VERSION_MINOR, UC_VERSION_EXTRA. Remove glib & pkconfig dependency. Windows: export a static lib that can be used outside of Mingw. ARM: Support MCLASS cpu (Cortex-M3). Better support for Thumb mode. uc_reg_write now can modify CPSR register. Add some ARM coproc registers. ARM64: uc_reg_read & uc_reg_write now handles W0-W31 registers. X86: Fix 16bit address computation. Fix initial state of segment registers. Windows: fix a double free bug in uc_close. 3 new bindings: Haskell, MSVC, VB6. Python: Better support for Python3 Fix memory leaking that prevents UC instances from being GC. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 pkgsrc/emulators/unicorn/Makefile cvs rdiff -u -r1.1 -r1.2 pkgsrc/emulators/unicorn/PLIST cvs rdiff -u -r1.2 -r1.3 pkgsrc/emulators/unicorn/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1519000792289350 Content-Disposition: inline Content-Length: 2536 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/emulators/unicorn/Makefile diff -u pkgsrc/emulators/unicorn/Makefile:1.4 pkgsrc/emulators/unicorn/Makefile:1.5 --- pkgsrc/emulators/unicorn/Makefile:1.4 Sun Jan 1 14:43:39 2017 +++ pkgsrc/emulators/unicorn/Makefile Mon Feb 19 00:39:52 2018 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.4 2017/01/01 14:43:39 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2018/02/19 00:39:52 kamil Exp $ -DISTNAME= unicorn-0.9 +DISTNAME= unicorn-1.0.1 CATEGORIES= emulators MASTER_SITES= ${MASTER_SITE_GITHUB:=unicorn-engine/} @@ -11,7 +11,7 @@ LICENSE= gnu-gpl-v2 USE_TOOLS+= gmake pkg-config -PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # as of 0.9 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # as of 1.0.1 .include "../../lang/python/application.mk" Index: pkgsrc/emulators/unicorn/PLIST diff -u pkgsrc/emulators/unicorn/PLIST:1.1 pkgsrc/emulators/unicorn/PLIST:1.2 --- pkgsrc/emulators/unicorn/PLIST:1.1 Sat Dec 12 01:26:39 2015 +++ pkgsrc/emulators/unicorn/PLIST Mon Feb 19 00:39:52 2018 @@ -1,13 +1,12 @@ -@comment $NetBSD: PLIST,v 1.1 2015/12/12 01:26:39 kamil Exp $ +@comment $NetBSD: PLIST,v 1.2 2018/02/19 00:39:52 kamil Exp $ include/unicorn/arm.h include/unicorn/arm64.h include/unicorn/m68k.h include/unicorn/mips.h -include/unicorn/platform.h include/unicorn/sparc.h include/unicorn/unicorn.h include/unicorn/x86.h lib/libunicorn.a lib/libunicorn.so -lib/libunicorn.so.0 +lib/libunicorn.so.1 lib/pkgconfig/unicorn.pc Index: pkgsrc/emulators/unicorn/distinfo diff -u pkgsrc/emulators/unicorn/distinfo:1.2 pkgsrc/emulators/unicorn/distinfo:1.3 --- pkgsrc/emulators/unicorn/distinfo:1.2 Thu Mar 23 17:06:49 2017 +++ pkgsrc/emulators/unicorn/distinfo Mon Feb 19 00:39:52 2018 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.2 2017/03/23 17:06:49 joerg Exp $ +$NetBSD: distinfo,v 1.3 2018/02/19 00:39:52 kamil Exp $ -SHA1 (unicorn-0.9.tar.gz) = 1504c21f28f19ff1f71bcd74043c2284decb1d9f -RMD160 (unicorn-0.9.tar.gz) = f95fe16ba7900dde5eae502ad8eb55c227436d0f -SHA512 (unicorn-0.9.tar.gz) = c69bb03b7ba4ebec9aef23b80d1ffe33a30de958a74136ef5933b5fa10a2b2ffddd716fdb1881b78dfdcc5a53fece15c368c661b12d20f80dbf955a66930eb0b -Size (unicorn-0.9.tar.gz) = 2576109 bytes +SHA1 (unicorn-1.0.1.tar.gz) = 85c9d7aad2a87b110b729560ed9333b66018ca6a +RMD160 (unicorn-1.0.1.tar.gz) = 599b7ce96fe4040a48561bd9474666583265960b +SHA512 (unicorn-1.0.1.tar.gz) = edfe1f7bfbc1d20f5b62232057e194a937bc09db686ef2efadb33a54605029a53426432cdb2a29511385aacdb9343b3b3091af50a1909098d7cf6db3429eb966 +Size (unicorn-1.0.1.tar.gz) = 3241225 bytes --_----------=_1519000792289350--