pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel
Module Name: pkgsrc
Committed By: adam
Date: Sat Apr 12 09:44:00 UTC 2025
Modified Files:
pkgsrc/devel/capstone: Makefile.common distinfo
pkgsrc/devel/capstone/patches: patch-bindings_python_setup.py
pkgsrc/devel/py-capstone: Makefile PLIST
Log Message:
capstone py-capstone: updated to 5.0.6
Version 5.0.6: March 23th, 2025
What's Changed
* V5 - Fix sdist build and add CI job for testing it.
* Build Tarball before DEB/RPM package.
* Fix cmake error when build with capstone as submodule
* [v5] Tms32c64x little endian
New Contributors
* @WerWolv made their first contribution in https://github.com/capstone-engine/capstone/pull/2619
Version 5.0.5: January 16th, 2025
What's Changed
* Fix code missing in v5.0.4
Version 5.0.4: January 16th, 2025
What's Changed
* [v5][SuperH] Fix missing setting detail->sh
* tricore: fixes 2386 in v5
* Creating a functional Debian Package for Capstone v5
* Duplicate of 2590 for v5 Branch
* Update version to v5.0.4
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/devel/capstone/Makefile.common
cvs rdiff -u -r1.20 -r1.21 pkgsrc/devel/capstone/distinfo
cvs rdiff -u -r1.4 -r1.5 \
pkgsrc/devel/capstone/patches/patch-bindings_python_setup.py
cvs rdiff -u -r1.9 -r1.10 pkgsrc/devel/py-capstone/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/py-capstone/PLIST
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/capstone/Makefile.common
diff -u pkgsrc/devel/capstone/Makefile.common:1.7 pkgsrc/devel/capstone/Makefile.common:1.8
--- pkgsrc/devel/capstone/Makefile.common:1.7 Mon Sep 16 10:04:49 2024
+++ pkgsrc/devel/capstone/Makefile.common Sat Apr 12 09:44:00 2025
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile.common,v 1.7 2024/09/16 10:04:49 adam Exp $
+# $NetBSD: Makefile.common,v 1.8 2025/04/12 09:44:00 adam Exp $
#
# used by devel/py-capstone/Makefile
-DISTNAME= capstone-5.0.3
+DISTNAME= capstone-5.0.6
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GITHUB:=capstone-engine/}
Index: pkgsrc/devel/capstone/distinfo
diff -u pkgsrc/devel/capstone/distinfo:1.20 pkgsrc/devel/capstone/distinfo:1.21
--- pkgsrc/devel/capstone/distinfo:1.20 Mon Sep 16 10:04:49 2024
+++ pkgsrc/devel/capstone/distinfo Sat Apr 12 09:44:00 2025
@@ -1,11 +1,11 @@
-$NetBSD: distinfo,v 1.20 2024/09/16 10:04:49 adam Exp $
+$NetBSD: distinfo,v 1.21 2025/04/12 09:44:00 adam Exp $
-BLAKE2s (capstone-5.0.3.tar.gz) = 87174e16792b7721498b8aa9da0829e33a481e7e6c4072c215199380144e3ef6
-SHA512 (capstone-5.0.3.tar.gz) = 2fd3194dd37065e6091d208c7670b12c0ca6872931eef794bd6b2dd624601c843e8ee6c5714eae0372e394e91a9bc1e4de7dfea6b1087542dd461226569101de
-Size (capstone-5.0.3.tar.gz) = 7650875 bytes
+BLAKE2s (capstone-5.0.6.tar.gz) = 3e81dc8ac6c80943e8fdd9229fad8f61388b901f2267a27947ae69d997a2430f
+SHA512 (capstone-5.0.6.tar.gz) = d4ed08a2ab4ed8ede51a163e98542129d6441889cf6936ac9e3f8027fb2dfcbb04a7aacba14c2a007e788790bb3939c173b47db3d95f5dd9eafce2f30ff493e1
+Size (capstone-5.0.6.tar.gz) = 7653660 bytes
SHA1 (patch-Makefile) = a96441309efa54cb8ec1beacb44891f981b0db3e
SHA1 (patch-bindings_python_capstone_____init____.py) = ea410a99d4cd4ee0a109a7225b739971472c387d
-SHA1 (patch-bindings_python_setup.py) = e2bae98c2ea186ac09a9df95b43494713d9febba
+SHA1 (patch-bindings_python_setup.py) = ff4676969fabcae9dca355ec9d97f210f19957d2
SHA1 (patch-cstool_Makefile) = 68dd0a175d0e2270e2813f784cae5ca9f89a3a05
SHA1 (patch-cstool_getopt.c) = da34cce2b62e072b59697e6a64ef665dc520e75b
SHA1 (patch-cstool_getopt.h) = f97b132d63b8e34f5e6064757167052a3955727b
Index: pkgsrc/devel/capstone/patches/patch-bindings_python_setup.py
diff -u pkgsrc/devel/capstone/patches/patch-bindings_python_setup.py:1.4 pkgsrc/devel/capstone/patches/patch-bindings_python_setup.py:1.5
--- pkgsrc/devel/capstone/patches/patch-bindings_python_setup.py:1.4 Mon Sep 16 10:04:50 2024
+++ pkgsrc/devel/capstone/patches/patch-bindings_python_setup.py Sat Apr 12 09:44:00 2025
@@ -1,8 +1,8 @@
-$NetBSD: patch-bindings_python_setup.py,v 1.4 2024/09/16 10:04:50 adam Exp $
+$NetBSD: patch-bindings_python_setup.py,v 1.5 2025/04/12 09:44:00 adam Exp $
---- bindings/python/setup.py.orig 2024-08-20 14:41:54.000000000 +0000
+--- bindings/python/setup.py.orig 2025-03-23 15:48:02.000000000 +0000
+++ bindings/python/setup.py
-@@ -150,14 +150,6 @@ def build_libraries():
+@@ -147,10 +147,6 @@ def build_libraries():
else:
os.system('cmake -DCMAKE_BUILD_TYPE=Release -DBUILD_SHARED_LIBS=ON -DCAPSTONE_BUILD_TESTS=OFF -DCAPSTONE_BUILD_CSTOOL=OFF -G "Unix Makefiles" ..')
os.system("cmake --build .")
@@ -10,10 +10,6 @@ $NetBSD: patch-bindings_python_setup.py,
- os.system("CAPSTONE_BUILD_CORE_ONLY=yes bash ./make.sh")
-
- shutil.copy(VERSIONED_LIBRARY_FILE, os.path.join(LIBS_DIR, LIBRARY_FILE))
--
-- # only copy static library if it exists (it's a build option)
-- if STATIC_LIBRARY_FILE and os.path.exists(STATIC_LIBRARY_FILE):
-- shutil.copy(STATIC_LIBRARY_FILE, LIBS_DIR)
os.chdir(cwd)
Index: pkgsrc/devel/py-capstone/Makefile
diff -u pkgsrc/devel/py-capstone/Makefile:1.9 pkgsrc/devel/py-capstone/Makefile:1.10
--- pkgsrc/devel/py-capstone/Makefile:1.9 Mon Nov 11 07:28:03 2024
+++ pkgsrc/devel/py-capstone/Makefile Sat Apr 12 09:44:00 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2024/11/11 07:28:03 wiz Exp $
+# $NetBSD: Makefile,v 1.10 2025/04/12 09:44:00 adam Exp $
.include "../../devel/capstone/Makefile.common"
@@ -12,7 +12,7 @@ LICENSE= modified-bsd
WRKSRC= ${WRKDIR}/capstone-${GITHUB_TAG}
PYSETUPSUBDIR= bindings/python
-TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=78:../../devel/py-setuptools
USE_LANGUAGES= # none
Index: pkgsrc/devel/py-capstone/PLIST
diff -u pkgsrc/devel/py-capstone/PLIST:1.6 pkgsrc/devel/py-capstone/PLIST:1.7
--- pkgsrc/devel/py-capstone/PLIST:1.6 Mon Sep 16 10:04:50 2024
+++ pkgsrc/devel/py-capstone/PLIST Sat Apr 12 09:44:00 2025
@@ -1,8 +1,8 @@
-@comment $NetBSD: PLIST,v 1.6 2024/09/16 10:04:50 adam Exp $
-${PYSITELIB}/${WHEEL_INFODIR}/LICENSE.TXT
+@comment $NetBSD: PLIST,v 1.7 2025/04/12 09:44:00 adam Exp $
${PYSITELIB}/${WHEEL_INFODIR}/METADATA
${PYSITELIB}/${WHEEL_INFODIR}/RECORD
${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/licenses/LICENSE.TXT
${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
${PYSITELIB}/capstone/__init__.py
${PYSITELIB}/capstone/__init__.pyc
Home |
Main Index |
Thread Index |
Old Index