From a3fb72adf526be4ab3cbd20fef2e050e4cea7aaf Mon Sep 17 00:00:00 2001 From: Joachim Metz Date: Sat, 7 Oct 2023 03:51:01 -0700 Subject: [PATCH] Updated to SleuthKit 4.12.1 (#97) --- class_parser.py | 2 +- dpkg/changelog | 4 ++-- ...hkit-4.12.0-configure.ac => sleuthkit-4.12.1-configure.ac} | 0 setup.cfg | 2 +- setup.py | 2 +- sleuthkit | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) rename patches/{sleuthkit-4.12.0-configure.ac => sleuthkit-4.12.1-configure.ac} (100%) diff --git a/class_parser.py b/class_parser.py index febd172..cf283ab 100644 --- a/class_parser.py +++ b/class_parser.py @@ -235,7 +235,7 @@ DEBUG = 0 # The pytsk3 version. -VERSION = "20230930" +VERSION = "20231007" # These functions are used to manage library memory. FREE = "aff4_free" diff --git a/dpkg/changelog b/dpkg/changelog index a12569b..bfc66af 100644 --- a/dpkg/changelog +++ b/dpkg/changelog @@ -1,5 +1,5 @@ -pytsk3 (20230930-1) unstable; urgency=low +pytsk3 (20231007-1) unstable; urgency=low * Auto-generated - -- Joachim Metz Sat, 30 Sep 2023 10:50:56 -0100 + -- Joachim Metz Sat, 07 Oct 2023 12:22:28 -0100 diff --git a/patches/sleuthkit-4.12.0-configure.ac b/patches/sleuthkit-4.12.1-configure.ac similarity index 100% rename from patches/sleuthkit-4.12.0-configure.ac rename to patches/sleuthkit-4.12.1-configure.ac diff --git a/setup.cfg b/setup.cfg index 464a1ab..b95c083 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = pytsk3 -version = 20230930 +version = 20231007 description = Python bindings for the SleuthKit long_description = Python bindings for the SleuthKit author = Michael Cohen diff --git a/setup.py b/setup.py index 10e569b..a86ded0 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.12.0" + _SLEUTHKIT_GIT_TAG = "4.12.1" version = time.strftime("%Y%m%d") diff --git a/sleuthkit b/sleuthkit index 99f0b41..b42c1cf 160000 --- a/sleuthkit +++ b/sleuthkit @@ -1 +1 @@ -Subproject commit 99f0b41e435f1d9aa1139e32c0ccac88e6dad7b9 +Subproject commit b42c1cf3c56c20cf3cb12d0ecf67af88aba24ed7