Skip to content

Commit

Permalink
Updated to Sleuthkit 4.11.0 (#80)
Browse files Browse the repository at this point in the history
  • Loading branch information
joachimmetz authored Aug 2, 2021
1 parent 40e849a commit ed711c7
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
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 = "20210419"
VERSION = "20210801"

# 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 (20210419-1) unstable; urgency=low
pytsk3 (20210801-1) unstable; urgency=low

* Auto-generated

-- Joachim Metz <[email protected]> Mon, 19 Apr 2021 20:05:49 -0100
-- Joachim Metz <[email protected]> Sun, 01 Aug 2021 05:47:11 -0100
File renamed without changes.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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")

Expand Down Expand Up @@ -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")

Expand Down
2 changes: 1 addition & 1 deletion sleuthkit
Submodule sleuthkit updated 165 files
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20210419
20210801

0 comments on commit ed711c7

Please sign in to comment.