Version: 4.8.0, Package name: sleuthkit-4.8.0 |
Maintained by: Remi Pointel |
Master sites: |
Description The Sleuth Kit (previously known as TASK) is the only open source forensic toolkit for a complete analysis of Microsoft and UNIX file systems. It enables investigators to identify and recover evidence from images acquired during incident response or from live systems. Some of its features : * Analyzes images generated by the open source 'dd' utility, found on all UNIX systems and available for Windows systems. * Supports the NTFS, FAT, FFS, and EXT2FS file systems. Images of a different endian ordering than the analysis system can be used. * The tools are organized in a layered approach, where the names in each layer start with the same letter to help the user identify the function of the tool. The layers include File System, File Name (directory entries and NTFS index trees), Meta-Data (UNIX inodes and NTFS MFT entries), and Content (blocks and clusters). * Identifies deleted files by name and location. * Identifies the status of content units (blocks and clusters) and meta-data structures. * Maps the relationship of objects across different layers. |
Filesize: 8578.508 KB |
Version History (View Complete History) |
|
2020-03-18 07:45:04 by Jeremie Courreges-Anglas | Files touched by this commit (1) |
Log message: Switch HOMEPAGE to https, and zap bogus whitespace |
2020-03-17 14:41:46 by Remi Pointel | Files touched by this commit (6) |
Log message: update sleuthkit to 4.8.0. tell libtool to link libtsk as a C++ library, from jca@, thanks. take maintainership. ok jca@, and thanks to sthen@ too. |
2019-07-13 18:39:40 by Christian Weisgerber | Files touched by this commit (118) |
Log message: Switch to PERMIT_PACKAGE. CDROM restrictions are no longer applicable. |
2019-05-23 05:01:14 by Christian Weisgerber | Files touched by this commit (2) |
Log message: Do not link explicitly with libstdc++, which doesn't exist on all archs and isn't required. While here, use the standard COMPILER setting. ok nigel@ |
2018-10-24 08:28:14 by Stuart Henderson | Files touched by this commit (740) |
Log message: Add COMPILER lines to c++ ports which currently use the default. Adjust some existing COMPILER lines with arch restrictions etc. In the usual case this is now using "COMPILER = base-clang ports-gcc base-gcc" on ports with c++ libraries in WANTLIB. This is basically intended to be a noop on architectures using clang as the system compiler, but help with other architectures where we currently have many ports knocked out due to building with an unsuitable compiler - - some ports require c++11/newer so the GCC version in base that is used on these archirtectures is too old. - some ports have conflicts where an executable is built with one compiler (e.g. gcc from base) but a library dependency is built with a different one (e.g. gcc from ports), resulted in mixing incompatible libraries in the same address space. devel/gmp is intentionally skipped as it's on the path to building gcc - the c++ library there is unused in ports (and not built by default upstream) so intending to disable building gmpcxx in a future commit. |
2018-04-07 17:15:28 by Nigel Taylor | Files touched by this commit (2) |
Log message: Fix from upstream githut not released yet for clang 6.0 Ok sthen@ |
2018-03-14 06:39:17 by Remi Pointel | Files touched by this commit (2) |
Log message: update sleuthkit to 4.6.0. ok nigel@ (maintainer). |
2017-07-26 16:45:35 by Stuart Henderson | Files touched by this commit (937) |
Log message: bump LIBCXX/LIBECXX/COMPILER_LIBCXX ports. |
2017-07-16 13:19:06 by Marc Espie | Files touched by this commit (880) |
Log message: use COMPILER_LIBCXX where applicable |
2017-04-10 05:46:37 by Stuart Henderson | Files touched by this commit (277) |
Log message: use LIBCXX |
2016-12-30 15:54:47 by Stuart Henderson | Files touched by this commit (1) |
Log message: autoconf picks up cppunit if present; add to bdep |
2016-10-10 12:58:38 by Remi Pointel | Files touched by this commit (5) |
Log message: update sleuthkit to 4.3.0. inputs and ok nigel@. |
2015-02-16 15:57:14 by Christian Weisgerber | Files touched by this commit (213) |
Log message: Drop USE_GROFF from ports where the formatting differences are acceptable or mandoc provides the more useful output. |
2015-01-17 20:16:09 by Christian Weisgerber | Files touched by this commit (3349) |
Log message: Drop remaining MD5/RMD160/SHA1 checksums. |
2011-03-15 14:51:26 by Landry Breuil | Files touched by this commit (1) |
Log message: |
2011-03-15 14:27:14 by Landry Breuil | Files touched by this commit (1) |
Log message: Fix build after daddr_t removal, use daddr64_t instead. hints from thib@, thanks! |
2010-11-20 10:22:46 by Marc Espie | Files touched by this commit (296) |
Log message: new depends |
2010-10-19 01:43:05 by Marc Espie | Files touched by this commit (132) |
Log message: USE_GROFF=Yes |
2009-05-17 13:54:40 by Rui Reis | Files touched by this commit (2) |
Log message: - update sleuthkit to 3.0.1. ports-wise ok sthen@ |
2009-01-05 15:15:56 by Rui Reis | Files touched by this commit (6) |
Log message: - maintenance update to sleuthkit 3.0.0. ok laurent@ |
2008-05-05 13:50:17 by Rui Reis | Files touched by this commit (3) |
Log message: - maintenance update to sleuthkit 2.52. |
2008-02-18 11:19:36 by Rui Reis | Files touched by this commit (14) |
Log message: - update to sleuthkit 2.51 and take maintainership. |
2007-09-15 15:14:03 by Michael Erdely | Files touched by this commit (110) |
Log message: Remove surrounding quotes in COMMENT-*/PERMIT_*/IGNORE |
2007-04-05 11:26:27 by Marc Espie | Files touched by this commit (815) |
Log message: more base64 checksums |
2006-07-30 09:45:39 by Steven Mestdagh | Files touched by this commit (1) |
Log message: unbreak build on OpenBSD 4. |
2005-03-16 08:43:19 by Christian Weisgerber | Files touched by this commit (8) |
Log message: mark conflicting packages; effectively from espie@ |
2005-02-16 13:41:27 by Nikolay Sturm | Files touched by this commit (9) |
Log message: update to sleuthkit 1.73 from Jon Trembley <jon at brain-box.net> |
2005-02-07 12:01:50 by Peter Valchev | Files touched by this commit (63) |
Log message: remove margarida@ from the maintainer position after a generous timeout |
2005-01-05 10:29:43 by Christian Weisgerber | Files touched by this commit (94) |
Log message: SIZE |
2004-12-20 03:35:37 by Aleksander Piotrowski | Files touched by this commit (57) |
Log message: Add WANTLIB markers |
2004-09-15 12:39:34 by Marc Espie | Files touched by this commit (72) |
Log message: new plists |
2003-12-07 21:45:53 by Margarida Sequeira | Files touched by this commit (4) |
Log message: Update sleuthkit to version 1.66 |