system/sleuthkit: Updated for version 4.1.0.

Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
Barry J. Grundy 2013-07-14 14:19:42 -05:00 committed by Robby Workman
parent 93e96f87e9
commit 1f6d36b623
3 changed files with 6 additions and 9 deletions

View file

@ -8,5 +8,4 @@ the command line tools can be directly used to find evidence.
Sleuthkit can optionally use libewf (for Expert Witness files)
and afflib (for Advanced Forensic Format files). Both are available
in SBo.
and afflib (for Advanced Forensic Format files).

View file

@ -22,10 +22,10 @@
# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
# Updated v4.0.2 March 2013 Barry J. Grundy <bgrundy(at)linuxleo.com>
# Updated v4.1.0 July 2013 Barry J. Grundy <bgrundy(at)linuxleo.com>
PRGNAM=sleuthkit
VERSION=4.0.2
VERSION=4.1.0
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -67,8 +67,6 @@ cd $PRGNAM-$VERSION
chown -R root:root .
chmod -R u+w,go+r-w,a-s .
# For whatever reason, libdl and libpthread weren't getting linked in
LDFLAGS="-ldl -lpthread" \
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
./configure \

View file

@ -1,8 +1,8 @@
PRGNAM="sleuthkit"
VERSION="4.0.2"
VERSION="4.1.0"
HOMEPAGE="http://www.sleuthkit.org/sleuthkit/"
DOWNLOAD="http://downloads.sourceforge.net/project/sleuthkit/sleuthkit/4.0.2/sleuthkit-4.0.2.tar.gz"
MD5SUM="0ca010103990b390794d682b37310af0"
DOWNLOAD="http://downloads.sourceforge.net/project/sleuthkit/sleuthkit/4.1.0/sleuthkit-4.1.0.tar.gz"
MD5SUM="d580ecc1621fc5c9fe1627c09e434525"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""