python/dfvfs: Updated for version 20150129.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Barry J. Grundy 2015-02-02 01:06:18 +07:00 committed by Willy Sudiarto Raharjo
parent 90e70735f8
commit 2f31d7b92e
3 changed files with 16 additions and 14 deletions

View file

@ -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:

View file

@ -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}

View file

@ -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"