wok-6.x rev 24284
updated sleuthkit and sleuthkit-dev (4.8.0 -> 4.11.1)
author | Hans-G?nter Theisgen |
---|---|
date | Thu Jan 13 07:54:46 2022 +0100 (2022-01-13) |
parents | 0817aa6c98ce |
children | 819174745144 |
files | sleuthkit-dev/receipt sleuthkit/description.txt sleuthkit/receipt |
line diff
1.1 --- a/sleuthkit-dev/receipt Wed Jan 12 15:42:09 2022 +0100 1.2 +++ b/sleuthkit-dev/receipt Thu Jan 13 07:54:46 2022 +0100 1.3 @@ -1,12 +1,12 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="sleuthkit-dev" 1.7 -VERSION="4.9.0" 1.8 +VERSION="4.11.1" 1.9 CATEGORY="development" 1.10 SHORT_DESC="Development files for sleuthkit." 1.11 MAINTAINER="slaxemulator@gmail.com" 1.12 LICENSE="GPL2" 1.13 -WEB_SITE="https://www.sleuthkit.org/sleuthkit/" 1.14 +WEB_SITE="http://www.sleuthkit.org/sleuthkit/" 1.15 1.16 DEPENDS="sleuthkit" 1.17 WANTED="sleuthkit" 1.18 @@ -14,8 +14,6 @@ 1.19 # Rules to gen a SliTaz package suitable for Tazpkg. 1.20 genpkg_rules() 1.21 { 1.22 - mkdir -p $fs/usr/lib 1.23 - 1.24 - cp -a $install/usr/lib/*.*a $fs/usr/lib 1.25 - cp -a $install/usr/include $fs/usr 1.26 + cook_copy_folders include 1.27 + cook_copy_files *.*a 1.28 }
2.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 2.2 +++ b/sleuthkit/description.txt Thu Jan 13 07:54:46 2022 +0100 2.3 @@ -0,0 +1,5 @@ 2.4 +The Sleuth Kit® (TSK) is a library and collection of command line tools 2.5 +that allow you to investigate disk images. 2.6 +The core functionality of TSK allows you to analyze volume and file system data. 2.7 +The library can be incorporated into larger digital forensics tools and the 2.8 +command line tools can be directly used to find evidence.
3.1 --- a/sleuthkit/receipt Wed Jan 12 15:42:09 2022 +0100 3.2 +++ b/sleuthkit/receipt Thu Jan 13 07:54:46 2022 +0100 3.3 @@ -1,12 +1,12 @@ 3.4 # SliTaz package receipt. 3.5 3.6 PACKAGE="sleuthkit" 3.7 -VERSION="4.9.0" 3.8 +VERSION="4.11.1" 3.9 CATEGORY="misc" 3.10 SHORT_DESC="File system and media management forensic analysis tools (supports NTFS, FAT, UFS1/2, FFS, Ext2 and Ext3)." 3.11 MAINTAINER="slaxemulator@gmail.com" 3.12 LICENSE="GPL2" 3.13 -WEB_SITE="https://www.sleuthkit.org/sleuthkit/" 3.14 +WEB_SITE="http://www.sleuthkit.org/sleuthkit/" 3.15 3.16 TARBALL="$PACKAGE-$VERSION.tar.gz" 3.17 WGET_URL="https://github.com/$PACKAGE/$PACKAGE/releases/download/$PACKAGE-$VERSION/$TARBALL"