Accepting request 852775 from home:gregfreemyer:Tools-for-forensic-boot-cd

- Update to 20201105
  - Changes to make fsntfs the preferred NTFS back-end
  - Changes to make OS backend more error tollerant 
  - Changes to make NTFS backend more error tollerant 
  - Changes to OS file entry for creation time #440 and ns timestamps 
  - Added XZ compressed stream analyzer 
  - Added VHDX storage media image support 
  - Changes to expose HFS+ creation time
  - Added fshfs back-end
- examples is no longer installed into the site folder. Remove the rename statement.
- add requires for libfsext, libfshfs, libluksde

OBS-URL: https://build.opensuse.org/request/show/852775
OBS-URL: https://build.opensuse.org/package/show/security:forensics/python-dfVFS?expand=0&rev=37
This commit is contained in:
Greg Freemyer
2020-12-03 01:31:36 +00:00
committed by Git OBS Bridge
parent 89094db545
commit efa98c4a0a
4 changed files with 25 additions and 7 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:52a673d73a79be080714f3b175d7c8a5292f328846650c1c4ba584f5a23d4a6a
size 79510175

3
dfvfs-20201105.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2f9ca88e239cd8b04ed69ab46a82a2281511bef57ab5e48ffe43856dbc7f1e1f
size 80577527

View File

@@ -1,3 +1,18 @@
-------------------------------------------------------------------
Sun Nov 8 01:57:43 UTC 2020 - Greg Freemyer <Greg.Freemyer@gmail.com>
- Update to 20201105
- Changes to make fsntfs the preferred NTFS back-end
- Changes to make OS backend more error tollerant
- Changes to make NTFS backend more error tollerant
- Changes to OS file entry for creation time #440 and ns timestamps
- Added XZ compressed stream analyzer
- Added VHDX storage media image support
- Changes to expose HFS+ creation time
- Added fshfs back-end
- examples is no longer installed into the site folder. Remove the rename statement.
- add requires for libfsext, libfshfs, libluksde
-------------------------------------------------------------------
Sun Apr 5 21:20:22 UTC 2020 - Greg Freemyer <Greg.Freemyer@gmail.com>

View File

@@ -17,7 +17,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define timestamp 20200211
%define timestamp 20201105
%define skip_python2 1
Name: python-dfVFS
Version: 0~%{timestamp}
@@ -37,6 +37,8 @@ BuildRequires: %{python_module idna}
BuildRequires: %{python_module libbde}
BuildRequires: %{python_module libewf}
BuildRequires: %{python_module libfsapfs}
BuildRequires: %{python_module libfsext}
BuildRequires: %{python_module libfsext}
BuildRequires: %{python_module libfsntfs}
BuildRequires: %{python_module libfvde}
BuildRequires: %{python_module libfwnt}
@@ -61,9 +63,12 @@ Requires: python-dtfabric
Requires: python-libbde
Requires: python-libewf
Requires: python-libfsapfs
Requires: python-libfsext
Requires: python-libfshfs
Requires: python-libfsntfs >= 0~20160418
Requires: python-libfvde
Requires: python-libfwnt
Requires: python-libluksde
Requires: python-libqcow
Requires: python-libsigscan
Requires: python-libsmdev
@@ -106,13 +111,11 @@ chmod -x run_tests.py
%install
%python_install
%{python_expand mv %{buildroot}%{$python_sitelib}/{examples,dfvfs}
%fdupes %{buildroot}%{$python_sitelib}
}
%check
# APFS parsing errors are being detected. Skip for now (April 5, 2020)
# %{python_expand export PYTHONPATH=%{buildroot}%{$python_sitearch}
# %%{python_expand export PYTHONPATH=%%{buildroot}%%{$python_sitearch}
# $python ./run_tests.py
# }