From 940d1c142588caefaa25e2092f8b44691578415a Mon Sep 17 00:00:00 2001 From: Antoine Brodin Date: Sun, 18 Mar 2018 17:25:13 +0000 Subject: - Update sysutils/sleuthkit to 4.6.0 - Update sysutils/py-pytsk to 20180225 --- sysutils/py-pytsk/files/patch-setup.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'sysutils/py-pytsk/files/patch-setup.py') diff --git a/sysutils/py-pytsk/files/patch-setup.py b/sysutils/py-pytsk/files/patch-setup.py index 19c9b5c92246..2f1ca0b467ca 100644 --- a/sysutils/py-pytsk/files/patch-setup.py +++ b/sysutils/py-pytsk/files/patch-setup.py @@ -1,8 +1,8 @@ # Unbundle sleuthkit and talloc ---- setup.py.orig 2017-11-06 20:59:12 UTC +--- setup.py.orig 2018-02-25 21:28:07 UTC +++ setup.py -@@ -178,9 +178,9 @@ class BuildExtCommand(build_ext): +@@ -179,9 +179,9 @@ class BuildExtCommand(build_ext): def run(self): compiler = new_compiler(compiler=self.compiler) # pylint: disable=attribute-defined-outside-init @@ -14,7 +14,7 @@ if not os.access("pytsk3.c", os.R_OK): # Generate the Python binding code (pytsk3.c). -@@ -330,7 +330,7 @@ class ProjectBuilder(object): +@@ -341,7 +341,7 @@ class ProjectBuilder(object): self._argv = argv # The path to the sleuthkit/tsk directory. @@ -23,7 +23,7 @@ # Paths under the sleuthkit/tsk directory which contain files we need # to compile. -@@ -340,13 +340,13 @@ class ProjectBuilder(object): +@@ -351,13 +351,13 @@ class ProjectBuilder(object): # The args for the extension builder. self.extension_args = { "define_macros": [], -- cgit v1.2.3