summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* */*: Clean PYTHON_COMPAT of obsolete implsMichał Górny2020-01-053-6/+6
| | | | | Closes: https://github.com/gentoo/gentoo/pull/14246 Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-libs/capstone: Indicate python-3.7 support.Mike Auty2019-10-023-3/+3
| | | | | Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Mike Auty <ikelos@gentoo.org>
* dev-libs/capstone:guard tests building behind USE=test, bug #663006Sergei Trofimovich2019-09-181-1/+8
| | | | | | | Reported-by: Michał Górny Closes: https://bugs.gentoo.org/663006 Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* dev-libs/capstone: prefix supportGuilherme Amadio2019-08-052-0/+2
| | | | | Package-Manager: Portage-2.3.69, Repoman-2.3.16 Signed-off-by: Guilherme Amadio <amadio@gentoo.org>
* */*: Remove python3_4 PYTHON_COMPAT correctlyMichał Górny2019-04-173-5/+5
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-libs/capstone: bump up to 4.0.1Sergei Trofimovich2019-01-102-0/+85
| | | | | Package-Manager: Portage-2.3.54, Repoman-2.3.12 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* dev-libs/capstone: bump up to 4.0Sergei Trofimovich2018-12-195-0/+128
| | | | | Package-Manager: Portage-2.3.52, Repoman-2.3.12 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* dev-libs/capstone: add missing 'setuptools' DEPEND, bug #640266Sergei Trofimovich2017-12-241-1/+3
| | | | | | Reported-by: int80 Closes: https://bugs.gentoo.org/640266 Package-Manager: Portage-2.3.19, Repoman-2.3.6
* dev-libs/*: Update Manifest hashesMichał Górny2017-12-091-1/+1
|
* dev-libs/capstone: keyworded for ~arm64 (thanks to Dan Robertson), bug #633892Sergei Trofimovich2017-10-121-1/+1
| | | | | | Reported-by: Dan Robertson Bug: https://bugs.gentoo.org/633892 Package-Manager: Portage-2.3.10, Repoman-2.3.3
* dev-libs/capstone: Support newer pythonPacho Ramos2017-09-251-1/+1
| | | | Package-Manager: Portage-2.3.10, Repoman-2.3.3
* dev-libs/capstone: add basic support for python bindingsSergei Trofimovich2017-07-291-0/+82
| | | | Package-Manager: Portage-2.3.6, Repoman-2.3.3
* dev-libs/capstone: drop oldSergei Trofimovich2017-03-252-38/+0
| | | | Package-Manager: Portage-2.3.5, Repoman-2.3.2
* dev-libs/capstone: bump up to 3.0.5-rc2, fix CVE-2017-6952, bug #612912Sergei Trofimovich2017-03-254-0/+102
| | | | | | | | | | | | | | | I don't believe 3.0.4 is affected: - it's a vulnerability in windows kernel driver. Not something you can easily build in gentoo today as it requires MSVS to build a driver - the windows code was added in capstone-3.0.5-rc1. It's not present in 3.0.4 in gentoo at all But not to forget about the vulnerability on next bump I'm bumping up to vilnerable release candidate and applying the upstream patch to fix CVE-2017-6952. Reported-by: Agostino Sarubbo Bug: https://bugs.gentoo.org/612912 Package-Manager: Portage-2.3.5, Repoman-2.3.2
* Drop $Id$ per council decision in bug #611234.Robin H. Johnson2017-02-281-1/+0
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* dev-libs/capstone: adding ~armZero_Chaos2016-09-281-1/+1
| | | | Package-Manager: portage-2.3.1
* dev-libs/capstone: respect gentoo toolchain overrides, bug #592778Sergei Trofimovich2016-09-031-0/+22
| | | | | | | | | | Respect AR, CC, CFLAGS, LDFLAGS, RANLIB, $libdir. Thanks to Mike Auty who provided an example fix. Reported-by: Mike Auty Bug: https://bugs.gentoo.org/592778 Package-Manager: portage-2.3.0
* dev-libs/capstone: use upstream build systemSergei Trofimovich2016-06-041-6/+1
| | | | | | Makefile-based build system does proper soname versioning Package-Manager: portage-2.3.0_rc1
* dev-libs/capstone: initial commit, a disassembler library for various targetsSergei Trofimovich2016-06-043-0/+34
Package-Manager: portage-2.3.0_rc1