Package: sleuthkit / 4.6.5-1+deb10u1

Metadata

Package Version Patches format
sleuthkit 4.6.5-1+deb10u1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
30_fix manpages.patch | (download)

man/hfind.1 | 44 22 + 22 - 0 !
man/mactime.1 | 22 11 + 11 - 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, 37 insertions(+), 37 deletions(-)

 _fix-manpages

===================================================================

40_no static ldflags.patch | (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(-)

 _no-static-ldflags


50_disable ant clean.patch | (download)

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

 _disable-ant-clean

===================================================================

60_fix FTBFS HURD.patch | (download)

tools/autotools/tsk_recover.cpp | 4 4 + 0 - 0 !
1 file changed, 4 insertions(+)

 _fix-ftbfs-hurd

===================================================================

0005 Disable test_libraries.sh.patch | (download)

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

 disable test_libraries.sh

It fetches test data over the network.

CVE 2020 10232.patch | (download)

tsk/fs/yaffs.cpp | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 fix stack buffer overflow in yaffsfs_istat.
 Prevent a stack buffer overflow in yaffsfs_istat by increasing
 the buffer size to the size required by tsk_fs_time_to_str.