pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/emulators/unicorn



Module Name:    pkgsrc
Committed By:   adam
Date:           Mon Sep 15 17:35:53 UTC 2025

Modified Files:
        pkgsrc/emulators/unicorn: Makefile.common distinfo
        pkgsrc/emulators/unicorn/patches: patch-bindings_python_pyproject.toml

Log Message:
unicorn py-unicorn: updated to 2.1.4

2.1.4

bindings/zig: Fix sample_riscv_zig partial writes and logging
Fix physical address truncation on 32-bit systems with addressing extensions
refactor(lib): mark pointers as const where possible
bindings: ruby: fix unexpected uc_query result pointer type
bindings: ruby: fix version identifier to 2.1.3
feat(arm): add an ESR register
fix(rust): watch all source and header files
feat(rust): improve ARM CP register ergonomics
fix(m68k): correct SR register read
fix(python): catch BaseException in wrappers instead of Exception
Remove the size limit for memory read and write (revamped)
Loongarch port
S390x registers
Add from_handle_with_data method
Make Unicorn struct clone-able
Add Display and Error impl for uc_error for Rust bindings
Add edge generated callback
Correctly restore skip_sync_pc_on_exit
Added CFG check and standalone flag for .NET binding
qemu/configure: make strings command can be redefined by ${STRINGS}
fix x86 pc
Patch from Saferewrite
fix incorrect ret of trampoline closure in alloc_code_gen_buffer
reset invalid_error before ram_block_add
add uc_mem_read_virtual
Minor fixes for vmem apis
glib_compat/glib_compact: Clear the buffer in g_hash_table_resize
Enable install for rust bindings
Remove ninja installation from macos runners
Fix read_sprr_perm for Apple real CPUs and GitHub Actions; enable Apple ARM64 wheel builds on PyPI.
Bump cmake minimum required version to 3.10
Add support for clangarm64
Revert "glib_compat/glib_compact: Clear the buffer in g_hash_table_resize"
Python bindings: Use ABI3 wheels
concurrent control


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/emulators/unicorn/Makefile.common
cvs rdiff -u -r1.15 -r1.16 pkgsrc/emulators/unicorn/distinfo
cvs rdiff -u -r1.2 -r1.3 \
    pkgsrc/emulators/unicorn/patches/patch-bindings_python_pyproject.toml

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/emulators/unicorn/Makefile.common
diff -u pkgsrc/emulators/unicorn/Makefile.common:1.11 pkgsrc/emulators/unicorn/Makefile.common:1.12
--- pkgsrc/emulators/unicorn/Makefile.common:1.11       Wed Apr 16 12:46:52 2025
+++ pkgsrc/emulators/unicorn/Makefile.common    Mon Sep 15 17:35:53 2025
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile.common,v 1.11 2025/04/16 12:46:52 adam Exp $
+# $NetBSD: Makefile.common,v 1.12 2025/09/15 17:35:53 adam Exp $
 #
 # used by emulators/unicorn/Makefile
 # used by emulators/py-unicorn/Makefile
 
 # TODO: on next update, check if patch-bindings_python_pyproject.toml
 # still applies; remove it or bump the version in it.
-DISTNAME=      unicorn-2.1.3
+DISTNAME=      unicorn-2.1.4
 CATEGORIES=    emulators
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=unicorn-engine/}
 GITHUB_PROJECT=        unicorn

Index: pkgsrc/emulators/unicorn/distinfo
diff -u pkgsrc/emulators/unicorn/distinfo:1.15 pkgsrc/emulators/unicorn/distinfo:1.16
--- pkgsrc/emulators/unicorn/distinfo:1.15      Wed Apr 16 12:46:52 2025
+++ pkgsrc/emulators/unicorn/distinfo   Mon Sep 15 17:35:53 2025
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.15 2025/04/16 12:46:52 adam Exp $
+$NetBSD: distinfo,v 1.16 2025/09/15 17:35:53 adam Exp $
 
-BLAKE2s (unicorn-2.1.3.tar.gz) = c8e090375a2a37b6ddbf033c1c3b6c6297f6b8fd648b3f34771e404eef415df9
-SHA512 (unicorn-2.1.3.tar.gz) = 49aa53cd981e88857cf579010e3e86a6808fbfc9723fbf73c3d5bcebf945c5d78ffcdf426a4bbcd06b13337a3a0ce76bce8815497e3521023ae432a053d3e4bb
-Size (unicorn-2.1.3.tar.gz) = 4197694 bytes
-SHA1 (patch-bindings_python_pyproject.toml) = 03e3b7d67f804aecb17ac2d74484801b38e8714e
+BLAKE2s (unicorn-2.1.4.tar.gz) = f4eb20ef94057095d508534159ab7c70192b1fef39668972f5aad400637164ba
+SHA512 (unicorn-2.1.4.tar.gz) = c9ae4230a20b77e0187cde33dbf4827b3504b6c24debd61fc79ec9c13fa2051335c834c101433cebbbc8e3baadae56212b79c5922bf37ea1f777d66d8e67b495
+Size (unicorn-2.1.4.tar.gz) = 4252854 bytes
+SHA1 (patch-bindings_python_pyproject.toml) = 74dfc5dca0d0e0b8d83f893f1d94e5417125a8d3

Index: pkgsrc/emulators/unicorn/patches/patch-bindings_python_pyproject.toml
diff -u pkgsrc/emulators/unicorn/patches/patch-bindings_python_pyproject.toml:1.2 pkgsrc/emulators/unicorn/patches/patch-bindings_python_pyproject.toml:1.3
--- pkgsrc/emulators/unicorn/patches/patch-bindings_python_pyproject.toml:1.2   Wed Apr 16 12:46:52 2025
+++ pkgsrc/emulators/unicorn/patches/patch-bindings_python_pyproject.toml       Mon Sep 15 17:35:53 2025
@@ -1,4 +1,4 @@
-$NetBSD: patch-bindings_python_pyproject.toml,v 1.2 2025/04/16 12:46:52 adam Exp $
+$NetBSD: patch-bindings_python_pyproject.toml,v 1.3 2025/09/15 17:35:53 adam Exp $
 
 Python module version should be obtained from git, but git repository
 is not available in PyPI package, so set the version manually.
@@ -10,7 +10,7 @@ is not available in PyPI package, so set
  [project]
  name = "unicorn"
 -dynamic = ["version"]
-+version = "2.1.3"
++version = "2.1.4"
  requires-python = ">= 2.7, != 3.0.*, != 3.1.*, != 3.2.*, != 3.3.*, != 3.4.*, != 3.5.*, != 3.6.*"
  dependencies = [
      "importlib_resources; python_version < '3.9'"



Home | Main Index | Thread Index | Old Index