summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Barry J. Grundy2017-01-22 09:22:34 +0100
committer Willy Sudiarto Raharjo2017-01-24 01:22:58 +0100
commit150ded4ccbab6449b90072eec58debfa94c7727b (patch)
tree2b177a67a823c7c83df5dfcb2112cebe7b8a02b5
parent8508d131cad632e1262430d050cd06b820f38752 (diff)
downloadslackbuilds-150ded4ccbab6449b90072eec58debfa94c7727b.tar.gz
python/dfvfs: Updated for version 20160918.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--python/dfvfs/README4
-rw-r--r--python/dfvfs/dfvfs.SlackBuild6
-rw-r--r--python/dfvfs/dfvfs.info8
3 files changed, 7 insertions, 11 deletions
diff --git a/python/dfvfs/README b/python/dfvfs/README
index 5da0c46fae..b479346982 100644
--- a/python/dfvfs/README
+++ b/python/dfvfs/README
@@ -4,7 +4,3 @@ The goal of dfVFS is to provide a generic interface for accessing file-system
objects, for which it uses several back-ends that provide the actual
implementation of the various storage media types, volume systems and file
systems.
-
-For more information see:
-
-* Project documentation: https://github.com/log2timeline/dfvfs/wiki/Home
diff --git a/python/dfvfs/dfvfs.SlackBuild b/python/dfvfs/dfvfs.SlackBuild
index 1abd5068ef..0279c7d987 100644
--- a/python/dfvfs/dfvfs.SlackBuild
+++ b/python/dfvfs/dfvfs.SlackBuild
@@ -1,7 +1,7 @@
#!/bin/sh
# Slackware build script for dfvfs
-# Copyright 2014-2016 Barry Grundy <bgrundy[at]linuxleo.com>
+# Copyright 2014-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 for v20160108 August 2016 Barry J. Grundy
+# updated for v20160918 January 2017 Barry J. Grundy
PRGNAM=dfvfs
-VERSION=${VERSION:-20160108}
+VERSION=${VERSION:-20160918}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
diff --git a/python/dfvfs/dfvfs.info b/python/dfvfs/dfvfs.info
index a339e81836..b0fdfbe4ad 100644
--- a/python/dfvfs/dfvfs.info
+++ b/python/dfvfs/dfvfs.info
@@ -1,10 +1,10 @@
PRGNAM="dfvfs"
-VERSION="20160108"
+VERSION="20160918"
HOMEPAGE="https://github.com/log2timeline/dfvfs"
-DOWNLOAD="https://github.com/log2timeline/dfvfs/releases/download/20160108/dfvfs-20160108.tar.gz"
-MD5SUM="32566e6bb2664f3e114b172205d8f4d7"
+DOWNLOAD="https://github.com/log2timeline/dfvfs/releases/download/20160918/dfvfs-20160918.tar.gz"
+MD5SUM="15fbee8f09ff971a4206f74a34650fbd"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES="construct protobuf libbde libewf libfsntfs libqcow libsigscan libsmdev libsmraw libvhdi libvmdk libvshadow pytsk"
+REQUIRES="construct pycrypto dfdatetime pytsk libbde libewf libfsntfs libfvde libfwnt libqcow libsigscan libsmdev libsmraw libvhdi libvmdk libvshadow libvslvm"
MAINTAINER="Barry J. Grundy"
EMAIL="bgrundy<at>linuxleo.com"