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

- update to v0~20181227
	* Changes to improve handling corrupt shell item lists
	* Worked on Python bindings
	* Changes to improve handling corrupt URI extension values
	* Fix for handling corrupt shell items
	* Changes to improve handling corrupt file entry extension values
	* Added URI sub values shell item type
	* Changes for debug output and unsuppored extension block sizes
	* Changes to URI and URI sub shell items

OBS-URL: https://build.opensuse.org/request/show/694645
OBS-URL: https://build.opensuse.org/package/show/security:forensics/libfwsi?expand=0&rev=10
This commit is contained in:
Greg Freemyer 2019-04-17 22:47:58 +00:00 committed by Git OBS Bridge
parent d580b07d24
commit a427ae0f3d
4 changed files with 29 additions and 13 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7353ec339895f99f3e70ddd57c5c82227319013614613be70066826c13f6e3bd
size 1301587

View File

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

View File

@ -1,3 +1,16 @@
-------------------------------------------------------------------
Mon Apr 15 22:16:20 UTC 2019 - Greg Freemyer <Greg.Freemyer@gmail.com>
- update to v0~20181227
* Changes to improve handling corrupt shell item lists
* Worked on Python bindings
* Changes to improve handling corrupt URI extension values
* Fix for handling corrupt shell items
* Changes to improve handling corrupt file entry extension values
* Added URI sub values shell item type
* Changes for debug output and unsuppored extension block sizes
* Changes to URI and URI sub shell items
-------------------------------------------------------------------
Thu Feb 16 21:53:03 UTC 2017 - Greg.Freemyer@gmail.com

View File

@ -1,7 +1,7 @@
#
# spec file for package libfwsi
#
# 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 libfwsi1
%define timestamp 20170117
%define timestamp 20181227
Name: libfwsi
Version: 0~%{timestamp}
Release: 0
Summary: Library to access the Windows Shell Item format
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/libfwsi/wiki
Source: https://github.com/libyal/libfwsi/releases/download/%timestamp/%name-experimental-%timestamp.tar.gz
@ -49,7 +49,7 @@ libyal is typically used in digital forensic tools.
%package -n %{lname}
Summary: Library to access the Windows Shell Item format
License: LGPL-3.0+
License: LGPL-3.0-or-later
Group: System/Libraries
%description -n %{lname}
@ -58,7 +58,7 @@ libyal is typically used in digital forensic tools.
%package devel
Summary: Development files for libfwsi
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}
@ -70,7 +70,7 @@ applications that want to make use of libfwsi.
%package -n python-%name
Summary: Python bindings for libfwsi
License: LGPL-3.0+
License: LGPL-3.0-or-later
Group: Development/Libraries/Python
Requires: %{lname} = %{version}
Requires: python
@ -97,12 +97,14 @@ find %{buildroot} -type f -name "*.la" -delete -print
%files -n %{lname}
%defattr(-,root,root)
%doc AUTHORS COPYING ChangeLog
%doc AUTHORS ChangeLog
%license COPYING
%{_libdir}/libfwsi.so.*
%files devel
%defattr(-,root,root)
%doc AUTHORS COPYING README ChangeLog
%doc AUTHORS README ChangeLog
%license COPYING
%doc Windows_Shell_Item_format.pdf
%{_includedir}/libfwsi.h
%{_includedir}/libfwsi/
@ -112,7 +114,8 @@ find %{buildroot} -type f -name "*.la" -delete -print
%files -n python-%name
%defattr(-,root,root)
%doc AUTHORS COPYING ChangeLog
%doc AUTHORS ChangeLog
%license COPYING
%python_sitearch/pyfwsi.so
%changelog