python/plaso: Updated for version 1.5.1.

Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
Barry J. Grundy 2017-02-17 11:17:57 +00:00 committed by David Spencer
parent e96f42dc8b
commit d6bef62cfd
3 changed files with 15 additions and 15 deletions

View File

@ -1,13 +1,13 @@
plaso (Forensic Super-Timeline)
Plaso is the Python based back-end engine used by tools such as log2timeline
for automatic creation of a super timelines. The goal of log2timeline (and
thus plaso) is to provide a single tool that can parse various log files and
Plaso is the Python based back-end engine used by tools such as log2timeline
for automatic creation of a super timelines. The goal of log2timeline (and
thus plaso) is to provide a single tool that can parse various log files and
forensic artifacts from computers and related systems, such as network equipment
to produce a single correlated timeline. This timeline can then be easily
analysed by forensic investigators/analysts, speeding up investigations by
to produce a single correlated timeline. This timeline can then be easily
analysed by forensic investigators/analysts, speeding up investigations by
correlating the vast amount of information found on an average computer system.
Please pay close attention to the build order for plaso and its requirements
(particularly dfvfs). Read the README files and do NOT rely on automated
Please pay close attention to the build order for plaso and its requirements
(particularly dfvfs). Read the README files and do NOT rely on automated
package tools.

View File

@ -1,7 +1,7 @@
#!/bin/sh
# Slackware build script for plaso
# Copyright 2015-2016 Barry Grundy <bgrundy[at]linuxleo.com>
# Copyright 2015-2017 Barry Grundy <bgrundy[at]linuxleo.com>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -21,10 +21,10 @@
# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#
# Updated Build version 1.4.0 August 2016 - Barry J. Grundy
# Updated Build version 1.5.1 February 2017 - Barry J. Grundy
PRGNAM=plaso
VERSION=${VERSION:-1.4.0}
VERSION=${VERSION:-1.5.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View File

@ -1,10 +1,10 @@
PRGNAM="plaso"
VERSION="1.4.0"
HOMEPAGE="http://plaso.kiddaland.net/"
DOWNLOAD="https://github.com/log2timeline/plaso/releases/download/1.4.0/plaso-1.4.0.tar.gz"
MD5SUM="7606c380a810981a098448a55760a8f0"
VERSION="1.5.1"
HOMEPAGE="https://github.com/log2timeline/plaso/wiki"
DOWNLOAD="https://github.com/log2timeline/plaso/releases/download/1.5.1/plaso-1.5.1.tar.gz"
MD5SUM="4d2ea183562aae1753713add3d89eef2"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="ipython dfvfs artifacts bencode binplist dpkt hachoir-metadata pefile psutil pyparsing python-requests XlsxWriter pyzmq libesedb libevt libevtx libfwsi liblnk libmsiecf libolecf libregf"
REQUIRES="pip pytest mock ipython dfvfs artifacts bencode binplist dpkt dfwinreg hachoir-metadata dotty pefile psutil pyparsing python-requests XlsxWriter pyzmq pytz libesedb libevt libevtx libfwsi liblnk libmsiecf libolecf python-dateutil yara-python libscca"
MAINTAINER="Barry J. Grundy"
EMAIL="bgrundy<at>linuxleo.com"