Github messages for voidlinux
 help / color / mirror / Atom feed
From: motorto <motorto@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] Capstone 5.0
Date: Mon, 31 Jul 2023 13:51:31 +0200	[thread overview]
Message-ID: <20230731115131.zFYr5YKyg7_vAXjYFk3Y5fKIsb7c6ij8hwa13tOO1os@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-44967@inbox.vuxu.org>

[-- Attachment #1: Type: text/plain, Size: 693 bytes --]

There is an updated pull request by motorto against master on the void-packages repository

https://github.com/motorto/void-packages capstone-5.0
https://github.com/void-linux/void-packages/pull/44967

Capstone 5.0
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**


#### Local build testing
- I built this PR locally for my native architecture, x86_64-glibc

- makes one qemu test fail
- Boomerang Regressions: https://github.com/BoomerangDecompiler/boomerang/issues/277 (need rizin update)

A patch file from https://github.com/void-linux/void-packages/pull/44967.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-capstone-5.0-44967.patch --]
[-- Type: text/x-diff, Size: 17269 bytes --]

From 18f49cbda60cd7e3c030ddc92464aa323fe089ba Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andr=C3=A9=20Cerqueira?= <acerqueira021@gmail.com>
Date: Mon, 10 Jul 2023 16:15:54 +0100
Subject: [PATCH 01/10] capstone: update to 5.0.

---
 common/shlibs             |  2 +-
 srcpkgs/capstone/template | 11 ++++++-----
 2 files changed, 7 insertions(+), 6 deletions(-)

diff --git a/common/shlibs b/common/shlibs
index c71817b11b51f..474d196f38b18 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -2130,7 +2130,7 @@ libopenjpeg.so.5 libopenjpeg-1.5.2_1
 liboping.so.0 liboping-1.8.0_1
 libloudmouth-1.so.0 loudmouth-1.5.3_12
 libtorrent-rasterbar.so.10 libtorrent-rasterbar-1.2.18_1
-libcapstone.so.4 capstone-4.0_1
+libcapstone.so.5 capstone-5.0_1
 libhavege.so.2 libhaveged-1.9.11_1
 libnih.so.1 libnih-1.0.3_1
 libnih-dbus.so.1 libnih-1.0.3_1
diff --git a/srcpkgs/capstone/template b/srcpkgs/capstone/template
index 99c20894520b7..e4c157effe2cd 100644
--- a/srcpkgs/capstone/template
+++ b/srcpkgs/capstone/template
@@ -1,16 +1,17 @@
 # Template file for 'capstone'
 pkgname=capstone
-version=4.0.2
-revision=5
+version=5.0
+revision=1
 build_style=gnu-makefile
 make_use_env=yes
 hostmakedepends="python3-setuptools"
 short_desc="Lightweight multi-platform, multi-architecture disassembly framework"
-maintainer="Orphaned <orphan@voidlinux.org>"
+maintainer="André Cerqueira <acerqueira021@gmail.com>"
 license="BSD-2-Clause"
 homepage="https://www.capstone-engine.org/"
-distfiles="https://github.com/aquynh/${pkgname}/archive/${version}.tar.gz"
-checksum=7c81d798022f81e7507f1a60d6817f63aa76e489aa4e7055255f21a22f5e526a
+changelog="https://raw.githubusercontent.com/capstone-engine/capstone/next/ChangeLog"
+distfiles="https://github.com/aquynh/capstone/archive/${version}.tar.gz"
+checksum=df24344407baa7415eeb006f742afc9b92cd33abf2c4c120a6e97cfb376882dc
 
 post_install() {
 	make -C bindings/python PREFIX=/usr DESTDIR=${DESTDIR} install3

From 5af11c52d6d82ae58212898d31447b41dfe34176 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andr=C3=A9=20Cerqueira?= <acerqueira021@gmail.com>
Date: Mon, 31 Jul 2023 10:58:46 +0100
Subject: [PATCH 02/10] edb-debugger: update to 1.4.0.

---
 .../edb-debugger/patches/QPainterPath.patch   | 10 ------
 srcpkgs/edb-debugger/patches/fix-musl.patch   | 16 ---------
 srcpkgs/edb-debugger/patches/gcc12.patch      | 33 -------------------
 .../edb-debugger/patches/include-limits.patch | 10 ------
 srcpkgs/edb-debugger/template                 |  8 ++---
 5 files changed, 4 insertions(+), 73 deletions(-)
 delete mode 100644 srcpkgs/edb-debugger/patches/QPainterPath.patch
 delete mode 100644 srcpkgs/edb-debugger/patches/fix-musl.patch
 delete mode 100644 srcpkgs/edb-debugger/patches/gcc12.patch
 delete mode 100644 srcpkgs/edb-debugger/patches/include-limits.patch

diff --git a/srcpkgs/edb-debugger/patches/QPainterPath.patch b/srcpkgs/edb-debugger/patches/QPainterPath.patch
deleted file mode 100644
index 16d1e93fffca4..0000000000000
--- a/srcpkgs/edb-debugger/patches/QPainterPath.patch
+++ /dev/null
@@ -1,10 +0,0 @@
---- a/src/widgets/QDisassemblyView.cpp	2020-04-10 21:07:19.000000000 +0200
-+++ b/src/widgets/QDisassemblyView.cpp	2020-09-01 01:29:20.286597335 +0200
-@@ -40,6 +40,7 @@
- #include <QElapsedTimer>
- #include <QMouseEvent>
- #include <QPainter>
-+#include <QPainterPath>
- #include <QPixmap>
- #include <QScrollBar>
- #include <QSettings>
diff --git a/srcpkgs/edb-debugger/patches/fix-musl.patch b/srcpkgs/edb-debugger/patches/fix-musl.patch
deleted file mode 100644
index da7ec85f72e21..0000000000000
--- a/srcpkgs/edb-debugger/patches/fix-musl.patch
+++ /dev/null
@@ -1,16 +0,0 @@
-Source: maxice8
-Upstream: no
-Reason: fixes compilation by avoiding using __ptrace_request as an enum.
-
---- a/plugins/DebuggerCore/unix/linux/arch/x86-generic/PlatformThread.cpp
-+++ b/plugins/DebuggerCore/unix/linux/arch/x86-generic/PlatformThread.cpp
-@@ -33,6 +33,10 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.
- #include <sys/ptrace.h>
- #include <sys/user.h>
- 
-+#ifndef __GLIBC__
-+#define __ptrace_request int
-+#endif
-+
- // doesn't always seem to be defined in the headers
- #ifndef PTRACE_GET_THREAD_AREA
diff --git a/srcpkgs/edb-debugger/patches/gcc12.patch b/srcpkgs/edb-debugger/patches/gcc12.patch
deleted file mode 100644
index 931dc45943b6e..0000000000000
--- a/srcpkgs/edb-debugger/patches/gcc12.patch
+++ /dev/null
@@ -1,33 +0,0 @@
-diff --color -ruN 1/include/IState.h 2/include/IState.h
---- 1/include/IState.h	2020-12-14 02:09:07.000000000 +0100
-+++ 2/include/IState.h	2022-06-22 05:48:20.394258961 +0200
-@@ -19,6 +19,7 @@
- #ifndef ISTATE_H_20110315_
- #define ISTATE_H_20110315_
- 
-+#include <memory>
- #include "Register.h"
- #include "Types.h"
- 
-diff --color -ruN 1/include/RegisterViewModelBase.h 2/include/RegisterViewModelBase.h
---- 1/include/RegisterViewModelBase.h	2020-12-14 02:09:07.000000000 +0100
-+++ 2/include/RegisterViewModelBase.h	2022-06-22 05:49:05.600877962 +0200
-@@ -6,6 +6,7 @@
- #include "util/Integer.h"
- #include <QAbstractItemModel>
- #include <deque>
-+#include <memory>
- #include <vector>
- 
- Q_DECLARE_METATYPE(std::vector<NumberDisplayMode>)
-diff --color -ruN 1/include/State.h 2/include/State.h
---- 1/include/State.h	2020-12-14 02:09:07.000000000 +0100
-+++ 2/include/State.h	2022-06-22 05:49:27.911029610 +0200
-@@ -19,6 +19,7 @@
- #ifndef STATE_H_20060715_
- #define STATE_H_20060715_
- 
-+#include <memory>
- #include "API.h"
- #include "Types.h"
- 
diff --git a/srcpkgs/edb-debugger/patches/include-limits.patch b/srcpkgs/edb-debugger/patches/include-limits.patch
deleted file mode 100644
index e12cca124c3ce..0000000000000
--- a/srcpkgs/edb-debugger/patches/include-limits.patch
+++ /dev/null
@@ -1,10 +0,0 @@
---- a/include/ByteShiftArray.h	2019-08-16 23:27:51.186731499 +0200
-+++ b/include/ByteShiftArray.h	2019-08-16 23:28:15.909729902 +0200
-@@ -22,6 +22,7 @@
- #include "API.h"
- #include <QVector>
- #include <cstddef>
-+#include <limits.h>
- 
- class EDB_EXPORT ByteShiftArray {
- 	Q_DISABLE_COPY(ByteShiftArray)
diff --git a/srcpkgs/edb-debugger/template b/srcpkgs/edb-debugger/template
index 91e73f4574eed..512698fcc984f 100644
--- a/srcpkgs/edb-debugger/template
+++ b/srcpkgs/edb-debugger/template
@@ -1,8 +1,8 @@
 # Template file for 'edb-debugger'
 pkgname=edb-debugger
-version=1.3.0
+version=1.4.0
 revision=1
-archs="x86_64* i686*"
+archs="x86_64* i686* aarch64*"
 build_style=cmake
 hostmakedepends='pkg-config'
 makedepends="capstone-devel graphviz-devel boost-devel qt5-devel qt5-xmlpatterns-devel qt5-svg-devel"
@@ -10,5 +10,5 @@ short_desc="Cross platform x86/x86-64 debugger"
 maintainer="DirectorX <void.directorx@protonmail.com>"
 license="GPL-2.0-or-later"
 homepage="https://github.com/eteran/edb-debugger"
-distfiles="${homepage}/releases/download/${version}/${pkgname}-${version}.tgz"
-checksum=86df4a0940a39c1480a6fc789f167f94e87a7a330f2d8163fe871f42c754afe8
+distfiles="https://github.com/eteran/edb-debugger/releases/download/${version}/${pkgname}-${version}.tgz"
+checksum=0eb2c5d17493ab0e7e0a0748eefa5733ec90329631cc8db87f2943e90f91b726

From 9fe03b8223f888a5b1330719ef6a6dcf98978dc2 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andr=C3=A9=20Cerqueira?= <acerqueira021@gmail.com>
Date: Mon, 31 Jul 2023 10:59:25 +0100
Subject: [PATCH 03/10] bloaty: rebuild for capstone-5.0.

---
 srcpkgs/bloaty/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/bloaty/template b/srcpkgs/bloaty/template
index 2a79fb502f99e..f3c694d36a248 100644
--- a/srcpkgs/bloaty/template
+++ b/srcpkgs/bloaty/template
@@ -1,7 +1,7 @@
 # Template file for 'bloaty'
 pkgname=bloaty
 version=1.1
-revision=12
+revision=13
 build_style=cmake
 hostmakedepends="pkg-config protobuf"
 makedepends="capstone-devel protobuf-devel re2-devel zlib-devel"

From 70e381d659963e21ce326492da83f81080f36e6a Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andr=C3=A9=20Cerqueira?= <acerqueira021@gmail.com>
Date: Mon, 10 Jul 2023 16:06:58 +0100
Subject: [PATCH 04/10] boomerang: rebuild for capstone-5.0.

---
 srcpkgs/boomerang/template | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/boomerang/template b/srcpkgs/boomerang/template
index 4c64c6ba3d6ad..92cd85b4076ab 100644
--- a/srcpkgs/boomerang/template
+++ b/srcpkgs/boomerang/template
@@ -1,13 +1,12 @@
 # Template file for 'boomerang'
 pkgname=boomerang
 version=0.5.2
-revision=1
+revision=2
 build_style=cmake
 configure_args="-DBOOMERANG_BUILD_REGRESSION_TESTS=TRUE"
 make_check_target="check"
-hostmakedepends="flex qt5-devel"
+hostmakedepends="flex python3 qt5-devel"
 makedepends="qt5-devel capstone-devel"
-checkdepends="python3"
 short_desc="General, open source machine code decompiler"
 maintainer="Piraty <mail@piraty.dev>"
 license="BSD-3-Clause"

From ec7c618a1846f32919f45a56884d8b8bfeedb55a Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andr=C3=A9=20Cerqueira?= <acerqueira021@gmail.com>
Date: Mon, 10 Jul 2023 16:06:59 +0100
Subject: [PATCH 05/10] openocd: rebuild for capstone-5.0.

---
 srcpkgs/openocd/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/openocd/template b/srcpkgs/openocd/template
index 9309090c35def..f88e961939472 100644
--- a/srcpkgs/openocd/template
+++ b/srcpkgs/openocd/template
@@ -1,7 +1,7 @@
 # Template file for 'openocd'
 pkgname=openocd
 version=0.11.0+1
-revision=2
+revision=3
 # update to a commit that has a compatible jimtcl version
 _commit=830d70bfc66ada2a68c73283b9e4fa4770d408ee
 _jimtcl_version=0.81

From 8aac032c5d5fde045ec2c997984b4966f74b4708 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andr=C3=A9=20Cerqueira?= <acerqueira021@gmail.com>
Date: Mon, 10 Jul 2023 16:07:00 +0100
Subject: [PATCH 06/10] radare2: rebuild for capstone-5.0.

---
 srcpkgs/radare2/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/radare2/template b/srcpkgs/radare2/template
index 7ccf26ae89186..f38c84efa1d21 100644
--- a/srcpkgs/radare2/template
+++ b/srcpkgs/radare2/template
@@ -1,7 +1,7 @@
 # Template file for 'radare2'
 pkgname=radare2
 version=5.7.8
-revision=1
+revision=2
 build_style=meson
 configure_args="-Denable_tests=false -Duse_sys_capstone=true
  -Duse_sys_magic=true -Duse_sys_xxhash=true

From 5cc78f2572a0eeb2a53651e98d7e00b663018603 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andr=C3=A9=20Cerqueira?= <acerqueira021@gmail.com>
Date: Mon, 10 Jul 2023 16:07:01 +0100
Subject: [PATCH 07/10] rizin: rebuild for capstone-5.0.

---
 srcpkgs/rizin/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/rizin/template b/srcpkgs/rizin/template
index 8fe7acb2ff45b..4888fc014d3b4 100644
--- a/srcpkgs/rizin/template
+++ b/srcpkgs/rizin/template
@@ -1,7 +1,7 @@
 # Template file for 'rizin'
 pkgname=rizin
 version=0.5.2
-revision=1
+revision=2
 build_style=meson
 configure_args="-D use_sys_capstone=enabled -D use_capstone_version=v4
  -D use_sys_magic=enabled -D use_sys_libzip=enabled -D use_sys_zlib=enabled

From 9d76a28c90b5f415da64f0cf206f1d9a8036d545 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andr=C3=A9=20Cerqueira?= <acerqueira021@gmail.com>
Date: Mon, 10 Jul 2023 16:07:01 +0100
Subject: [PATCH 08/10] uftrace: rebuild for capstone-5.0.

---
 srcpkgs/uftrace/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/uftrace/template b/srcpkgs/uftrace/template
index 8f703e0a812f6..3e7690e4ea901 100644
--- a/srcpkgs/uftrace/template
+++ b/srcpkgs/uftrace/template
@@ -1,7 +1,7 @@
 # Template file for 'uftrace'
 pkgname=uftrace
 version=0.14
-revision=1
+revision=2
 archs="x86_64* i686* aarch64* arm*"
 build_style=configure
 configure_args="--prefix=/usr --libdir=/usr/lib${XBPS_TARGET_WORDSIZE}"

From 30e34c268788edf646860db5707a00d3e70cec16 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andr=C3=A9=20Cerqueira?= <acerqueira021@gmail.com>
Date: Mon, 10 Jul 2023 18:09:08 +0100
Subject: [PATCH 09/10] qemu: rebuild for capstone-5.0

---
 srcpkgs/qemu/patches/tricore_feature.patch | 60 ++++++++++++++++++++++
 srcpkgs/qemu/template                      |  7 +--
 2 files changed, 62 insertions(+), 5 deletions(-)
 create mode 100644 srcpkgs/qemu/patches/tricore_feature.patch

diff --git a/srcpkgs/qemu/patches/tricore_feature.patch b/srcpkgs/qemu/patches/tricore_feature.patch
new file mode 100644
index 0000000000000..f7f621f81170b
--- /dev/null
+++ b/srcpkgs/qemu/patches/tricore_feature.patch
@@ -0,0 +1,60 @@
+capstone 5 declares this struct, so we need a different name
+--
+diff --git a/target/tricore/cpu.c b/target/tricore/cpu.c
+index d0a9272..6297af9 100644
+--- a/target/tricore/cpu.c
++++ b/target/tricore/cpu.c
+@@ -103,14 +103,14 @@ static void tricore_cpu_realizefn(DeviceState *dev, Error **errp)
+     }
+ 
+     /* Some features automatically imply others */
+-    if (tricore_feature(env, TRICORE_FEATURE_161)) {
++    if (tricore_feature_x(env, TRICORE_FEATURE_161)) {
+         set_feature(env, TRICORE_FEATURE_16);
+     }
+ 
+-    if (tricore_feature(env, TRICORE_FEATURE_16)) {
++    if (tricore_feature_x(env, TRICORE_FEATURE_16)) {
+         set_feature(env, TRICORE_FEATURE_131);
+     }
+-    if (tricore_feature(env, TRICORE_FEATURE_131)) {
++    if (tricore_feature_x(env, TRICORE_FEATURE_131)) {
+         set_feature(env, TRICORE_FEATURE_13);
+     }
+     cpu_reset(cs);
+diff --git a/target/tricore/cpu.h b/target/tricore/cpu.h
+index 47d0ffb..6fd447c 100644
+--- a/target/tricore/cpu.h
++++ b/target/tricore/cpu.h
+@@ -258,7 +258,7 @@ enum tricore_features {
+     TRICORE_FEATURE_161,
+ };
+ 
+-static inline int tricore_feature(CPUTriCoreState *env, int feature)
++static inline int tricore_feature_x(CPUTriCoreState *env, int feature)
+ {
+     return (env->features & (1ULL << feature)) != 0;
+ }
+diff --git a/target/tricore/op_helper.c b/target/tricore/op_helper.c
+index 532ae6b..6a71b5b 100644
+--- a/target/tricore/op_helper.c
++++ b/target/tricore/op_helper.c
+@@ -2528,7 +2528,7 @@ void helper_ret(CPUTriCoreState *env)
+     /* PCXI = new_PCXI; */
+     env->PCXI = new_PCXI;
+ 
+-    if (tricore_feature(env, TRICORE_FEATURE_13)) {
++    if (tricore_feature_x(env, TRICORE_FEATURE_13)) {
+         /* PSW = new_PSW */
+         psw_write(env, new_PSW);
+     } else {
+@@ -2639,7 +2639,7 @@ void helper_rfm(CPUTriCoreState *env)
+     env->gpr_a[10] = cpu_ldl_data(env, env->DCX+8);
+     env->gpr_a[11] = cpu_ldl_data(env, env->DCX+12);
+ 
+-    if (tricore_feature(env, TRICORE_FEATURE_131)) {
++    if (tricore_feature_x(env, TRICORE_FEATURE_131)) {
+         env->DBGTCR = 0;
+     }
+ }
+
diff --git a/srcpkgs/qemu/template b/srcpkgs/qemu/template
index 48ab199e5686b..9793e2f6101a7 100644
--- a/srcpkgs/qemu/template
+++ b/srcpkgs/qemu/template
@@ -2,7 +2,7 @@
 # This package should be updated together with qemu-user-static
 pkgname=qemu
 version=7.1.0
-revision=2
+revision=3
 build_style=configure
 configure_args="--prefix=/usr --sysconfdir=/etc --libexecdir=/usr/libexec --localstatedir=/var
  --disable-glusterfs --disable-xen --enable-docs --enable-kvm --enable-libusb --enable-pie
@@ -33,6 +33,7 @@ ignore_elf_dirs="/usr/share/qemu"
 nostrip_files="hppa-firmware.img openbios-ppc openbios-sparc32 openbios-sparc64
  palcode-clipper s390-ccw.img s390-netboot.img u-boot.e500 opensbi-riscv32-generic-fw_dynamic.elf
  opensbi-riscv64-generic-fw_dynamic.elf"
+make_check=no # capstone5.0: fails 90/95 qemu:unit / test-vmstate (when updating the qemu package this should go away)
 
 build_options="gtk3 opengl sdl2 spice virgl smartcard numa iscsi jack pulseaudio"
 build_options_default="opengl gtk3 virgl sdl2 numa iscsi jack pulseaudio"
@@ -57,10 +58,6 @@ else
 	build_options_default+=" smartcard"
 fi
 
-if [ "$XBPS_CHECK_PKGS" != full ]; then
-	make_check_target=check-unit
-fi
-
 post_extract() {
 	if [ "$XBPS_TARGET_LIBC" = "musl" ]; then
 		grep -rl 'Input/output error' tests/qemu-iotests |

From bfc34e7fca3741ab3573f319e852da33fdab1e91 Mon Sep 17 00:00:00 2001
From: classabbyamp <void@placeviolette.net>
Date: Tue, 11 Jul 2023 20:19:36 -0400
Subject: [PATCH 10/10] imhex: use system capstone

---
 srcpkgs/imhex/template | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/imhex/template b/srcpkgs/imhex/template
index 3f7f4750389ec..94a058c2b1639 100644
--- a/srcpkgs/imhex/template
+++ b/srcpkgs/imhex/template
@@ -1,18 +1,17 @@
 # Template file for 'imhex'
 pkgname=imhex
 version=1.30.1
-revision=1
+revision=2
 build_wrksrc="ImHex"
 build_style=cmake
 build_helper=qemu
-# XXX: when capstone v5 is out, -DUSE_SYSTEM_CAPSTONE=ON
 configure_args="-DIMHEX_OFFLINE_BUILD=ON -DIMHEX_STRIP_RELEASE=OFF
- -DUSE_SYSTEM_CURL=ON -DUSE_SYSTEM_FMT=ON -DUSE_SYSTEM_LLVM=ON
+ -DUSE_SYSTEM_CURL=ON -DUSE_SYSTEM_FMT=ON -DUSE_SYSTEM_LLVM=ON -DUSE_SYSTEM_CAPSTONE=ON
  -DUSE_SYSTEM_YARA=ON -DUSE_SYSTEM_NLOHMANN_JSON=ON -DIMHEX_DISABLE_UPDATE_CHECK=ON"
 hostmakedepends="pkg-config clang-tools-extra"
 makedepends="libcurl-devel fmt-devel llvm jansson-devel yara-devel json-c++
  freetype-devel glfw-devel gtk+3-devel python3-devel file-devel mbedtls-devel
- clang-tools-extra"
+ clang-tools-extra capstone-devel"
 short_desc="Hex editor for reverse engineers and programmers"
 maintainer="classabbyamp <void@placeviolette.net>"
 license="GPL-2.0-or-later"

  parent reply	other threads:[~2023-07-31 11:51 UTC|newest]

Thread overview: 34+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-07-10 15:18 [PR PATCH] " motorto
2023-07-10 17:09 ` [PR PATCH] [Updated] " motorto
2023-07-12  0:13 ` [PR REVIEW] " classabbyamp
2023-07-12  0:21 ` classabbyamp
2023-07-12 15:31 ` [PR PATCH] [Updated] " motorto
2023-07-12 15:31 ` motorto
2023-07-14  9:07 ` motorto
2023-07-15 13:17 ` motorto
2023-07-15 16:34 ` XVilka
2023-07-15 19:35 ` motorto
2023-07-31 11:51 ` motorto [this message]
2023-08-05  7:01 ` XVilka
2023-08-05  7:03 ` XVilka
2023-08-07 15:34 ` [PR PATCH] [Updated] " motorto
2023-08-07 15:37 ` motorto
2023-08-07 15:56 ` [PR PATCH] [Updated] " motorto
2023-08-09 14:04 ` motorto
2023-08-20  2:52 ` XVilka
2023-08-20 22:14 ` [PR PATCH] [Updated] " motorto
2023-08-20 22:17 ` motorto
2023-08-22 10:50 ` [PR PATCH] [Updated] " motorto
2023-08-22 10:51 ` motorto
2023-08-22 16:18 ` classabbyamp
2023-08-23  1:04 ` sgn
2023-08-23  2:41 ` XVilka
2023-08-23 14:05 ` motorto
2023-08-23 14:05 ` motorto
2023-08-23 15:17 ` sgn
2023-08-23 18:02 ` [PR PATCH] [Updated] " motorto
2023-08-23 18:03 ` motorto
2023-09-14  9:51 ` XVilka
2023-09-15 18:10 ` [PR PATCH] [Updated] " motorto
2023-09-15 19:54 ` motorto
2023-09-15 22:00 ` [PR PATCH] [Merged]: " classabbyamp

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20230731115131.zFYr5YKyg7_vAXjYFk3Y5fKIsb7c6ij8hwa13tOO1os@z \
    --to=motorto@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).