Browse Source

sleuthkit: Updated (2.06 -> 3.1.3)

user/karasz/next/updates
Christian Wiese 15 years ago
parent
commit
3fc1d91b0a
  1. 82
      security/sleuthkit/missing-arflags.patch
  2. 19
      security/sleuthkit/sleuthkit.conf
  3. 6
      security/sleuthkit/sleuthkit.desc

82
security/sleuthkit/missing-arflags.patch

@ -1,82 +0,0 @@
# --- SDE-COPYRIGHT-NOTE-BEGIN ---
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
#
# Filename: package/.../sleuthkit/missing-arflags.patch
# Copyright (C) 2006 The OpenSDE Project
#
# More information can be found in the files COPYING and README.
#
# This patch file is dual-licensed. It is available under the license the
# patched project is licensed under, as long as it is an OpenSource license
# as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
# of the GNU General Public License as published by the Free Software
# Foundation; either version 2 of the License, or (at your option) any later
# version.
# --- SDE-COPYRIGHT-NOTE-END ---
--- sleuthkit-2.06/src/auxtools/Makefile.orig 2006-10-09 20:56:57.000000000 +0200
+++ sleuthkit-2.06/src/auxtools/Makefile 2006-10-09 21:12:18.000000000 +0200
@@ -21,7 +21,7 @@
manpages:
lib: $(LIBOBJ)
- $(AR) $(LIB) $?
+ $(AR) $(ARFLAGS) $(LIB) $?
$(RANLIB) $(LIB)
indent:
--- sleuthkit-2.06/src/fstools/Makefile.orig 2006-10-09 21:13:59.000000000 +0200
+++ sleuthkit-2.06/src/fstools/Makefile 2006-10-09 21:19:07.000000000 +0200
@@ -32,7 +32,7 @@
all: lib $(PROGS)
lib: $(LIBOBJ)
- $(AR) $(LIB) $?
+ $(AR) $(ARFLAGS) $(LIB) $?
$(RANLIB) $(LIB)
$(BIN_DIR)/dls: dls.o $(LIB)
--- sleuthkit-2.06/src/hashtools/Makefile.orig 2006-10-09 21:04:40.000000000 +0200
+++ sleuthkit-2.06/src/hashtools/Makefile 2006-10-09 21:08:39.000000000 +0200
@@ -16,7 +16,7 @@
all: lib $(PROGS)
lib: $(LIBOBJ)
- $(AR) $(LIB) $?
+ $(AR) $(ARFLAGS) $(LIB) $?
$(RANLIB) $(LIB)
$(BIN)/md5: md5.o md5c.o
--- sleuthkit-2.06/src/imgtools/Makefile.orig 2006-10-09 21:02:08.000000000 +0200
+++ sleuthkit-2.06/src/imgtools/Makefile 2006-10-09 21:14:58.000000000 +0200
@@ -19,7 +19,7 @@
all: lib $(PROGS)
lib: $(LIBOBJ)
- $(AR) $(LIB) $?
+ $(AR) $(ARFLAGS) $(LIB) $?
$(RANLIB) $(LIB)
$(BIN_DIR)/img_stat: img_stat.o $(LIB)
--- sleuthkit-2.06/src/mmtools/Makefile.orig 2006-10-09 21:15:26.000000000 +0200
+++ sleuthkit-2.06/src/mmtools/Makefile 2006-10-09 21:15:41.000000000 +0200
@@ -19,7 +19,7 @@
all: lib $(PROGS)
lib: $(LIBOBJ)
- $(AR) $(LIB) $?
+ $(AR) $(ARFLAGS) $(LIB) $?
$(RANLIB) $(LIB)
$(BIN_DIR)/mmls: mmls.o $(LIB)
--- sleuthkit-2.06/src/srchtools/Makefile.orig 2006-10-09 21:16:16.000000000 +0200
+++ sleuthkit-2.06/src/srchtools/Makefile 2006-10-09 21:16:34.000000000 +0200
@@ -17,7 +17,7 @@
all: lib $(PROGS)
lib: $(LIBOBJ)
- $(AR) $(LIB) $?
+ $(AR) $(ARFLAGS) $(LIB) $?
$(RANLIB) $(LIB)
$(BIN)/srch_strings: srch_strings.o $(LIB)

19
security/sleuthkit/sleuthkit.conf

@ -2,7 +2,7 @@
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
#
# Filename: package/.../sleuthkit/sleuthkit.conf
# Copyright (C) 2006 The OpenSDE Project
# Copyright (C) 2006 - 2010 The OpenSDE Project
#
# More information can be found in the files COPYING and README.
#
@ -14,20 +14,3 @@
prefix="opt/sleuthkit"
set_confopt
# sleuthkit has no make install target
makeinstopt=
# function to install sleuthkit
sleuthkit_install(){
# copy the binaries
mkdir -pv $root{$bindir,$mandir}
cp -rv bin/* $root$bindir
cp -rv man/* $root$mandir
}
var_append makeopt " " "no-perl"
var_append makeopt " " "sorter"
var_append makeopt " " "mactime"
hook_add postmake 5 "sleuthkit_install"

6
security/sleuthkit/sleuthkit.desc

@ -2,7 +2,7 @@
[COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch.
[COPY]
[COPY] Filename: package/.../sleuthkit/sleuthkit.desc
[COPY] Copyright (C) 2006 The OpenSDE Project
[COPY] Copyright (C) 2006 - 2010 The OpenSDE Project
[COPY]
[COPY] More information can be found in the files COPYING and README.
[COPY]
@ -27,7 +27,7 @@
[L] OpenSource
[S] Stable
[V] 2.06
[V] 3.1.3
[P] X -----5---9 700.000
[D] 1944774207 sleuthkit-2.06.tar.gz http://dl.sourceforge.net/sourceforge/sleuthkit/
[D] 3261575225 sleuthkit-3.1.3.tar.gz http://dl.sourceforge.net/sourceforge/sleuthkit/

Loading…
Cancel
Save