Skip to content

Commit ce8c30d

Browse files
authored
Updated to SleuthKit 4.14.0 (#108)
1 parent 38cb712 commit ce8c30d

File tree

6 files changed

+39
-18
lines changed

6 files changed

+39
-18
lines changed

class_parser.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@
235235
DEBUG = 0
236236

237237
# The pytsk3 version.
238-
VERSION = "20250312"
238+
VERSION = "20250729"
239239

240240
# These functions are used to manage library memory.
241241
FREE = "aff4_free"

dpkg/changelog

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
pytsk3 (20250312-1) unstable; urgency=low
1+
pytsk3 (20250729-1) unstable; urgency=low
22

33
* Auto-generated
44

5-
-- Joachim Metz <[email protected]> Wed, 12 Mar 2025 06:32:21 -0100
5+
-- Joachim Metz <[email protected]> Tue, 29 Jul 2025 07:05:03 -0100

patches/sleuthkit-4.13.0-configure.ac

Lines changed: 0 additions & 13 deletions
This file was deleted.
Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
diff --git a/configure.ac b/configure.ac
2+
index 447c0a5bb..d25b5b5e2 100644
3+
--- a/configure.ac
4+
+++ b/configure.ac
5+
@@ -333,28 +333,7 @@ AC_CONFIG_FILES([
6+
tsk/auto/Makefile
7+
tsk/pool/Makefile
8+
tsk/util/Makefile
9+
- tsk/util/Bitlocker/Makefile
10+
- tools/Makefile
11+
- tools/imgtools/Makefile
12+
- tools/vstools/Makefile
13+
- tools/fstools/Makefile
14+
- tools/hashtools/Makefile
15+
- tools/srchtools/Makefile
16+
- tools/autotools/Makefile
17+
- tools/pooltools/Makefile
18+
- tools/sorter/Makefile
19+
- tools/timeline/Makefile
20+
- tools/fiwalk/Makefile
21+
- tools/fiwalk/src/Makefile
22+
- tools/fiwalk/plugins/Makefile
23+
- tests/Makefile
24+
- samples/Makefile
25+
- man/Makefile
26+
- bindings/java/Makefile
27+
- bindings/java/jni/Makefile
28+
- case-uco/java/Makefile
29+
- unit_tests/Makefile
30+
- unit_tests/base/Makefile])
31+
+ tsk/util/Bitlocker/Makefile])
32+
33+
AC_OUTPUT
34+

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ class UpdateCommand(Command):
241241
242242
This is normally only run by packagers to make a new release.
243243
"""
244-
_SLEUTHKIT_GIT_TAG = "4.13.0"
244+
_SLEUTHKIT_GIT_TAG = "4.14.0"
245245

246246
version = time.strftime("%Y%m%d")
247247

sleuthkit

Submodule sleuthkit updated 532 files

0 commit comments

Comments
 (0)