ports/sysutils/sleuthkit/files/patch-tsk__img__tsk_img.h
Antoine Brodin a77e2439ca Update the sleuthkit to 4.1.3:
- Use libtool (instead of jumping from .11 to .12, we go back to .10)
- Include a patch which allows python bindings to work correctly (obtained from Joachim Metz)

Update pytsk to 2014-02-09:
- Remove DOCS/EXAMPLES conditionals
- Don't override DOCSDIR and EXAMPLESDIR, mva's patch will do it soon
2014-02-10 18:12:30 +00:00

11 lines
434 B
C

--- ./tsk/img/tsk_img.h.orig 2014-01-27 03:27:03.000000000 +0000
+++ ./tsk/img/tsk_img.h 2014-02-09 16:25:08.000000000 +0000
@@ -66,6 +66,8 @@
TSK_IMG_TYPE_EWF_EWF = 0x0040, ///< EWF version
+ TSK_IMG_TYPE_EXTERNAL = 0x1000, ///< external defined format which at least implements TSK_IMG_INFO, used by pytsk
+
TSK_IMG_TYPE_UNSUPP = 0xffff, ///< Unsupported disk image type
} TSK_IMG_TYPE_ENUM;