Hello community,

here is the log from the commit of package sleuthkit for openSUSE:Factory 
checked in at 2019-01-08 12:28:11
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/sleuthkit (Old)
 and      /work/SRC/openSUSE:Factory/.sleuthkit.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "sleuthkit"

Tue Jan  8 12:28:11 2019 rev:21 rq:662941 version:4.6.4

Changes:
--------
--- /work/SRC/openSUSE:Factory/sleuthkit/sleuthkit.changes      2017-09-15 
22:31:25.954440701 +0200
+++ /work/SRC/openSUSE:Factory/.sleuthkit.new.28833/sleuthkit.changes   
2019-01-08 12:30:48.156120155 +0100
@@ -1,0 +2,70 @@
+Fri Jan  4 13:50:54 UTC 2019 - Jan Engelhardt <[email protected]>
+
+- Avoid name repetition in summaries.
+
+-------------------------------------------------------------------
+Fri Dec 21 09:54:58 UTC 2018 - [email protected]
+
+-Update to 4.6.4:
+       *Java Code:
+       - Increase max statements in database to prevent errors under load
+       - Have a max timeout for SQLite retries 
+
+-Update to 4.6.3:
+       *C/C++ Code:
+       - Hashdb bug fixes for corrupt indexes and 0 hashes
+       - New code for testing power of number in ExtX code
+       *Java Code: 
+       - New class that allows generic database access
+       - New methods that check for duplicate artifacts
+       - Added caches for frequently used content 
+       *Database Schema: 
+       - Added Examiner table 
+       - Tags are now associated with Examiners
+       - Changed parent_path for logical files to be consistent with FS files.
+
+-Update to 4.6.2:
+       *C/C++ Code:
+       - Various compiler warning fixes
+       - Added small delay into image writer to not starve other threads
+       *Java Code: 
+       - Added more locking to ensure that handles were not closed while other 
threads were using them. 
+       - Added APIs to support more queries by data source
+       - Added memory-based caching when detecting if an object has children 
or not.
+
+-Update to 4.6.1:
+       *C/C++ Code:
+       - Lots of bounds checking fixes from Google's fuzzing tests.  Thanks 
Google.
+       - Cleanup and fixes from uckelman-sf and others
+       - PostgreSQL, libvhdi, & libvmdk are supported 
+       - Fixed display of NTFS GUID in istat - report from Eric Zimmerman. 
+       - NTFS istat shows details about all FILE_NAME attributes, not just the 
first.  report from Eric Zimmerman.
+       *Java Code:
+       - Reports can be URLs
+       - Reports are Content
+       - Added APIs for graph view of communications
+       - JNI library is extracted to name with user name in it to avoid 
conflicts
+       *Database:
+       - Version upgraded from to 8.0 because Reports are now Content
+
+-Update to 4.6.0:
+       *New Features
+       - New Communications related Java classes and database tables.
+       - Java build updates for Autopsy Linux build
+       - Blackboard artifacts are now Content objects in Java and part of 
tsk_objects table in database.
+       - Increased cache sizes.
+       - Lots of bounds checking fixes from Google's fuzzing tests.  Thanks 
Google.
+       - HFS fix from uckelman-sf.
+
+-Update to 4.5.0:
+       *New Features:
+       - Support for LZVN compressed HFS files (from Joel Uckelman)
+       - Use sector size from E01 (helps with 4k sector sizes)
+       - More specific version number of DB schema
+       - New Local Directory type in DB to differentiate with Virtual 
Directories
+       - All blackboard artifacts in DB are now 'content'. Attachments can now 
be children of their parent message.
+       - Added extension as a column in tsk_files table. 
+       *Bug Fixes:
+       - Faster resolving of HFS hard links
+       - Lots of fixes from Google Fuzzing efforts. 
+-------------------------------------------------------------------

Old:
----
  sleuthkit-4.4.2.tar.gz

New:
----
  sleuthkit-4.6.4.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ sleuthkit.spec ++++++
--- /var/tmp/diff_new_pack.221IJS/_old  2019-01-08 12:30:48.812119442 +0100
+++ /var/tmp/diff_new_pack.221IJS/_new  2019-01-08 12:30:48.812119442 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package sleuthkit
 #
-# 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 sosuffix 13
 
 Name:           sleuthkit
-Version:        4.4.2
+Version:        4.6.4
 Release:        0
-Summary:        The Sleuth Kit (TSK): tools for file system and volume 
forensic analysis
-License:        CPL-1.0 and IPL-1.0 and GPL-2.0+
+Summary:        Tools for file system and volume forensic analysis
+License:        CPL-1.0 AND IPL-1.0 AND GPL-2.0-or-later
 Group:          System/Monitoring
 Url:            http://www.sleuthkit.org/
 Source0:        
https://github.com/%{name}/%{name}/releases/download/%{name}-%{version}/%{name}-%{version}.tar.gz
@@ -49,7 +49,7 @@
 and ISO 9660 file systems
 
 %package        -n libtsk%sosuffix
-Summary:        Library for %{name}
+Summary:        Library for file system and volume forensic analysis
 Group:          System/Libraries
 
 %description    -n libtsk%sosuffix
@@ -93,7 +93,7 @@
 %else
 %make_install INSTALL="install -p"
 %endif
-find %{buildroot} -name '*.la' -exec rm -f {} ';'
+find %{buildroot} -name '*.la' -delete
 mkdir -p %{buildroot}/%{_datadir}/sleuthkit
 cp --archive bindings %{buildroot}/%{_datadir}/sleuthkit/bindings
 

++++++ sleuthkit-4.4.2.tar.gz -> sleuthkit-4.6.4.tar.gz ++++++
/work/SRC/openSUSE:Factory/sleuthkit/sleuthkit-4.4.2.tar.gz 
/work/SRC/openSUSE:Factory/.sleuthkit.new.28833/sleuthkit-4.6.4.tar.gz differ: 
char 5, line 1


Reply via email to