# HG changeset patch # User Hans-G?nter Theisgen # Date 1642056886 -3600 # Node ID 595388de14c6c51fecbd71d5da8abd8323ce3a2b # Parent 0817aa6c98ce24450762fd45b9654cc2899770a0 updated sleuthkit and sleuthkit-dev (4.8.0 -> 4.11.1) diff -r 0817aa6c98ce -r 595388de14c6 sleuthkit-dev/receipt --- a/sleuthkit-dev/receipt Wed Jan 12 15:42:09 2022 +0100 +++ b/sleuthkit-dev/receipt Thu Jan 13 07:54:46 2022 +0100 @@ -1,12 +1,12 @@ # SliTaz package receipt. PACKAGE="sleuthkit-dev" -VERSION="4.9.0" +VERSION="4.11.1" CATEGORY="development" SHORT_DESC="Development files for sleuthkit." MAINTAINER="slaxemulator@gmail.com" LICENSE="GPL2" -WEB_SITE="https://www.sleuthkit.org/sleuthkit/" +WEB_SITE="http://www.sleuthkit.org/sleuthkit/" DEPENDS="sleuthkit" WANTED="sleuthkit" @@ -14,8 +14,6 @@ # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - mkdir -p $fs/usr/lib - - cp -a $install/usr/lib/*.*a $fs/usr/lib - cp -a $install/usr/include $fs/usr + cook_copy_folders include + cook_copy_files *.*a } diff -r 0817aa6c98ce -r 595388de14c6 sleuthkit/description.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/sleuthkit/description.txt Thu Jan 13 07:54:46 2022 +0100 @@ -0,0 +1,5 @@ +The Sleuth Kit® (TSK) is a library and collection of command line tools +that allow you to investigate disk images. +The core functionality of TSK allows you to analyze volume and file system data. +The library can be incorporated into larger digital forensics tools and the +command line tools can be directly used to find evidence. diff -r 0817aa6c98ce -r 595388de14c6 sleuthkit/receipt --- a/sleuthkit/receipt Wed Jan 12 15:42:09 2022 +0100 +++ b/sleuthkit/receipt Thu Jan 13 07:54:46 2022 +0100 @@ -1,12 +1,12 @@ # SliTaz package receipt. PACKAGE="sleuthkit" -VERSION="4.9.0" +VERSION="4.11.1" CATEGORY="misc" SHORT_DESC="File system and media management forensic analysis tools (supports NTFS, FAT, UFS1/2, FFS, Ext2 and Ext3)." MAINTAINER="slaxemulator@gmail.com" LICENSE="GPL2" -WEB_SITE="https://www.sleuthkit.org/sleuthkit/" +WEB_SITE="http://www.sleuthkit.org/sleuthkit/" TARBALL="$PACKAGE-$VERSION.tar.gz" WGET_URL="https://github.com/$PACKAGE/$PACKAGE/releases/download/$PACKAGE-$VERSION/$TARBALL"