Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion class_parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@
DEBUG = 0

# The pytsk3 version.
VERSION = "20250312"
VERSION = "20250729"

# These functions are used to manage library memory.
FREE = "aff4_free"
Expand Down
4 changes: 2 additions & 2 deletions dpkg/changelog
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pytsk3 (20250312-1) unstable; urgency=low
pytsk3 (20250729-1) unstable; urgency=low

* Auto-generated

-- Joachim Metz <joachim.metz@gmail.com> Wed, 12 Mar 2025 06:32:21 -0100
-- Joachim Metz <joachim.metz@gmail.com> Tue, 29 Jul 2025 07:05:03 -0100
13 changes: 0 additions & 13 deletions patches/sleuthkit-4.13.0-configure.ac

This file was deleted.

34 changes: 34 additions & 0 deletions patches/sleuthkit-4.14.0-configure.ac
Original file line number Diff line number Diff line change
@@ -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

2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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")

Expand Down
2 changes: 1 addition & 1 deletion sleuthkit
Submodule sleuthkit updated 532 files
Loading