[Forensics-changes] [sleuthkit] 02/02: Import Debian changes 4.4.0-1

Joao Eriberto Mota Filho eriberto at moszumanska.debian.org
Wed Jan 25 18:06:36 UTC 2017


This is an automated email from the git hooks/post-receive script.

eriberto pushed a commit to branch debian
in repository sleuthkit.

commit 8c38962bb208ba9c5eb4a86f7acec5a335e3fe36
Merge: 16bbeac 508f24b
Author: Joao Eriberto Mota Filho <eriberto at debian.org>
Date:   Tue Jan 24 22:30:19 2017 -0200

    Import Debian changes 4.4.0-1
    
    sleuthkit (4.4.0-1) experimental; urgency=medium
    
      * New upstream release. (Closes: #851872)
      * debian/libtsk13.symbols: removed optional symbols and added new provided
        by 4.4.0.
      * debian/patches/10_link-to-sqlite.patch: updated to match with the new
        upstream version.
      * debian/rules: using a fixed version for new autogenerated symbols.

 .gitignore                                         |   3 +
 Makefile.am                                        |   3 +-
 NEWS.txt                                           |   4 +
 bindings/java/jni/dataModel_SleuthkitJNI.cpp       | 125 ++++-
 bindings/java/jni/dataModel_SleuthkitJNI.h         |  31 +-
 .../sleuthkit/datamodel/BlackboardArtifact.java    |  31 +-
 .../src/org/sleuthkit/datamodel/Bundle.properties  |   1 +
 .../org/sleuthkit/datamodel/ContentVisitor.java    |  14 +
 .../src/org/sleuthkit/datamodel/Directory.java     |   2 +-
 .../java/src/org/sleuthkit/datamodel/File.java     |   2 +-
 .../src/org/sleuthkit/datamodel/FsContent.java     |  11 +-
 .../src/org/sleuthkit/datamodel/SlackFile.java     | 200 ++++++++
 .../src/org/sleuthkit/datamodel/SleuthkitCase.java | 280 ++++++++++-
 .../sleuthkit/datamodel/SleuthkitItemVisitor.java  |  14 +
 .../src/org/sleuthkit/datamodel/SleuthkitJNI.java  | 529 ++++++++++++---------
 .../java/src/org/sleuthkit/datamodel/TskData.java  |   1 +
 configure.ac                                       |   2 +-
 debian/changelog                                   |  11 +
 debian/libtsk13.symbols                            |  56 +--
 debian/patches/10_link-to-sqlite.patch             |  12 +-
 debian/rules                                       |   4 +-
 packages/sleuthkit.spec                            |   2 +-
 rejistry++/msvcpp/Rejistry++/Rejistry++.vcxproj    |   9 +-
 rejistry++/msvcpp/Rejistry/Rejistry.vcxproj        |   6 +-
 rejistry++/src/DBIndirectRecord.cpp                |   1 +
 release/release-unix.pl                            |   7 +-
 release/release-win.pl                             |   6 +-
 tools/hashtools/hfind.cpp                          |   4 +-
 tsk/Makefile.am                                    |   2 +-
 tsk/auto/Makefile.am                               |   2 +-
 tsk/auto/auto_db.cpp                               |  23 +-
 tsk/auto/db_postgresql.cpp                         |  64 ++-
 tsk/auto/db_sqlite.cpp                             |  66 ++-
 tsk/auto/is_image_supported.cpp                    |  63 +++
 tsk/auto/tsk_case_db.h                             |   7 +
 tsk/auto/tsk_db.h                                  |   3 +-
 tsk/auto/tsk_is_image_supported.h                  |  37 ++
 tsk/base/mymalloc.c                                |   4 +-
 tsk/base/tsk_base.h                                |   4 +-
 tsk/base/tsk_base_i.h                              |   3 +
 tsk/base/tsk_endian.c                              |  26 +
 tsk/base/tsk_os.h                                  |   2 +
 tsk/fs/exfatfs.c                                   |   2 +-
 tsk/fs/fs_name.c                                   |  10 +-
 tsk/fs/ntfs.c                                      |  36 +-
 tsk/fs/tsk_fs_i.h                                  |   2 +
 tsk/hashdb/binsrch_index.cpp                       |  22 +-
 tsk/hashdb/sqlite_hdb.cpp                          |   8 +-
 tsk/hashdb/tsk_hashdb.c                            |   6 +-
 tsk/img/img_types.c                                |   8 +-
 tsk/vs/gpt.c                                       | 148 ++++--
 tsk/vs/tsk_gpt.h                                   |   5 +
 tsk/vs/tsk_vs_i.h                                  |   4 +
 win32/BUILDING.txt                                 |  76 ++-
 win32/blkcalc/blkcalc.vcxproj                      |  60 ++-
 win32/blkcat/blkcat.vcxproj                        |  59 ++-
 win32/blkls/blkls.vcxproj                          |  59 ++-
 win32/blkstat/blkstat.vcxproj                      |  59 ++-
 .../callback-cpp-sample.vcxproj                    |  59 ++-
 win32/callback-sample/callback-sample.vcxproj      |  59 ++-
 win32/fcat/fcat.vcxproj                            |  59 ++-
 win32/ffind/ffind.vcxproj                          |  59 ++-
 win32/fls/fls.vcxproj                              |  59 ++-
 win32/fsstat/fsstat.vcxproj                        |  59 ++-
 win32/hfind/hfind.vcxproj                          |  59 ++-
 win32/icat/icat.vcxproj                            |  59 ++-
 win32/ifind/ifind.vcxproj                          |  59 ++-
 win32/ils/ils.vcxproj                              |  59 ++-
 win32/img_cat/img_cat.vcxproj                      |  59 ++-
 win32/img_stat/img_stat.vcxproj                    |  59 ++-
 win32/istat/istat.vcxproj                          |  59 ++-
 win32/jcat/jcat.vcxproj                            |  59 ++-
 win32/jls/jls.vcxproj                              |  59 ++-
 win32/libtsk/libtsk.vcxproj                        |  71 +--
 win32/libtsk/libtsk.vcxproj.filters                |   6 +
 win32/mmcat/mmcat.vcxproj                          |  59 ++-
 win32/mmls/mmls.vcxproj                            |  59 ++-
 win32/mmstat/mmstat.vcxproj                        |  59 ++-
 win32/posix-cpp-sample/posix-cpp-sample.vcxproj    |  59 ++-
 win32/posix-sample/posix-sample.vcxproj            |  59 ++-
 win32/tsk-win.sln                                  |   6 +-
 win32/tsk_comparedir/tsk_compare.vcxproj           |  47 +-
 win32/tsk_gettimes/tsk_gettimes.vcxproj            |  59 ++-
 win32/tsk_jni/tsk_jni.vcxproj                      |  83 ++--
 win32/tsk_loaddb/tsk_loaddb.vcxproj                |  47 +-
 win32/tsk_recover/tsk_recover.vcxproj              |  59 ++-
 86 files changed, 2632 insertions(+), 1167 deletions(-)

diff --cc debian/changelog
index cc9b9b7,0000000..610f4f2
mode 100644,000000..100644
--- a/debian/changelog
+++ b/debian/changelog
@@@ -1,782 -1,0 +1,793 @@@
++sleuthkit (4.4.0-1) experimental; urgency=medium
++
++  * New upstream release. (Closes: #851872)
++  * debian/libtsk13.symbols: removed optional symbols and added new provided
++    by 4.4.0.
++  * debian/patches/10_link-to-sqlite.patch: updated to match with the new
++    upstream version.
++  * debian/rules: using a fixed version for new autogenerated symbols.
++
++ -- Joao Eriberto Mota Filho <eriberto at debian.org>  Tue, 24 Jan 2017 22:30:19 -0200
++
 +sleuthkit (4.3.1-5) unstable; urgency=medium
 +
 +  * Upload to unstable. (Closes: #850828)
 +  * debian/copyright: updated the packaging copyright years.
 +
 + -- Joao Eriberto Mota Filho <eriberto at debian.org>  Mon, 16 Jan 2017 17:16:08 -0200
 +
 +sleuthkit (4.3.1-4) experimental; urgency=medium
 +
 +  * Trying to fix the symbols file.
 +
 + -- Joao Eriberto Mota Filho <eriberto at debian.org>  Sun, 15 Jan 2017 19:39:52 -0200
 +
 +sleuthkit (4.3.1-3) experimental; urgency=medium
 +
 +  * Updated the symbols. Thanks to Hilko Bengen <bengen at debian.org>.
 +    (Closes: #850828)
 +
 + -- Joao Eriberto Mota Filho <eriberto at debian.org>  Fri, 13 Jan 2017 10:17:10 -0200
 +
 +sleuthkit (4.3.1-2) unstable; urgency=medium
 +
 +  * Upload to unstable.
 +  * debian/source/include-binaries: no longer needed. Removed.
 +
 + -- Joao Eriberto Mota Filho <eriberto at debian.org>  Tue, 29 Nov 2016 21:38:41 -0200
 +
 +sleuthkit (4.3.1-1) experimental; urgency=medium
 +
 +  * New upstream release.
 +  * Bumped DH level to 10.
 +  * debian/clean: created to remove a file forgotten after build process.
 +  * debian/control:
 +      - Bumped Standards-Version to 3.9.8.
 +      - Updated the Vcs-* fields to use https instead of http and git.
 +  * debian/copyright:
 +      - Added some new data about the upstream source code.
 +      - Updated the upstream and packaging copyright years.
 +  * debian/patches/:
 +      - Changed all .diff suffixes to .patch.
 +      - Renamed 70_fix-FTBFS-HURD.patch to 60_fix-FTBFS-HURD.patch.
 +      - Updated 10_link-to-sqlite.patch to use the right path.
 +      - Updated 20_fix-spelling-errors.patch to fix other spelling error.
 +  * debian/libtsk13.symbols: removed some symbols to be compliant with
 +    the new upstream version.
 +  * debian/watch:
 +      - Bumped to version 4.
 +      - Removed the extra source to avoid conflicts with uscan.
 +
 + -- Joao Eriberto Mota Filho <eriberto at debian.org>  Mon, 28 Nov 2016 15:48:07 -0200
 +
 +sleuthkit (4.2.0-3) unstable; urgency=medium
 +
 +  * debian/rules: added override_dh_makeshlibs to provide
 +      the right package version to dpkg-gensymbols.
 +
 + -- Joao Eriberto Mota Filho <eriberto at debian.org>  Sat, 28 Nov 2015 15:37:21 -0200
 +
 +sleuthkit (4.2.0-2) unstable; urgency=medium
 +
 +  * Upload to unstable.
 +  * debian/libtsk13.symbols: removed a symbol incompatible with arm64.
 +
 + -- Joao Eriberto Mota Filho <eriberto at debian.org>  Mon, 16 Nov 2015 20:51:59 -0200
 +
 +sleuthkit (4.2.0-1) experimental; urgency=medium
 +
 +  * New upstream release.
 +  * Migrations:
 +      - Using libtsk13 instead of libtsk10v5.
 +      - Generating a new main symbol file (trying a universal format).
 +  * debian/clean: removed. The upstream fixed the source code. Thanks!
 +  * debian/control: added exFAT in long descriptions.
 +  * debian/copyright:
 +      - Changed the packaging license from GPL-2+ to BSD-3-Clause to provide
 +        full compatibility with upstream.
 +      - Reviewed and updated all information about the upstream copyright.
 +      - Updated the 'Source' field in header.
 +  * debian/gbp.conf: not used by me... Removed.
 +  * debian/manpage:
 +      - Converted srch_strings.1 to txt2man format.
 +      - Little adjustments in *.txt files.
 +      - Updated the genallman.sh script.
 +  * debian/patches/:
 +      - 20_fix_spelling_errors.diff: adjusted.
 +      - 30_fix-manpages.diff: adjusted.
 +      - 60_add_TSK_IMG_INFO_used_by_pytsk.diff: removed. The upstream fixed
 +        the source code. Thanks!
 +  * debian/README.source: added information about licensing.
 +  * debian/rules: removed a line to specify the SHELL variable.
 +  * debian/sleuthkit.docs: renamed README.txt to README.md.
 +
 + -- Joao Eriberto Mota Filho <eriberto at debian.org>  Thu, 12 Nov 2015 16:36:49 -0200
 +
 +sleuthkit (4.1.3-12) unstable; urgency=medium
 +
 +  * Fixed some symbols.
 +
 + -- Joao Eriberto Mota Filho <eriberto at debian.org>  Sun, 13 Sep 2015 11:00:22 -0300
 +
 +sleuthkit (4.1.3-11) unstable; urgency=medium
 +
 +  * Renamed library package for new libstdc++6 ABI.
 +  * Updated the symbols for kfreebsd-amd64, alpha, m68k, sh4 and sparc64.
 +
 + -- Joao Eriberto Mota Filho <eriberto at debian.org>  Sun, 09 Aug 2015 16:15:18 -0300
 +
 +sleuthkit (4.1.3-10) unstable; urgency=medium
 +
 +  * Upload to unstable.
 +  * Updated all symbols files. (Closes: #791285, #791737)
 +
 + -- Joao Eriberto Mota Filho <eriberto at debian.org>  Wed, 05 Aug 2015 16:47:32 -0300
 +
 +sleuthkit (4.1.3-9) experimental; urgency=medium
 +
 +  * Re-generating all symbols to avoid a FTBFS with GCC5. This is the first
 +    upload to collect necessary changes in each architecture.
 +
 + -- Joao Eriberto Mota Filho <eriberto at debian.org>  Mon, 03 Aug 2015 11:54:59 -0300
 +
 +sleuthkit (4.1.3-8) unstable; urgency=medium
 +
 +  * Added debian/libtsk10.symbols.mips64el. (Closes: #789603)
 +
 + -- Joao Eriberto Mota Filho <eriberto at debian.org>  Mon, 22 Jun 2015 15:12:20 -0300
 +
 +sleuthkit (4.1.3-7) unstable; urgency=medium
 +
 +  * Created symbols for alpha and m68k.
 +  * Fixed symbols for hppa.
 +  * Removed debian-revision from some symbols.
 +  * Using symlinks for some symbols.
 +
 + -- Joao Eriberto Mota Filho <eriberto at debian.org>  Sat, 16 May 2015 21:23:52 -0300
 +
 +sleuthkit (4.1.3-6) unstable; urgency=medium
 +
 +  * Upload to unstable.
 +  * Created all necessary symbols.
 +  * debian/patches/70_fix-FTBFS-HURD.diff: added to fix a FTBFS in HURD.
 +
 + -- Joao Eriberto Mota Filho <eriberto at debian.org>  Tue, 12 May 2015 09:53:34 -0300
 +
 +sleuthkit (4.1.3-5) experimental; urgency=medium
 +
 +  * Upload to experimental to reimplement the library symbols.
 +  * debian/control:
 +      - Bumped Standards-Version to 3.9.6.
 +      - Little adjustments in long description.
 +      - Removed Christophe Monniez from Uploaders field (MIA).
 +      - Removed autoconf, automake and libtool from Build-Depends
 +        field. The dh-autoreconf is enough.
 +  * debian/copyright:
 +      - Dropping dot-zero from GPL license short name.
 +      - Fixed a typo.
 +      - Removed a duplicated block.
 +      - Updated the packaging years.
 +  * debian/libtsk10.lintian-overrides: removed. Providing the
 +      necessary symbols now.
 +  * debian/libtsk10.symbols.*: added to provide symbols.
 +  * debian/manpages/:
 +      - Renamed to debian/manpage/.
 +      - Using genallman.sh v0.2.
 +  * debian/patches/: added a patch to implement TSK_IMG_INFO,
 +      used by pytsk. This will allow the packaging of the pytsk
 +      by Joachim Metz <joachim.metz at gmail.com>.
 +  * debian/README.source: fixed a typo.
 +  * debian/rules:
 +      - Added DEB_BUILD_MAINT_OPTIONS variable to improve the
 +        GCC hardening.
 +      - Replaced LDFLAGS by DEB_LDFLAGS_MAINT_APPEND.
 +  * debian/sleuthkit.manpages: pointing to new manpages place.
 +
 + -- Joao Eriberto Mota Filho <eriberto at debian.org>  Mon, 11 May 2015 16:59:50 -0300
 +
 +sleuthkit (4.1.3-4) unstable; urgency=medium
 +
 +  * New maintainer email address.
 +  * debian/control: updated the Vcs-Browser field.
 +  * debian/libtsk10.lintian-overrides: added to override a message
 +    and explain about symbols situation.
 +  * debian/watch: added GitHub as a second repository of packages.
 +
 + -- Joao Eriberto Mota Filho <eriberto at debian.org>  Tue, 05 Aug 2014 14:31:26 -0300
 +
 +sleuthkit (4.1.3-3) unstable; urgency=medium
 +
 +  * Removed the inconstant symbols control files from debian/. These
 +    symbols are being generated incorrectly by a bad behavior of the
 +    upstream code. (Closes: #746909)
 +  * debian/rules: removed the useless 'DPKG_EXPORT_BUILDFLAGS = 1'
 +    and 'include /usr/share/dpkg/buildflags.mk' lines.
 +
 + -- Joao Eriberto Mota Filho <eriberto at eriberto.pro.br>  Sat, 10 May 2014 22:17:08 -0300
 +
 +sleuthkit (4.1.3-2) unstable; urgency=medium
 +
 +  * debian/patches/50_disable_ant_clean.diff: added
 +    to cancel the 'ant clean' command.
 +
 + -- Joao Eriberto Mota Filho <eriberto at eriberto.pro.br>  Tue, 11 Mar 2014 20:45:18 -0300
 +
 +sleuthkit (4.1.3-1) unstable; urgency=medium
 +
 +  * New upstream release.
 +  * debian/clean: added to remove some forgotten build files.
 +  * debian/control: little adjustments in short and long descriptions.
 +  * debian/copyright: updated the upstream copyright years.
 +  * debian/libtsk10.symbols.{amd64,i386}: updated.
 +  * debian/patches: renamed 99_no_static_ldflags.diff to
 +    40_no_static_ldflags.diff.
 +  * debian/README.source: added to explain about a non free action
 +    when compiling Java bindings.
 +  * debian/rules: created target override_dh_auto_configure to avoid
 +    the Java bindings compilation.
 +  * debian/watch: improved.
 +
 + -- Joao Eriberto Mota Filho <eriberto at eriberto.pro.br>  Mon, 03 Mar 2014 08:00:31 -0300
 +
 +sleuthkit (4.1.2-2) unstable; urgency=medium
 +
 +  * [fcb702f] Fix package entry in debian/libtsk10.symbols.i386
 +
 + -- Michael Prokop <mika at debian.org>  Tue, 04 Feb 2014 15:32:02 +0100
 +
 +sleuthkit (4.1.2-1) unstable; urgency=medium
 +
 +  * New upstream release. (Closes: #695097, #702470, LP: #1261135)
 +  * New co-maintainers:
 +      - Hilko Bengen <bengen at debian.org>
 +      - Joao Eriberto Mota Filho <eriberto at eriberto.pro.br>
 +  * Migrations:
 +      - Debhelper version from 8 to 9.
 +      - Standards-Version from 3.9.2 to 3.9.5.
 +  * Patches:
 +      - Added:
 +          - 20_fix_spelling_errors.diff
 +      - Removed:
 +          - 40_fix-typo.diff: the target file was dropped by the upstream.
 +          - 90_fix_ldflags.diff: new configure.ac and Makefile.am upstream
 +            files. The content is new.
 +          - 95_fix-libewf2-detection.patch: the upstream already uses the
 +            code in this version. The patch was based on code published in
 +            upstream git repository.
 +          - 96_fix_build_libewf2.patch: ditto.
 +      - Updated:
 +          - 10_link-to-sqlite.diff
 +          - 30_fix-manpages.diff
 +          - 99_no_static_ldflags.diff
 +  * debian/changelog:
 +      - Added new Debian maintainers.
 +      - Reviewed all licenses and files.
 +      - Updated the Format field.
 +      - Updated the upstream copyright years.
 +  * debian/control:
 +      - Added the Conflicts field in sleuthkit binary.
 +      - Added mac-robber as suggestion to sleuthkit binary.
 +      - Changed VCS fields to canonical URI (anonscm.debian.org instead
 +        git.debian.org).
 +      - Improved the long descriptions.
 +      - Removed obsolete field DM-Upload-Allowed.
 +      - Removed 'Priority' field from libtsk-dev, that is optional now
 +        (instead extra).
 +      - Removed, after renamed, useless and empty binary libtsk10-dbg,
 +        because libtsk10 already is naturally 'stripped'.
 +      - Renamed libtsk3-3 to libtsk10.
 +      - Updated libewf-dev from '>= 20100226' to '>= 20130416' in
 +        Build-Depends.
 +  * debian/gbp.conf: added the pristine-tar line.
 +  * debian/libtsk-dev.install: updated.
 +  * debian/libtsk10.symbols.*: generated in amd64 and i386 arch.
 +  * debian/manpages: added fcat.1, fiwalk.1, jpeg_extract.1 and their
 +    sources.
 +  * debian/README.source: removed because it is useless now.
 +  * debian/rules:
 +      - Added the override_dh_installdocs to change the original name of
 +        the fiwalk README file.
 +      - Removed the override_dh_auto_install target, that adds -sleuthkit
 +        suffix to icat, ils and mactime files. It is obsolete because TCT
 +        project is dead and was removed from Debian in 2011. Note that this
 +        action will make d/sleuthkit.{postinst,prerm} useless. (LP: #480877)
 +      - Removed the override_dh_strip target because the libtsk*-dbg was
 +        dropped.
 +  * sleuthkit.manpages: updated.
 +  * sleuthkit.postinst: removed.
 +  * sleuthkit.prerm: removed.
 +  * debian/watch: a little improvement.
 +
 + -- Joao Eriberto Mota Filho <eriberto at eriberto.pro.br>  Sun, 19 Jan 2014 13:11:29 -0200
 +
 +sleuthkit (3.2.3-2.2) unstable; urgency=low
 +
 +  * Non-maintainer upload
 +  * Update symbol file for armel.
 +
 + -- Andreas Beckmann <anbe at debian.org>  Thu, 05 Dec 2013 08:28:53 +0100
 +
 +sleuthkit (3.2.3-2.1) unstable; urgency=low
 +
 +  [ Andreas Moog ]
 +  * Non-maintainer upload
 +  * d/patches/95_fix-libewf2-detection.patch, 96_fix_build_libewf2.patch:
 +    - Add 2 patches from upstream git to fix detection and build against 
 +      libewf2 (Closes: #713364)
 +
 +  [ Andreas Beckmann ]
 +  * Update symbol files for amd64, armel, i386, mips.
 +
 + -- Andreas Beckmann <anbe at debian.org>  Sat, 30 Nov 2013 21:15:15 +0100
 +
 +sleuthkit (3.2.3-2) unstable; urgency=low
 +
 +  * Team upload.
 +  * Fix build with dpkg < 1.16.1 
 +  * Fix symbols files for ia64 and armel
 +
 + -- Julien Valroff <julien at debian.org>  Fri, 14 Oct 2011 19:52:20 +0200
 +
 +sleuthkit (3.2.3-1) unstable; urgency=low
 +
 +  * Team upload.
 +
 +  [ Daniel T Chen ]
 +  * Refresh 90_fix_ldflags.diff.
 +  * Update libtsk3-3 symbols files for 3.2.2.
 +
 +  [ Julien Valroff ]
 +  * Fix DEP-5 copyright syntax
 +  * Use DPKG_EXPORT_BUILDFLAGS to ensure LDFLAGS is actually exported
 +  * Add patch to fix a typo in libtsk3.so 
 +  * Update libtsk3-3 symbols files for 3.2.3 
 +
 +  [ Christophe Monniez ]
 +  * Merge upstream version 3.2.3.
 +
 + -- Julien Valroff <julien at debian.org>  Thu, 13 Oct 2011 21:01:10 +0200
 +
 +sleuthkit (3.2.1-2) unstable; urgency=low
 +
 +  * Team upload.
 +  * Fix symbols files for non any-amd64 architectures, avoiding FTBFS
 +    (Closes: #630207)
 +
 + -- Julien Valroff <julien at debian.org>  Sun, 12 Jun 2011 14:57:56 +0200
 +
 +sleuthkit (3.2.1-1) unstable; urgency=low
 +
 +  * Team upload.
 +
 +  [ Cristian Greco ]
 +  * debian/control: remove myself from Uploaders.
 +
 +  [ Christophe Monniez ]
 +  * Merging upstream version 3.2.1.
 +  * Refreshing patches.
 +  * Updating libewf dependency.
 +  * Removing installation of .la files.
 +  * Adding afflib support.
 +
 +  [ Julien Valroff ]
 +  * Switch to 3.0 (quilt) source package format
 +  * Refresh patch to prevent static linking
 +  * Bump debhelper compat to 8 
 +  * Update copyright information 
 +  * Fix dh --with syntax 
 +  * Add patch to fix formatting error in the manpages 
 +  * Update libtsk3-3 symbols file 
 +  * Suggests Autopsy 
 +  * Add patch to dynamically link against libsqlite3 
 +
 + -- Julien Valroff <julien at debian.org>  Fri, 10 Jun 2011 23:10:11 +0200
 +
 +sleuthkit (3.1.3-1) unstable; urgency=low
 +
 +  * New upstream version.
 +    - 90_fix_ldflags.patch: refreshed patch.
 +  * debian/copyright: fix copyright-refers-to-deprecated-bsd-license-file.
 +  * debian/control: bump up standards-version to 3.9.0.
 +
 + -- Cristian Greco <cristian at regolo.cc>  Tue, 13 Jul 2010 20:45:52 +0200
 +
 +sleuthkit (3.1.2-1) unstable; urgency=low
 +
 +  * New upstream version.
 +  * debian/patches:
 +    - 90_fix_ldflags.patch: refreshed patch.
 +    - 99_no_static_ldflags.patch: new patch, drop `-static` from LDFLAGS from
 +      tools/*/Makefile.am in order to avoid sleuthkit tools to be statically
 +      linked against libtsk.
 +  * debian/{control,rules}: bump autotools-dev build-dep to (>= 20100122.1)
 +    and pass '--with autotools_dev' to dh in order to automatically update
 +    config.{sub,guess} files.
 +
 + -- Cristian Greco <cristian at regolo.cc>  Fri, 18 Jun 2010 14:00:57 +0200
 +
 +sleuthkit (3.1.1-1) unstable; urgency=low
 +
 +  * New upstream version.
 +  * debian/patches: most of the patches merged upstream, thanks Brian!
 +    - 01-fix-hfind-manpage.patch: merged upstream.
 +    - 02-fix-hyphens-manpages.patch: merged upstream.
 +    - 90_fix_ldflags.patch: refreshed (mostly merged upstream,
 +      but still needed).
 +  * debian/libtsk3-3.symbols: updated.
 +
 + -- Cristian Greco <cristian at regolo.cc>  Tue, 06 Apr 2010 13:33:25 +0200
 +
 +sleuthkit (3.1.0-1) unstable; urgency=low
 +
 +  * New upstream version.
 +  * debian/control:
 +    - fix package priorities once again.
 +    - upgrade build-dep on libewf-dev (>= 20090606) and remove other
 +      useless (build-)deps.
 +    - bump up standards-version to 3.8.4 (no changes).
 +    - set my new email address.
 +    - add DMUA flag, thanks to my sponsor Michael Prokop.
 +  * debian/patches:
 +    - 01-fix-hfind-manpage.patch, refreshed;
 +    - 02-fix-hyphens-manpages.patch, refreshed and updated to fix
 +      some spelling errors too;
 +    - 10_fix_compiler_warnings.patch, dropped (fixed upstream);
 +    - 90_fix_ldflags.patch: refreshed.
 +  * debian/sleuthkit.docs: some doc files were removed upstream.
 +  * debian/libtsk3-3.symbols: update symbols file.
 +
 + -- Cristian Greco <cristian at regolo.cc>  Thu, 18 Feb 2010 23:16:22 +0100
 +
 +sleuthkit (3.0.1-5) unstable; urgency=low
 +
 +  * debian/control:
 +    - move git packaging on alioth.
 +    - priority is extra, not optional.
 +    - build-dep on automake and libtool to fix FTBFS on all arches,
 +      shame on me!
 +  * debian/source.lintian-overrides: removed, useless.
 +
 + -- Cristian Greco <cristian.debian at gmail.com>  Tue, 22 Sep 2009 23:32:18 +0200
 +
 +sleuthkit (3.0.1-4) unstable; urgency=low
 +
 +  [ Cristian Greco ]
 +  * New maintainer Debian Forensics, added myself to uploaders.
 +    Thanks Martin Godisch! (Closes: #537418)
 +  * Build-depends on debhelper (>= 7.0.50) and quilt (>= 0.46-7~), use a real
 +    patch management system and rewrite debian/rules in a tiny form.
 +  * debian/patches:
 +    - 283709_dstat.diff.disabled: deleted.
 +    - 411026_sorter.diff: renamed 01-fix-hfind-manpage.patch
 +      (added description).
 +    - 000000_lintian.diff: renamed to 02-fix-hyphens-manpages.patch
 +      (plus lintian fixes).
 +    - 10_fix_compiler_warnings.patch: new patch, fixes a lot of compiler
 +      warnings (pulled from upstream svn).
 +    - 90_fix_ldflags.patch: new patch, avoid linking against unused libraries.
 +  * Call autoreconf and pass "-Wl,--as-needed" to LDFLAGS in
 +    debian/rules to support changes in 90_fix_ldflags.patch. Add
 +    autoconf build-dep in debian/control.
 +  * Move libtsk3-3-dbg to the new debug section.
 +  * Drop shlibs:Depends from -dbg package.
 +  * Added minimal conf file for git-buildpackage.
 +  * Improve short and long description for all binary packages.
 +  * Adding a README.source file with informations about the quilt patch
 +    system.
 +  * Update debian/copyright file.
 +  * bump up Standards-Version to 3.8.3 (no changes needed).
 +  * fix symbol with debian revision by postfixing a '~' in libtsk3-
 +    3.symbols
 +
 +  [ Daniel Baumann ]
 +  * Using correct rfc-2822 date formats in changelog.
 +  * Adding vcs fields in control file.
 +  * Sorting fields in control file.
 +  * Removing dubious priority override for libtsk-dev.
 +  * Using dedicated debhelper manpages file to install additional
 +    manpages.
 +  * Sorting debhelper install files.
 +  * Rewrapping maintainer scripts.
 +  * Calling all shell commands in rules with set -e in order to properly
 +    fail in case of errors.
 +  * Removing override for dh_installchangelogs in rules, it's not
 +    needed.
 +  * Adding source lintian overrides.
 +
 + -- Cristian Greco <cristian.debian at gmail.com>  Tue, 22 Sep 2009 02:59:38 +0200
 +
 +sleuthkit (3.0.1-3) unstable; urgency=low
 +
 +  * Added libewf-dev to build-dependencies, suggested by Michael Prokop.
 +
 + -- Martin A. Godisch <godisch at debian.org>  Mon, 31 Aug 2009 16:11:29 +0200
 +
 +sleuthkit (3.0.1-2) unstable; urgency=low
 +
 +  * Moving into sid after three months in experimental.
 +  * Updated standards version (no changes necessary).
 +
 + -- Martin A. Godisch <godisch at debian.org>  Sun, 12 Jul 2009 09:30:08 +0200
 +
 +sleuthkit (3.0.1-1) experimental; urgency=low
 +
 +  * New upstream release, closes: #503379.
 +  * Removed README.Debian, which is not applicable anymore.
 +  * Added homepage control file, updated package description.
 +  * Updated standards version.
 +
 + -- Martin A. Godisch <godisch at debian.org>  Sun, 12 Apr 2009 17:22:03 +0200
 +
 +sleuthkit (2.52-2) unstable; urgency=low
 +
 +  * Fixed malloc check.
 +
 + -- Martin A. Godisch <godisch at debian.org>  Fri, 23 May 2008 06:37:05 +0200
 +
 +sleuthkit (2.52-1) unstable; urgency=low
 +
 +  * New upstream release.
 +
 + -- Martin A. Godisch <godisch at debian.org>  Sun, 13 Apr 2008 08:42:26 +0200
 +
 +sleuthkit (2.51-2) unstable; urgency=low
 +
 +  * Fixed dependency non-bug, closes: #472836.
 +  * Fixed man warnings.
 +
 + -- Martin A. Godisch <godisch at debian.org>  Tue, 01 Apr 2008 20:13:46 +0200
 +
 +sleuthkit (2.51-1) unstable; urgency=low
 +
 +  * New upstream release.
 +
 + -- Martin A. Godisch <godisch at debian.org>  Sun, 17 Feb 2008 07:46:16 +0100
 +
 +sleuthkit (2.50-2) unstable; urgency=low
 +
 +  * Updated copyright file.
 +
 + -- Martin A. Godisch <godisch at debian.org>  Sun, 03 Feb 2008 11:04:15 +0100
 +
 +sleuthkit (2.50-1) unstable; urgency=low
 +
 +  * New upstream release, closes: #456194.
 +  * Fixed path in sorter, closes: #462968.
 +  * Upstream provides dynamic libraries, added binary packages
 +    libtsk1 and libtsk1-dbg.
 +  * Rewrote build system, added build-dependency on debhelper.
 +
 + -- Martin A. Godisch <godisch at debian.org>  Sat, 02 Feb 2008 22:37:20 +0100
 +
 +sleuthkit (2.09-2) unstable; urgency=low
 +
 +  * Improved hfind(1), closes: #411026.
 +  * Fixed watch file, closes: #449745.
 +  * Fixed clean target.
 +
 + -- Martin A. Godisch <godisch at debian.org>  Mon, 10 Dec 2007 18:56:30 +0100
 +
 +sleuthkit (2.09-1) unstable; urgency=low
 +
 +  * New upstream release.
 +  * Added binary package libtsk-dev, based on a patch from Jan Hoeksma.
 +
 + -- Martin A. Godisch <godisch at debian.org>  Sun, 24 Jun 2007 18:48:40 +0200
 +
 +sleuthkit (2.08-1) unstable; urgency=low
 +
 +  * New upstream release.
 +  * Fixed timestamps in debian/rules.
 +
 + -- Martin A. Godisch <godisch at debian.org>  Fri, 06 Apr 2007 10:01:41 +0200
 +
 +sleuthkit (2.07-1) unstable; urgency=low
 +
 +  * New upstream release.
 +
 + -- Martin A. Godisch <godisch at debian.org>  Sun, 17 Dec 2006 10:28:50 +0100
 +
 +sleuthkit (2.06-3) unstable; urgency=low
 +
 +  * Removed conflicts with tct, closes: #357622.
 +
 + -- Martin A. Godisch <godisch at debian.org>  Thu, 21 Sep 2006 04:47:35 +0200
 +
 +sleuthkit (2.06-2) unstable; urgency=low
 +
 +  * Updated build-dependencies, closes: #386793.
 +
 + -- Martin A. Godisch <godisch at debian.org>  Sun, 10 Sep 2006 17:15:35 +0200
 +
 +sleuthkit (2.06-1) unstable; urgency=low
 +
 +  * New upstream release, closes: #386411.
 +
 + -- Martin A. Godisch <godisch at debian.org>  Sun, 10 Sep 2006 08:30:15 +0200
 +
 +sleuthkit (2.03-1) unstable; urgency=low
 +
 +  * New upstream release.
 +  * Added md5 and sha1 manual pages.
 +
 + -- Martin A. Godisch <godisch at debian.org>  Sat, 15 Oct 2005 09:29:45 +0200
 +
 +sleuthkit (2.02-1) unstable; urgency=low
 +
 +  * New upstream release.
 +  * Updated standards version.
 +
 + -- Martin A. Godisch <godisch at debian.org>  Sat, 09 Jul 2005 08:07:30 +0200
 +
 +sleuthkit (2.00-2) unstable; urgency=low
 +
 +  * Fixed FTBFS on amd64/gcc-4.0, closes: #301391.
 +    Thanks to Andreas Jochens.
 +
 + -- Martin A. Godisch <godisch at debian.org>  Fri, 25 Mar 2005 17:37:21 +0100
 +
 +sleuthkit (2.00-1) unstable; urgency=low
 +
 +  * New upstream release.
 +
 + -- Martin A. Godisch <godisch at debian.org>  Thu, 24 Mar 2005 20:20:30 +0100
 +
 +sleuthkit (1.73-6) unstable; urgency=low
 +
 +  * Incorporated patch 08 into patch 03, closes: #295712.
 +
 + -- Martin A. Godisch <godisch at debian.org>  Sat, 19 Feb 2005 20:08:10 +0100
 +
 +sleuthkit (1.73-5) unstable; urgency=medium
 +
 +  * Fixed SHARE_DIR in /usr/bin/sorter, closes: #295712.
 +
 + -- Martin A. Godisch <godisch at debian.org>  Thu, 17 Feb 2005 19:02:35 +0100
 +
 +sleuthkit (1.73-4) unstable; urgency=low
 +
 +  * Fixed FTBFS on amd64/gcc-4.0, closes: #288468.
 +    Thanks to Andreas Jochens.
 +
 + -- Martin A. Godisch <godisch at debian.org>  Tue, 04 Jan 2005 18:02:20 +0100
 +
 +sleuthkit (1.73-3) unstable; urgency=low
 +
 +  * Renamed /usr/bin/dstat to /usr/bin/datastat due to
 +    name clash with /usr/bin/diskstat, see: #283709.
 +  * Added README.Debian explaining where dstat can be found.
 +
 + -- Martin A. Godisch <godisch at debian.org>  Tue, 04 Jan 2005 17:49:45 +0100
 +
 +sleuthkit (1.73-2) unstable; urgency=low
 +
 +  * Renamed /usr/bin/dstat to /usr/bin/diskstat on request
 +    of Andrew Pollock, closes: #283709.
 +
 + -- Martin A. Godisch <godisch at debian.org>  Sun, 02 Jan 2005 11:24:55 +0100
 +
 +sleuthkit (1.73-1) unstable; urgency=low
 +
 +  * New upstream release, closes: #275195.
 +  * Updated manual page for sstrings.
 +
 + -- Martin A. Godisch <godisch at debian.org>  Sat, 06 Nov 2004 09:20:45 +0100
 +
 +sleuthkit (1.72-2) unstable; urgency=low
 +
 +  * Added manual page for sstrings.
 +
 + -- Martin A. Godisch <godisch at debian.org>  Sun, 19 Sep 2004 18:10:10 +0200
 +
 +sleuthkit (1.72-1) unstable; urgency=low
 +
 +  * New upstream release.
 +  * Fixed watch file.
 +
 + -- Martin A. Godisch <godisch at debian.org>  Sat, 18 Sep 2004 18:53:30 +0200
 +
 +sleuthkit (1.71-2) unstable; urgency=low
 +
 +  * Fixed CFLAGS handling in Makefiles.
 +
 + -- Martin A. Godisch <godisch at debian.org>  Sat, 31 Jul 2004 20:29:32 +0200
 +
 +sleuthkit (1.71-1) unstable; urgency=low
 +
 +  * New upstream release.
 +
 + -- Martin A. Godisch <godisch at debian.org>  Sat, 31 Jul 2004 20:04:20 +0200
 +
 +sleuthkit (1.70-5) unstable; urgency=low
 +
 +  * Fixed alternatives.
 +  * Updated watch file.
 +
 + -- Martin A. Godisch <godisch at debian.org>  Sat, 31 Jul 2004 19:09:00 +0200
 +
 +sleuthkit (1.70-4) unstable; urgency=low
 +
 +  * Remade conflict with tct until patch #219010 has been implemented.
 +
 + -- Martin A. Godisch <godisch at debian.org>  Sat, 31 Jul 2004 12:23:30 +0200
 +
 +sleuthkit (1.70-3) unstable; urgency=low
 +
 +  * Fixed 64 bit compiler warnings, patch adapted from Lorenzo Martignoni.
 +  * Removed conflict with tct.
 +  * Fixed copyright file, closes: #262417.
 +
 + -- Martin A. Godisch <godisch at debian.org>  Sat, 31 Jul 2004 08:44:54 +0200
 +
 +sleuthkit (1.70-2) unstable; urgency=low
 +
 +  * Fixed copyright file.
 +
 + -- Martin A. Godisch <godisch at debian.org>  Mon, 26 Jul 2004 19:24:20 +0200
 +
 +sleuthkit (1.70-1) unstable; urgency=low
 +
 +  * New upstream release, closes: #221713.
 +  * New maintainer. Since we're getting deadlines [1]
 +    I don't want to wait any longer with this upload.
 +  * Fixed FTBFS on amd64 and alpha, closes: #248180.
 +    Thanks to Andreas Jochens.
 +  * Fixed sorter, closes: #196834.
 +  * Rewrote build system, added watch file.
 +  * Relocated tct documents, closes: #243602, #243604.
 +
 +  [1] http://lists.debian.org/debian-devel-announce/2004/07/msg00016.html
 +
 + -- Martin A. Godisch <godisch at debian.org>  Mon, 26 Jul 2004 18:31:40 +0200
 +
 +sleuthkit (1.68-2) unstable; urgency=low
 +
 +  * 64-bit systems naturally implement llseek (closes: #205313)
 +  * Bumped to Standards 3.6.1.0 (no changes needed)
 +
 + -- Mattia Monga <monga at debian.org>  Wed, 10 Mar 2004 17:28:03 +0100
 +
 +sleuthkit (1.68-1) unstable; urgency=low
 +
 +  * New upstream release
 +  * Fixed $SK_DIR in /usr/bin/sorted, now is is /usr/ (closes: #196834)
 +
 + -- Lorenzo Martignoni <lorenzo.martignoni at poste.it>  Wed, 10 Mar 2004 15:19:17 +0100
 +
 +sleuthkit (1.66-1) unstable; urgency=low
 +
 +  * New upstream release (closes: #221713)
 +
 + -- Lorenzo Martignoni <lorenzo.martignoni at poste.it>  Fri, 28 Nov 2003 19:13:18 +0100
 +
 +sleuthkit (1.61-4) unstable; urgency=low
 +
 +  * Really correct previous bug!
 +
 + -- Mattia Monga <monga at debian.org>  Mon, 12 May 2003 18:57:03 +0200
 +
 +sleuthkit (1.61-3) unstable; urgency=low
 +
 +  * Missing  $(shlibs:Depends) corrected
 +
 + -- Mattia Monga <monga at debian.org>  Mon, 05 May 2003 11:13:47 +0200
 +
 +sleuthkit (1.61-2) unstable; urgency=low
 +
 +  * Package taken while Lorenzo is waiting to become an official Debian
 +    maintainer
 +
 + -- Mattia Monga <monga at debian.org>  Thu, 17 Apr 2003 22:33:36 +0200
 +
 +sleuthkit (1.61-1) unstable; urgency=low
 +
 +  * new package release
 +  * changed the package name to sleuthkit
 +
 + -- Lorenzo Martignoni <lorenzo.martignoni at milug.org>  Tue, 15 Apr 2003 19:12:45 +0200
 +
 +task (1.60-1) unstable; urgency=low
 +
 +  * Initial Release.
 +
 + -- Lorenzo Martignoni <lorenzo.martignoni at milug.org>  Mon, 31 Mar 2003 23:04:51 +0200
diff --cc debian/libtsk13.symbols
index db0b870,0000000..8f247e8
mode 100644,000000..100644
--- a/debian/libtsk13.symbols
+++ b/debian/libtsk13.symbols
@@@ -1,660 -1,0 +1,608 @@@
 +libtsk.so.13 libtsk13 #MINVER#
 + TSK_MD5_Final at Base 4.2.0
 + TSK_MD5_Init at Base 4.2.0
 + TSK_MD5_Update at Base 4.2.0
 + TSK_SHA_Final at Base 4.2.0
 + TSK_SHA_Init at Base 4.2.0
 + TSK_SHA_Update at Base 4.2.0
 + (c++)"Guid::Guid()@Base" 4.3.0
 + (c++)"Guid::Guid(Guid const&)@Base" 4.3.0
 + (c++)"Guid::Guid(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)@Base" 4.3.0
 + (c++)"Guid::Guid(std::vector<unsigned char, std::allocator<unsigned char> > const&)@Base" 4.3.0
 + (c++)"Guid::Guid(unsigned char const*)@Base" 4.3.0
 + (c++)"Guid::operator=(Guid const&)@Base" 4.3.0
 + (c++)"Guid::operator==(Guid const&) const at Base" 4.3.0
 + (c++)"Guid::operator!=(Guid const&) const at Base" 4.3.0
 + (c++)"hexDigitToChar(char)@Base" 4.3.0
 + (c++)"hexPairToChar(char, char)@Base" 4.3.0
 + (c++)"operator<<(std::basic_ostream<char, std::char_traits<char> >&, _TSK_DB_FILE_LAYOUT_RANGE const&)@Base" 4.2.0
 + (c++)"operator<<(std::basic_ostream<char, std::char_traits<char> >&, _TSK_DB_FS_INFO const&)@Base" 4.2.0
 + (c++)"operator<<(std::basic_ostream<char, std::char_traits<char> >&, _TSK_DB_OBJECT const&)@Base" 4.2.0
 + (c++)"operator<<(std::basic_ostream<char, std::char_traits<char> >&, _TSK_DB_VS_INFO const&)@Base" 4.2.0
 + (c++)"operator<<(std::basic_ostream<char, std::char_traits<char> >&, _TSK_DB_VS_PART_INFO const&)@Base" 4.2.0
 + (c++)"TskAuto::closeImage()@Base" 4.2.0
 + (c++)"TskAutoDb::addFilesInImgToDb()@Base" 4.2.0
 + (c++)"TskAutoDb::addFsInfoUnalloc(_TSK_DB_FS_INFO const&)@Base" 4.2.0
 + (c++)"TskAutoDb::addImageDetails(char const* const*, int, char const*)@Base" 4.3.0
-  (optional|c++)"TskAutoDb::addUnallocFsSpaceToDb(unsigned long&)@Base" 4.3.0
 + (c++)"TskAutoDb::addUnallocImageSpaceToDb()@Base" 4.2.0
 + (c++)"TskAutoDb::addUnallocSpaceToDb()@Base" 4.2.0
-  (optional|c++)"TskAutoDb::addUnallocVsSpaceToDb(unsigned long&)@Base" 4.3.0
 + (c++)"TskAutoDb::closeImage()@Base" 4.2.0
 + (c++)"TskAutoDb::commitAddImage()@Base" 4.2.0
 + (c++)"TskAutoDb::createBlockMap(bool)@Base" 4.2.0
 + (c++)"TskAutoDb::filterFs(TSK_FS_INFO*)@Base" 4.2.0
 + (c++)"TskAutoDb::filterVol(TSK_VS_PART_INFO const*)@Base" 4.2.0
 + (c++)"TskAutoDb::filterVs(TSK_VS_INFO const*)@Base" 4.2.0
 + (c++)"TskAutoDb::fsWalkUnallocBlocksCb(TSK_FS_BLOCK const*, void*)@Base" 4.2.0
 + (c++)"TskAutoDb::getCurDir[abi:cxx11]()@Base" 4.2.0
 + (c++)"TskAutoDb::hashFiles(bool)@Base" 4.2.0
 + (c++)"TskAutoDb::insertFileData(TSK_FS_FILE*, TSK_FS_ATTR const*, char const*, unsigned char const*, TSK_DB_FILES_KNOWN_ENUM)@Base" 4.2.0
 + (c++)"TskAutoDb::isDbOpen()@Base" 4.3.0
 + (c++)"TskAutoDb::md5HashAttr(unsigned char*, TSK_FS_ATTR const*)@Base" 4.2.0
-  (optional|c++)"TskAutoDb::md5HashCallback(TSK_FS_FILE*, long, unsigned long, char*, unsigned long, TSK_FS_BLOCK_FLAG_ENUM, void*)@Base" 4.3.0
 + (c++)"TskAutoDb::openImage(int, char const* const*, TSK_IMG_TYPE_ENUM, unsigned int, char const*)@Base" 4.3.0
 + (c++)"TskAutoDb::openImageUtf8(int, char const* const*, TSK_IMG_TYPE_ENUM, unsigned int, char const*)@Base" 4.3.0
 + (c++)"TskAutoDb::processAttribute(TSK_FS_FILE*, TSK_FS_ATTR const*, char const*)@Base" 4.2.0
 + (c++)"TskAutoDb::processFile(TSK_FS_FILE*, char const*)@Base" 4.2.0
 + (c++)"TskAutoDb::revertAddImage()@Base" 4.2.0
++ (c++)"TskAutoDb::setAddFileSystems(bool)@Base" 4.4.0
 + (c++)"TskAutoDb::setAddUnallocSpace(bool)@Base" 4.2.0
-  (optional|c++)"TskAutoDb::setAddUnallocSpace(bool, long)@Base" 4.3.0
 + (c++)"TskAutoDb::setNoFatFsOrphans(bool)@Base" 4.2.0
 + (c++)"TskAutoDb::setTz(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)@Base" 4.2.0
 + (c++)"TskAutoDb::startAddImage(int, char const* const*, TSK_IMG_TYPE_ENUM, unsigned int, char const*)@Base" 4.3.0
 + (c++)"TskAutoDb::stopAddImage()@Base" 4.2.0
 + (c++)"TskAutoDb::~TskAutoDb()@Base" 4.2.0
 + (c++)"TskAutoDb::TskAutoDb(TskDb*, TSK_HDB_INFO*, TSK_HDB_INFO*)@Base" 4.3.0
 + (c++)"TskAuto::dirWalkCb(TSK_FS_FILE*, char const*, void*)@Base" 4.2.0
 + (c++)"TskAuto::error_record::~error_record()@Base" 4.2.0
 + (c++)"TskAuto::errorRecordToString[abi:cxx11](TskAuto::error_record&)@Base" 4.2.0
 + (c++)"TskAuto::filterFs(TSK_FS_INFO*)@Base" 4.2.0
 + (c++)"TskAuto::filterVol(TSK_VS_PART_INFO const*)@Base" 4.2.0
 + (c++)"TskAuto::filterVs(TSK_VS_INFO const*)@Base" 4.2.0
-  (optional|c++)"TskAuto::findFilesInFsInt(TSK_FS_INFO*, unsigned long)@Base" 4.3.0
-  (optional|c++)"TskAuto::findFilesInFs(long)@Base" 4.3.0
-  (optional|c++)"TskAuto::findFilesInFs(long, TSK_FS_TYPE_ENUM)@Base" 4.3.0
-  (optional|c++)"TskAuto::findFilesInFs(long, TSK_FS_TYPE_ENUM, unsigned long)@Base" 4.3.0
-  (optional|c++)"TskAuto::findFilesInFs(long, unsigned long)@Base" 4.3.0
-  (optional|c++)"TskAuto::findFilesInFsRet(long, TSK_FS_TYPE_ENUM)@Base" 4.3.0
 + (c++)"TskAuto::findFilesInFs(TSK_FS_INFO*)@Base" 4.2.0
 + (c++)"TskAuto::findFilesInImg()@Base" 4.2.0
-  (optional|c++)"TskAuto::findFilesInVs(long)@Base" 4.3.0
-  (optional|c++)"TskAuto::findFilesInVs(long, TSK_VS_TYPE_ENUM)@Base" 4.3.0
 + (c++)"TskAuto::getCurVsPartDescr[abi:cxx11]() const at Base" 4.2.0
 + (c++)"TskAuto::getCurVsPartFlag() const at Base" 4.2.0
 + (c++)"TskAuto::getErrorList()@Base" 4.2.0
 + (c++)"TskAuto::getImageSize() const at Base" 4.2.0
 + (c++)"TskAuto::getStopProcessing() const at Base" 4.2.0
 + (c++)"TskAuto::handleError()@Base" 4.2.0
 + (c++)"TskAuto::isCurVsValid() const at Base" 4.2.0
 + (c++)"TskAuto::isDefaultType(TSK_FS_FILE*, TSK_FS_ATTR const*)@Base" 4.2.0
 + (c++)"TskAuto::isDir(TSK_FS_FILE*)@Base" 4.2.0
 + (c++)"TskAuto::isDotDir(TSK_FS_FILE*)@Base" 4.2.0
 + (c++)"TskAuto::isFATSystemFiles(TSK_FS_FILE*)@Base" 4.2.0
 + (c++)"TskAuto::isFile(TSK_FS_FILE*)@Base" 4.2.0
 + (c++)"TskAuto::isNonResident(TSK_FS_ATTR const*)@Base" 4.2.0
 + (c++)"TskAuto::isNtfsSystemFiles(TSK_FS_FILE*, char const*)@Base" 4.2.0
 + (c++)"TskAuto::openImageHandle(TSK_IMG_INFO*)@Base" 4.2.0
 + (c++)"TskAuto::openImage(int, char const* const*, TSK_IMG_TYPE_ENUM, unsigned int)@Base" 4.2.0
 + (c++)"TskAuto::openImageUtf8(int, char const* const*, TSK_IMG_TYPE_ENUM, unsigned int)@Base" 4.2.0
 + (c++)"TskAuto::processAttributes(TSK_FS_FILE*, char const*)@Base" 4.2.0
 + (c++)"TskAuto::processAttribute(TSK_FS_FILE*, TSK_FS_ATTR const*, char const*)@Base" 4.2.0
 + (c++)"TskAuto::registerError()@Base" 4.2.0
 + (c++)"TskAuto::resetErrorList()@Base" 4.2.0
 + (c++)"TskAuto::setCurVsPart(TSK_VS_PART_INFO const*)@Base" 4.2.0
 + (c++)"TskAuto::setFileFilterFlags(TSK_FS_DIR_WALK_FLAG_ENUM)@Base" 4.2.0
 + (c++)"TskAuto::setStopProcessing()@Base" 4.2.0
 + (c++)"TskAuto::setVolFilterFlags(TSK_VS_PART_FLAG_ENUM)@Base" 4.2.0
 + (c++)"TskAuto::~TskAuto()@Base" 4.2.0
 + (c++)"TskAuto::TskAuto()@Base" 4.2.0
 + (c++)"TskAuto::vsWalkCb(TSK_VS_INFO*, TSK_VS_PART_INFO const*, void*)@Base" 4.2.0
 + (c++)"TskCaseDb::addImage(int, char const* const*, TSK_IMG_TYPE_ENUM, unsigned int)@Base" 4.2.0
 + (c++)"TskCaseDb::clearLookupDatabases()@Base" 4.2.0
 + (c++)"TskCaseDb::initAddImage()@Base" 4.2.0
 + (c++)"TskCaseDb::newDb(char const*)@Base" 4.2.0
 + (c++)"TskCaseDb::newDb(char const*, CaseDbConnectionInfo*)@Base" 4.3.0
 + (c++)"TskCaseDb::openDb(char const*)@Base" 4.2.0
 + (c++)"TskCaseDb::openDb(char const*, CaseDbConnectionInfo*)@Base" 4.3.0
 + (c++)"TskCaseDb::setKnownBadHashDb(char*)@Base" 4.2.0
 + (c++)"TskCaseDb::setNSRLHashDb(char*)@Base" 4.2.0
 + (c++)"TskCaseDb::~TskCaseDb()@Base" 4.2.0
 + (c++)"TskCaseDb::TskCaseDb(TskDb*)@Base" 4.3.0
 + (c++)"TskDb::getParentPathAndName(char const*, char**, char**)@Base" 4.3.0
 + (c++)"TskDb::setConnectionInfo(CaseDbConnectionInfo*)@Base" 4.3.0
-  (optional|c++)"TskDbSqlite::addCarvedFile(long, long, unsigned long, std::vector<_TSK_DB_FILE_LAYOUT_RANGE, std::allocator<_TSK_DB_FILE_LAYOUT_RANGE> >&, long&, long)@Base" 4.3.0
-  (optional|c++)"TskDbSqlite::addFileLayoutRange(long, unsigned long, unsigned long, int)@Base" 4.3.0
 + (c++)"TskDbSqlite::addFileLayoutRange(_TSK_DB_FILE_LAYOUT_RANGE const&)@Base" 4.2.0
-  (optional|c++)"TskDbSqlite::addFile(TSK_FS_FILE*, TSK_FS_ATTR const*, char const*, unsigned char const*, TSK_DB_FILES_KNOWN_ENUM, long, long, long&, long)@Base" 4.3.0
-  (optional|c++)"TskDbSqlite::addFileWithLayoutRange(TSK_DB_FILES_TYPE_ENUM, long, long, unsigned long, std::vector<_TSK_DB_FILE_LAYOUT_RANGE, std::allocator<_TSK_DB_FILE_LAYOUT_RANGE> >&, long&, long)@Base" 4.3.0
-  (optional|c++)"TskDbSqlite::addFsFile(TSK_FS_FILE*, TSK_FS_ATTR const*, char const*, unsigned char const*, TSK_DB_FILES_KNOWN_ENUM, long, long&, long)@Base" 4.3.0
-  (optional|c++)"TskDbSqlite::addFsInfo(TSK_FS_INFO const*, long, long&)@Base" 4.3.0
-  (optional|c++)"TskDbSqlite::addImageInfo(int, int, long&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)@Base" 4.3.0
-  (optional|c++)"TskDbSqlite::addImageInfo(int, int, long&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)@Base" 4.3.0
-  (optional|c++)"TskDbSqlite::addImageInfo(int, long, long&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, long, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)@Base" 4.3.0
-  (optional|c++)"TskDbSqlite::addImageName(long, char const*, int)@Base" 4.3.0
-  (optional|c++)"TskDbSqlite::addLayoutFileInfo(long, long, TSK_DB_FILES_TYPE_ENUM, char const*, unsigned long, long&, long)@Base" 4.3.0
-  (optional|c++)"TskDbSqlite::addObject(TSK_DB_OBJECT_TYPE_ENUM, long, long&)@Base" 4.3.0
-  (optional|c++)"TskDbSqlite::addUnallocBlockFile(long, long, unsigned long, std::vector<_TSK_DB_FILE_LAYOUT_RANGE, std::allocator<_TSK_DB_FILE_LAYOUT_RANGE> >&, long&, long)@Base" 4.3.0
-  (optional|c++)"TskDbSqlite::addUnallocFsBlockFilesParent(long, long&, long)@Base" 4.3.0
-  (optional|c++)"TskDbSqlite::addUnusedBlockFile(long, long, unsigned long, std::vector<_TSK_DB_FILE_LAYOUT_RANGE, std::allocator<_TSK_DB_FILE_LAYOUT_RANGE> >&, long&, long)@Base" 4.3.0
-  (optional|c++)"TskDbSqlite::addVirtualDir(long, long, char const*, long&, long)@Base" 4.3.0
-  (optional|c++)"TskDbSqlite::addVolumeInfo(TSK_VS_PART_INFO const*, long, long&)@Base" 4.3.0
-  (optional|c++)"TskDbSqlite::addVsInfo(TSK_VS_INFO const*, long, long&)@Base" 4.3.0
 + (c++)"TskDbSqlite::attempt_exec(char const*, char const*)@Base" 4.2.0
 + (c++)"TskDbSqlite::attempt_exec(char const*, int (*)(void*, int, char**, char**), void*, char const*)@Base" 4.2.0
 + (c++)"TskDbSqlite::attempt(int, char const*)@Base" 4.2.0
 + (c++)"TskDbSqlite::attempt(int, int, char const*)@Base" 4.2.0
 + (c++)"TskDbSqlite::cleanupFilePreparedStmt()@Base" 4.2.0
 + (c++)"TskDbSqlite::close()@Base" 4.2.0
 + (c++)"TskDbSqlite::createIndexes()@Base" 4.2.0
 + (c++)"TskDbSqlite::createSavepoint(char const*)@Base" 4.2.0
 + (c++)"TskDbSqlite::dbExists()@Base" 4.3.0
-  (optional|c++)"TskDbSqlite::findParObjId(TSK_FS_FILE const*, char const*, long const&)@Base" 4.3.0
 + (c++)"TskDbSqlite::getFileLayouts(std::vector<_TSK_DB_FILE_LAYOUT_RANGE, std::allocator<_TSK_DB_FILE_LAYOUT_RANGE> >&)@Base" 4.2.0
-  (optional|c++)"TskDbSqlite::getFsInfos(long, std::vector<_TSK_DB_FS_INFO, std::allocator<_TSK_DB_FS_INFO> >&)@Base" 4.3.0
-  (optional|c++)"TskDbSqlite::getFsRootDirObjectInfo(long, _TSK_DB_OBJECT&)@Base" 4.3.0
-  (optional|c++)"TskDbSqlite::getObjectInfo(long, _TSK_DB_OBJECT&)@Base" 4.3.0
-  (optional|c++)"TskDbSqlite::getParentImageId(long, long&)@Base" 4.3.0
-  (optional|c++)"TskDbSqlite::getVsInfo(long, _TSK_DB_VS_INFO&)@Base" 4.3.0
-  (optional|c++)"TskDbSqlite::getVsInfos(long, std::vector<_TSK_DB_VS_INFO, std::allocator<_TSK_DB_VS_INFO> >&)@Base" 4.3.0
-  (optional|c++)"TskDbSqlite::getVsPartInfos(long, std::vector<_TSK_DB_VS_PART_INFO, std::allocator<_TSK_DB_VS_PART_INFO> >&)@Base" 4.3.0
 + (c++)"TskDbSqlite::hash(unsigned char const*)@Base" 4.2.0
 + (c++)"TskDbSqlite::initialize()@Base" 4.2.0
 + (c++)"TskDbSqlite::inTransaction()@Base" 4.2.0
 + (c++)"TskDbSqlite::isDbOpen()@Base" 4.3.0
 + (c++)"TskDbSqlite::open(bool)@Base" 4.2.0
 + (c++)"TskDbSqlite::prepare_stmt(char const*, sqlite3_stmt**)@Base" 4.2.0
 + (c++)"TskDbSqlite::releaseSavepoint(char const*)@Base" 4.2.0
 + (c++)"TskDbSqlite::revertSavepoint(char const*)@Base" 4.2.0
 + (c++)"TskDbSqlite::setupFilePreparedStmt()@Base" 4.2.0
-  (optional|c++)"TskDbSqlite::storeObjId(long const&, TSK_FS_FILE const*, char const*, long const&)@Base" 4.3.0
 + (c++)"TskDbSqlite::~TskDbSqlite()@Base" 4.2.0
 + (c++)"TskDbSqlite::TskDbSqlite(char const*, bool)@Base" 4.2.0
 + (c++)"TskDb::TskDb(char const*, bool)@Base" 4.3.0
 + (c++)"tsk_fs_block_cpp_c_cb(TSK_FS_BLOCK const*, void*)@Base" 4.2.0
 + (c++)"tsk_fs_dir_walk_cpp_c_cb(TSK_FS_FILE*, char const*, void*)@Base" 4.2.0
-  (optional|c++)"tsk_fs_file_cpp_c_cb(TSK_FS_FILE*, long, unsigned long, char*, unsigned long, TSK_FS_BLOCK_FLAG_ENUM, void*)@Base" 4.3.0
 + (c++)"tsk_fs_jblk_cpp_c_cb(TSK_FS_INFO*, char*, int, void*)@Base" 4.2.0
 + (c++)"tsk_fs_jentry_cpp_c_cb(TSK_FS_INFO*, TSK_FS_JENTRY*, int, void*)@Base" 4.2.0
 + (c++)"tsk_fs_meta_walk_cpp_c_cb(TSK_FS_FILE*, void*)@Base" 4.2.0
 + (c++)"TskHashInfo::~TskHashInfo()@Base" 4.2.0
 + (c++)"tsk_vs_part_walk_cpp_c_cb(TSK_VS_INFO*, TSK_VS_PART_INFO const*, void*)@Base" 4.2.0
 + (c++)"typeinfo for __cxxabiv1::__class_type_info at Base" 4.2.0
 + (c++)"typeinfo for __cxxabiv1::__forced_unwind at Base" 4.2.0
 + (c++)"typeinfo for __cxxabiv1::__foreign_exception at Base" 4.2.0
 + (c++)"typeinfo for __cxxabiv1::__si_class_type_info at Base" 4.2.0
 + (c++)"typeinfo for __gnu_cxx::__concurrence_lock_error at Base" 4.2.0
 + (c++)"typeinfo for __gnu_cxx::__concurrence_unlock_error at Base" 4.2.0
 + (c++)"typeinfo for std::bad_alloc at Base" 4.2.0
 + (c++)"typeinfo for std::bad_exception at Base" 4.2.0
 + (c++)"typeinfo for std::exception at Base" 4.2.0
 + (c++)"typeinfo for std::type_info at Base" 4.2.0
 + (c++)"typeinfo for TskAuto at Base" 4.2.0
 + (c++)"typeinfo for TskAutoDb at Base" 4.2.0
 + (c++)"typeinfo for TskDb at Base" 4.3.0
 + (c++)"typeinfo for TskDbSqlite at Base" 4.3.0
 + (c++)"typeinfo name for __cxxabiv1::__class_type_info at Base" 4.2.0
 + (c++)"typeinfo name for __cxxabiv1::__forced_unwind at Base" 4.2.0
 + (c++)"typeinfo name for __cxxabiv1::__foreign_exception at Base" 4.2.0
 + (c++)"typeinfo name for __cxxabiv1::__si_class_type_info at Base" 4.2.0
 + (c++)"typeinfo name for __gnu_cxx::__concurrence_lock_error at Base" 4.2.0
 + (c++)"typeinfo name for __gnu_cxx::__concurrence_unlock_error at Base" 4.2.0
 + (c++)"typeinfo name for std::bad_alloc at Base" 4.2.0
 + (c++)"typeinfo name for std::bad_exception at Base" 4.2.0
 + (c++)"typeinfo name for std::exception at Base" 4.2.0
 + (c++)"typeinfo name for std::type_info at Base" 4.2.0
 + (c++)"typeinfo name for TskAuto at Base" 4.2.0
 + (c++)"typeinfo name for TskAutoDb at Base" 4.2.0
 + (c++)"typeinfo name for TskDb at Base" 4.3.0
 + (c++)"typeinfo name for TskDbSqlite at Base" 4.3.0
-  (optional|c++)"void std::__adjust_heap<__gnu_cxx::__normal_iterator<_TSK_DB_FILE_LAYOUT_RANGE*, std::vector<_TSK_DB_FILE_LAYOUT_RANGE, std::allocator<_TSK_DB_FILE_LAYOUT_RANGE> > >, long, _TSK_DB_FILE_LAYOUT_RANGE, __gnu_cxx::__ops::_Iter_less_iter>(__gnu_cxx::__normal_iterator<_TSK_DB_FILE_LAYOUT_RANGE*, std::vector<_TSK_DB_FILE_LAYOUT_RANGE, std::allocator<_TSK_DB_FILE_LAYOUT_RANGE> > >, long, long, _TSK_DB_FILE_LAYOUT_RANGE, __gnu_cxx::__ops::_Iter_less_iter)@Base" 4.3.0
 + (c++)"void std::__insertion_sort<__gnu_cxx::__normal_iterator<_TSK_DB_FILE_LAYOUT_RANGE*, std::vector<_TSK_DB_FILE_LAYOUT_RANGE, std::allocator<_TSK_DB_FILE_LAYOUT_RANGE> > >, __gnu_cxx::__ops::_Iter_less_iter>(__gnu_cxx::__normal_iterator<_TSK_DB_FILE_LAYOUT_RANGE*, std::vector<_TSK_DB_FILE_LAYOUT_RANGE, std::allocator<_TSK_DB_FILE_LAYOUT_RANGE> > >, __gnu_cxx::__normal_iterator<_TSK_DB_FILE_LAYOUT_RANGE*, std::vector<_TSK_DB_FILE_LAYOUT_RANGE, std::allocator<_TSK_DB_FILE_LAYOUT_RANGE [...]
-  (optional|c++)"void std::__move_median_to_first<__gnu_cxx::__normal_iterator<_TSK_DB_FILE_LAYOUT_RANGE*, std::vector<_TSK_DB_FILE_LAYOUT_RANGE, std::allocator<_TSK_DB_FILE_LAYOUT_RANGE> > >, __gnu_cxx::__ops::_Iter_less_iter>(__gnu_cxx::__normal_iterator<_TSK_DB_FILE_LAYOUT_RANGE*, std::vector<_TSK_DB_FILE_LAYOUT_RANGE, std::allocator<_TSK_DB_FILE_LAYOUT_RANGE> > >, __gnu_cxx::__normal_iterator<_TSK_DB_FILE_LAYOUT_RANGE*, std::vector<_TSK_DB_FILE_LAYOUT_RANGE, std::allocator<_TSK_DB_FI [...]
 + (c++)"void std::vector<NTFS_META_ADDR, std::allocator<NTFS_META_ADDR> >::_M_emplace_back_aux<NTFS_META_ADDR const&>(NTFS_META_ADDR const&)@Base" 4.3.0
 + (c++)"void std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > >::_M_emplace_back_aux<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&&)@Base" 4.3.0
 + (c++)"void std::vector<TskAuto::error_record, std::allocator<TskAuto::error_record> >::_M_emplace_back_aux<TskAuto::error_record const&>(TskAuto::error_record const&)@Base" 4.3.0
 + (c++)"void std::vector<_TSK_DB_FILE_LAYOUT_RANGE, std::allocator<_TSK_DB_FILE_LAYOUT_RANGE> >::emplace_back<_TSK_DB_FILE_LAYOUT_RANGE>(_TSK_DB_FILE_LAYOUT_RANGE&&)@Base" 4.3.0
 + (c++)"void std::vector<_TSK_DB_FILE_LAYOUT_RANGE, std::allocator<_TSK_DB_FILE_LAYOUT_RANGE> >::_M_emplace_back_aux<_TSK_DB_FILE_LAYOUT_RANGE const&>(_TSK_DB_FILE_LAYOUT_RANGE const&)@Base" 4.3.0
 + (c++)"void std::vector<_TSK_DB_FILE_LAYOUT_RANGE, std::allocator<_TSK_DB_FILE_LAYOUT_RANGE> >::_M_emplace_back_aux<_TSK_DB_FILE_LAYOUT_RANGE>(_TSK_DB_FILE_LAYOUT_RANGE&&)@Base" 4.3.0
 + (c++)"void std::vector<_TSK_DB_FS_INFO, std::allocator<_TSK_DB_FS_INFO> >::_M_emplace_back_aux<_TSK_DB_FS_INFO const&>(_TSK_DB_FS_INFO const&)@Base" 4.3.0
 + (c++)"void std::vector<_TSK_DB_VS_INFO, std::allocator<_TSK_DB_VS_INFO> >::_M_emplace_back_aux<_TSK_DB_VS_INFO const&>(_TSK_DB_VS_INFO const&)@Base" 4.3.0
 + (c++)"void std::vector<_TSK_DB_VS_PART_INFO, std::allocator<_TSK_DB_VS_PART_INFO> >::_M_emplace_back_aux<_TSK_DB_VS_PART_INFO const&>(_TSK_DB_VS_PART_INFO const&)@Base" 4.3.0
 + (c++)"vtable for TskAuto at Base" 4.2.0
 + (c++)"vtable for TskAutoDb at Base" 4.2.0
 + (c++)"vtable for TskDb at Base" 4.3.0
 + (c++)"vtable for TskDbSqlite at Base" 4.3.0
 + __cxa_allocate_dependent_exception at Base 4.2.0
 + __cxa_allocate_exception at Base 4.2.0
 + __cxa_begin_catch at Base 4.2.0
 + __cxa_call_terminate at Base 4.2.0
 + __cxa_call_unexpected at Base 4.2.0
 + __cxa_current_exception_type at Base 4.2.0
 + __cxa_deleted_virtual at Base 4.2.0
 + __cxa_demangle at Base 4.2.0
 + __cxa_end_catch at Base 4.2.0
 + __cxa_free_dependent_exception at Base 4.2.0
 + __cxa_free_exception at Base 4.2.0
 + __cxa_get_exception_ptr at Base 4.2.0
 + __cxa_get_globals at Base 4.2.0
 + __cxa_get_globals_fast at Base 4.2.0
 + __cxa_pure_virtual at Base 4.2.0
 + __cxa_rethrow at Base 4.2.0
 + __cxa_throw at Base 4.2.0
 + __gcclibcxx_demangle_callback at Base 4.2.0
 + __gxx_personality_v0 at Base 4.2.0
 + aff_open at Base 4.2.0
 + cm_blk at Base 4.2.0
 + cm_crc at Base 4.2.0
 + cm_ini at Base 4.2.0
 + cm_nxt at Base 4.2.0
 + crc16 at Base 4.2.0
 + encase_get_entry at Base 4.2.0
 + encase_make_index at Base 4.2.0
 + encase_open at Base 4.2.0
 + encase_test at Base 4.2.0
 + error_detected at Base 4.2.0
 + error_returned at Base 4.2.0
 + ewf_open at Base 4.2.0
 + exfatfs_dent_parse_buf at Base 4.2.0
 + exfatfs_dinode_copy at Base 4.2.0
 + exfatfs_find_file_stream_dentry at Base 4.2.0
 + exfatfs_fsstat at Base 4.2.0
 + exfatfs_get_alloc_status_from_type at Base 4.2.0
 + exfatfs_get_enum_from_type at Base 4.2.0
 + exfatfs_inode_lookup at Base 4.2.0
 + exfatfs_inode_walk_should_skip_dentry at Base 4.2.0
 + exfatfs_is_access_ctrl_table_dentry at Base 4.2.0
 + exfatfs_is_alloc_bitmap_dentry at Base 4.2.0
 + exfatfs_is_cluster_alloc at Base 4.2.0
 + exfatfs_is_dentry at Base 4.2.0
 + exfatfs_is_file_dentry at Base 4.2.0
 + exfatfs_is_file_dentry_standalone at Base 4.2.0
 + exfatfs_is_file_name_dentry at Base 4.2.0
 + exfatfs_is_file_stream_dentry at Base 4.2.0
 + exfatfs_is_file_stream_dentry_standalone at Base 4.2.0
 + exfatfs_is_texfat_dentry at Base 4.2.0
 + exfatfs_is_upcase_table_dentry at Base 4.2.0
 + exfatfs_is_vol_guid_dentry at Base 4.2.0
 + exfatfs_is_vol_label_dentry at Base 4.2.0
 + exfatfs_istat_attr_flags at Base 4.2.0
 + exfatfs_open at Base 4.2.0
 + ext2fs_block_getflags at Base 4.2.0
 + ext2fs_block_walk at Base 4.2.0
 + ext2fs_dir_open_meta at Base 4.2.0
 + ext2fs_inode_walk at Base 4.2.0
 + ext2fs_jblk_walk at Base 4.2.0
 + ext2fs_jentry_walk at Base 4.2.0
 + ext2fs_jopen at Base 4.2.0
 + ext2fs_open at Base 4.2.0
 + fatfs_block_getflags at Base 4.2.0
 + fatfs_block_walk at Base 4.2.0
 + fatfs_cleanup_ascii at Base 4.2.0
 + fatfs_close at Base 4.2.0
 + fatfs_dentry_load at Base 4.2.0
 + fatfs_dir_buf_add at Base 4.2.0
 + fatfs_dir_buf_free at Base 4.2.0
 + fatfs_dir_buf_get at Base 4.2.0
 + fatfs_dir_open_meta at Base 4.2.0
 + fatfs_dos_2_nanosec at Base 4.2.0
 + fatfs_dos_2_unix_time at Base 4.2.0
 + fatfs_find_parent_act at Base 4.2.0
 + fatfs_fscheck at Base 4.2.0
 + fatfs_getFAT at Base 4.2.0
 + fatfs_get_default_attr_type at Base 4.2.0
 + fatfs_inode_lookup at Base 4.2.0
 + fatfs_inode_walk at Base 4.2.0
 + fatfs_inum_arg_is_in_range at Base 4.2.0
 + fatfs_inum_is_in_range at Base 4.2.0
 + fatfs_is_sectalloc at Base 4.2.0
 + fatfs_istat at Base 4.2.0
 + fatfs_jblk_walk at Base 4.2.0
 + fatfs_jentry_walk at Base 4.2.0
 + fatfs_jopen at Base 4.2.0
 + fatfs_make_data_runs at Base 4.2.0
 + fatfs_name_cmp at Base 4.2.0
 + fatfs_open at Base 4.2.0
 + fatfs_ptr_arg_is_null at Base 4.2.0
 + fatfs_utf16_inode_str_2_utf8 at Base 4.2.0
 + fatxxfs_dent_parse_buf at Base 4.2.0
 + fatxxfs_dinode_copy at Base 4.2.0
 + fatxxfs_inode_lookup at Base 4.2.0
 + fatxxfs_inode_walk_should_skip_dentry at Base 4.2.0
 + fatxxfs_is_cluster_alloc at Base 4.2.0
 + fatxxfs_is_dentry at Base 4.2.0
 + fatxxfs_istat_attr_flags at Base 4.2.0
 + fatxxfs_open at Base 4.2.0
 + ffs_block_getflags at Base 4.2.0
 + ffs_block_walk at Base 4.2.0
 + ffs_dir_open_meta at Base 4.2.0
 + ffs_inode_walk at Base 4.2.0
 + ffs_jblk_walk at Base 4.2.0
 + ffs_jentry_walk at Base 4.2.0
 + ffs_jopen at Base 4.2.0
 + ffs_open at Base 4.2.0
 + free_res_descriptor at Base 4.2.0
 + gLowerCaseTable at Base 4.2.0
 + hdb_base_accepts_updates at Base 4.2.0
 + hdb_base_add_entry at Base 4.2.0
 + hdb_base_begin_transaction at Base 4.2.0
 + hdb_base_commit_transaction at Base 4.2.0
 + hdb_base_db_name_from_path at Base 4.2.0
 + hdb_base_get_db_path at Base 4.2.0
 + hdb_base_get_display_name at Base 4.2.0
 + hdb_base_get_index_path at Base 4.2.0
 + hdb_base_has_index at Base 4.2.0
 + hdb_base_lookup_bin at Base 4.2.0
 + hdb_base_lookup_str at Base 4.2.0
 + hdb_base_lookup_verbose_str at Base 4.2.0
 + hdb_base_make_index at Base 4.2.0
 + hdb_base_open_index at Base 4.2.0
 + hdb_base_rollback_transaction at Base 4.2.0
 + hdb_base_uses_external_indexes at Base 4.2.0
 + hdb_binsrch_accepts_updates at Base 4.2.0
 + hdb_binsrch_close at Base 4.2.0
 + hdb_binsrch_get_index_path at Base 4.2.0
 + hdb_binsrch_has_index at Base 4.2.0
 + hdb_binsrch_idx_add_entry_bin at Base 4.2.0
 + hdb_binsrch_idx_add_entry_str at Base 4.2.0
 + hdb_binsrch_idx_finalize at Base 4.2.0
 + hdb_binsrch_idx_initialize at Base 4.2.0
 + hdb_binsrch_lookup_bin at Base 4.2.0
 + hdb_binsrch_lookup_str at Base 4.2.0
 + hdb_binsrch_lookup_verbose_str at Base 4.2.0
 + hdb_binsrch_open at Base 4.2.0
 + hdb_binsrch_open_idx at Base 4.2.0
 + hdb_binsrch_uses_external_indexes at Base 4.2.0
 + hdb_info_base_close at Base 4.2.0
 + hdb_info_base_open at Base 4.2.0
 + hfs_UTF16toUTF8 at Base 4.2.0
 + hfs_attr_walk_special at Base 4.2.0
 + hfs_block_getflags at Base 4.2.0
 + hfs_cat_compare_keys at Base 4.2.0
 + hfs_cat_file_lookup at Base 4.2.0
 + hfs_cat_read_file_folder_record at Base 4.2.0
 + hfs_cat_read_thread_record at Base 4.2.0
 + hfs_cat_traverse at Base 4.2.0
 + hfs_checked_read_random at Base 4.2.0
 + hfs_convert_2_unix_time at Base 4.2.0
 + hfs_dir_open_meta at Base 4.2.0
 + hfs_file_read_special at Base 4.2.0
 + hfs_follow_hard_link at Base 4.2.0
 + hfs_get_idxkeylen at Base 4.2.0
 + hfs_get_inode_name at Base 4.2.0
 + hfs_inode_walk at Base 4.2.0
 + hfs_jblk_walk at Base 4.2.0
 + hfs_jentry_walk at Base 4.2.0
 + hfs_jopen at Base 4.2.0
 + hfs_name_cmp at Base 4.2.0
 + hfs_open at Base 4.2.0
 + hfs_unicode_compare at Base 4.2.0
 + hk_getentry at Base 4.2.0
 + hk_makeindex at Base 4.2.0
 + hk_open at Base 4.2.0
 + hk_test at Base 4.2.0
 + idxonly_get_db_path at Base 4.2.0
 + idxonly_getentry at Base 4.2.0
 + idxonly_open at Base 4.2.0
 + iso9660_dinode_load at Base 4.2.0
 + iso9660_dir_open_meta at Base 4.2.0
 + iso9660_name_cmp at Base 4.2.0
 + iso9660_open at Base 4.2.0
 + md5sum_getentry at Base 4.2.0
 + md5sum_makeindex at Base 4.2.0
 + md5sum_open at Base 4.2.0
 + md5sum_test at Base 4.2.0
 + nsrl_getentry at Base 4.2.0
 + nsrl_makeindex at Base 4.2.0
 + nsrl_open at Base 4.2.0
 + nsrl_test at Base 4.2.0
 + nt2unixtime at Base 4.2.0
 + ntfs_attrname_lookup at Base 4.2.0
 + ntfs_dinode_lookup at Base 4.2.0
 + ntfs_dir_open_meta at Base 4.2.0
 + ntfs_find_file at Base 4.2.0
 + ntfs_name_cmp at Base 4.2.0
 + ntfs_open at Base 4.2.0
 + ntfs_orphan_map_free at Base 4.2.0
 + progname at Base 4.2.0
 + raw_open at Base 4.2.0
 + rawfs_open at Base 4.2.0
 + sqlite_hdb_add_entry at Base 4.2.0
 + sqlite_hdb_begin_transaction at Base 4.2.0
 + sqlite_hdb_close at Base 4.2.0
 + sqlite_hdb_commit_transaction at Base 4.2.0
 + sqlite_hdb_create_db at Base 4.2.0
 + sqlite_hdb_is_sqlite_file at Base 4.2.0
 + sqlite_hdb_lookup_bin at Base 4.2.0
 + sqlite_hdb_lookup_str at Base 4.2.0
 + sqlite_hdb_lookup_verbose_bin at Base 4.2.0
 + sqlite_hdb_lookup_verbose_str at Base 4.2.0
 + sqlite_hdb_open at Base 4.2.0
 + sqlite_hdb_rollback_transaction at Base 4.2.0
 + swapfs_open at Base 4.2.0
 + tsk_UTF16WtoUTF8_lclorder at Base 4.2.0
 + tsk_UTF16toUTF8 at Base 4.2.0
 + tsk_UTF16toUTF8_lclorder at Base 4.2.0
 + tsk_UTF8toUTF16 at Base 4.2.0
 + tsk_UTF8toUTF16W at Base 4.2.0
 + tsk_cleanupUTF8 at Base 4.2.0
 + tsk_deinit_lock at Base 4.2.0
 + tsk_error_errstr2_concat at Base 4.2.0
 + tsk_error_get at Base 4.2.0
 + tsk_error_get_errno at Base 4.2.0
 + tsk_error_get_errstr2 at Base 4.2.0
 + tsk_error_get_errstr at Base 4.2.0
 + tsk_error_get_info at Base 4.2.0
 + tsk_error_print at Base 4.2.0
 + tsk_error_reset at Base 4.2.0
 + tsk_error_set_errno at Base 4.2.0
 + tsk_error_set_errstr2 at Base 4.2.0
 + tsk_error_set_errstr at Base 4.2.0
 + tsk_error_vset_errstr2 at Base 4.2.0
 + tsk_error_vset_errstr at Base 4.2.0
 + tsk_fprintf at Base 4.2.0
 + tsk_fs_attr_add_run at Base 4.2.0
 + tsk_fs_attr_alloc at Base 4.2.0
 + tsk_fs_attr_append_run at Base 4.2.0
 + tsk_fs_attr_clear at Base 4.2.0
 + tsk_fs_attr_free at Base 4.2.0
 + tsk_fs_attr_read at Base 4.2.0
 + tsk_fs_attr_run_alloc at Base 4.2.0
 + tsk_fs_attr_run_free at Base 4.2.0
 + tsk_fs_attr_set_run at Base 4.2.0
 + tsk_fs_attr_set_str at Base 4.2.0
 + tsk_fs_attr_walk at Base 4.2.0
 + tsk_fs_attrlist_add at Base 4.2.0
 + tsk_fs_attrlist_alloc at Base 4.2.0
 + tsk_fs_attrlist_free at Base 4.2.0
 + tsk_fs_attrlist_get at Base 4.2.0
 + tsk_fs_attrlist_get_id at Base 4.2.0
 + tsk_fs_attrlist_get_idx at Base 4.2.0
 + tsk_fs_attrlist_get_len at Base 4.2.0
 + tsk_fs_attrlist_get_name_type at Base 4.2.0
 + tsk_fs_attrlist_getnew at Base 4.2.0
 + tsk_fs_attrlist_markunused at Base 4.2.0
 + tsk_fs_blkcalc at Base 4.2.0
 + tsk_fs_blkcat at Base 4.2.0
 + tsk_fs_blkls at Base 4.2.0
 + tsk_fs_blkstat at Base 4.2.0
 + tsk_fs_block_alloc at Base 4.2.0
 + tsk_fs_block_free at Base 4.2.0
 + tsk_fs_block_get at Base 4.2.0
 + tsk_fs_block_get_flag at Base 4.2.0
 + tsk_fs_block_set at Base 4.2.0
 + tsk_fs_block_walk at Base 4.2.0
 + tsk_fs_close at Base 4.2.0
 + tsk_fs_dir_add at Base 4.2.0
 + tsk_fs_dir_alloc at Base 4.2.0
 + tsk_fs_dir_close at Base 4.2.0
 + tsk_fs_dir_contains at Base 4.3.0
 + tsk_fs_dir_find_inum_named at Base 4.2.0
 + tsk_fs_dir_find_orphans at Base 4.2.0
 + tsk_fs_dir_get at Base 4.2.0
 + tsk_fs_dir_get_name at Base 4.2.0
 + tsk_fs_dir_getsize at Base 4.2.0
 + tsk_fs_dir_load_inum_named at Base 4.2.0
 + tsk_fs_dir_make_orphan_dir_meta at Base 4.2.0
 + tsk_fs_dir_make_orphan_dir_name at Base 4.2.0
 + tsk_fs_dir_open at Base 4.2.0
 + tsk_fs_dir_open_meta at Base 4.2.0
 + tsk_fs_dir_realloc at Base 4.2.0
 + tsk_fs_dir_reset at Base 4.2.0
 + tsk_fs_dir_walk at Base 4.2.0
 + tsk_fs_ffind at Base 4.2.0
 + tsk_fs_file_alloc at Base 4.2.0
 + tsk_fs_file_attr_get at Base 4.2.0
 + tsk_fs_file_attr_get_id at Base 4.2.0
 + tsk_fs_file_attr_get_idx at Base 4.2.0
 + tsk_fs_file_attr_get_type at Base 4.2.0
 + tsk_fs_file_attr_getsize at Base 4.2.0
 + tsk_fs_file_close at Base 4.2.0
 + tsk_fs_file_get_owner_sid at Base 4.2.0
 + tsk_fs_file_hash_calc at Base 4.2.0
 + tsk_fs_file_hash_calc_callback at Base 4.2.0
 + tsk_fs_file_open at Base 4.2.0
 + tsk_fs_file_open_meta at Base 4.2.0
 + tsk_fs_file_read at Base 4.2.0
 + tsk_fs_file_read_type at Base 4.2.0
 + tsk_fs_file_reset at Base 4.2.0
 + tsk_fs_file_walk at Base 4.2.0
 + tsk_fs_file_walk_type at Base 4.2.0
 + tsk_fs_fls at Base 4.2.0
 + tsk_fs_free at Base 4.2.0
 + tsk_fs_icat at Base 4.2.0
 + tsk_fs_ifind_data at Base 4.2.0
 + tsk_fs_ifind_par at Base 4.2.0
 + tsk_fs_ifind_path at Base 4.2.0
 + tsk_fs_ils at Base 4.2.0
 + tsk_fs_load_file_action at Base 4.2.0
 + tsk_fs_malloc at Base 4.2.0
 + tsk_fs_meta_alloc at Base 4.2.0
 + tsk_fs_meta_close at Base 4.2.0
 + tsk_fs_meta_make_ls at Base 4.2.0
 + tsk_fs_meta_realloc at Base 4.2.0
 + tsk_fs_meta_reset at Base 4.2.0
 + tsk_fs_meta_type_str at Base 4.2.0
 + tsk_fs_meta_walk at Base 4.2.0
 + tsk_fs_name_alloc at Base 4.2.0
 + tsk_fs_name_copy at Base 4.2.0
 + tsk_fs_name_free at Base 4.2.0
 + tsk_fs_name_print at Base 4.2.0
 + tsk_fs_name_print_long at Base 4.2.0
 + tsk_fs_name_print_mac at Base 4.2.0
 + tsk_fs_name_print_mac_md5 at Base 4.2.0
 + tsk_fs_name_realloc at Base 4.2.0
 + tsk_fs_name_reset at Base 4.2.0
 + tsk_fs_name_type_str at Base 4.2.0
 + tsk_fs_nofs_block_getflags at Base 4.2.0
 + tsk_fs_nofs_block_walk at Base 4.2.0
 + tsk_fs_nofs_close at Base 4.2.0
 + tsk_fs_nofs_dir_open_meta at Base 4.2.0
 + tsk_fs_nofs_file_add_meta at Base 4.2.0
 + tsk_fs_nofs_fsstat at Base 4.2.0
 + tsk_fs_nofs_get_default_attr_type at Base 4.2.0
 + tsk_fs_nofs_inode_walk at Base 4.2.0
 + tsk_fs_nofs_istat at Base 4.2.0
 + tsk_fs_nofs_jblk_walk at Base 4.2.0
 + tsk_fs_nofs_jentry_walk at Base 4.2.0
 + tsk_fs_nofs_jopen at Base 4.2.0
 + tsk_fs_nofs_make_data_run at Base 4.2.0
 + tsk_fs_nofs_name_cmp at Base 4.2.0
 + tsk_fs_open_img at Base 4.2.0
 + tsk_fs_open_vol at Base 4.2.0
 + tsk_fs_parse_inum at Base 4.2.0
 + tsk_fs_path2inum at Base 4.2.0
 + tsk_fs_read at Base 4.2.0
 + tsk_fs_read_block at Base 4.2.0
 + tsk_fs_time_to_str at Base 4.2.0
 + tsk_fs_time_to_str_subsecs at Base 4.2.0
 + tsk_fs_type_print at Base 4.2.0
 + tsk_fs_type_supported at Base 4.2.0
 + tsk_fs_type_toid at Base 4.2.0
 + tsk_fs_type_toid_utf8 at Base 4.2.0
 + tsk_fs_type_toname at Base 4.2.0
 + tsk_fs_unix_get_default_attr_type at Base 4.2.0
 + tsk_fs_unix_make_data_run at Base 4.2.0
 + tsk_fs_unix_name_cmp at Base 4.2.0
 + tsk_guess_end_u16 at Base 4.2.0
 + tsk_guess_end_u32 at Base 4.2.0
++ tsk_guess_end_u64 at Base 4.4.0
 + tsk_hdb_accepts_updates at Base 4.2.0
 + tsk_hdb_add_entry at Base 4.2.0
 + tsk_hdb_begin_transaction at Base 4.2.0
 + tsk_hdb_close at Base 4.2.0
 + tsk_hdb_commit_transaction at Base 4.2.0
 + tsk_hdb_create at Base 4.2.0
 + tsk_hdb_get_db_path at Base 4.2.0
 + tsk_hdb_get_display_name at Base 4.2.0
 + tsk_hdb_get_idx_path at Base 4.2.0
 + tsk_hdb_has_idx at Base 4.2.0
 + tsk_hdb_is_idx_only at Base 4.2.0
 + tsk_hdb_lookup_raw at Base 4.2.0
 + tsk_hdb_lookup_str at Base 4.2.0
 + tsk_hdb_lookup_verbose_str at Base 4.2.0
 + tsk_hdb_make_index at Base 4.2.0
 + tsk_hdb_open at Base 4.2.0
 + tsk_hdb_open_idx at Base 4.2.0
 + tsk_hdb_rollback_transaction at Base 4.2.0
 + tsk_hdb_uses_external_indexes at Base 4.2.0
 + tsk_img_close at Base 4.2.0
 + tsk_img_findFiles at Base 4.2.0
 + tsk_img_free at Base 4.2.0
 + tsk_img_get_names at Base 4.2.0
 + tsk_img_malloc at Base 4.2.0
 + tsk_img_open at Base 4.2.0
 + tsk_img_open_external at Base 4.3.0
 + tsk_img_open_sing at Base 4.2.0
 + tsk_img_open_utf8 at Base 4.2.0
 + tsk_img_open_utf8_sing at Base 4.2.0
 + tsk_img_read at Base 4.2.0
 + tsk_img_type_print at Base 4.2.0
 + tsk_img_type_supported at Base 4.2.0
 + tsk_img_type_todesc at Base 4.2.0
 + tsk_img_type_toid at Base 4.2.0
 + tsk_img_type_toid_utf8 at Base 4.2.0
 + tsk_img_type_toname at Base 4.2.0
 + tsk_init_lock at Base 4.2.0
 + tsk_isLegalUTF8Sequence at Base 4.2.0
 + tsk_list_add at Base 4.2.0
 + tsk_list_find at Base 4.2.0
 + tsk_list_free at Base 4.2.0
 + tsk_malloc at Base 4.2.0
 + tsk_parse_offset at Base 4.2.0
 + tsk_parse_pnum at Base 4.2.0
 + tsk_print_sanitized at Base 4.3.0
 + tsk_printf at Base 4.2.0
 + tsk_realloc at Base 4.2.0
 + tsk_release_lock at Base 4.2.0
 + tsk_stack_create at Base 4.2.0
 + tsk_stack_find at Base 4.2.0
 + tsk_stack_free at Base 4.2.0
 + tsk_stack_pop at Base 4.2.0
 + tsk_stack_push at Base 4.2.0
 + tsk_take_lock at Base 4.2.0
 + tsk_verbose at Base 4.2.0
 + tsk_version_get_str at Base 4.2.0
 + tsk_version_print at Base 4.2.0
 + tsk_vs_bsd_open at Base 4.2.0
 + tsk_vs_close at Base 4.2.0
 + tsk_vs_dos_open at Base 4.2.0
 + tsk_vs_gpt_open at Base 4.2.0
 + tsk_vs_mac_open at Base 4.2.0
 + tsk_vs_open at Base 4.2.0
 + tsk_vs_part_add at Base 4.2.0
 + tsk_vs_part_free at Base 4.2.0
 + tsk_vs_part_get at Base 4.2.0
 + tsk_vs_part_read at Base 4.2.0
 + tsk_vs_part_read_block at Base 4.2.0
 + tsk_vs_part_unused at Base 4.2.0
 + tsk_vs_part_walk at Base 4.2.0
 + tsk_vs_read_block at Base 4.2.0
 + tsk_vs_sun_open at Base 4.2.0
 + tsk_vs_type_print at Base 4.2.0
 + tsk_vs_type_supported at Base 4.2.0
 + tsk_vs_type_todesc at Base 4.2.0
 + tsk_vs_type_toid at Base 4.2.0
 + tsk_vs_type_toid_utf8 at Base 4.2.0
 + tsk_vs_type_toname at Base 4.2.0
 + vs_open_table at Base 4.2.0
 + yaffs2_open at Base 4.2.0
-  (c++|optional|regex)"^std::.*@Base$" 0
-  (c++|optional|regex)"^__cxxabiv1::.*@Base$" 0
-  (c++|optional|regex)"^__gnu_cxx::.*@Base$" 0
-  (c++|optional|regex)"^transaction clone for std::.*@Base$" 0
-  (c++|optional)"operator delete(void*)@Base" 0
-  (c++|optional)"operator delete(void*, unsigned long)@Base" 0
-  (c++|optional)"operator<<(std::basic_ostream<char, std::char_traits<char> >&, Guid const&)@Base" 0
-  (c++|optional)"operator new(unsigned long)@Base" 0
-  (c++|optional|regex)"^vtable for __cxxabiv1::.*" 0
-  (c++|optional|regex)"^vtable for __gnu_cxx::.*" 0
-  (c++|optional|regex)"^vtable for std::.*" 0
-  (c++|optional)"void std::__unguarded_linear_insert<__gnu_cxx::__normal_iterator<_TSK_DB_FILE_LAYOUT_RANGE*, std::vector<_TSK_DB_FILE_LAYOUT_RANGE, std::allocator<_TSK_DB_FILE_LAYOUT_RANGE> > >, __gnu_cxx::__ops::_Val_less_iter>(__gnu_cxx::__normal_iterator<_TSK_DB_FILE_LAYOUT_RANGE*, std::vector<_TSK_DB_FILE_LAYOUT_RANGE, std::allocator<_TSK_DB_FILE_LAYOUT_RANGE> > >, __gnu_cxx::__ops::_Val_less_iter)@Base" 4.3.0
diff --cc debian/patches/10_link-to-sqlite.patch
index 62ac35f,0000000..0933fe1
mode 100644,000000..100644
--- a/debian/patches/10_link-to-sqlite.patch
+++ b/debian/patches/10_link-to-sqlite.patch
@@@ -1,19 -1,0 +1,19 @@@
 +Description: link against libsqlite3 rather than statically linking
 +             against the embedded library
 +Author: Julien Valroff <julien at debian.org>
 +Reviewed-by: Joao Eriberto Mota Filho <eriberto at debian.org>
- Last-Updated: 2016-11-28
++Last-Updated: 2017-01-24
 +Forwarded: not-needed
- Index: sleuthkit-4.3.1/tsk/auto/Makefile.am
++Index: sleuthkit-4.4.0/tsk/auto/Makefile.am
 +===================================================================
- --- sleuthkit-4.3.1.orig/tsk/auto/Makefile.am
- +++ sleuthkit-4.3.1/tsk/auto/Makefile.am
++--- sleuthkit-4.4.0.orig/tsk/auto/Makefile.am
+++++ sleuthkit-4.4.0/tsk/auto/Makefile.am
 +@@ -3,7 +3,7 @@ EXTRA_DIST = .indent.pro
 + 
 + noinst_LTLIBRARIES = libtskauto.la
 + # Note that the .h files are in the top-level Makefile
- -libtskauto_la_SOURCES = auto.cpp auto_db.cpp sqlite3.c sqlite3.h db_sqlite.cpp db_postgresql.cpp case_db.cpp guid.cpp tsk_db.cpp tsk_case_db.h tsk_auto.h tsk_auto_i.h tsk_case_db.h tsk_db.h tsk_db_sqlite.h tsk_db_postgresql.h db_connection_info.h guid.h
- +libtskauto_la_SOURCES = auto.cpp auto_db.cpp db_sqlite.cpp db_postgresql.cpp case_db.cpp guid.cpp tsk_db.cpp tsk_case_db.h tsk_auto.h tsk_auto_i.h tsk_case_db.h tsk_db.h tsk_db_sqlite.h tsk_db_postgresql.h db_connection_info.h guid.h
++-libtskauto_la_SOURCES = auto.cpp auto_db.cpp sqlite3.c sqlite3.h db_sqlite.cpp db_postgresql.cpp case_db.cpp guid.cpp tsk_db.cpp tsk_case_db.h tsk_auto.h tsk_auto_i.h tsk_case_db.h tsk_db.h tsk_db_sqlite.h tsk_db_postgresql.h db_connection_info.h guid.h 
+++libtskauto_la_SOURCES = auto.cpp auto_db.cpp db_sqlite.cpp db_postgresql.cpp case_db.cpp guid.cpp tsk_db.cpp tsk_case_db.h tsk_auto.h tsk_auto_i.h tsk_case_db.h tsk_db.h tsk_db_sqlite.h tsk_db_postgresql.h db_connection_info.h guid.h 
 + 
 + indent:
 + 	indent *.cpp *.h
diff --cc debian/rules
index 6a112ee,0000000..7ccbcdb
mode 100755,000000..100755
--- a/debian/rules
+++ b/debian/rules
@@@ -1,21 -1,0 +1,23 @@@
 +#!/usr/bin/make -f
 +
 +export DEB_BUILD_MAINT_OPTIONS = hardening=+all
 +export DEB_LDFLAGS_MAINT_APPEND = -lsqlite3 -lsupc++ -Wl,--as-needed
 +
- export PVER=$(shell dpkg-parsechangelog --show-field version | cut -d"-" -f1)
++# Setting version by hand
++#export PVER=$(shell dpkg-parsechangelog --show-field version | cut -d"-" -f1)
++export PVER=4.4.0
 +
 +%:
 +	dh $@ --with autoreconf
 +
 +override_dh_auto_configure:
 +#	Disabling Java bindings. Please, see debian/README.source for details.
 +	dh_auto_configure -- --disable-java
 +
 +override_dh_installdocs:
 +	dh_installdocs
 +	mv $(CURDIR)/debian/sleuthkit/usr/share/doc/sleuthkit/README \
 +           $(CURDIR)/debian/sleuthkit/usr/share/doc/sleuthkit/README.fiwalk
 +
 +override_dh_makeshlibs:
 +	dh_makeshlibs -- -v$(PVER)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/forensics/sleuthkit.git



More information about the forensics-changes mailing list