From a3efa07af7b7fbf2aaa789062ef48dab75f18371757be2f02e778913f07814ce Mon Sep 17 00:00:00 2001 From: Greg Freemyer Date: Wed, 17 Apr 2019 22:57:28 +0000 Subject: [PATCH] Accepting request 694629 from home:gregfreemyer:Tools-for-forensic-boot-cd - update to v0~20190104 * improvments to handle corrupt file systems OBS-URL: https://build.opensuse.org/request/show/694629 OBS-URL: https://build.opensuse.org/package/show/security:forensics/libfsntfs?expand=0&rev=14 --- libfsntfs-experimental-20160418.tar.gz | 3 --- libfsntfs-experimental-20190104.tar.gz | 3 +++ libfsntfs.changes | 6 ++++++ libfsntfs.spec | 26 ++++++++++++++------------ 4 files changed, 23 insertions(+), 15 deletions(-) delete mode 100644 libfsntfs-experimental-20160418.tar.gz create mode 100644 libfsntfs-experimental-20190104.tar.gz diff --git a/libfsntfs-experimental-20160418.tar.gz b/libfsntfs-experimental-20160418.tar.gz deleted file mode 100644 index 50600d5..0000000 --- a/libfsntfs-experimental-20160418.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f125cc66d16a5d1060b8f0a1f8dbf6b8d88070fee73cffebcac0ecdc58860893 -size 1652286 diff --git a/libfsntfs-experimental-20190104.tar.gz b/libfsntfs-experimental-20190104.tar.gz new file mode 100644 index 0000000..e04d8db --- /dev/null +++ b/libfsntfs-experimental-20190104.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27c6c4c037724e853edefd8f541510f81788bdd1a2de895d895ddfe2e45e9cb1 +size 1729804 diff --git a/libfsntfs.changes b/libfsntfs.changes index f5af719..6f8c653 100644 --- a/libfsntfs.changes +++ b/libfsntfs.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Apr 15 20:24:11 UTC 2019 - Greg Freemyer + +- update to v0~20190104 + * improvments to handle corrupt file systems + ------------------------------------------------------------------- Wed Oct 4 22:51:47 UTC 2017 - Greg.Freemyer@gmail.com diff --git a/libfsntfs.spec b/libfsntfs.spec index 65d2990..2a0fbc3 100644 --- a/libfsntfs.spec +++ b/libfsntfs.spec @@ -1,7 +1,7 @@ # # spec file for package libfsntfs # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,17 +12,17 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # %define lname libfsntfs1 -%define timestamp 20160418 +%define timestamp 20190104 Name: libfsntfs Version: 0~%{timestamp} Release: 0 Summary: Library and tools to access the NTFS filesystem -License: LGPL-3.0+ and GFDL-1.3+ +License: LGPL-3.0-or-later AND GFDL-1.3-or-later Group: Productivity/File utilities Url: https://github.com/libyal/libfsntfs/wiki Source: https://github.com/libyal/libfsntfs/releases/download/%{timestamp}/%{name}-experimental-%{timestamp}.tar.gz @@ -57,7 +57,7 @@ Note that this project currently only focuses on the analysis of the format. %package -n %{lname} Summary: Library to access the New Technology File System (NTFS) -License: LGPL-3.0+ +License: LGPL-3.0-or-later Group: System/Libraries %description -n %{lname} @@ -67,7 +67,7 @@ Note that this project currently only focuses on the analysis of the format. %package tools Summary: Tools to access the New Technology File System (NTFS) -License: LGPL-3.0+ +License: LGPL-3.0-or-later Group: Productivity/File utilities %description tools @@ -77,7 +77,7 @@ Note that this project currently only focuses on the analysis of the format. %package devel Summary: Development files for libfsntfs -License: LGPL-3.0+ and GFDL-1.3+ +License: LGPL-3.0-or-later AND GFDL-1.3-or-later Group: Development/Libraries/C and C++ Requires: %{lname} = %{version} @@ -89,19 +89,19 @@ applications that want to make use of %{name}. %package -n python2-%{name} Summary: Python 2 bindings for libfsntfs -License: LGPL-3.0+ +License: LGPL-3.0-or-later Group: Development/Languages/Python Requires: %{lname} = %{version} Requires: python2 BuildRequires: pkgconfig(python2) -Obsoletes: python-%{name} +Obsoletes: python-%{name} %description -n python2-%{name} Python 2 binding for libfsntfs, which can access the NTFS filesystem. %package -n python3-%{name} Summary: Python 3 bindings for libfsntfs -License: LGPL-3.0+ +License: LGPL-3.0-or-later Group: Development/Languages/Python Requires: %{lname} = %{version} Requires: python3 @@ -145,12 +145,14 @@ find %{buildroot} -type f -name "*.la" -delete -print %files -n python2-%{name} %defattr(-,root,root) -%doc AUTHORS COPYING README +%doc AUTHORS README +%license COPYING %{python_sitearch}/pyfsntfs.so %files -n python3-%{name} %defattr(-,root,root) -%doc AUTHORS COPYING +%doc AUTHORS +%license COPYING %{python3_sitearch}/pyfsntfs.so %changelog