- 12 Oct, 2021 6 commits
-
-
Mattia Rizzolo authored
Signed-off-by:Mattia Rizzolo <mattia@debian.org>
-
Mattia Rizzolo authored
Closes: #952449 Thanks: Stefano Zacchiroli <zack@debian.org> for the patch Signed-off-by:Mattia Rizzolo <mattia@debian.org>
-
Mattia Rizzolo authored
Fixes build with GCC 11 Closes: #984365 Signed-off-by:Mattia Rizzolo <mattia@debian.org>
-
Mattia Rizzolo authored
Signed-off-by:Mattia Rizzolo <mattia@debian.org>
-
Mattia Rizzolo authored
Signed-off-by:Mattia Rizzolo <mattia@debian.org>
-
Mattia Rizzolo authored
MR: "git@salsa.debian.org:janitor-team/proposed/tlsh.git" lintian-fixes Signed-off-by:Mattia Rizzolo <mattia@debian.org>
-
- 11 Sep, 2021 5 commits
-
-
Janitor authored
Changes-By: lintian-brush Fixes: lintian: uses-deprecated-adttmp See-also: https://lintian.debian.org/tags/uses-deprecated-adttmp.html
-
Janitor authored
Changes-By: lintian-brush Fixes: lintian: upstream-metadata-file-is-missing See-also: https://lintian.debian.org/tags/upstream-metadata-file-is-missing.html Fixes: lintian: upstream-metadata-missing-bug-tracking See-also: https://lintian.debian.org/tags/upstream-metadata-missing-bug-tracking.html
-
Janitor authored
Changes-By: lintian-brush Fixes: lintian: uses-debhelper-compat-file See-also: https://lintian.debian.org/tags/uses-debhelper-compat-file.html
-
Janitor authored
Changes-By: lintian-brush Fixes: lintian: package-uses-deprecated-debhelper-compat-version See-also: https://lintian.debian.org/tags/package-uses-deprecated-debhelper-compat-version.html
-
Janitor authored
Changes-By: lintian-brush Fixes: lintian: insecure-copyright-format-uri See-also: https://lintian.debian.org/tags/insecure-copyright-format-uri.html
-
- 13 Nov, 2019 7 commits
-
-
Mattia Rizzolo authored
Signed-off-by:Mattia Rizzolo <mattia@debian.org>
-
Mattia Rizzolo authored
Closes: #944072 Signed-off-by:Mattia Rizzolo <mattia@debian.org>
-
Mattia Rizzolo authored
Signed-off-by:Mattia Rizzolo <mattia@debian.org>
-
Mattia Rizzolo authored
Signed-off-by:Mattia Rizzolo <mattia@debian.org>
-
Mattia Rizzolo authored
Signed-off-by:Mattia Rizzolo <mattia@debian.org>
-
tlsh (3.4.4+20151206-1.2) unstable; urgency=medium * Non-maintainer upload. * Drop python2 support; Closes: #938671
-
tlsh (3.4.4+20151206-1.1) unstable; urgency=medium * Non-maintainer upload. [ Niels Thykier ] * Set Rules-Requires-Root to "no" as tlsh does not need (fake)root. * Bump priority to optional as extra has been deprecated. [ Helmut Grohne ] * Multiarchify python Build-Depends. (Closes: #892930)
-
- 16 Jan, 2016 6 commits
-
-
Jérémy Bobbio authored
-
Jérémy Bobbio authored
-
Jérémy Bobbio authored
Upstream has done the required changes to make tlsh a proper shared library. We now provide two extra packages libtlsh0 and libtlsh-dev. A new autopkgtest will try to build a simple program and run it. Three new patches were required: * create-shared-library.diff: teach CMake to build the shared library and that tlsh_unittest should be built against it, * install-libraries.diff: teach CMake to install the libraries in the usual (multiarch compatible) locations. * dont-use-rpath.diff: teach CMake to not set an RPATH when building tlsh_unittest.
-
Jérémy Bobbio authored
It's more customary like that.
-
Jérémy Bobbio authored
-
Jérémy Bobbio authored
-
- 14 Dec, 2015 2 commits
-
-
Jérémy Bobbio authored
Upstream version 3.4.4+20151206
-
Jérémy Bobbio authored
-
- 06 Dec, 2015 1 commit
-
-
Scott Forman authored
convert arg to bytes object before passing to PyBytes_AsStringAndSize
-
- 05 Dec, 2015 1 commit
-
-
anthraxx authored
this fixes python3 and ensures for both, python2 and python3 that the passed argument is a string.
-
- 03 Dec, 2015 1 commit
-
-
scott_forman authored
-
- 01 Dec, 2015 1 commit
-
-
Scott4man authored
so that Tlsh_impl is decoupled from Tlsh. This change allows packages that depend upon Tlsh to not be recompiled if only internal changes are made to Tlsh. Also fix some minor problems discovered when running unittest on Windows.
-
- 23 Nov, 2015 2 commits
-
-
Scott Forman authored
using PYTHONPATH to run tests against local library
-
anthraxx authored
this resolves the issue that the library needs to be installed into the system before the tests can work correctly. Also it is possible to pass the python executable as the first parameter, allowing to test both, python2 and python3 CARCH env var allowes to either override the arch (on cross-platform packaging of i686 packages build on x64) or get the default architecture via uname -m
-
- 20 Nov, 2015 2 commits
-
-
Scott4man authored
-
scott_forman authored
-
- 17 Nov, 2015 1 commit
-
-
Scott4man authored
run by make.sh pass withouth having to build and install the python module
-
- 16 Nov, 2015 1 commit
-
-
Scott4man authored
for this. Add description of expanded python API to README.md file.
-
- 09 Nov, 2015 2 commits
- 05 Nov, 2015 1 commit
-
-
Scott4man authored
original python interface. Will contact contributor Jeremy Bobbio to ask about this. Also fix compiler warning in tlsh_unittest.cpp
-
- 22 Oct, 2015 1 commit
-
-
Scott Forman authored
Turn the README into a markdown file so it can contain clickable links
-