Hello community, here is the log from the commit of package sleuthkit for openSUSE:Factory checked in at 2014-08-14 14:58:15 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/sleuthkit (Old) and /work/SRC/openSUSE:Factory/.sleuthkit.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "sleuthkit" Changes: -------- --- /work/SRC/openSUSE:Factory/sleuthkit/sleuthkit.changes 2013-10-17 17:48:09.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.sleuthkit.new/sleuthkit.changes 2014-08-14 14:58:43.000000000 +0200 @@ -1,0 +2,22 @@ +Wed Aug 13 19:48:56 UTC 2014 - [email protected] + +- upgrade to 4.1.3 + * fixed bug that could crash UFS/ExtX in inode_lookup. + * More bounds checking in ISO9660 code + * Image layer bounds checking + * Update version of SQLITE-JDBC + * changed how java loads navite libraries + * Config file for YAFFS2 spare area + * New method in image layer to return names + * Yaffs2 cleanup. + * Escape all strings in SQLite database + * SQlite code uses NTTFS sequence number to match parent IDs + * FILE_NAME times in timelines + * Cellebrite disk image auto-detect + * 64-bit windows targets + * Fixed bug with Sqlite code not using NTFS Sequence + * Jar files have native libraries in them +- remove sleuthkit-4.1.0-UPSTREAM-crc.patch, now in upstream release +- add sleuthkit-4.1.3-python-tsk.patch, needed by python-tsk + +------------------------------------------------------------------- Old: ---- sleuthkit-4.1.0-UPSTREAM-crc.patch sleuthkit-4.1.0.tar.gz New: ---- sleuthkit-4.1.3-python-tsk.patch sleuthkit-4.1.3.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ sleuthkit.spec ++++++ --- /var/tmp/diff_new_pack.S7gHnX/_old 2014-08-14 14:58:44.000000000 +0200 +++ /var/tmp/diff_new_pack.S7gHnX/_new 2014-08-14 14:58:44.000000000 +0200 @@ -1,7 +1,7 @@ # # spec file for package sleuthkit # -# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,15 +19,15 @@ %define sosuffix 10 Name: sleuthkit -Version: 4.1.0 +Version: 4.1.3 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+ Group: System/Monitoring Url: http://www.sleuthkit.org/ Source0: http://downloads.sourceforge.net/sleuthkit/%{name}-%{version}.tar.gz -# PATCH-FIX-UPSTREAM sleuthkit-4.1.0-UPSTREAM-crc.patch -- remove unused code that fails to compile -Patch0: sleuthkit-4.1.0-UPSTREAM-crc.patch +# PATCH-FEATURE-UPSTREAM sleuthkit-4.1.3-python-tsk.patch - Python-tsk provides a python interface, but it needs a small patch to the source code +Patch0: sleuthkit-4.1.3-python-tsk.patch BuildRequires: gcc-c++ BuildRequires: libopenssl-devel BuildRequires: zlib-devel @@ -41,8 +41,8 @@ Requires: libtsk%sosuffix = %{version} Requires: mac-robber # fiwalk has been incorporated into sleuthkit. Last standalone version was 0.6.16 -Obsoletes: fiwalk <= 0.6.16 -Provides: fiwalk-%version +Provides: fiwalk = %{version} +Obsoletes: fiwalk < %{version} %description The Sleuth Kit (TSK) is a collection of UNIX-based command line tools that @@ -70,7 +70,7 @@ %prep %setup -q -%patch0 -p1 +%patch0 -p0 %build export LIBS=' -lpthread -ldl' ++++++ sleuthkit-4.1.3-python-tsk.patch ++++++ --- tsk/img/tsk_img.h.orig 2014-02-02 09:56:12.947709027 +0100 +++ tsk/img/tsk_img.h 2014-02-02 09:55:34.569701897 +0100 @@ -66,6 +66,8 @@ TSK_IMG_TYPE_EWF_EWF = 0x0040, ///< EWF version + TSK_IMG_TYPE_EXTERNAL = 0x1000, ///< external defined format which at least implements TSK_IMG_INFO, used by pytsk + TSK_IMG_TYPE_UNSUPP = 0xffff, ///< Unsupported disk image type } TSK_IMG_TYPE_ENUM; ++++++ sleuthkit-4.1.0.tar.gz -> sleuthkit-4.1.3.tar.gz ++++++ /work/SRC/openSUSE:Factory/sleuthkit/sleuthkit-4.1.0.tar.gz /work/SRC/openSUSE:Factory/.sleuthkit.new/sleuthkit-4.1.3.tar.gz differ: char 5, line 1 -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
