diff options
author | Barry J. Grundy <bgrundy [AT] linuxleo.com> | 2016-08-26 21:48:32 +0100 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2016-08-28 00:22:59 +0100 |
commit | 0e2713d563b89d19ba31c4dd346395132c3a7e38 (patch) | |
tree | 4e0a74f20fb9a209c35242711ca1d58ec2a5f91a /python/plaso | |
parent | bf5f3d8b143f855672695ad67bfb3f8070c6b0fa (diff) | |
download | slackbuilds-0e2713d563b89d19ba31c4dd346395132c3a7e38.tar.gz |
python/plaso: Updated for version 1.4.0.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'python/plaso')
-rw-r--r-- | python/plaso/plaso.SlackBuild | 12 | ||||
-rw-r--r-- | python/plaso/plaso.info | 8 | ||||
-rw-r--r-- | python/plaso/slack-desc | 14 |
3 files changed, 17 insertions, 17 deletions
diff --git a/python/plaso/plaso.SlackBuild b/python/plaso/plaso.SlackBuild index 98cb38cd7b..bff049ced2 100644 --- a/python/plaso/plaso.SlackBuild +++ b/python/plaso/plaso.SlackBuild @@ -1,7 +1,7 @@ #!/bin/sh # Slackware build script for plaso -# Copyright 2015 Barry Grundy <bgrundy[at]linuxleo.com> +# Copyright 2015-2016 Barry Grundy <bgrundy[at]linuxleo.com> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -21,16 +21,16 @@ # OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. # -# Initial Build version 1.2.0 February 2015 - Barry J. Grundy +# Updated Build version 1.4.0 August 2016 - Barry J. Grundy PRGNAM=plaso -VERSION=${VERSION:-1.2.0} +VERSION=${VERSION:-1.4.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then case "$( uname -m )" in - i?86) ARCH=i486 ;; + i?86) ARCH=i586 ;; arm*) ARCH=arm ;; *) ARCH=$( uname -m ) ;; esac @@ -41,8 +41,8 @@ TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} -if [ "$ARCH" = "i486" ]; then - SLKCFLAGS="-O2 -march=i486 -mtune=i686" +if [ "$ARCH" = "i586" ]; then + SLKCFLAGS="-O2 -march=i586 -mtune=i686" LIBDIRSUFFIX="" elif [ "$ARCH" = "i686" ]; then SLKCFLAGS="-O2 -march=i686 -mtune=i686" diff --git a/python/plaso/plaso.info b/python/plaso/plaso.info index 1f2d65867b..14ef36b74a 100644 --- a/python/plaso/plaso.info +++ b/python/plaso/plaso.info @@ -1,10 +1,10 @@ PRGNAM="plaso" -VERSION="1.2.0" +VERSION="1.4.0" HOMEPAGE="http://plaso.kiddaland.net/" -DOWNLOAD="https://github.com/log2timeline/plaso/releases/download/v1.2.0/plaso-1.2.0.tar.gz" -MD5SUM="89f0d04cb4e6763419cda347fdffaeab" +DOWNLOAD="https://github.com/log2timeline/plaso/releases/download/1.4.0/plaso-1.4.0.tar.gz" +MD5SUM="7606c380a810981a098448a55760a8f0" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="ipython dfvfs hachoir-metadata bencode binplist psutil dpkt pyparsing PyYAML libesedb libevt libevtx libfwsi liblnk libmsiecf libolecf libregf" +REQUIRES="ipython dfvfs artifacts bencode binplist dpkt hachoir-metadata pefile psutil pyparsing python-requests XlsxWriter pyzmq libesedb libevt libevtx libfwsi liblnk libmsiecf libolecf libregf" MAINTAINER="Barry J. Grundy" EMAIL="bgrundy<at>linuxleo.com" diff --git a/python/plaso/slack-desc b/python/plaso/slack-desc index edf6af1839..fb28086ef8 100644 --- a/python/plaso/slack-desc +++ b/python/plaso/slack-desc @@ -7,13 +7,13 @@ |-----handy-ruler------------------------------------------------------| plaso: plaso (Forensic Super-Timeline) -plaso: +plaso: plaso: Plaso is the Python based back-end engine used by tools such as -plaso: log2timeline for automatic creation of a super timelines. -plaso: +plaso: log2timeline for automatic creation of a super timelines. +plaso: plaso: Homepage: http://plaso.kiddaland.net/ -plaso: -plaso: -plaso: plaso: -plaso: +plaso: +plaso: +plaso: +plaso: |