summaryrefslogtreecommitdiff
path: root/emulators/py-unicorn
diff options
context:
space:
mode:
authorleot <leot@pkgsrc.org>2021-02-25 19:47:50 +0000
committerleot <leot@pkgsrc.org>2021-02-25 19:47:50 +0000
commita623d3af4c74247452240a76afe328d4ed4fa774 (patch)
treef2fa5576c162a778904cf9a7a52d3eeca3e8ba14 /emulators/py-unicorn
parentca919f2446c0f3b29a448c198640dda2f90eb8ba (diff)
downloadpkgsrc-a623d3af4c74247452240a76afe328d4ed4fa774.tar.gz
{,py-}unicorn: Update to 1.0.2
Changes: 1.0.2 ----- - Fix Java binding compilation - Enable building for ARM little-endian only (ignore big-endian) - Add uc_context_free() API - Fix context saving/retoring API (core & Python binding) - Add cmake option to build Unicorn as a static library - Fix error handling of mmap() - uc_emu_start() can be reentrant - Fix naming conflicts when built with systemd - Fix setjmp/longjmp on native Windows - Fix enabled hooks even after deleting them - X86: - Fix 64bit fstenv - Fix IP value of 16bit mode - ARM: - Fix APSR handling - Python: Remove UC_ERR_TIMEOUT - No longer require Python to build - Fix recursive UC_HOOK_MEM callbacks for cross pages access - Remove UC_ERR_TIMEOUT, so timeout on uc_emu_start() is not considered error - Added UC_QUERY_TIMEOUT to query exit reason - Fix UAF when deleting hook while in hook callback - Ensure that hooks are unaffected by a request to stop emulation. - Fix block hooks being called twice after an early exit from execution. - Fix binding install on python2 (MacOS) - X86: - Support read/write STn registers - Support read/write X64 base regs - ARM64: - Support some new registers
Diffstat (limited to 'emulators/py-unicorn')
-rw-r--r--emulators/py-unicorn/PLIST4
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/py-unicorn/PLIST b/emulators/py-unicorn/PLIST
index 3cb622e8173..e93ab107a22 100644
--- a/emulators/py-unicorn/PLIST
+++ b/emulators/py-unicorn/PLIST
@@ -1,9 +1,9 @@
-@comment $NetBSD: PLIST,v 1.2 2018/03/24 17:09:33 joerg Exp $
+@comment $NetBSD: PLIST,v 1.3 2021/02/25 19:47:50 leot Exp $
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
${PYSITELIB}/${EGG_INFODIR}/top_level.txt
-${PYSITELIB}/${EGG_INFODIR}/zip-safe
+${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
${PYSITELIB}/unicorn/__init__.py
${PYSITELIB}/unicorn/__init__.pyc
${PYSITELIB}/unicorn/__init__.pyo