summaryrefslogtreecommitdiffstats
path: root/python/plaso
diff options
context:
space:
mode:
author Barry J. Grundy <bgrundyatlinuxleo.com>2017-02-17 11:17:57 +0000
committer David Spencer <idlemoor@slackbuilds.org>2017-02-17 21:52:07 +0000
commitd6bef62cfdceabff1594d45f36fc6eb2ba31ac28 (patch)
treed1cdeedd8b14e30e593f04fba46472cacaf9fced /python/plaso
parente96f42dc8b5eb2b16f04948c2589d1dc0a9bdf21 (diff)
downloadslackbuilds-d6bef62cfdceabff1594d45f36fc6eb2ba31ac28.tar.gz
slackbuilds-d6bef62cfdceabff1594d45f36fc6eb2ba31ac28.tar.xz
python/plaso: Updated for version 1.5.1.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'python/plaso')
-rw-r--r--python/plaso/README14
-rw-r--r--python/plaso/plaso.SlackBuild6
-rw-r--r--python/plaso/plaso.info10
3 files changed, 15 insertions, 15 deletions
diff --git a/python/plaso/README b/python/plaso/README
index 76c66b7012..14750f58e3 100644
--- a/python/plaso/README
+++ b/python/plaso/README
@@ -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.
diff --git a/python/plaso/plaso.SlackBuild b/python/plaso/plaso.SlackBuild
index bff049ced2..f3fbfd8df1 100644
--- a/python/plaso/plaso.SlackBuild
+++ b/python/plaso/plaso.SlackBuild
@@ -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}
diff --git a/python/plaso/plaso.info b/python/plaso/plaso.info
index 14ef36b74a..6596079fa8 100644
--- a/python/plaso/plaso.info
+++ b/python/plaso/plaso.info
@@ -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"