Hello community, here is the log from the commit of package fiwalk for openSUSE:Factory checked in at 2012-09-23 17:04:37 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/fiwalk (Old) and /work/SRC/openSUSE:Factory/.fiwalk.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "fiwalk", Maintainer is "" Changes: -------- --- /work/SRC/openSUSE:Factory/fiwalk/fiwalk.changes 2012-03-20 02:05:16.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.fiwalk.new/fiwalk.changes 2012-09-23 17:04:39.000000000 +0200 @@ -1,0 +2,9 @@ +Tue Sep 18 13:13:16 UTC 2012 - [email protected] + +- Update to v0.6.16 + * Python3 compatibility +- Add fiwalk-0.6.16-tsk_errno.patch to compile with new sleuthkit +- Drop fiwalk-gcc47.patch : fixed upstream +- Add %check + +------------------------------------------------------------------- Old: ---- fiwalk-gcc47.patch fiwalk.tar.gz New: ---- fiwalk-0.6.16-tsk_errno.patch fiwalk-0.6.16.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ fiwalk.spec ++++++ --- /var/tmp/diff_new_pack.QGqE0Y/_old 2012-09-23 17:04:41.000000000 +0200 +++ /var/tmp/diff_new_pack.QGqE0Y/_new 2012-09-23 17:04:41.000000000 +0200 @@ -17,14 +17,14 @@ Name: fiwalk -Version: 0.6.15 +Version: 0.6.16 Release: 0 Summary: A computer forensic application for walking forensic images License: SUSE-Public-Domain Group: Productivity/File utilities -Url: http://afflib.org/downloads/%name.tar.gz -Source: %name.tar.gz -Patch0: fiwalk-gcc47.patch +Url: http://afflib.org/downloads/%name-%{version}.tar.gz +Source: http://afflib.org/downloads/%name-%{version}.tar.gz +Patch1: fiwalk-0.6.16-tsk_errno.patch BuildRequires: afflib-devel BuildRequires: gcc-c++ BuildRequires: libewf-devel @@ -42,14 +42,17 @@ %prep %setup -q -%patch0 -p1 +%patch1 -p1 %build %configure make %{?_smp_mflags} %install -%make_install +%makeinstall + +%check +make check %files %defattr(-,root,root) ++++++ fiwalk-0.6.16-tsk_errno.patch ++++++ Index: fiwalk-0.6.16/src/fiwalk_tsk.cpp =================================================================== --- fiwalk-0.6.16.orig/src/fiwalk_tsk.cpp +++ fiwalk-0.6.16/src/fiwalk_tsk.cpp @@ -170,7 +170,7 @@ process_tsk_file(TSK_FS_FILE * fs_file, if (tsk_fs_file_walk (fs_file, (TSK_FS_FILE_WALK_FLAG_ENUM) myflags, file_act, (void *) &ci)) { // ignore errors from deleted files that were being recovered - if (tsk_errno != TSK_ERR_FS_RECOVER) { + if (tsk_error_get_errno() != TSK_ERR_FS_RECOVER) { if(opt_debug){ fprintf(stderr,"Processing: %s/%s (%" PRIuINUM ")\n", path, fs_file->name->name, fs_file->meta->addr); -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
