aboutsummaryrefslogtreecommitdiffstats
path: root/community/sleuthkit
diff options
context:
space:
mode:
authorFrancesco Colista <fcolista@alpinelinux.org>2019-04-29 10:45:02 +0000
committerFrancesco Colista <fcolista@alpinelinux.org>2019-04-29 11:40:28 +0000
commit43222ffb482b3a4b760add6cec877c0c3ab0c505 (patch)
treeb4d0659d1992a523e70dc190c6f4d587229cd146 /community/sleuthkit
parentba815ae56ceb6c4525a5dacf2aaedd489bfd6297 (diff)
downloadaports-43222ffb482b3a4b760add6cec877c0c3ab0c505.tar.bz2
aports-43222ffb482b3a4b760add6cec877c0c3ab0c505.tar.xz
community/sleuthkit: upgrade to 4.6.6
Diffstat (limited to 'community/sleuthkit')
-rw-r--r--community/sleuthkit/APKBUILD15
1 files changed, 3 insertions, 12 deletions
diff --git a/community/sleuthkit/APKBUILD b/community/sleuthkit/APKBUILD
index d80e2793b8..cff49cf135 100644
--- a/community/sleuthkit/APKBUILD
+++ b/community/sleuthkit/APKBUILD
@@ -1,16 +1,14 @@
# Contributor: Francesco Colista <fcolista@alpinelinux.org>
# Maintainer: Francesco Colista <fcolista@alpinelinux.org>
pkgname=sleuthkit
-pkgver=4.6.5
+pkgver=4.6.6
pkgrel=0
pkgdesc="File system and media management forensic analysis tools"
arch="all"
license="custom"
depends="perl"
url="http://www.sleuthkit.org/sleuthkit"
-depends_dev="libewf-dev sqlite-dev"
-makedepends="$depends_dev autoconf automake libtool"
-install=""
+makedepends="autoconf automake libtool sqlite-dev"
options="libtool"
subpackages="$pkgname-dev $pkgname-doc"
source="https://github.com/sleuthkit/sleuthkit/releases/download/$pkgname-$pkgver/$pkgname-$pkgver.tar.gz
@@ -20,13 +18,6 @@ source="https://github.com/sleuthkit/sleuthkit/releases/download/$pkgname-$pkgve
builddir="$srcdir"/$pkgname-$pkgver
-prepare() {
- cd "$builddir"
- sed -i 's/daddr_t/uint32_t/g' tools/srchtools/sigfind.cpp
- autoreconf -fi
- default_prepare
-}
-
build() {
cd "$builddir"
# https://github.com/sleuthkit/sleuthkit/issues/642
@@ -43,7 +34,7 @@ package() {
}
-sha512sums="ba21be166da1a7bdd197946722a1e0947f90bbb2c27d635cdfbcbc870aa42937fe6b42f432482f70a5e686942c8891d0367b5ce28615315d8905661e73aefe32 sleuthkit-4.6.5.tar.gz
+sha512sums="42eba3d420fcdb37966c70bd158ff379292bf6e0366cf9b4c43b7e0d1fa4d729d1a31c49ddc7ce17bd6c31d63ddc34251ec53878714274c910db2b6974e17f19 sleuthkit-4.6.6.tar.gz
4b68367bff62c731c09ab9a95f810b11562f0942021825226ca8d5e846e54c64004f77ac587ea0377bcb5c50c9dcb33dba1caa8cffd717076cc13c9931dd2c9c 30_fix-manpages.patch
e0421b2fc4bb1d04d3bdb13805d060b386f700586d9e33728185eaff26eef14d5fdbf89979fb5d898dfeee7467f891b5d3c33441f9cb35af5f93d3d576e7cc26 40_no_static_ldflags.patch
cb0d17840f1b4570da1ee0d092f8716a7e073463658d4a7b1cddb74058c5eccf316fcbd2e7c5fba3af0f0adaaabe4e395bd5a41aa1438be615edacb8c6efd89d 50_disable_ant_clean.patch"