OpenPKG CVS Repository http://cvs.openpkg.org/ ____________________________________________________________________________
Server: cvs.openpkg.org Name: Torsten Homeyer Root: /e/openpkg/cvs Email: [EMAIL PROTECTED] Module: openpkg-src Date: 18-Jun-2004 10:50:15 Branch: HEAD Handle: -NONE- Modified files: openpkg-src/sleuthkit sleuthkit.patch sleuthkit.spec Log: added tweaks for Sun Forte C Summary: Revision Changes Path 1.2 +0 -0 openpkg-src/sleuthkit/sleuthkit.patch 1.12 +0 -0 openpkg-src/sleuthkit/sleuthkit.spec ____________________________________________________________________________ patch -p0 <<'@@ .' Index: openpkg-src/sleuthkit/sleuthkit.patch ============================================================================ $ cvs diff -u -r1.1 -r1.2 sleuthkit.patch --- openpkg-src/sleuthkit/sleuthkit.patch 21 Apr 2004 07:09:30 -0000 1.1 +++ openpkg-src/sleuthkit/sleuthkit.patch 18 Jun 2004 08:50:15 -0000 1.2 @@ -43,3 +43,33 @@ size_t bytesconsumed, old_n, n, width = 0; mbstate_t state; wchar_t nextchar; +Index: Makefile +--- Makefile.orig 2004-04-20 21:57:10.000000000 +0200 ++++ Makefile 2004-06-18 10:14:40.253031000 +0200 +@@ -14,10 +14,10 @@ + compile-static: no-perl-static mactime sorter file test + + no-perl: +- cd src/misc; make "CC=$(CC)" MAKELEVEL= +- cd src/hashtools; make "CC=$(CC)" MAKELEVEL= +- cd src/fstools; make "CC=$(CC)" MAKELEVEL= +- cd src/mmtools; make "CC=$(CC)" MAKELEVEL= ++ cd src/misc; make "CC=$(CC)" OPT=-O MAKELEVEL= ++ cd src/hashtools; make "CC=$(CC)" OPT=-O MAKELEVEL= ++ cd src/fstools; make "CC=$(CC)" OPT=-O MAKELEVEL= ++ cd src/mmtools; make "CC=$(CC)" OPT=-O MAKELEVEL= + + no-perl-static: + cd src/misc; make "CC=$(CC)" OPT=-static MAKELEVEL= +Index: src/fstools/ntfs.c +--- src/fstools/ntfs.c.orig 2004-05-08 21:48:09.000000000 +0200 ++++ src/fstools/ntfs.c 2004-06-18 10:25:58.526356000 +0200 +@@ -698,7 +698,7 @@ + ((int)attr <= ((int)attrseq + len)) && + (getu32(fs, attr->len) > 0 && + (getu32(fs, attr->type) != 0xffffffff)); +- (int)attr += getu32(fs, attr->len)) ++ *((int *)attr) += getu32(fs, attr->len)) + { + /* Get the type of this attribute */ + u_int32_t type = getu32(fs, attr->type); @@ . patch -p0 <<'@@ .' Index: openpkg-src/sleuthkit/sleuthkit.spec ============================================================================ $ cvs diff -u -r1.11 -r1.12 sleuthkit.spec --- openpkg-src/sleuthkit/sleuthkit.spec 29 May 2004 07:26:12 -0000 1.11 +++ openpkg-src/sleuthkit/sleuthkit.spec 18 Jun 2004 08:50:15 -0000 1.12 @@ -34,7 +34,7 @@ Group: System License: GPL Version: 1.70 -Release: 20040529 +Release: 20040618 # list of sources Source0: http://osdn.dl.sourceforge.net/sleuthkit/sleuthkit-%{version}.tar.gz @@ . ______________________________________________________________________ The OpenPKG Project www.openpkg.org CVS Repository Commit List [EMAIL PROTECTED]