diff --git a/class_parser.py b/class_parser.py index fbd9332..b03969f 100644 --- a/class_parser.py +++ b/class_parser.py @@ -235,7 +235,7 @@ DEBUG = 0 # The pytsk3 version. -VERSION = "20210419" +VERSION = "20210801" # These functions are used to manage library memory. FREE = "aff4_free" diff --git a/dpkg/changelog b/dpkg/changelog index 49db45f..2c431c6 100644 --- a/dpkg/changelog +++ b/dpkg/changelog @@ -1,5 +1,5 @@ -pytsk3 (20210419-1) unstable; urgency=low +pytsk3 (20210801-1) unstable; urgency=low * Auto-generated - -- Joachim Metz Mon, 19 Apr 2021 20:05:49 -0100 + -- Joachim Metz Sun, 01 Aug 2021 05:47:11 -0100 diff --git a/patches/sleuthkit-4.10.2-configure.ac b/patches/sleuthkit-4.11.0-configure.ac similarity index 100% rename from patches/sleuthkit-4.10.2-configure.ac rename to patches/sleuthkit-4.11.0-configure.ac diff --git a/setup.py b/setup.py index cfadc9f..782128a 100755 --- a/setup.py +++ b/setup.py @@ -386,7 +386,7 @@ class UpdateCommand(Command): This is normally only run by packagers to make a new release. """ - _SLEUTHKIT_GIT_TAG = "4.10.2" + _SLEUTHKIT_GIT_TAG = "4.11.0" version = time.strftime("%Y%m%d") @@ -467,7 +467,7 @@ def run(self): print("Pulling from HEAD") else: print("Pulling from tag: {0:s}".format(self._SLEUTHKIT_GIT_TAG)) - subprocess.check_call(["git", "fetch", "--tags"], cwd="sleuthkit") + subprocess.check_call(["git", "fetch", "--force", "--tags"], cwd="sleuthkit") git_tag_path = "tags/sleuthkit-{0:s}".format(self._SLEUTHKIT_GIT_TAG) subprocess.check_call(["git", "checkout", git_tag_path], cwd="sleuthkit") diff --git a/sleuthkit b/sleuthkit index 389258c..a397493 160000 --- a/sleuthkit +++ b/sleuthkit @@ -1 +1 @@ -Subproject commit 389258cb33b5d356c6758fe703eddbbea18be4c7 +Subproject commit a397493d8fd5198b40d6c0ce1e4135c1f86d9ea9 diff --git a/version.txt b/version.txt index 23ecfbe..acce7f2 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -20210419 \ No newline at end of file +20210801 \ No newline at end of file