From owner-svn-ports-head@freebsd.org Wed Oct 14 17:27:31 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 22219A15608; Wed, 14 Oct 2015 17:27:31 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id ED4211EAD; Wed, 14 Oct 2015 17:27:30 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t9EHRTLc035059; Wed, 14 Oct 2015 17:27:29 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t9EHRTrc035053; Wed, 14 Oct 2015 17:27:29 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201510141727.t9EHRTrc035053@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Wed, 14 Oct 2015 17:27:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r399283 - in head/sysutils: py-pytsk sleuthkit sleuthkit/files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Oct 2015 17:27:31 -0000 Author: antoine Date: Wed Oct 14 17:27:29 2015 New Revision: 399283 URL: https://svnweb.freebsd.org/changeset/ports/399283 Log: Update sleuthkit to 4.2.0 Added: head/sysutils/sleuthkit/files/patch-tsk_hashdb_binsrch__index.cpp (contents, props changed) Deleted: head/sysutils/sleuthkit/files/patch-tsk__img__tsk_img.h Modified: head/sysutils/py-pytsk/Makefile head/sysutils/sleuthkit/Makefile head/sysutils/sleuthkit/distinfo head/sysutils/sleuthkit/pkg-plist Modified: head/sysutils/py-pytsk/Makefile ============================================================================== --- head/sysutils/py-pytsk/Makefile Wed Oct 14 17:09:50 2015 (r399282) +++ head/sysutils/py-pytsk/Makefile Wed Oct 14 17:27:29 2015 (r399283) @@ -3,6 +3,7 @@ PORTNAME= pytsk PORTVERSION= 20150406 +PORTREVISION= 1 CATEGORIES= sysutils security devel python MASTER_SITES= https://github.com/py4n6/pytsk/releases/download/${PORTVERSION}/ \ LOCAL/antoine Modified: head/sysutils/sleuthkit/Makefile ============================================================================== --- head/sysutils/sleuthkit/Makefile Wed Oct 14 17:09:50 2015 (r399282) +++ head/sysutils/sleuthkit/Makefile Wed Oct 14 17:27:29 2015 (r399283) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= sleuthkit -PORTVERSION= 4.1.3 -PORTREVISION= 2 +PORTVERSION= 4.2.0 CATEGORIES= sysutils security MASTER_SITES= SF @@ -25,21 +24,23 @@ RUN_DEPENDS= p5-DateTime-TimeZone>=0:${P CONFLICTS= ja-ls-[0-9]* icat-[0-9]* GNU_CONFIGURE= yes -CONFIGURE_ENV= ac_cv_path_PERL="${PERL}" USES= libtool perl5 USE_LDCONFIG= yes INSTALL_TARGET= install-strip DATADIR= ${PREFIX}/share/tsk -PORTDOCS= NEWS.txt README.txt +PORTDOCS= NEWS.txt README.md -OPTIONS_DEFINE= DOCS LIBEWF +OPTIONS_DEFINE= AFFLIB DOCS LIBEWF +AFFLIB_DESC= Build with AFFLIB support LIBEWF_DESC= Build with EWF support OPTIONS_DEFAULT=LIBEWF +AFFLIB_LIB_DEPENDS= libafflib.so:${PORTSDIR}/sysutils/afflib +AFFLIB_CONFIGURE_WITH= afflib=${LOCALBASE} + LIBEWF_LIB_DEPENDS= libewf.so:${PORTSDIR}/devel/libewf -LIBEWF_CONFIGURE_ON= --with-libewf=${LOCALBASE} -LIBEWF_CONFIGURE_OFF= --without-libewf +LIBEWF_CONFIGURE_WITH= libewf=${LOCALBASE} post-install: @${MKDIR} ${STAGEDIR}${DOCSDIR} Modified: head/sysutils/sleuthkit/distinfo ============================================================================== --- head/sysutils/sleuthkit/distinfo Wed Oct 14 17:09:50 2015 (r399282) +++ head/sysutils/sleuthkit/distinfo Wed Oct 14 17:27:29 2015 (r399283) @@ -1,2 +1,2 @@ -SHA256 (sleuthkit-4.1.3.tar.gz) = 67f9d2a31a8884d58698d6122fc1a1bfa9bf238582bde2b49228ec9b899f0327 -SIZE (sleuthkit-4.1.3.tar.gz) = 7952733 +SHA256 (sleuthkit-4.2.0.tar.gz) = 91b287f19798ae480083c15401686e4a041c15f7a92054a5c0320bcb65604723 +SIZE (sleuthkit-4.2.0.tar.gz) = 8444596 Added: head/sysutils/sleuthkit/files/patch-tsk_hashdb_binsrch__index.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/sleuthkit/files/patch-tsk_hashdb_binsrch__index.cpp Wed Oct 14 17:27:29 2015 (r399283) @@ -0,0 +1,11 @@ +--- tsk/hashdb/binsrch_index.cpp.orig 2015-09-16 17:07:12 UTC ++++ tsk/hashdb/binsrch_index.cpp +@@ -23,7 +23,7 @@ + // the hash, so there are 2 ^ 12 or 4096 possible entries. + static const size_t IDX_IDX_ENTRY_COUNT = 4096; + static const size_t IDX_IDX_SIZE = IDX_IDX_ENTRY_COUNT * sizeof(uint64_t); +-static const uint64_t IDX_IDX_ENTRY_NOT_SET = 0xFFFFFFFFFFFFFFFF; ++static const uint64_t IDX_IDX_ENTRY_NOT_SET = 0xFFFFFFFFFFFFFFFFULL; + + + /** Modified: head/sysutils/sleuthkit/pkg-plist ============================================================================== --- head/sysutils/sleuthkit/pkg-plist Wed Oct 14 17:09:50 2015 (r399282) +++ head/sysutils/sleuthkit/pkg-plist Wed Oct 14 17:27:29 2015 (r399283) @@ -28,11 +28,14 @@ bin/tsk_comparedir bin/tsk_gettimes bin/tsk_loaddb bin/tsk_recover +include/tsk/auto/sqlite3.h include/tsk/auto/tsk_auto.h include/tsk/base/tsk_base.h include/tsk/base/tsk_os.h +include/tsk/fs/tsk_exfatfs.h include/tsk/fs/tsk_ext2fs.h include/tsk/fs/tsk_fatfs.h +include/tsk/fs/tsk_fatxxfs.h include/tsk/fs/tsk_ffs.h include/tsk/fs/tsk_fs.h include/tsk/fs/tsk_hfs.h @@ -51,8 +54,8 @@ include/tsk/vs/tsk_sun.h include/tsk/vs/tsk_vs.h lib/libtsk.a lib/libtsk.so -lib/libtsk.so.10 -lib/libtsk.so.10.2.0 +lib/libtsk.so.13 +lib/libtsk.so.13.0.0 man/man1/blkcalc.1.gz man/man1/blkcat.1.gz man/man1/blkls.1.gz