Package: sleuthkit / 4.1.3-3~bpo70+1

Metadata

Package Version Patches format
sleuthkit 4.1.3-3~bpo70+1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
10_link to sqlite.diff | (download)

tsk/auto/Makefile.am | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 link against libsqlite3 rather than statically linking
             against the embedded library
20_fix_spelling_errors.diff | (download)

tsk/auto/auto_db.cpp | 6 3 + 3 - 0 !
1 file changed, 3 insertions(+), 3 deletions(-)

 fix spelling errors.
30_fix manpages.diff | (download)

man/hfind.1 | 44 22 + 22 - 0 !
man/mactime.1 | 4 2 + 2 - 0 !
man/tsk_gettimes.1 | 2 1 + 1 - 0 !
man/tsk_loaddb.1 | 4 2 + 2 - 0 !
man/tsk_recover.1 | 2 1 + 1 - 0 !
5 files changed, 28 insertions(+), 28 deletions(-)

 fixes formatting errors in manpages
40_no_static_ldflags.diff | (download)

tools/autotools/Makefile.am | 1 0 + 1 - 0 !
tools/fstools/Makefile.am | 1 0 + 1 - 0 !
tools/hashtools/Makefile.am | 1 0 + 1 - 0 !
tools/imgtools/Makefile.am | 1 0 + 1 - 0 !
tools/srchtools/Makefile.am | 1 0 + 1 - 0 !
tools/vstools/Makefile.am | 1 0 + 1 - 0 !
6 files changed, 6 deletions(-)

 drop `-static` from ldflags from tools/*/makefile.am in order to
             avoid sleuthkit tools to be statically linked against libtsk.
50_disable_ant_clean.diff | (download)

bindings/java/Makefile.am | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 cancel the 'ant clean' command.