diff options
author | Barry J. Grundy <bgrundyat> | 2019-01-19 04:20:27 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-01-19 04:20:27 +0700 |
commit | 7bf4bd2abfe1da2a4765df49f10a44a5def0f2fa (patch) | |
tree | 01f3b5fd213fcc786f820948f18ca43c04c5d13f /system/sleuthkit | |
parent | c69574faff628e5cede32d768f1505115b4f6dab (diff) |
system/sleuthkit: Updated for version 4.6.5.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/sleuthkit')
-rw-r--r-- | system/sleuthkit/README | 13 | ||||
-rw-r--r-- | system/sleuthkit/sleuthkit.SlackBuild | 4 | ||||
-rw-r--r-- | system/sleuthkit/sleuthkit.info | 6 |
3 files changed, 13 insertions, 10 deletions
diff --git a/system/sleuthkit/README b/system/sleuthkit/README index 7f9001e0658c..790e55aee7fb 100644 --- a/system/sleuthkit/README +++ b/system/sleuthkit/README @@ -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. diff --git a/system/sleuthkit/sleuthkit.SlackBuild b/system/sleuthkit/sleuthkit.SlackBuild index 1f0eeeef6aaa..919ad336ac07 100644 --- a/system/sleuthkit/sleuthkit.SlackBuild +++ b/system/sleuthkit/sleuthkit.SlackBuild @@ -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} diff --git a/system/sleuthkit/sleuthkit.info b/system/sleuthkit/sleuthkit.info index 937e95170a5c..27dc52a3c238 100644 --- a/system/sleuthkit/sleuthkit.info +++ b/system/sleuthkit/sleuthkit.info @@ -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="" |