aboutsummaryrefslogtreecommitdiffstats
path: root/community/capstone
Commit message (Collapse)AuthorAgeFilesLines
* community/capstone: rebuild against python 3.8Natanael Copa2019-11-051-2/+2
|
* community/capstone: fix search patch for python binding's libstf2019-10-202-4/+17
| | | | | | | | | | | | | | | | | | | without this fix the following happens: ``` % python3 -m capstone Traceback (most recent call last): File "/usr/lib/python3.7/runpy.py", line 183, in _run_module_as_main mod_name, mod_spec, code = _get_module_details(mod_name, _Error) File "/usr/lib/python3.7/runpy.py", line 142, in _get_module_details return _get_module_details(pkg_main_name, error) File "/usr/lib/python3.7/runpy.py", line 109, in _get_module_details __import__(pkg_name) File "/usr/lib/python3.7/site-packages/capstone/__init__.py", line 315, in <module> raise ImportError("ERROR: fail to load the dynamic library.") ImportError: ERROR: fail to load the dynamic library. ``` it also adds a -static subpkg
* community/capstone: upgrade to 4.0.1Leo2019-09-022-50/+25
|
* community/capstone: rebuild against python 3.7Natanael Copa2019-04-171-1/+1
|
* community/capstone: move from testingSören Tempel2018-06-272-0/+71