system/sleuthkit: Updated for version 4.4.0.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
parent
985e0895b1
commit
2eaffccfe9
|
@ -1,15 +1,15 @@
|
|||
The Sleuth Kit (TSK) is a library and collection of command line
|
||||
tools that allow you to investigate disk images. The core
|
||||
functionality of TSK allows you to analyze volume and file system
|
||||
data. The plug-in framework allows you to incorporate additional
|
||||
modules to analyze file contents and build automated systems. The
|
||||
library can be incorporated into larger digital forensics tools and
|
||||
The Sleuth Kit (TSK) is a library and collection of command line
|
||||
tools that allow you to investigate disk images. The core
|
||||
functionality of TSK allows you to analyze volume and file system
|
||||
data. The plug-in framework allows you to incorporate additional
|
||||
modules to analyze file contents and build automated systems. The
|
||||
library can be incorporated into larger digital forensics tools and
|
||||
the command line tools can be directly used to find evidence.
|
||||
|
||||
|
||||
Sleuthkit can optionally use libewf (for Expert Witness files)
|
||||
Sleuthkit can optionally use libewf (for Expert Witness files)
|
||||
and afflib (for Advanced Forensic Format files).
|
||||
|
||||
Note: If you are building TSK for use with Plaso or the DFVFS, it is
|
||||
strongly recommended that you build libewf support into TSK by
|
||||
strongly recommended that you build libewf support into TSK by
|
||||
installing libewf first.
|
||||
|
|
|
@ -22,11 +22,11 @@
|
|||
# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
|
||||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
# Updated v4.3.0 August 2016.
|
||||
# Updated v4.4.0 January 2017.
|
||||
# Barry J. Grundy <bgrundy(at)linuxleo.com>
|
||||
|
||||
PRGNAM=sleuthkit
|
||||
VERSION=${VERSION:-4.3.0}
|
||||
VERSION=${VERSION:-4.4.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="sleuthkit"
|
||||
VERSION="4.3.0"
|
||||
VERSION="4.4.0"
|
||||
HOMEPAGE="http://www.sleuthkit.org/sleuthkit/"
|
||||
DOWNLOAD="https://github.com/sleuthkit/sleuthkit/releases/download/sleuthkit-4.3.0/sleuthkit-4.3.0.tar.gz"
|
||||
MD5SUM="1e8e4b92e0e08ee0c29b4f9c7d184c98"
|
||||
DOWNLOAD="https://github.com/sleuthkit/sleuthkit/releases/download/sleuthkit-4.4.0/sleuthkit-4.4.0.tar.gz"
|
||||
MD5SUM="67d615791d5096031aaab11e5b19dfa1"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in New Issue