Debian Patches
Status for edb-debugger/1.3.0-2.1
Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
fix_spelling.patch | Fixes spelling errors=================================================================== | Marcio de Souza Oliveira <marciosouza@debian.org> | no | 2020-05-05 | ||
fix_desktop_entry.patch | Added keyword field in edb.desktop and changed the edb icon. =================================================================== |
Marcio de Souza Oliveira <m.desouza20@gmail.com> | no | 2017-04-30 | ||
fix_cmakelists.txt.patch | Disables the check of src/qhexview/.git directory=================================================================== | Marcio de Souza Oliveira <marciosouza@debian.org> | no | 2020-04-22 | ||
0001-Gcc-12-includes-fix-815.patch | GCC 12 build fixes=================================================================== | Sergei Trofimovich <slyich@gmail.com> | no | 2022-02-04 | ||
fix_capstone_5.patch | Fix build with Capstone 5 (#824) Capstone 5 drops X86_INS_VCVTPD2DQX and X86_INS_VCVTPD2PSX from x86.h (happened in https://github.com/capstone-engine/capstone/commit/dd91f03fef5102492352756e2adb5972dd79a70f but no real explanation). Given: 1. these instructions had no wiring up; 2. other Capstone consumers have done the same let's drop them entirely as we have no idea what they are. They don't appear in any Intel documentation and there's very little reference to them online at all. |
Sam James <sam@cmpct.info> | yes | upstream | 2022-09-13 | |
fix_gcc_13.patch | [PATCH] Fix build with GCC 13 (#837) GCC 13 (as usual for new compiler releases) shuffles around some internal includes so some are no longer transitively included. See https://gnu.org/software/gcc/gcc-13/porting_to.html. |
Sam James <sam@gentoo.org> | yes | upstream | 2023-04-17 |