python/plaso: Updated for version 1.4.0.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
parent
bf5f3d8b14
commit
0e2713d563
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -7,13 +7,13 @@
|
|||
|
||||
|-----handy-ruler------------------------------------------------------|
|
||||
plaso: plaso (Forensic Super-Timeline)
|
||||
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: Homepage: http://plaso.kiddaland.net/
|
||||
plaso:
|
||||
plaso:
|
||||
plaso:
|
||||
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: Homepage: http://plaso.kiddaland.net/
|
||||
plaso:
|
||||
plaso:
|
||||
plaso:
|
||||
plaso:
|
||||
plaso:
|
||||
|
|
Loading…
Reference in New Issue