summaryrefslogtreecommitdiffstats
path: root/python/dfvfs
diff options
context:
space:
mode:
author Barry J. Grundy <bgrundyat>2015-02-02 01:06:18 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2015-02-02 01:06:18 +0700
commit2f31d7b92e1efcb5cb5badaf7af3004b7022299d (patch)
treebcb6c93fe6d0fe873b2db8d4344c4ecb411b50ce /python/dfvfs
parent90e70735f875e7bee2a7f544de5059c4cb643c2d (diff)
downloadslackbuilds-2f31d7b92e1efcb5cb5badaf7af3004b7022299d.tar.gz
slackbuilds-2f31d7b92e1efcb5cb5badaf7af3004b7022299d.tar.xz
python/dfvfs: Updated for version 20150129.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/dfvfs')
-rw-r--r--python/dfvfs/README20
-rw-r--r--python/dfvfs/dfvfs.SlackBuild4
-rw-r--r--python/dfvfs/dfvfs.info6
3 files changed, 16 insertions, 14 deletions
diff --git a/python/dfvfs/README b/python/dfvfs/README
index ff996037fb..dc49626dcd 100644
--- a/python/dfvfs/README
+++ b/python/dfvfs/README
@@ -6,6 +6,17 @@ 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.
+A note about REQUIREMENTS: dfvfs requires the following packages [secondary
+dependancies are listed in brackets]. They should be installed IN THE ORDER
+LISTED. This is important because while libewf support is optional for the
+sleuthkit (a requirement for pytsk), it is a REQUIRED option for the sleuthkit
+when building dfvfs. Do NOT rely on automated tools to properly order your
+dependancies.
+
+REQUIRES="[six] construct [pysetuptools] [python-gflags] [python-dateutil]
+[pytz] protobuf libbde libewf libqcow libsigscan libsmdev libsmraw libvhdi
+libvmdk libvshadow [sleuthkit] pytsk"
+
Supported:
EWF (EWF-E01, EWF-Ex01, EWF-S01)
@@ -44,15 +55,6 @@ Supported file systems:
NTFS version 3
UFS version 1, 2
-TODO add more detail here regarding FAT and other supported FS
-Compressed stream file types
-
-Supported:
-
- bzip2
- gzip
- zlib (both zlib-DEFLATE and raw-DEFLATE)
-
Archive file types
Supported:
diff --git a/python/dfvfs/dfvfs.SlackBuild b/python/dfvfs/dfvfs.SlackBuild
index 7902de7a4d..2afd10443f 100644
--- a/python/dfvfs/dfvfs.SlackBuild
+++ b/python/dfvfs/dfvfs.SlackBuild
@@ -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 v20150117 - January 2015 - Barry J. Grundy
+# updated for v20150129 January 2015 - Barry J. Grundy
PRGNAM=dfvfs
-VERSION=${VERSION:-20150117}
+VERSION=${VERSION:-20150129}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
diff --git a/python/dfvfs/dfvfs.info b/python/dfvfs/dfvfs.info
index 045174f920..128ed6b7b3 100644
--- a/python/dfvfs/dfvfs.info
+++ b/python/dfvfs/dfvfs.info
@@ -1,8 +1,8 @@
PRGNAM="dfvfs"
-VERSION="20150117"
+VERSION="20150129"
HOMEPAGE="https://github.com/log2timeline/dfvfs"
-DOWNLOAD="https://github.com/log2timeline/dfvfs/releases/download/20150117/dfvfs-20150117.tar.gz"
-MD5SUM="9b65341d3ce745535d9efed79623edf6"
+DOWNLOAD="https://github.com/log2timeline/dfvfs/releases/download/20150129/dfvfs-20150129.tar.gz"
+MD5SUM="f742ae5a5d1520bbb32e3b4bc06e7c9d"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="construct protobuf libbde libewf libqcow libsigscan libsmdev libsmraw libvhdi libvmdk libvshadow pytsk"