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: 04-Nov-2004 10:32:29
Branch: HEAD Handle: 2004110409322800
Modified files:
openpkg-src/sleuthkit sleuthkit.patch sleuthkit.spec
Log:
upgrading package: sleuthkit 1.72 -> 1.73
Summary:
Revision Changes Path
1.8 +3 -13 openpkg-src/sleuthkit/sleuthkit.patch
1.17 +2 -2 openpkg-src/sleuthkit/sleuthkit.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/sleuthkit/sleuthkit.patch
============================================================================
$ cvs diff -u -r1.7 -r1.8 sleuthkit.patch
--- openpkg-src/sleuthkit/sleuthkit.patch 8 Sep 2004 16:53:27 -0000 1.7
+++ openpkg-src/sleuthkit/sleuthkit.patch 4 Nov 2004 09:32:28 -0000 1.8
@@ -1,7 +1,7 @@
Index: Makefile
--- Makefile.orig 2004-04-20 21:57:10.000000000 +0200
+++ Makefile 2004-06-18 10:14:40.253031000 +0200
-@@ -14,11 +14,11 @@
+@@ -14,12 +14,12 @@
compile-static: no-perl-static mactime sorter file test
no-perl:
@@ -10,26 +10,16 @@
- cd src/fstools; make "CC=$(CC)" MAKELEVEL=
- cd src/mmtools; make "CC=$(CC)" MAKELEVEL=
- cd src/srchtools; make "CC=$(CC)" MAKELEVEL=
+- cd src/disktools; make "CC=$(CC)" MAKELEVEL=
+ cd src/misc; make -e "CC=$(CC)" OPT=-O MAKELEVEL=
+ cd src/hashtools; make -e "CC=$(CC)" OPT=-O MAKELEVEL=
+ cd src/fstools; make -e "CC=$(CC)" OPT=-O MAKELEVEL=
+ cd src/mmtools; make -e "CC=$(CC)" OPT=-O MAKELEVEL=
+ cd src/srchtools; make -e "CC=$(CC)" OPT=-O MAKELEVEL=
++ cd src/disktools; make -e "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
-@@ -752,7 +752,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);
Index: src/mmtools/mm_tools.h
--- src/mmtools/mm_tools.h.orig 2004-07-30 07:22:58 +0200
+++ src/mmtools/mm_tools.h 2004-08-02 10:42:54 +0200
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/sleuthkit/sleuthkit.spec
============================================================================
$ cvs diff -u -r1.16 -r1.17 sleuthkit.spec
--- openpkg-src/sleuthkit/sleuthkit.spec 8 Sep 2004 16:53:27 -0000 1.16
+++ openpkg-src/sleuthkit/sleuthkit.spec 4 Nov 2004 09:32:28 -0000 1.17
@@ -33,8 +33,8 @@
Class: PLUS
Group: System
License: GPL
-Version: 1.72
-Release: 20040908
+Version: 1.73
+Release: 20041104
# 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]