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:
Revision Changes 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 -0000
1.14
+++ openpkg-src/sleuthkit/sleuthkit.patch 6 Apr 2007 06:12:49 -0000
1.15
@@ -1,6 +1,6 @@
Index: Makefile
---- Makefile.orig 2006-12-15 19:40:14 +0100
-+++ Makefile 2006-12-16 12:05:20 +0100
+--- Makefile.orig 2007-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-install 2006-12-16 12:05:20 +0100
+--- check-install.orig 2006-06-15 19:27:57 +0200
++++ check-install 2007-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.sh 2006-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.sh 2007-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 -0000
1.39
+++ openpkg-src/sleuthkit/sleuthkit.spec 6 Apr 2007 06:12:49 -0000
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 [email protected]