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:   02-Aug-2004 10:46:10
  Branch: HEAD                             Handle: 2004080209461000

  Modified files:
    openpkg-src/sleuthkit   sleuthkit.patch sleuthkit.spec

  Log:
    upgrading package: sleuthkit 1.70 -> 1.71

  Summary:
    Revision    Changes     Path
    1.6         +18 -3      openpkg-src/sleuthkit/sleuthkit.patch
    1.15        +2  -2      openpkg-src/sleuthkit/sleuthkit.spec
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/sleuthkit/sleuthkit.patch
  ============================================================================
  $ cvs diff -u -r1.5 -r1.6 sleuthkit.patch
  --- openpkg-src/sleuthkit/sleuthkit.patch     25 Jun 2004 21:22:16 -0000      1.5
  +++ openpkg-src/sleuthkit/sleuthkit.patch     2 Aug 2004 08:46:10 -0000       1.6
  @@ -74,9 +74,24 @@
                /* 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-04-18 21:50:51.000000000 +0200
  -+++ src/mmtools/mm_tools.h   2004-06-18 11:02:00.686157000 +0200
  -@@ -94,6 +94,16 @@
  +--- 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
  +@@ -77,6 +77,14 @@
  + #define SUPPORTED
  + #define STRTOUL             strtoul
  + #endif /* FREEBSD */
  ++#if defined(FREEBSD2) || defined(FREEBSD3) || defined(FREEBSD4)
  ++#   ifndef PRIx64
  ++#      define PRIx64      "llx"   /* uint64_t */
  ++#   endif
  ++#   ifndef PRIu64
  ++#      define PRIu64      "llu"   /* uint64_t */
  ++#   endif
  ++#endif /* FREEBSD */
  + 
  +  /*
  +   * BSD/OS can handle filesystems > 2GB.
  +@@ -94,6 +102,16 @@
    #define STRTOUL             strtoul
    #endif
    
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/sleuthkit/sleuthkit.spec
  ============================================================================
  $ cvs diff -u -r1.14 -r1.15 sleuthkit.spec
  --- openpkg-src/sleuthkit/sleuthkit.spec      25 Jun 2004 21:22:16 -0000      1.14
  +++ openpkg-src/sleuthkit/sleuthkit.spec      2 Aug 2004 08:46:10 -0000       1.15
  @@ -33,8 +33,8 @@
   Class:        PLUS
   Group:        System
   License:      GPL
  -Version:      1.70
  -Release:      20040625
  +Version:      1.71
  +Release:      20040802
   
   #   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]

Reply via email to