Path to this page:
Subject: CVS commit: pkgsrc/devel
From: Adam Ciarcinski
Date: 2024-09-16 12:04:50
Message id: 20240916100450.766BAFC74@cvs.NetBSD.org
Log Message:
capstone py-capstone: updated to 5.0.3
Version 5.0.3: August 20th, 2024
* [v5] Updates and fixes to the Python wheel builder workflow
* Relocatable package v5
* [v5] Wheel build fixes: manylinux1, trigger upload on release, Linux AArch64
Version 5.0.2: August 12th, 2024
* [v5] Add meta-programming macros for ARM64/AArch64 name change to capstone.h
* [v5] Add CS_aarch64 macro without parameter.
* [v5] python: Fix definition of capstone syntax value option constants
* Constify TriCore
* Revert constant value of CS_OP_MEM to `v5.0.1`
* Do not use 0b prefix, not supported on old compilers
* Update CMakeLists.txt version
* [v5] Fix 2128 by adding missing mapping values.
* [v5] Fix 2079: Add missing 1 immediate to `rcl`
* [v5] Fix incorrect ID mappings for PPC
* [v5] Fix 2244: Don't apply pseudo-instr. offset to `vcmp` id
* Fix comparison using narrow types in loop condition
* SH: Use bitwise OR with mask for sign extension
* Remove deprecated packaging and cython
* [v5] Fix typo in AArch64 Python binding
* Backport python-publish.yml from next
* [v5] Add release wheel build workflow for all Python versions
* [v5] Fix unintended zero set in Sparc printInst
* [v5][arm] Consider SpecRegRBit on setting SYSREG
* Prepare for release v5.0.2
Files: