system/sleuthkit: Updated for version 4.6.5.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Barry J. Grundy 2019-01-19 04:20:27 +07:00 committed by Willy Sudiarto Raharjo
parent c69574faff
commit 7bf4bd2abf
3 changed files with 13 additions and 10 deletions

View file

@ -6,10 +6,13 @@ 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)
and afflib (for Advanced Forensic Format files).
Sleuthkit can optionally use the following libraries to support
various disk image formats:
- libewf (for Expert Witness files)
- afflib (for Advanced Forensic Format files).
- libvhdi
- libvmdk
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
installing libewf first.
strongly recommended that you build libewf, libvhdi and libvmdk
support into TSK by installing those libraries first.

View file

@ -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.6.2 October 2018.
# Updated v4.6.5 Jan 2019.
# Barry J. Grundy <bgrundy(at)linuxleo.com>
PRGNAM=sleuthkit
VERSION=${VERSION:-4.6.2}
VERSION=${VERSION:-4.6.5}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View file

@ -1,8 +1,8 @@
PRGNAM="sleuthkit"
VERSION="4.6.2"
VERSION="4.6.5"
HOMEPAGE="http://www.sleuthkit.org/sleuthkit/"
DOWNLOAD="https://github.com/sleuthkit/sleuthkit/releases/download/sleuthkit-4.6.2/sleuthkit-4.6.2.tar.gz"
MD5SUM="95e54e2a341f1a8747e3494cd55ef3ce"
DOWNLOAD="https://github.com/sleuthkit/sleuthkit/releases/download/sleuthkit-4.6.5/sleuthkit-4.6.5.tar.gz"
MD5SUM="bef6af66db485c9b55243902d72e80e1"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""