Package Release Info

sleuthkit-4.10.2-bp154.1.18

Update Info: Base Release
Available in Package Hub : 15 SP4

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

libtsk19
sleuthkit
sleuthkit-devel

Change Logs

* Sat Jun 26 2021 Greg Freemyer <Greg.Freemyer@gmail.com>
- update to 4.10.2:
  * C/C++
  * Added support for Ext4 inline data
  * Java
  * New Blackboard Artifacts for ALEAPP/ILEAPP, Yara, Geo Area, etc.
  * Upgraded to PostgreSQL JDBC Driver 42.2.18
  * Added SHA256 to files table in DB and added utility calculation methods.
  * Changed TimelineManager to make events for any artifact with a time stamp
  * Added Japanese translations
  * Fixed synchronization bug in getUniquePath
* Sat Jun 26 2021 Greg Freemyer <Greg.Freemyer@gmail.com>
- fix overly picky Buildrequires statement
* Wed Jun 09 2021 Greg Freemyer <Greg.Freemyer@gmail.com>
- update Buildrequires line for libewf
- all libyal packages have been updated from github
* Sun Jan 17 2021 Dirk Müller <dmueller@suse.com>
- update to 4.10.1:
  * Changed Windows build to use Nuget for libewf, libvmdk, libvhdi.
  * Fixed compiler warnings
  * Clarified licenses and added Apache license to distribution
  * Improved error handling for out of memory issues
  * Rejistry++ memory leak fixes
- spec-cleaner
* Wed Dec 16 2020 Greg Freemyer <Greg.Freemyer@gmail.com>
- Update spec file to call for libewf version 0~20140811
  * Newer versions of libewf are experimental and not to be used in production
* Sun Nov 08 2020 Greg Freemyer <Greg.Freemyer@gmail.com>
- Update to 4.10.0:
  * C/C++:
  - Removed PostgreSQL code (that was used only by Java code)
  - Added Java callback support so that database inserts are done in Java.
  * Java:
  - Added methods and callbacks as required to allow database population to happen in Java instead of C/C++.
  - Added support to allow Autopsy streaming ingest where files are added in batches.
  - Added TaggingManager class and concept of a TagSet to support ProjectVic categories.
  - Fixed changes to normalization and validation of emails and phone numbers.
  - Added a CASE/UCO JAR file that creates JSON-LD based on TSK objects.
* Wed May 27 2020 Paolo Stivanin <info@paolostivanin.com>
- Update to 4.9.0:
  * C/C++
  - Removed framework project. Use Autopsy instead if you need an analysis framework.
  - Various fixes from Google-based fuzzing.
  - Ensure all reads (even big ones) are sector aligned when reading from Windows device.
  - Ensure all command line tools support new pool command line arguments.
  - Create virtual files for APFS unallocated space
  - HFS fix to display type
  * Java:
  - More artifact helper methods
  - More artifacts and attributes for drones and GPS coordinates
  - Updated TimelineManager to insert GPS artifacts into events table