summaryrefslogtreecommitdiffstats
path: root/system/sleuthkit/sleuthkit.SlackBuild
diff options
context:
space:
mode:
author Barry J. Grundy2016-03-21 17:41:16 +0100
committer Willy Sudiarto Raharjo2016-03-21 17:54:06 +0100
commit7695b3ab8424f38982b1dd7aa1050cdcac24b88c (patch)
treeafd68fb85e12b778778706056423cd2a86f4f6c9 /system/sleuthkit/sleuthkit.SlackBuild
parentdc3607d12d3b0dc3442163fbf7ac776ebca92ead (diff)
downloadslackbuilds-7695b3ab8424f38982b1dd7aa1050cdcac24b88c.tar.gz
system/sleuthkit: Updated for version 4.2.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/sleuthkit/sleuthkit.SlackBuild')
-rw-r--r--system/sleuthkit/sleuthkit.SlackBuild11
1 files changed, 4 insertions, 7 deletions
diff --git a/system/sleuthkit/sleuthkit.SlackBuild b/system/sleuthkit/sleuthkit.SlackBuild
index e30eb4a4ae..1cd243e509 100644
--- a/system/sleuthkit/sleuthkit.SlackBuild
+++ b/system/sleuthkit/sleuthkit.SlackBuild
@@ -22,12 +22,12 @@
# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-# Updated v4.1.3 (external type patch) December 2014
+# Updated v4.2.0 March 2016.
# Barry J. Grundy <bgrundy(at)linuxleo.com>
PRGNAM=sleuthkit
-VERSION=${VERSION:-4.1.3}
-BUILD=${BUILD:-2}
+VERSION=${VERSION:-4.2.0}
+BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
@@ -70,10 +70,7 @@ find -L . \
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
-o -perm 511 \) -exec chmod 755 {} \; -o \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
- -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
-
-# Fix external type errors with EWF, external and unsupported types:
-patch -p0 < $CWD/tsk4.1.3_external_type.patch
+ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \