diff --git a/class_parser.py b/class_parser.py index a447f4b..87aac08 100644 --- a/class_parser.py +++ b/class_parser.py @@ -235,7 +235,7 @@ DEBUG = 0 # The pytsk3 version. -VERSION = "20250312" +VERSION = "20250729" # These functions are used to manage library memory. FREE = "aff4_free" diff --git a/dpkg/changelog b/dpkg/changelog index 1ad7aa8..fb832bb 100644 --- a/dpkg/changelog +++ b/dpkg/changelog @@ -1,5 +1,5 @@ -pytsk3 (20250312-1) unstable; urgency=low +pytsk3 (20250729-1) unstable; urgency=low * Auto-generated - -- Joachim Metz Wed, 12 Mar 2025 06:32:21 -0100 + -- Joachim Metz Tue, 29 Jul 2025 07:05:03 -0100 diff --git a/patches/sleuthkit-4.13.0-configure.ac b/patches/sleuthkit-4.13.0-configure.ac deleted file mode 100644 index d235171..0000000 --- a/patches/sleuthkit-4.13.0-configure.ac +++ /dev/null @@ -1,13 +0,0 @@ -diff --git a/sleuthkit/configure.ac b/sleuthkit/configure.ac -index 91163fc67..e64f4f99a 100644 ---- a/configure.ac -+++ b/configure.ac -@@ -15,7 +15,7 @@ AM_MAINTAINER_MODE - - dnl Checks for programs. - AC_PROG_CXX --AX_CXX_COMPILE_STDCXX([17], [noext], [mandatory]) -+AX_CXX_COMPILE_STDCXX([14], [noext], [mandatory]) - AC_PROG_CC - AC_PROG_CPP - AC_PROG_INSTALL diff --git a/patches/sleuthkit-4.14.0-configure.ac b/patches/sleuthkit-4.14.0-configure.ac new file mode 100644 index 0000000..8bfb529 --- /dev/null +++ b/patches/sleuthkit-4.14.0-configure.ac @@ -0,0 +1,34 @@ +diff --git a/configure.ac b/configure.ac +index 447c0a5bb..d25b5b5e2 100644 +--- a/configure.ac ++++ b/configure.ac +@@ -333,28 +333,7 @@ AC_CONFIG_FILES([ + tsk/auto/Makefile + tsk/pool/Makefile + tsk/util/Makefile +- tsk/util/Bitlocker/Makefile +- tools/Makefile +- tools/imgtools/Makefile +- tools/vstools/Makefile +- tools/fstools/Makefile +- tools/hashtools/Makefile +- tools/srchtools/Makefile +- tools/autotools/Makefile +- tools/pooltools/Makefile +- tools/sorter/Makefile +- tools/timeline/Makefile +- tools/fiwalk/Makefile +- tools/fiwalk/src/Makefile +- tools/fiwalk/plugins/Makefile +- tests/Makefile +- samples/Makefile +- man/Makefile +- bindings/java/Makefile +- bindings/java/jni/Makefile +- case-uco/java/Makefile +- unit_tests/Makefile +- unit_tests/base/Makefile]) ++ tsk/util/Bitlocker/Makefile]) + + AC_OUTPUT + diff --git a/setup.py b/setup.py index c8b42b0..e10ed6c 100755 --- a/setup.py +++ b/setup.py @@ -241,7 +241,7 @@ class UpdateCommand(Command): This is normally only run by packagers to make a new release. """ - _SLEUTHKIT_GIT_TAG = "4.13.0" + _SLEUTHKIT_GIT_TAG = "4.14.0" version = time.strftime("%Y%m%d") diff --git a/sleuthkit b/sleuthkit index 6c6432d..c6efd66 160000 --- a/sleuthkit +++ b/sleuthkit @@ -1 +1 @@ -Subproject commit 6c6432d2eb0c0dae193e00b1594d158283b4465e +Subproject commit c6efd66293546b9c95637be703c7c7823e950629