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

- update to v0~20170802
- implement python singlespec syntax
- add LGPL-3.0+ for the included talloc library
- update to v0~20170128
	* Syncs up with recent Sleuthkit versions
	* required by python-plaso 1.5.1 support of Sleuthkit 4.4.0
	* fails to build with Leap 42.1 and older
	* the only known consumer of python-tsk v0~20170128 is python-plaso v1.5.1
	* both python-tsk v0~20170128 and python-plaso v1.5.1 will only be supported on Leap 42.2 and newer
- add a patch to keep setup.py from attempting to build internal talloc lib
- prepare to add python3 support
- add Provides pytsk3 as used by python-plaso 1.5.1
- add "Provides: pytsk"  -  pytsk is now in use by upstream dependencies
- update to v0~20140506
   * This is just a wrapper for libtsk10, upstream did not provide any release notes
- Address legal issues raised in BNC#839248
- update to latest version in source repo (as of 9/10/2013)
   * now uses libtalloc shared library if available
   * remaining GPL licenses changed to Apache-2.0 with permission of relevant copyright holder
- added BuildRequires libtalloc-devel to allow shared library to be used
- added rm -rf talloc and talloc.new to highlight they are not used in the build
- fix BuildRequires
  * remove spurious pcre-devel
  * add gcc-c++
- update to latest version in source repo
- per author, sleuthkit-devel 4.1 compatibility is only in the source repo 
- change version from 0.0.0~ to 0~
- initial package

OBS-URL: https://build.opensuse.org/request/show/533516
OBS-URL: https://build.opensuse.org/package/show/security:forensics/python-tsk?expand=0&rev=10
This commit is contained in:
Greg Freemyer
2017-10-11 23:10:50 +00:00
committed by Git OBS Bridge
parent 78c95a10c6
commit c03bae03c6
4 changed files with 28 additions and 36 deletions

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Tue Oct 3 23:20:10 UTC 2017 - Greg.Freemyer@gmail.com
- update to v0~20170802
- implement python singlespec syntax
- add LGPL-3.0+ for the included talloc library
-------------------------------------------------------------------
Sat Feb 25 20:05:57 UTC 2017 - Greg.Freemyer@gmail.com
@@ -7,9 +14,8 @@ Sat Feb 25 20:05:57 UTC 2017 - Greg.Freemyer@gmail.com
* fails to build with Leap 42.1 and older
* the only known consumer of python-tsk v0~20170128 is python-plaso v1.5.1
* both python-tsk v0~20170128 and python-plaso v1.5.1 will only be supported on Leap 42.2 and newer
- add pytsk_20170128_remove_talloc_build.patch
to keep setup.py from attempting to build internal talloc lib
- add python3 support
- add a patch to keep setup.py from attempting to build internal talloc lib
- prepare to add python3 support
- add Provides pytsk3 as used by python-plaso 1.5.1
-------------------------------------------------------------------