diff options
author | Barry J. Grundy <bgrundyatlinuxleo.com> | 2013-07-14 14:19:42 -0500 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2013-07-14 17:07:21 -0500 |
commit | 1f6d36b62346b8711082a6e454322a4f03f8d24d (patch) | |
tree | f46e795f802572f562cbe240bea03a0529b1c48e /system/sleuthkit | |
parent | 93e96f87e94472904e71f9bacf0f49b1b6367ce8 (diff) | |
download | slackbuilds-1f6d36b62346b8711082a6e454322a4f03f8d24d.tar.gz |
system/sleuthkit: Updated for version 4.1.0.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'system/sleuthkit')
-rw-r--r-- | system/sleuthkit/README | 3 | ||||
-rw-r--r-- | system/sleuthkit/sleuthkit.SlackBuild | 6 | ||||
-rw-r--r-- | system/sleuthkit/sleuthkit.info | 6 |
3 files changed, 6 insertions, 9 deletions
diff --git a/system/sleuthkit/README b/system/sleuthkit/README index f64c370f72..5d6c74064d 100644 --- a/system/sleuthkit/README +++ b/system/sleuthkit/README @@ -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). diff --git a/system/sleuthkit/sleuthkit.SlackBuild b/system/sleuthkit/sleuthkit.SlackBuild index aacd96ac43..e9e72d4e79 100644 --- a/system/sleuthkit/sleuthkit.SlackBuild +++ b/system/sleuthkit/sleuthkit.SlackBuild @@ -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 \ diff --git a/system/sleuthkit/sleuthkit.info b/system/sleuthkit/sleuthkit.info index 3d61de5bdc..252cbf0e2c 100644 --- a/system/sleuthkit/sleuthkit.info +++ b/system/sleuthkit/sleuthkit.info @@ -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="" |