mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-14 21:56:41 +01:00
system/sleuthkit: Updated for version 4.6.5.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
c69574faff
commit
7bf4bd2abf
3 changed files with 13 additions and 10 deletions
|
@ -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.
|
||||
|
|
|
@ -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}
|
||||
|
||||
|
|
|
@ -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=""
|
||||
|
|
Loading…
Reference in a new issue