Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
link-to-stdcpp.patch | Do link libgcc and libstdc++ dynamically Reverts https://github.com/trendmicro/tlsh/commit/4b7d9576f7311f0e135ba69d950ff304969a34ad as we do not seem to need those considerations here. We probably need to figure out what problems upstream was having before forwarding. |
Mattia Rizzolo <mattia@debian.org> | not-needed | 2021-10-12 | ||
symbols-visibility.patch | these 4 symbols are required by the tlsh_unittest binary to properly link. Rather than statically link the binary, export them instead. | Mattia Rizzolo <mattia@debian.org> | not-needed | upstream | 2021-10-12 | |
remove-testing-from-cmakelists.diff | remove Testing directory from CMakeLists.txt The license for the test corpus is quite unclear even if it could probably be considered fair use. So let just no ship it in the Debian package. |
Jérémy Bobbio <lunar@debian.org> | not-needed | |||
create-shared-library.diff | create shared library TLSH should work as a shared library, so let's create it a build time, and have tlsh_unittest use it. |
Jérémy Bobbio <lunar@debian.org> | no | |||
install-libraries.diff | install the library in expected directories We add CMake install directives in order to see the library files installed in the expected multiarch compatible locations. |
Mattia Rizzolo <mattia@debian.org> | yes | 2021-10-12 |