Hello community, here is the log from the commit of package sleuthkit for openSUSE:Factory checked in at 2013-03-10 09:12:58 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/sleuthkit (Old) and /work/SRC/openSUSE:Factory/.sleuthkit.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "sleuthkit", Maintainer is "" Changes: -------- --- /work/SRC/openSUSE:Factory/sleuthkit/sleuthkit.changes 2013-02-14 21:14:01.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.sleuthkit.new/sleuthkit.changes 2013-03-10 09:12:59.000000000 +0100 @@ -1,0 +2,6 @@ +Sun Mar 3 18:10:35 UTC 2013 - [email protected] + +- Add obsoletes statement for fiwalk +- add patch to support "fiwalk -m" + +------------------------------------------------------------------- New: ---- sleuthkit-4.0.2-UPSTREAM-fiwalk.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ sleuthkit.spec ++++++ --- /var/tmp/diff_new_pack.rd13KD/_old 2013-03-10 09:13:03.000000000 +0100 +++ /var/tmp/diff_new_pack.rd13KD/_new 2013-03-10 09:13:03.000000000 +0100 @@ -26,6 +26,8 @@ Group: System/Monitoring Url: http://www.sleuthkit.org/ Source0: http://downloads.sourceforge.net/sleuthkit/%{name}-%{version}.tar.gz +# PATCH-FIX-UPSTREAM sleuthkit-4.0.2-UPSTREAM-fiwalk.patch -- fix for "fiwalk -m" to work +Patch0: sleuthkit-4.0.2-UPSTREAM-fiwalk.patch BuildRequires: gcc-c++ BuildRequires: libopenssl-devel BuildRequires: zlib-devel @@ -41,6 +43,9 @@ Requires: file Requires: libtsk3%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 %description The Sleuth Kit (TSK) is a collection of UNIX-based command line tools that @@ -66,6 +71,7 @@ %prep %setup -q +%patch0 -p1 %build export LIBS=' -lpthread -ldl' ++++++ sleuthkit-4.0.2-UPSTREAM-fiwalk.patch ++++++ Index: sleuthkit-4.0.2/tools/fiwalk/src/fiwalk_tsk.cpp =================================================================== --- sleuthkit-4.0.2.orig/tools/fiwalk/src/fiwalk_tsk.cpp +++ sleuthkit-4.0.2/tools/fiwalk/src/fiwalk_tsk.cpp @@ -216,7 +216,6 @@ process_tsk_file(TSK_FS_FILE * fs_file, /* Finally output the informaton */ if(opt_body_file && (fs_file->meta != NULL)){ -#ifdef HAVE_TSK_FS_META_MAKE_LS char ls[64]; tsk_fs_meta_make_ls(fs_file->meta,ls,sizeof(ls)); fprintf(t,"%s|%s|%"PRId64"|%s|%d|%d|%"PRId64"|%d|%d|%d|%d\n", @@ -228,9 +227,6 @@ process_tsk_file(TSK_FS_FILE * fs_file, (uint32_t)fs_file->meta->ctime, (uint32_t)fs_file->meta->crtime); return TSK_WALK_CONT; -#else - err(1,"Cannot make body file without tsk_fs_meta_make_ls. Upgrade your sluthkit."); -#endif } /* Available information in fs_file: -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
