From efa98c4a0a272d7da790fabe456106704c1aa064c3736786b475d9d90bc0dd3e Mon Sep 17 00:00:00 2001 From: Greg Freemyer Date: Thu, 3 Dec 2020 01:31:36 +0000 Subject: [PATCH] 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 --- dfvfs-20200211.tar.gz | 3 --- dfvfs-20201105.tar.gz | 3 +++ python-dfVFS.changes | 15 +++++++++++++++ python-dfVFS.spec | 11 +++++++---- 4 files changed, 25 insertions(+), 7 deletions(-) delete mode 100644 dfvfs-20200211.tar.gz create mode 100644 dfvfs-20201105.tar.gz diff --git a/dfvfs-20200211.tar.gz b/dfvfs-20200211.tar.gz deleted file mode 100644 index d65c7bd..0000000 --- a/dfvfs-20200211.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:52a673d73a79be080714f3b175d7c8a5292f328846650c1c4ba584f5a23d4a6a -size 79510175 diff --git a/dfvfs-20201105.tar.gz b/dfvfs-20201105.tar.gz new file mode 100644 index 0000000..3b29ca0 --- /dev/null +++ b/dfvfs-20201105.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f9ca88e239cd8b04ed69ab46a82a2281511bef57ab5e48ffe43856dbc7f1e1f +size 80577527 diff --git a/python-dfVFS.changes b/python-dfVFS.changes index c957aaf..565f4e6 100644 --- a/python-dfVFS.changes +++ b/python-dfVFS.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Sun Nov 8 01:57:43 UTC 2020 - Greg Freemyer + +- 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 diff --git a/python-dfVFS.spec b/python-dfVFS.spec index 58ae55e..c62820b 100644 --- a/python-dfVFS.spec +++ b/python-dfVFS.spec @@ -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 # }