[CVS] OpenPKG: openpkg-src/sleuthkit/ sleuthkit.patch sleuthkit.spec

2009-03-27 Thread Ralf S. Engelschall
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Ralf S. Engelschall
  Root:   /v/openpkg/cvs   Email:  r...@openpkg.org
  Module: openpkg-src  Date:   27-Mar-2009 12:57:49
  Branch: HEAD Handle: 2009032711574900

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

  Log:
upgrading package: sleuthkit 2.10 -> 3.0.1

  Summary:
RevisionChanges Path
1.16+0  -40 openpkg-src/sleuthkit/sleuthkit.patch
1.44+13 -32 openpkg-src/sleuthkit/sleuthkit.spec
  

  rm -f openpkg-src/sleuthkit/sleuthkit.patch <<'@@ .'
  Index: openpkg-src/sleuthkit/sleuthkit.patch
  
  [NO CHANGE SUMMARY BECAUSE FILE AS A WHOLE IS JUST REMOVED]
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/sleuthkit/sleuthkit.spec
  
  $ cvs diff -u -r1.43 -r1.44 sleuthkit.spec
  --- openpkg-src/sleuthkit/sleuthkit.spec  1 Jan 2008 15:04:49 -   
1.43
  +++ openpkg-src/sleuthkit/sleuthkit.spec  27 Mar 2009 11:57:49 -  
1.44
  @@ -31,12 +31,11 @@
   Class:EVAL
   Group:Filesystem
   License:  GPL
  -Version:  2.10
  -Release:  20080101
  +Version:  3.0.1
  +Release:  20090327
   
   #   list of sources
   Source0:  
http://switch.dl.sourceforge.net/sleuthkit/sleuthkit-%{version}.tar.gz
  -Patch0:   sleuthkit.patch
   
   #   build information
   Prefix:   %{l_prefix}
  @@ -73,41 +72,23 @@
   
   %prep
   %setup -q
  -%patch -p0
  -%{l_shtool} subst \
  --e 's;/usr/local/bin/;%{l_prefix}/bin/;' \
  --e 's;read perlexe;exit 1;' \
  -src/sorter/install src/timeline/config-perl
   
   %build
   #   build programs
  -%{l_make} %{l_mflags} \
  -CC="%{l_cc} %{l_cflags -O} %{l_cppflags} %{l_ldflags}" \
  -CXX="%{l_cxx} %{l_cxxflags -O} %{l_cppflags} %{l_ldflags}"
  -
  -#   adjust Perl scripts
  -%{l_shtool} subst \
  --e 's;#!/usr/bin/perl;%!{l_prefix}/bin/perl;' \
  --e 's;\(SK_DIR="\)[^"]*\("\);\1%{l_prefix}\2;' \
  --e 's;/share/sorter;%{l_prefix}/share/sleuthkit/sorter;' \
  -bin/sorter
  -%{l_shtool} subst \
  --e 's;#!/usr/bin/perl;%!{l_prefix}/bin/perl;' \
  --e '/^use lib.*/d' \
  -bin/mactime
  +CC="%{l_cc}" \
  +CXX="%{l_cxx}" \
  +CFLAGS="%{l_cflags -O}" \
  +CXXFLAGS="%{l_cxxflags -O}" \
  +CPPFLAGS="%{l_cppflags}" \
  +LDFLAGS="%{l_ldflags}" \
  +./configure \
  +--prefix=%{l_prefix} \
  +--disable-shared
  +%{l_make} %{l_mflags}
   
   %install
   rm -rf $RPM_BUILD_ROOT
  -%{l_shtool} mkdir -f -p -m 755 \
  -$RPM_BUILD_ROOT%{l_prefix}/bin \
  -$RPM_BUILD_ROOT%{l_prefix}/man/man1 \
  -$RPM_BUILD_ROOT%{l_prefix}/share/sleuthkit/sorter
  -%{l_shtool} install -c -m 755 \
  -bin/* $RPM_BUILD_ROOT%{l_prefix}/bin/
  -%{l_shtool} install -c -m 644 \
  -man/man1/*.1 $RPM_BUILD_ROOT%{l_prefix}/man/man1/
  -%{l_shtool} install -c -m 644 \
  -share/sorter/* $RPM_BUILD_ROOT%{l_prefix}/share/sleuthkit/sorter/
  +%{l_make} %{l_mflags} install DESTDIR=$RPM_BUILD_ROOT
   strip $RPM_BUILD_ROOT%{l_prefix}/bin/* >/dev/null 2>&1 || true
   %{l_rpmtool} files -v -ofiles -r$RPM_BUILD_ROOT %{l_files_std}
   
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: openpkg-src/sleuthkit/ sleuthkit.patch sleuthkit.spec

2007-04-05 Thread Ralf S. Engelschall
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Ralf S. Engelschall
  Root:   /v/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-src  Date:   06-Apr-2007 08:12:50
  Branch: HEAD Handle: 2007040607124900

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

  Log:
upgrading package: sleuthkit 2.07 -> 2.08

  Summary:
RevisionChanges Path
1.15+13 -13 openpkg-src/sleuthkit/sleuthkit.patch
1.40+2  -2  openpkg-src/sleuthkit/sleuthkit.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/sleuthkit/sleuthkit.patch
  
  $ cvs diff -u -r1.14 -r1.15 sleuthkit.patch
  --- openpkg-src/sleuthkit/sleuthkit.patch 16 Dec 2006 11:10:18 -  
1.14
  +++ openpkg-src/sleuthkit/sleuthkit.patch 6 Apr 2007 06:12:49 -   
1.15
  @@ -1,6 +1,6 @@
   Index: Makefile
   Makefile.orig2006-12-15 19:40:14 +0100
  -+++ Makefile 2006-12-16 12:05:20 +0100
  +--- Makefile.orig2007-04-05 00:23:54 +0200
   Makefile 2007-04-06 08:08:33 +0200
   @@ -10,7 +10,7 @@
$(DIRS):
mkdir -p $@
  @@ -11,8 +11,8 @@
compile-static: no-perl-static mactime sorter file test

   Index: check-install
   check-install.orig   2006-12-15 19:40:14 +0100
  -+++ check-install2006-12-16 12:05:20 +0100
  +--- check-install.orig   2006-06-15 19:27:57 +0200
   check-install2007-04-06 08:08:33 +0200
   @@ -51,12 +51,6 @@
  echo "ERROR: Missing disk_stat tool";
fi
  @@ -27,14 +27,14 @@
  blah=1;
else
   Index: src/afflib-install.sh
   src/afflib-install.sh.orig   2006-12-15 19:40:14 +0100
  -+++ src/afflib-install.sh2006-12-16 12:07:32 +0100
  -@@ -9,7 +9,7 @@
  - if (test -f './Makefile') then
  - true
  - else
  --./configure -enable-s3=no || (cd ..; exit $?)
  -+LIBS="-lssl -lcrypto" ./configure -enable-s3=no || (cd ..; exit $?)
  +--- src/afflib-install.sh.orig   2007-03-29 22:41:55 +0200
   src/afflib-install.sh2007-04-06 08:10:01 +0200
  +@@ -17,7 +17,7 @@
  +  touch Makefile.in && \
  +  touch config.h.in && \
  +  touch configure) || (exit $?)
  +-(cd afflib; ./configure --enable-s3=no --enable-libewf=no 
--enable-fuse=no) || (exit $?)
  ++(cd afflib; LIBS="-lssl -lcrypto" ./configure --enable-s3=no 
--enable-libewf=no --enable-fuse=no) || (exit $?)
fi

  - make -C lib
  + (cd afflib; make -C lib) || (exit $?)
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/sleuthkit/sleuthkit.spec
  
  $ cvs diff -u -r1.39 -r1.40 sleuthkit.spec
  --- openpkg-src/sleuthkit/sleuthkit.spec  1 Jan 2007 17:41:51 -   
1.39
  +++ openpkg-src/sleuthkit/sleuthkit.spec  6 Apr 2007 06:12:49 -   
1.40
  @@ -32,8 +32,8 @@
   Class:EVAL
   Group:Filesystem
   License:  GPL
  -Version:  2.07
  -Release:  20061216
  +Version:  2.08
  +Release:  20070406
   
   #   list of sources
   Source0:  
http://switch.dl.sourceforge.net/sleuthkit/sleuthkit-%{version}.tar.gz
  @@ .
__
OpenPKG http://openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: openpkg-src/sleuthkit/ sleuthkit.patch sleuthkit.spec

2006-12-16 Thread Ralf S. Engelschall
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Ralf S. Engelschall
  Root:   /v/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-src  Date:   16-Dec-2006 12:10:18
  Branch: HEAD Handle: 2006121611101800

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

  Log:
upgrading package: sleuthkit 2.06 -> 2.07

  Summary:
RevisionChanges Path
1.14+18 -6  openpkg-src/sleuthkit/sleuthkit.patch
1.38+2  -2  openpkg-src/sleuthkit/sleuthkit.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/sleuthkit/sleuthkit.patch
  
  $ cvs diff -u -r1.13 -r1.14 sleuthkit.patch
  --- openpkg-src/sleuthkit/sleuthkit.patch 6 Jun 2006 10:50:43 -   
1.13
  +++ openpkg-src/sleuthkit/sleuthkit.patch 16 Dec 2006 11:10:18 -  
1.14
  @@ -1,6 +1,6 @@
   Index: Makefile
   Makefile.orig2006-05-11 21:06:16 +0200
  -+++ Makefile 2006-06-06 12:48:57 +0200
  +--- Makefile.orig2006-12-15 19:40:14 +0100
   Makefile 2006-12-16 12:05:20 +0100
   @@ -10,7 +10,7 @@
$(DIRS):
mkdir -p $@
  @@ -11,10 +11,10 @@
compile-static: no-perl-static mactime sorter file test

   Index: check-install
   check-install.orig   2006-05-11 21:06:16 +0200
  -+++ check-install2006-06-06 12:47:59 +0200
  -@@ -45,12 +45,6 @@
  -   echo "ERROR: Missing diskstat tool";
  +--- check-install.orig   2006-12-15 19:40:14 +0100
   check-install2006-12-16 12:05:20 +0100
  +@@ -51,12 +51,6 @@
  +   echo "ERROR: Missing disk_stat tool";
fi

   -if (test -x "bin/file") then
  @@ -26,3 +26,15 @@
if (test -x "bin/mactime") then
  blah=1;
else
  +Index: src/afflib-install.sh
  +--- src/afflib-install.sh.orig   2006-12-15 19:40:14 +0100
   src/afflib-install.sh2006-12-16 12:07:32 +0100
  +@@ -9,7 +9,7 @@
  + if (test -f './Makefile') then
  + true
  + else
  +-./configure -enable-s3=no || (cd ..; exit $?)
  ++LIBS="-lssl -lcrypto" ./configure -enable-s3=no || (cd ..; exit $?)
  + fi
  + 
  + make -C lib
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/sleuthkit/sleuthkit.spec
  
  $ cvs diff -u -r1.37 -r1.38 sleuthkit.spec
  --- openpkg-src/sleuthkit/sleuthkit.spec  24 Oct 2006 15:15:59 -  
1.37
  +++ openpkg-src/sleuthkit/sleuthkit.spec  16 Dec 2006 11:10:18 -  
1.38
  @@ -32,8 +32,8 @@
   Class:EVAL
   Group:Filesystem
   License:  GPL
  -Version:  2.06
  -Release:  20061024
  +Version:  2.07
  +Release:  20061216
   
   #   list of sources
   Source0:  
http://switch.dl.sourceforge.net/sleuthkit/sleuthkit-%{version}.tar.gz
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: openpkg-src/sleuthkit/ sleuthkit.patch sleuthkit.spec

2006-06-06 Thread Ralf S. Engelschall
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Ralf S. Engelschall
  Root:   /v/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-src  Date:   06-Jun-2006 12:50:43
  Branch: HEAD Handle: 2006060611504300

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

  Log:
upgrading package: sleuthkit 2.03 -> 2.04

  Summary:
RevisionChanges Path
1.13+5  -23 openpkg-src/sleuthkit/sleuthkit.patch
1.29+2  -2  openpkg-src/sleuthkit/sleuthkit.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/sleuthkit/sleuthkit.patch
  
  $ cvs diff -u -r1.12 -r1.13 sleuthkit.patch
  --- openpkg-src/sleuthkit/sleuthkit.patch 29 Oct 2005 12:55:30 -  
1.12
  +++ openpkg-src/sleuthkit/sleuthkit.patch 6 Jun 2006 10:50:43 -   
1.13
  @@ -1,7 +1,7 @@
   Index: Makefile
   Makefile.orig2005-10-13 19:26:28 +0200
  -+++ Makefile 2005-10-29 14:44:05 +0200
  -@@ -9,18 +9,18 @@
  +--- Makefile.orig2006-05-11 21:06:16 +0200
   Makefile 2006-06-06 12:48:57 +0200
  +@@ -10,7 +10,7 @@
$(DIRS):
mkdir -p $@

  @@ -10,27 +10,9 @@

compile-static: no-perl-static mactime sorter file test

  - no-perl:
  --cd src/auxtools; make "CC=$(CC)" MAKELEVEL=
  --cd src/imgtools; 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/srchtools; make "CC=$(CC)" MAKELEVEL=
  --cd src/disktools; make "CC=$(CC)" MAKELEVEL=
  -+cd src/auxtools; make "CC=$(CC)" OPT=-O MAKELEVEL=
  -+cd src/imgtools; 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=
  -+cd src/srchtools; make "CC=$(CC)" OPT=-O MAKELEVEL=
  -+cd src/disktools; make "CC=$(CC)" OPT=-O MAKELEVEL=
  - 
  - no-perl-static:
  - cd src/auxtools; make "CC=$(CC)" OPT=-static MAKELEVEL=
   Index: check-install
   check-install.orig   2005-10-13 19:26:28 +0200
  -+++ check-install2005-10-29 14:51:36 +0200
  +--- check-install.orig   2006-05-11 21:06:16 +0200
   check-install2006-06-06 12:47:59 +0200
   @@ -45,12 +45,6 @@
  echo "ERROR: Missing diskstat tool";
fi
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/sleuthkit/sleuthkit.spec
  
  $ cvs diff -u -r1.28 -r1.29 sleuthkit.spec
  --- openpkg-src/sleuthkit/sleuthkit.spec  24 May 2006 18:53:00 -  
1.28
  +++ openpkg-src/sleuthkit/sleuthkit.spec  6 Jun 2006 10:50:43 -   
1.29
  @@ -32,8 +32,8 @@
   Class:PLUS
   Group:System
   License:  GPL
  -Version:  2.03
  -Release:  20060524
  +Version:  2.04
  +Release:  20060606
   
   #   list of sources
   Source0:  
http://switch.dl.sourceforge.net/sleuthkit/sleuthkit-%{version}.tar.gz
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: openpkg-src/sleuthkit/ sleuthkit.patch sleuthkit.spec

2005-10-29 Thread Torsten Homeyer
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Torsten Homeyer
  Root:   /v/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-src  Date:   29-Oct-2005 14:55:30
  Branch: HEAD Handle: 2005102913553000

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

  Log:
prevent included file command from building, make it depend on file
package itself

  Summary:
RevisionChanges Path
1.12+24 -27 openpkg-src/sleuthkit/sleuthkit.patch
1.26+2  -8  openpkg-src/sleuthkit/sleuthkit.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/sleuthkit/sleuthkit.patch
  
  $ cvs diff -u -r1.11 -r1.12 sleuthkit.patch
  --- openpkg-src/sleuthkit/sleuthkit.patch 27 Oct 2005 13:20:23 -  
1.11
  +++ openpkg-src/sleuthkit/sleuthkit.patch 29 Oct 2005 12:55:30 -  
1.12
  @@ -1,7 +1,13 @@
   Index: Makefile
   Makefile.orig2005-04-08 22:10:03 +0200
  -+++ Makefile 2005-07-07 13:43:43 +0200
  -@@ -14,13 +14,13 @@
  +--- Makefile.orig2005-10-13 19:26:28 +0200
   Makefile 2005-10-29 14:44:05 +0200
  +@@ -9,18 +9,18 @@
  + $(DIRS):
  + mkdir -p $@
  + 
  +-compile: no-perl mactime sorter file test 
  ++compile: no-perl mactime sorter test 
  + 
compile-static: no-perl-static mactime sorter file test

no-perl:
  @@ -22,28 +28,19 @@

no-perl-static:
cd src/auxtools; make "CC=$(CC)" OPT=-static MAKELEVEL=
  -Index: TSK.install
   src/file/TSK.install.orig2005-10-13 19:26:28 +0200
  -+++ src/file/TSK.install 2005-10-27 10:51:26 +0200
  -@@ -8,17 +8,11 @@
  - if (test -f './Makefile') then
  - true
  - else
  --if [ "x${CC}" = "x" ]; then
  --./configure \
  --  --prefix=`cd ../..; pwd`\
  --  --exec-prefix=`cd ../..; pwd`   \
  -+./configure \
  -+  --prefix=`cd ../..; pwd`\
  -+  --exec-prefix=`cd ../..; pwd` \
  -+  --disable-shared \
  -   || exit $?
  --else
  --CC="${CC}" ./configure  \
  --  --prefix=`cd ../..; pwd`\
  --  --exec-prefix=`cd ../..; pwd`   \
  --  || exit $?
  --fi
  +Index: check-install
  +--- check-install.orig   2005-10-13 19:26:28 +0200
   check-install2005-10-29 14:51:36 +0200
  +@@ -45,12 +45,6 @@
  +   echo "ERROR: Missing diskstat tool";
fi
  - make
  - make install
  + 
  +-if (test -x "bin/file") then
  +-  blah=1;
  +-else
  +-  echo "ERROR: Missing 'file' command";
  +-fi
  +-
  + if (test -x "bin/mactime") then
  +   blah=1;
  + else
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/sleuthkit/sleuthkit.spec
  
  $ cvs diff -u -r1.25 -r1.26 sleuthkit.spec
  --- openpkg-src/sleuthkit/sleuthkit.spec  27 Oct 2005 13:41:27 -  
1.25
  +++ openpkg-src/sleuthkit/sleuthkit.spec  29 Oct 2005 12:55:30 -  
1.26
  @@ -33,7 +33,7 @@
   Group:System
   License:  GPL
   Version:  2.03
  -Release:  20051027
  +Release:  20051029
   
   #   list of sources
   Source0:  
http://osdn.dl.sourceforge.net/sleuthkit/sleuthkit-%{version}.tar.gz
  @@ -43,7 +43,7 @@
   Prefix:   %{l_prefix}
   BuildRoot:%{l_buildroot}
   BuildPreReq:  OpenPKG, openpkg >= 20040130, perl, perl-time
  -PreReq:   OpenPKG, openpkg >= 20040130, perl, perl-time
  +PreReq:   OpenPKG, openpkg >= 20040130, perl, perl-time, file
   AutoReq:  no
   AutoReqProv:  no
   
  @@ -77,9 +77,6 @@
   -e 's;/usr/local/bin/;%{l_prefix}/bin/;' \
   -e 's;read perlexe;exit 1;' \
   src/sorter/install src/timeline/config-perl
  -%{l_shtool} subst \
  --e 's;\(MAGIC = 
\)\$(pkgdatadir)/magic;\1%{l_prefix}/share/sleuthkit/file/magic;' \
  -src/file/src/Makefile.in
   
   %build
   #   build programs
  @@ -102,7 +99,6 @@
   %{l_shtool} mkdir -f -p -m 755 \
   $RPM_BUILD_ROOT%{l_prefix}/bin \
   $RPM_BUILD_ROOT%{l_prefix}/man/man1 \
  -$RPM_BUILD_ROOT%{l_prefix}/share/sleuthkit/file \
   $RPM_BUILD_ROOT%{l_prefix}/share/sleuthkit/sorter
   %{l_shtool} install -c -m 755 \
   bin/* $RPM_BUILD_ROOT%{l_prefix}/bin/
  @@ -110,8 +106,6 @@
   man/man1/*.1 $RPM_BUILD_ROOT%{l_prefix}/man/man1/
   %{l_shtool} install -c -m 644 \
   share/sorter/* $RPM_BUILD_ROOT%{l_prefix}/share/sleuthkit/sorter/
  -%{l_shtool} install -c -m 644 \
  -share/file/* $RPM_BUILD_ROOT%{l_prefix}/share/sleuthkit/file/
   strip $RPM_BUILD_ROOT%{l_prefix}/bin/* >/dev/null 2>&1 || tr

[CVS] OpenPKG: openpkg-src/sleuthkit/ sleuthkit.patch sleuthkit.spec

2005-10-27 Thread Torsten Homeyer
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Torsten Homeyer
  Root:   /v/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-src  Date:   27-Oct-2005 15:20:23
  Branch: HEAD Handle: 2005102714202300

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

  Log:
updated version, fixed linkage of included file program + install of
magic files, fixed dependencies, still work left: file command does
not find its magic file

  Summary:
RevisionChanges Path
1.11+28 -19 openpkg-src/sleuthkit/sleuthkit.patch
1.24+6  -3  openpkg-src/sleuthkit/sleuthkit.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/sleuthkit/sleuthkit.patch
  
  $ cvs diff -u -r1.10 -r1.11 sleuthkit.patch
  --- openpkg-src/sleuthkit/sleuthkit.patch 7 Jul 2005 11:46:04 -   
1.10
  +++ openpkg-src/sleuthkit/sleuthkit.patch 27 Oct 2005 13:20:23 -  
1.11
  @@ -5,14 +5,14 @@
compile-static: no-perl-static mactime sorter file test

no-perl:
  --cd src/misc; make "CC=$(CC)" MAKELEVEL=
  +-cd src/auxtools; make "CC=$(CC)" MAKELEVEL=
   -cd src/imgtools; 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/srchtools; make "CC=$(CC)" MAKELEVEL=
   -cd src/disktools; make "CC=$(CC)" MAKELEVEL=
  -+cd src/misc; make "CC=$(CC)" OPT=-O MAKELEVEL=
  ++cd src/auxtools; make "CC=$(CC)" OPT=-O MAKELEVEL=
   +cd src/imgtools; make "CC=$(CC)" OPT=-O MAKELEVEL=
   +cd src/hashtools; make "CC=$(CC)" OPT=-O MAKELEVEL=
   +cd src/fstools; make "CC=$(CC)" OPT=-O MAKELEVEL=
  @@ -21,20 +21,29 @@
   +cd src/disktools; make "CC=$(CC)" OPT=-O MAKELEVEL=

no-perl-static:
  - cd src/misc; make "CC=$(CC)" OPT=-static MAKELEVEL=
  -@@ -40,7 +40,6 @@
  - cd src/timeline; make 
  - 
  - file:
  --cd src/file; CC="$(CC)" sh ./TSK.install
  - 
  - test:
  - sh ./check-install
  -Index: src/file/magic/Magdir/msdos
   src/file/magic/Magdir/msdos.orig 2005-04-08 22:10:03 +0200
  -+++ src/file/magic/Magdir/msdos  2005-07-07 13:40:59 +0200
  -@@ -403,4 +403,3 @@
  - # as below. Unfortunately the following only prints out the first couple
  - # of characters instead of all the "description length"
  - # number of characters -- indicated by the ulelong at offset 60.
  -->>(64.l)  lestring16 >0 Description: %15.15s
  + cd src/auxtools; make "CC=$(CC)" OPT=-static MAKELEVEL=
  +Index: TSK.install
  +--- src/file/TSK.install.orig2005-10-13 19:26:28 +0200
   src/file/TSK.install 2005-10-27 10:51:26 +0200
  +@@ -8,17 +8,11 @@
  + if (test -f './Makefile') then
  + true
  + else
  +-if [ "x${CC}" = "x" ]; then
  +-./configure \
  +-  --prefix=`cd ../..; pwd`\
  +-  --exec-prefix=`cd ../..; pwd`   \
  ++./configure \
  ++  --prefix=`cd ../..; pwd`\
  ++  --exec-prefix=`cd ../..; pwd` \
  ++  --disable-shared \
  +   || exit $?
  +-else
  +-CC="${CC}" ./configure  \
  +-  --prefix=`cd ../..; pwd`\
  +-  --exec-prefix=`cd ../..; pwd`   \
  +-  || exit $?
  +-fi
  + fi
  + make
  + make install
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/sleuthkit/sleuthkit.spec
  
  $ cvs diff -u -r1.23 -r1.24 sleuthkit.spec
  --- openpkg-src/sleuthkit/sleuthkit.spec  9 Jul 2005 06:55:38 -   
1.23
  +++ openpkg-src/sleuthkit/sleuthkit.spec  27 Oct 2005 13:20:23 -  
1.24
  @@ -32,8 +32,8 @@
   Class:PLUS
   Group:System
   License:  GPL
  -Version:  2.02
  -Release:  20050709
  +Version:  2.03
  +Release:  20051027
   
   #   list of sources
   Source0:  
http://osdn.dl.sourceforge.net/sleuthkit/sleuthkit-%{version}.tar.gz
  @@ -43,7 +43,7 @@
   Prefix:   %{l_prefix}
   BuildRoot:%{l_buildroot}
   BuildPreReq:  OpenPKG, openpkg >= 20040130, perl, perl-time
  -PreReq:   OpenPKG, openpkg >= 20040130, perl, perl-time, file
  +PreReq:   OpenPKG, openpkg >= 20040130, perl, perl-time
   AutoReq:  no
   AutoReqProv:  no
   
  @@ -99,6 +99,7 @@
   %{l_shtool} mkdir -f -p -m 755 \
   $RPM_BUILD_ROOT%{l_prefix}/bin \
   $RPM_BUILD_ROOT%{l_prefix}/man/man1 \
  +$RPM_BUILD_ROOT%{l_prefix}/share/sleuthkit/file \
   $RPM_BUILD_ROOT%{l_prefix}/share/sleuthkit/sorter
   %{l_shtool} install -c -

[CVS] OpenPKG: openpkg-src/sleuthkit/ sleuthkit.patch sleuthkit.spec

2005-07-07 Thread Ralf S. Engelschall
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Ralf S. Engelschall
  Root:   /v/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-src  Date:   07-Jul-2005 13:46:06
  Branch: HEAD Handle: 2005070712460400

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

  Log:
do not build file at all (else we would require zlib)

  Summary:
RevisionChanges Path
1.10+12 -4  openpkg-src/sleuthkit/sleuthkit.patch
1.22+1  -5  openpkg-src/sleuthkit/sleuthkit.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/sleuthkit/sleuthkit.patch
  
  $ cvs diff -u -r1.9 -r1.10 sleuthkit.patch
  --- openpkg-src/sleuthkit/sleuthkit.patch 25 Mar 2005 08:39:32 -  
1.9
  +++ openpkg-src/sleuthkit/sleuthkit.patch 7 Jul 2005 11:46:04 -   
1.10
  @@ -1,6 +1,6 @@
   Index: Makefile
   Makefile.orig2005-03-16 01:42:32 +0100
  -+++ Makefile 2005-03-16 10:21:34 +0100
  +--- Makefile.orig2005-04-08 22:10:03 +0200
   Makefile 2005-07-07 13:43:43 +0200
   @@ -14,13 +14,13 @@
compile-static: no-perl-static mactime sorter file test

  @@ -22,9 +22,17 @@

no-perl-static:
cd src/misc; make "CC=$(CC)" OPT=-static MAKELEVEL=
  +@@ -40,7 +40,6 @@
  + cd src/timeline; make 
  + 
  + file:
  +-cd src/file; CC="$(CC)" sh ./TSK.install
  + 
  + test:
  + sh ./check-install
   Index: src/file/magic/Magdir/msdos
   src/file/magic/Magdir/msdos.orig 2005-03-16 01:42:29 +0100
  -+++ src/file/magic/Magdir/msdos  2005-03-25 09:38:32 +0100
  +--- src/file/magic/Magdir/msdos.orig 2005-04-08 22:10:03 +0200
   src/file/magic/Magdir/msdos  2005-07-07 13:40:59 +0200
   @@ -403,4 +403,3 @@
# as below. Unfortunately the following only prints out the first couple
# of characters instead of all the "description length"
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/sleuthkit/sleuthkit.spec
  
  $ cvs diff -u -r1.21 -r1.22 sleuthkit.spec
  --- openpkg-src/sleuthkit/sleuthkit.spec  9 Apr 2005 07:52:33 -   
1.21
  +++ openpkg-src/sleuthkit/sleuthkit.spec  7 Jul 2005 11:46:04 -   
1.22
  @@ -33,7 +33,7 @@
   Group:System
   License:  GPL
   Version:  2.01
  -Release:  20050409
  +Release:  20050707
   
   #   list of sources
   Source0:  
http://osdn.dl.sourceforge.net/sleuthkit/sleuthkit-%{version}.tar.gz
  @@ -83,10 +83,6 @@
   %{l_make} %{l_mflags} \
   CC="%{l_cc} %{l_cflags -O}"
   
  -#   remove local file(1), because we use OpenPKG "file" package
  -rm -f bin/file
  -rm -f man/man1/file.1
  -
   #   adjust Perl scripts
   %{l_shtool} subst \
   -e 's;#!/usr/bin/perl;%!{l_prefix}/bin/perl;' \
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: openpkg-src/sleuthkit/ sleuthkit.patch sleuthkit.spec

2005-03-25 Thread Ralf S. Engelschall
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Ralf S. Engelschall
  Root:   /v/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-src  Date:   25-Mar-2005 09:39:33
  Branch: HEAD Handle: 2005032508393200

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

  Log:
upgrading package: sleuthkit 1.73 -> 2.00

  Summary:
RevisionChanges Path
1.9 +19 -44 openpkg-src/sleuthkit/sleuthkit.patch
1.20+2  -2  openpkg-src/sleuthkit/sleuthkit.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/sleuthkit/sleuthkit.patch
  
  $ cvs diff -u -r1.8 -r1.9 sleuthkit.patch
  --- openpkg-src/sleuthkit/sleuthkit.patch 4 Nov 2004 09:32:28 -   
1.8
  +++ openpkg-src/sleuthkit/sleuthkit.patch 25 Mar 2005 08:39:32 -  
1.9
  @@ -1,57 +1,32 @@
   Index: Makefile
   Makefile.orig2004-04-20 21:57:10.0 +0200
  -+++ Makefile 2004-06-18 10:14:40.253031000 +0200
  -@@ -14,12 +14,12 @@
  +--- Makefile.orig2005-03-16 01:42:32 +0100
   Makefile 2005-03-16 10:21:34 +0100
  +@@ -14,13 +14,13 @@
compile-static: no-perl-static mactime sorter file test

no-perl:
   -cd src/misc; make "CC=$(CC)" MAKELEVEL=
  +-cd src/imgtools; 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/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=
  ++cd src/misc; make "CC=$(CC)" OPT=-O MAKELEVEL=
  ++cd src/imgtools; 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=
  ++cd src/srchtools; make "CC=$(CC)" OPT=-O MAKELEVEL=
  ++cd src/disktools; make "CC=$(CC)" OPT=-O MAKELEVEL=

no-perl-static:
cd src/misc; make "CC=$(CC)" OPT=-static MAKELEVEL=
  -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
  -@@ -88,6 +88,14 @@
  - #endif
  - 
  - #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.
  -@@ -107,6 +115,16 @@
  - #include 
  - #endif
  -
  -+/*
  -+ * NetBSD
  -+ *
  -+ */
  -+#if defined(NETBSD16)
  -+#define SUPPORTED
  -+#define STRTOUL strtoul
  -+#endif /* NETBSD */
  -+
  -+
  - #if defined(DARWIN)
  - #define SUPPORTED
  - #define STRTOUL strtoul
  +Index: src/file/magic/Magdir/msdos
  +--- src/file/magic/Magdir/msdos.orig 2005-03-16 01:42:29 +0100
   src/file/magic/Magdir/msdos  2005-03-25 09:38:32 +0100
  +@@ -403,4 +403,3 @@
  + # as below. Unfortunately the following only prints out the first couple
  + # of characters instead of all the "description length"
  + # number of characters -- indicated by the ulelong at offset 60.
  +->>(64.l)  lestring16 >0 Description: %15.15s
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/sleuthkit/sleuthkit.spec
  
  $ cvs diff -u -r1.19 -r1.20 sleuthkit.spec
  --- openpkg-src/sleuthkit/sleuthkit.spec  24 Mar 2005 11:20:21 -  
1.19
  +++ openpkg-src/sleuthkit/sleuthkit.spec  25 Mar 2005 08:39:32 -  
1.20
  @@ -32,8 +32,8 @@
   Class:PLUS
   Group:System
   License:  GPL
  -Version:  1.73
  -Release:  20041104
  +Version:  2.00
  +Release:  20050325
   
   #   list of sources
   Source0:  
http://osdn.dl.sourceforge.net/sleuthkit/sleuthkit-%{version}.tar.gz
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List openpkg-cvs@openpkg.org


[CVS] OpenPKG: openpkg-src/sleuthkit/ sleuthkit.patch sleuthkit.spec

2004-11-04 Thread Torsten Homeyer
  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:
RevisionChanges 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 -   1.7
  +++ openpkg-src/sleuthkit/sleuthkit.patch 4 Nov 2004 09:32:28 -   1.8
  @@ -1,7 +1,7 @@
   Index: Makefile
   --- Makefile.orig2004-04-20 21:57:10.0 +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.0 +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) != 0x));
  --(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 -   1.16
  +++ openpkg-src/sleuthkit/sleuthkit.spec  4 Nov 2004 09:32:28 -   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 Projectwww.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]


[CVS] OpenPKG: openpkg-src/sleuthkit/ sleuthkit.patch sleuthkit.spec

2004-09-08 Thread Michael Schloh
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Michael Schloh
  Root:   /e/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-src  Date:   08-Sep-2004 18:53:28
  Branch: HEAD Handle: 2004090817532700

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

  Log:
upgrading package: sleuthkit 1.71 -> 1.72

  Summary:
RevisionChanges Path
1.7 +11 -54 openpkg-src/sleuthkit/sleuthkit.patch
1.16+2  -8  openpkg-src/sleuthkit/sleuthkit.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/sleuthkit/sleuthkit.patch
  
  $ cvs diff -u -r1.6 -r1.7 sleuthkit.patch
  --- openpkg-src/sleuthkit/sleuthkit.patch 2 Aug 2004 08:46:10 -   1.6
  +++ openpkg-src/sleuthkit/sleuthkit.patch 8 Sep 2004 16:53:27 -   1.7
  @@ -1,52 +1,7 @@
   src/file/config.h.in.orig2004-03-24 08:47:38.0 +0100
  -+++ src/file/config.h.in 2004-03-24 08:51:39.0 +0100
  -@@ -200,3 +200,9 @@
  - 
  - /* Define to `unsigned' if  does not define. */
  - #undef size_t
  -+
  -+/* Define to 1 if you have the `mbrtowc' function. */
  -+#undef HAVE_MBRTOWC
  -+
  -+/* Define to 1 if you have the `wcwidth' function. */
  -+#undef HAVE_WCWIDTH
   src/file/configure.in.orig   2004-03-24 08:35:36.0 +0100
  -+++ src/file/configure.in2004-03-24 08:36:13.0 +0100
  -@@ -97,7 +97,7 @@
  - AC_CHECK_SIZEOF_STDC_HEADERS(uint64_t, 0)
  - 
  - dnl Checks for functions
  --AC_CHECK_FUNCS(mmap strerror strtoul mkstemp getopt_long utimes utime)
  -+AC_CHECK_FUNCS(mmap strerror strtoul mkstemp getopt_long utimes utime mbrtowc 
wcwidth)
  - 
  - dnl Checks for libraries
  - AC_CHECK_LIB(z,gzopen)
   src/file/configure.orig  2004-03-24 09:42:17.0 +0100
  -+++ src/file/configure   2004-03-24 09:42:44.0 +0100
  -@@ -7612,7 +7612,7 @@
  - 
  - 
  - 
  --for ac_func in mmap strerror strtoul mkstemp getopt_long utimes utime
  -+for ac_func in mmap strerror strtoul mkstemp getopt_long utimes utime mbrtowc 
wcwidth
  - do
  - as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
  - echo "$as_me:$LINENO: checking for $ac_func" >&5
   src/file/src/file.c.orig 2004-03-24 09:22:13.0 +0100
  -+++ src/file/src/file.c  2004-03-24 09:22:48.0 +0100
  -@@ -453,7 +453,7 @@
  - size_t
  - file_mbswidth(const char *s)
  - {
  --#ifdef HAVE_WCHAR_H
  -+#if (defined(HAVE_WCHAR_H) && defined (HAVE_MBRTOWC) && defined (HAVE_WCWIDTH))
  - size_t bytesconsumed, old_n, n, width = 0;
  - mbstate_t state;
  - wchar_t nextchar;
   Index: Makefile
   --- Makefile.orig2004-04-20 21:57:10.0 +0200
   +++ Makefile 2004-06-18 10:14:40.253031000 +0200
  -@@ -14,10 +14,10 @@
  +@@ -14,11 +14,11 @@
compile-static: no-perl-static mactime sorter file test

no-perl:
  @@ -54,17 +9,19 @@
   -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 -e "CC=$(CC)" OPT=-O MAKELEVEL=
  +-cd src/srchtools; 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=

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.0 +0200
   +++ src/fstools/ntfs.c   2004-06-18 10:25:58.526356000 +0200
  -@@ -698,7 +698,7 @@
  +@@ -752,7 +752,7 @@
((int)attr <= ((int)attrseq + len)) && 
(getu32(fs, attr->len) > 0 &&
(getu32(fs, attr->type) != 0x));
  @@ -76,9 +33,9 @@
   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
  -@@ -77,6 +77,14 @@
  - #define SUPPORTED
  - #define STRTOUL strtoul
  +@@ -88,6 +88,14 @@
  + #endif
  + 
#endif /* FREEBSD */
   +#if defined(FREEBSD2) || defined(FREEBSD3) || defined(FREEBSD4)
   +#   ifndef PRIx64
  @@ -91,10 +48,10 @@

 /*
  * BSD/OS can handle filesystems > 2GB.
  -@@ -94,6 +102,16 @@
  - #define STRTOUL strtoul
  +@@ -107,6 +115,16 @@
  + #include 
#endif
  - 
  +
   +/*
   + * NetBSD
   + *
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/sleuthkit/sleuthkit.spec
  

[CVS] OpenPKG: openpkg-src/sleuthkit/ sleuthkit.patch sleuthkit.spec

2004-08-02 Thread Torsten Homeyer
  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:
RevisionChanges 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 -  1.5
  +++ openpkg-src/sleuthkit/sleuthkit.patch 2 Aug 2004 08:46:10 -   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.0 +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 -  1.14
  +++ openpkg-src/sleuthkit/sleuthkit.spec  2 Aug 2004 08:46:10 -   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 Projectwww.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]


[CVS] OpenPKG: openpkg-src/sleuthkit/ sleuthkit.patch sleuthkit.spec

2004-06-25 Thread Ralf S. Engelschall
  OpenPKG CVS Repository
  http://cvs.openpkg.org/
  

  Server: cvs.openpkg.org  Name:   Ralf S. Engelschall
  Root:   /e/openpkg/cvs   Email:  [EMAIL PROTECTED]
  Module: openpkg-src  Date:   25-Jun-2004 23:22:16
  Branch: HEAD Handle: -NONE-

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

  Log:
if it is for NetBSD, then title it this way

  Summary:
RevisionChanges Path
1.5 +0  -0  openpkg-src/sleuthkit/sleuthkit.patch
1.14+0  -0  openpkg-src/sleuthkit/sleuthkit.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/sleuthkit/sleuthkit.patch
  
  $ cvs diff -u -r1.4 -r1.5 sleuthkit.patch
  --- openpkg-src/sleuthkit/sleuthkit.patch 21 Jun 2004 07:50:38 -  1.4
  +++ openpkg-src/sleuthkit/sleuthkit.patch 25 Jun 2004 21:22:16 -  1.5
  @@ -81,7 +81,7 @@
#endif

   +/*
  -+ * FreeBSD
  ++ * NetBSD
   + *
   + */
   +#if defined(NETBSD16)
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/sleuthkit/sleuthkit.spec
  
  $ cvs diff -u -r1.13 -r1.14 sleuthkit.spec
  --- openpkg-src/sleuthkit/sleuthkit.spec  21 Jun 2004 07:50:38 -  1.13
  +++ openpkg-src/sleuthkit/sleuthkit.spec  25 Jun 2004 21:22:16 -  1.14
  @@ -34,7 +34,7 @@
   Group:System
   License:  GPL
   Version:  1.70
  -Release:  20040621
  +Release:  20040625
   
   #   list of sources
   Source0:  http://osdn.dl.sourceforge.net/sleuthkit/sleuthkit-%{version}.tar.gz
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]


[CVS] OpenPKG: openpkg-src/sleuthkit/ sleuthkit.patch sleuthkit.spec

2004-06-21 Thread Torsten Homeyer
  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:   21-Jun-2004 09:50:39
  Branch: HEAD Handle: -NONE-

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

  Log:
Sun /usr/ccs/bin/make ignores macros given on the command line until
called with -e

  Summary:
RevisionChanges Path
1.4 +0  -0  openpkg-src/sleuthkit/sleuthkit.patch
1.13+0  -0  openpkg-src/sleuthkit/sleuthkit.spec
  

  patch -p0 <<'@@ .'
  Index: openpkg-src/sleuthkit/sleuthkit.patch
  
  $ cvs diff -u -r1.3 -r1.4 sleuthkit.patch
  --- openpkg-src/sleuthkit/sleuthkit.patch 18 Jun 2004 10:46:23 -  1.3
  +++ openpkg-src/sleuthkit/sleuthkit.patch 21 Jun 2004 07:50:38 -  1.4
  @@ -54,10 +54,10 @@
   -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=
  ++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=

no-perl-static:
cd src/misc; make "CC=$(CC)" OPT=-static MAKELEVEL=
  @@ .
  patch -p0 <<'@@ .'
  Index: openpkg-src/sleuthkit/sleuthkit.spec
  
  $ cvs diff -u -r1.12 -r1.13 sleuthkit.spec
  --- openpkg-src/sleuthkit/sleuthkit.spec  18 Jun 2004 08:50:15 -  1.12
  +++ openpkg-src/sleuthkit/sleuthkit.spec  21 Jun 2004 07:50:38 -  1.13
  @@ -34,7 +34,7 @@
   Group:System
   License:  GPL
   Version:  1.70
  -Release:  20040618
  +Release:  20040621
   
   #   list of sources
   Source0:  http://osdn.dl.sourceforge.net/sleuthkit/sleuthkit-%{version}.tar.gz
  @@ .
__
The OpenPKG Projectwww.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]


[CVS] OpenPKG: openpkg-src/sleuthkit/ sleuthkit.patch sleuthkit.spec

2004-06-18 Thread Torsten Homeyer
  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:
RevisionChanges 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 -  1.1
  +++ openpkg-src/sleuthkit/sleuthkit.patch 18 Jun 2004 08:50:15 -  1.2
  @@ -43,3 +43,33 @@
size_t bytesconsumed, old_n, n, width = 0;
mbstate_t state;
wchar_t nextchar;
  +Index: Makefile
  +--- Makefile.orig2004-04-20 21:57:10.0 +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.0 +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) != 0x));
  +-(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 -  1.11
  +++ openpkg-src/sleuthkit/sleuthkit.spec  18 Jun 2004 08:50:15 -  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 Projectwww.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]